commit perl-Net-OpenID-Consumer for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-OpenID-Consumer for 
openSUSE:Factory checked in at 2015-09-09 20:21:14

Comparing /work/SRC/openSUSE:Factory/perl-Net-OpenID-Consumer (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Net-OpenID-Consumer.new (New)


Package is "perl-Net-OpenID-Consumer"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Net-OpenID-Consumer/perl-Net-OpenID-Consumer.changes
2015-08-28 08:27:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Net-OpenID-Consumer.new/perl-Net-OpenID-Consumer.changes
   2015-09-09 20:21:16.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep  4 16:03:44 UTC 2015 - ohole...@suse.com
+
+- add utf-charset.patch to fix login with utf characters 
+
+---

New:

  utf-charset.patch



Other differences:
--
++ perl-Net-OpenID-Consumer.spec ++
--- /var/tmp/diff_new_pack.poNGqo/_old  2015-09-09 20:21:17.0 +0200
+++ /var/tmp/diff_new_pack.poNGqo/_new  2015-09-09 20:21:17.0 +0200
@@ -25,6 +25,8 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Net-OpenID-Consumer/
 Source: 
http://www.cpan.org/authors/id/W/WR/WROG/%{cpan_name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM utf-charset.patch rt.cpan.org#106930
+Patch:  utf-charset.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -53,6 +55,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch -p 1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ utf-charset.patch ++
diff --git a/lib/Net/OpenID/Consumer.pm b/lib/Net/OpenID/Consumer.pm
index a2261cb..9a9953b 100644
--- a/lib/Net/OpenID/Consumer.pm
+++ b/lib/Net/OpenID/Consumer.pm
@@ -976,7 +976,7 @@ sub verified_identity {
 $post{"openid.mode"} = "check_authentication";
 
 my $req = HTTP::Request->new(POST => $server);
-$req->header("Content-Type" => "application/x-www-form-urlencoded");
+$req->header("Content-Type" => "application/x-www-form-urlencoded; 
charset=UTF-8");
 $req->content(join("&", map { "$_=" . uri_escape_utf8($post{$_}) } 
keys %post));
 
 my $ua  = $self->ua;



commit gpa for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package gpa for openSUSE:Factory checked in 
at 2015-09-09 20:21:23

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


Package is "gpa"

Changes:

--- /work/SRC/openSUSE:Factory/gpa/gpa.changes  2014-12-29 00:30:37.0 
+0100
+++ /work/SRC/openSUSE:Factory/.gpa.new/gpa.changes 2015-09-09 
20:21:25.0 +0200
@@ -1,0 +2,12 @@
+Wed Sep  9 09:49:32 UTC 2015 - astie...@suse.com
+
+- update to gpa 0.9.9:
+  + fix build problem with gpgme < 1.6.1.
+- includes changes from gpa 0.9.8:
+  + Does start with the clipboard view after a key has been created.
+  + Limit the size of dialogs by truncating too long user ids.
+  + Make the window frame's close button work as expected.
+  + With a decent version of libgpgme the key algorithm and size is
+shown using the GnuPG 2.1 format.
+
+---

Old:

  gpa-0.9.7.tar.bz2
  gpa-0.9.7.tar.bz2.sig

New:

  gpa-0.9.9.tar.bz2
  gpa-0.9.9.tar.bz2.sig



Other differences:
--
++ gpa.spec ++
--- /var/tmp/diff_new_pack.QIvMYT/_old  2015-09-09 20:21:26.0 +0200
+++ /var/tmp/diff_new_pack.QIvMYT/_new  2015-09-09 20:21:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gpa
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gpa
-Version:0.9.7
+Version:0.9.9
 Release:0
 Summary:GNU Privacy Assistant
 License:GPL-3.0

++ gpa-0.9.7.tar.bz2 -> gpa-0.9.9.tar.bz2 ++
 11322 lines of diff (skipped)




commit uid_wrapper for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package uid_wrapper for openSUSE:Factory 
checked in at 2015-09-09 20:21:33

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


Package is "uid_wrapper"

Changes:

--- /work/SRC/openSUSE:Factory/uid_wrapper/uid_wrapper.changes  2015-07-03 
00:22:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.uid_wrapper.new/uid_wrapper.changes 
2015-09-09 20:21:34.0 +0200
@@ -1,0 +2,8 @@
+Wed Sep  2 11:30:45 UTC 2015 - a...@cryptomilk.org
+
+- Update to version 1.1.1
+  * Fixed getres(uid|gid) detection if unsupported.
+  * Fixed the configure on Solaris
+  * Added a lot more tests
+
+---

Old:

  uid_wrapper-1.1.0.tar.gz

New:

  uid_wrapper-1.1.1.tar.gz



Other differences:
--
++ uid_wrapper.spec ++
--- /var/tmp/diff_new_pack.B7k71S/_old  2015-09-09 20:21:34.0 +0200
+++ /var/tmp/diff_new_pack.B7k71S/_new  2015-09-09 20:21:34.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # NOTE ##
 #
 # This is a special library. You are not able to link this library.
@@ -23,7 +24,7 @@
 # NOTE ##
 
 Name:   uid_wrapper
-Version:1.1.0
+Version:1.1.1
 Release:0
 
 Summary:A wrapper for privilege seperation
@@ -38,8 +39,8 @@
 BuildRequires:  libcmocka-devel
 BuildRequires:  pkg-config
 
-Requires:   pkg-config
 Requires:   cmake
+Requires:   pkg-config
 
 %description
 Some projects like a file server need privilege separation to be able to switch

++ uid_wrapper-1.1.0.tar.gz -> uid_wrapper-1.1.1.tar.gz ++
 1614 lines of diff (skipped)




commit plank for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package plank for openSUSE:Factory checked 
in at 2015-09-09 20:21:12

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


Package is "plank"

Changes:

--- /work/SRC/openSUSE:Factory/plank/plank.changes  2015-05-16 
19:01:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.plank.new/plank.changes 2015-09-09 
20:21:15.0 +0200
@@ -1,0 +2,27 @@
+Tue Sep  8 08:35:50 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.10.0:
+  * Clean up and review appearances of DockItem in API an prefer
+DockElement.
+  * Make the item for the dock-itself really special with its own
+setting.
+  * Pass-through event on scroll/click to have a proper timestamps
+for WindowControl.* calls (lp#1167787, lp#1431556).
+  * Handle invalid item on runtime (lp#1444830).
+  * Fix LogLevel naming (Logger.FATAL -> Logger.ERROR,
+Logger.ERROR -> Logger.CRITICAL).
+  * Make DockItem abstract.
+  * Add frame_time to AnimatedRenderer with conditional use of
+GdkFrameClock (gtk+ >= 3.8).
+  * Add RTL support (lp#1455892).
+  * Add DODGE_ACTIVE hide-mode.
+  * Conditional use of GtkStack instead of GtkNotebook in
+preferences-dialog (gtk+ >= 3.10).
+  * Drop conditional dependency on gnome-common (and rely on
+autoconf-archive).
+  * Add icon-zoom hover-effect (lp#707650).
+  * Don't use pressure reveal for absolute input devices
+(lp#1349506).
+  * Force indicating running applications (lp#1406282).
+
+---

Old:

  plank-0.9.1.tar.xz
  plank-0.9.1.tar.xz.asc

New:

  plank-0.10.0.tar.xz
  plank-0.10.0.tar.xz.asc



Other differences:
--
++ plank.spec ++
--- /var/tmp/diff_new_pack.4gKool/_old  2015-09-09 20:21:16.0 +0200
+++ /var/tmp/diff_new_pack.4gKool/_new  2015-09-09 20:21:16.0 +0200
@@ -19,7 +19,7 @@
 %define lname  libplank0
 %define _version 1.0
 Name:   plank
-Version:0.9.1
+Version:0.10.0
 Release:0
 Summary:Elegant, simple, and clean dock
 License:GPL-3.0+
@@ -27,7 +27,7 @@
 Url:https://launchpad.net/plank
 Source: 
https://launchpad.net/%{name}/%{_version}/%{version}/+download/%{name}-%{version}.tar.xz
 Source2:
https://launchpad.net/%{name}/%{_version}/%{version}/+download/%{name}-%{version}.tar.xz.asc
-Source3:%name.keyring
+Source3:%{name}.keyring
 BuildRequires:  autoconf >= 2.65
 BuildRequires:  automake >= 1.11
 BuildRequires:  intltool
@@ -54,7 +54,7 @@
 BuildRequires:  pkgconfig(xfixes) >= 5.0
 BuildRequires:  pkgconfig(xi) >= 1.6.99.1
 Requires:   bamf-daemon >= 0.2.92
-Recommends: %{name}-lang = %{version}
+Recommends: %{name}-lang
 
 %description
 Plank is meant to be the simplest dock on the planet. The goal is

++ plank-0.9.1.tar.xz -> plank-0.10.0.tar.xz ++
 36609 lines of diff (skipped)




commit NetworkManager-strongswan for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager-strongswan for 
openSUSE:Factory checked in at 2015-09-09 20:21:20

Comparing /work/SRC/openSUSE:Factory/NetworkManager-strongswan (Old)
 and  /work/SRC/openSUSE:Factory/.NetworkManager-strongswan.new (New)


Package is "NetworkManager-strongswan"

Changes:

--- 
/work/SRC/openSUSE:Factory/NetworkManager-strongswan/NetworkManager-strongswan.changes
  2015-06-11 08:23:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-strongswan.new/NetworkManager-strongswan.changes
 2015-09-09 20:21:23.0 +0200
@@ -1,0 +2,9 @@
+Tue Sep  8 06:14:23 UTC 2015 - dims...@opensuse.org
+
+- Add nm-strongswan-fix-config.patch: Fix path to NM plugins in
+  config files (boo#944769).
+- Add nm-strongswan-UI-fixup.patch: Fix broken UI (boo#944769).
+- Add libtool BuildRequires and call to autoreconf, as above patch
+  touches the build system.
+
+---

New:

  nm-strongswan-UI-fixup.patch
  nm-strongswan-fix-config.patch



Other differences:
--
++ NetworkManager-strongswan.spec ++
--- /var/tmp/diff_new_pack.jJZ6uG/_old  2015-09-09 20:21:23.0 +0200
+++ /var/tmp/diff_new_pack.jJZ6uG/_new  2015-09-09 20:21:23.0 +0200
@@ -27,7 +27,13 @@
 Source1:README
 # PATCH-FIX-UPSTREAM nm-strongswan-service-conf.patch bi...@opensuse.org -- 
Dismiss the rpmlint warning for 'send_interface'
 Patch0: nm-strongswan-service-conf.patch
+# PATCH-FIX-UPSTREAM nm-strongswan-UI-fixup.patch boo#944769 
dims...@opensuse.org -- Fix broken UI
+Patch1: nm-strongswan-UI-fixup.patch
+# PATCH-FIX-UPSTREAM nm-strongswan-fix-config.patch boo#944769 
dims...@opensuse.org -- Fix path to NM plugins in config file
+Patch2: nm-strongswan-fix-config.patch
 BuildRequires:  intltool
+# Needed by patch2
+BuildRequires:  libtool
 BuildRequires:  pkgconfig(NetworkManager) >= 0.9.0
 BuildRequires:  pkgconfig(dbus-glib-1) >= 0.30
 BuildRequires:  pkgconfig(gnome-keyring-1)
@@ -62,9 +68,13 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 cp %{SOURCE1} README.SUSE
 
 %build
+# Needed by patch2
+autoreconf -fiv
 %configure\
--disable-static \
--disable-more-warnings

++ nm-strongswan-UI-fixup.patch ++
Index: NetworkManager-strongswan-1.3.1/properties/nm-strongswan-dialog.ui
===
--- NetworkManager-strongswan-1.3.1.orig/properties/nm-strongswan-dialog.ui
+++ NetworkManager-strongswan-1.3.1/properties/nm-strongswan-dialog.ui
@@ -1,10 +1,6 @@
 
 
   
-  
-False
-window1
-
   
 True
 False
@@ -374,6 +370,4 @@
   
 
   
-
-  
 
++ nm-strongswan-fix-config.patch ++
Index: NetworkManager-strongswan-1.3.1/nm-strongswan-service.name.in
===
--- NetworkManager-strongswan-1.3.1.orig/nm-strongswan-service.name.in
+++ NetworkManager-strongswan-1.3.1/nm-strongswan-service.name.in
@@ -5,4 +5,4 @@ program=@CHARON@
 
 [GNOME]
 auth-dialog=@LIBEXECDIR@/nm-strongswan-auth-dialog
-properties=libnm-strongswan-properties
+properties=@LIBDIR@/NetworkManager/libnm-strongswan-properties
Index: NetworkManager-strongswan-1.3.1/Makefile.am
===
--- NetworkManager-strongswan-1.3.1.orig/Makefile.am
+++ NetworkManager-strongswan-1.3.1/Makefile.am
@@ -13,6 +13,7 @@ nmvpnservice_DATA = nm-strongswan-servic
 nm-strongswan-service.name: $(srcdir)/nm-strongswan-service.name.in
$(AM_V_GEN) \
sed -e 's|[@]LIBEXECDIR[@]|$(libexecdir)|' \
+   -e 's![@]LIBDIR[@]!$(libdir)!' \
-e 's|[@]CHARON[@]|$(charon)|' $< >$@
 
 EXTRA_DIST = nm-strongswan-service.name.in \



commit resolv_wrapper for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package resolv_wrapper for openSUSE:Factory 
checked in at 2015-09-09 20:21:28

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


Package is "resolv_wrapper"

Changes:

--- /work/SRC/openSUSE:Factory/resolv_wrapper/resolv_wrapper.changes
2015-06-11 08:22:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.resolv_wrapper.new/resolv_wrapper.changes   
2015-09-09 20:21:29.0 +0200
@@ -1,0 +2,9 @@
+Wed Sep  2 11:52:01 UTC 2015 - a...@cryptomilk.org
+
+- Update to version 1.1.3:
+  * Fixed symbol detection if macros are used for res_* functions
+  * Fixed strict aliasing warnings for symbol binding
+  * Added missing tests for req_query and res_search
+  * Fix detection for ns_name_compress.
+
+---

Old:

  resolv_wrapper-1.1.1.tar.gz

New:

  resolv_wrapper-1.1.3.tar.gz



Other differences:
--
++ resolv_wrapper.spec ++
--- /var/tmp/diff_new_pack.iTJVAf/_old  2015-09-09 20:21:30.0 +0200
+++ /var/tmp/diff_new_pack.iTJVAf/_new  2015-09-09 20:21:30.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # NOTE ##
 #
 # This is a special library. You are not able to link this library.
@@ -23,7 +24,7 @@
 # NOTE ##
 
 Name:   resolv_wrapper
-Version:1.1.1
+Version:1.1.3
 Release:0
 
 Summary:A wrapper for dns name resolving or dns faking
@@ -35,13 +36,13 @@
 Source1:%{name}-rpmlintrc
 
 BuildRequires:  cmake
-BuildRequires:  libcmocka-devel
 BuildRequires:  glibc-devel
+BuildRequires:  libcmocka-devel
 BuildRequires:  pkg-config
 BuildRequires:  socket_wrapper
 
-Requires:   pkg-config
 Requires:   cmake
+Requires:   pkg-config
 
 %description
 resolv_wrapper makes it possible on most UNIX platforms to contact your own DNS

++ resolv_wrapper-1.1.1.tar.gz -> resolv_wrapper-1.1.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/resolv_wrapper-1.1.1/CMakeLists.txt 
new/resolv_wrapper-1.1.3/CMakeLists.txt
--- old/resolv_wrapper-1.1.1/CMakeLists.txt 2015-01-12 17:27:42.0 
+0100
+++ new/resolv_wrapper-1.1.3/CMakeLists.txt 2015-08-24 15:17:00.0 
+0200
@@ -8,7 +8,7 @@
 
 set(APPLICATION_VERSION_MAJOR "1")
 set(APPLICATION_VERSION_MINOR "1")
-set(APPLICATION_VERSION_PATCH "1")
+set(APPLICATION_VERSION_PATCH "3")
 
 set(APPLICATION_VERSION 
"${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
 
@@ -19,7 +19,7 @@
 # Increment AGE. Set REVISION to 0
 #   If the source code was changed, but there were no interface changes:
 # Increment REVISION.
-set(LIBRARY_VERSION "0.0.2")
+set(LIBRARY_VERSION "0.0.3")
 set(LIBRARY_SOVERSION "0")
 
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is 
checked
@@ -30,7 +30,6 @@
 # add definitions
 include(DefineCMakeDefaults)
 include(DefinePlatformDefaults)
-include(DefineCompilerFlags)
 include(DefineInstallationPaths)
 include(DefineOptions.cmake)
 include(CPackConfig.cmake)
@@ -47,6 +46,9 @@
 include(ConfigureChecks.cmake)
 configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
 
+# Add compiler flags for the project now.
+include(DefineCompilerFlags)
+
 # check subdirectories
 add_subdirectory(src)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/resolv_wrapper-1.1.1/CTestConfig.cmake 
new/resolv_wrapper-1.1.3/CTestConfig.cmake
--- old/resolv_wrapper-1.1.1/CTestConfig.cmake  2014-10-21 14:33:48.0 
+0200
+++ new/resolv_wrapper-1.1.3/CTestConfig.cmake  2015-08-13 14:32:44.0 
+0200
@@ -3,7 +3,7 @@
 set(CTEST_PROJECT_NAME "resolvwrapper")
 set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
 
-set(CTEST_DROP_METHOD "http")
+set(CTEST_DROP_METHOD "https")
 set(CTEST_DROP_SITE "mock.cryptomilk.org")
 set(CTEST_DROP_LOCATION "/submit.php?project=resolvwrapper")
 set(CTEST_DROP_SITE_CDASH TRUE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/resolv_wrapper-1.1.1/ChangeLog 
new/resolv_wrapper-1.1.3/ChangeLog
--- old/resolv_wrapper-1.1.1/ChangeLog  2015-01-12 17:27:42.0 +0100
+++ new/resolv_wrapper-1.1.3/ChangeLog  2015-08-24 15:17:00.0 +0200
@@ -1,6 +1,14 @@
 ChangeLog
 ==
 
+version 1.1.3 (released 2015-01-13)
+  * Fixed symbol detection if macros are used for res_* functions
+  * Fixed strict aliasing warnings for symbol

commit gnu_parallel for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package gnu_parallel for openSUSE:Factory 
checked in at 2015-09-09 20:21:15

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


Package is "gnu_parallel"

Changes:

--- /work/SRC/openSUSE:Factory/gnu_parallel/gnu_parallel.changes
2015-07-28 11:43:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnu_parallel.new/gnu_parallel.changes   
2015-09-09 20:21:18.0 +0200
@@ -1,0 +2,8 @@
+Wed Sep  9 07:17:57 UTC 2015 - mplus...@suse.com
+
+- Update to 20150822
+  * If $job->skip() is called in {= =} the job will not be run.
+  * @arg can now be used in {= =}: parallel echo '{= $arg[2] < 5 
+and $_="j" =}' ::: 1 2 3 ::: 4 5 6
+
+---

Old:

  parallel-20150722.tar.bz2
  parallel-20150722.tar.bz2.sig

New:

  parallel-20150822.tar.bz2
  parallel-20150822.tar.bz2.sig



Other differences:
--
++ gnu_parallel.spec ++
--- /var/tmp/diff_new_pack.J3q6F7/_old  2015-09-09 20:21:19.0 +0200
+++ /var/tmp/diff_new_pack.J3q6F7/_new  2015-09-09 20:21:19.0 +0200
@@ -17,17 +17,16 @@
 
 
 Name:   gnu_parallel
-Version:20150722
+Version:20150822
 Release:0
 Summary:Shell tool for executing jobs in parallel
 License:GPL-3.0+
 Group:  Productivity/File utilities
 Url:http://www.gnu.org/software/parallel/
-
 #DL-URL:   http://ftp.gnu.org/gnu/parallel/
-Source: http://ftp.gnu.org/gnu/parallel/parallel-%version.tar.bz2
-Source2:http://ftp.gnu.org/gnu/parallel/parallel-%version.tar.bz2.sig
-Source3:%name.keyring
+Source: http://ftp.gnu.org/gnu/parallel/parallel-%{version}.tar.bz2
+Source2:http://ftp.gnu.org/gnu/parallel/parallel-%{version}.tar.bz2.sig
+Source3:%{name}.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -50,27 +49,27 @@
 This subpackage contains the documentation for Parallel.
 
 %prep
-%setup -qn parallel-%version
+%setup -q -n parallel-%{version}
 
 %build
-%configure --docdir="%_docdir/%name"
+%configure --docdir="%{_docdir}/%{name}"
 make %{?_smp_mflags}
 
 %install
 %make_install
-cp -a CITATION COPYING NEWS README "%buildroot/%_docdir/%name/"
+cp -a CITATION COPYING NEWS README "%{buildroot}/%{_docdir}/%{name}/"
 
 %files
 %defattr(-,root,root)
-%_bindir/niceload
-%_bindir/parallel
-%_bindir/sem
-%_bindir/sql
-%_mandir/man1/*.1*
-%_mandir/man7/*.7*
+%{_bindir}/niceload
+%{_bindir}/parallel
+%{_bindir}/sem
+%{_bindir}/sql
+%{_mandir}/man1/*.1*
+%{_mandir}/man7/*.7*
 
 %files doc
 %defattr(-,root,root)
-%_docdir/%name/
+%{_docdir}/%{name}/
 
 %changelog

++ parallel-20150722.tar.bz2 -> parallel-20150822.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/parallel-20150722/NEWS new/parallel-20150822/NEWS
--- old/parallel-20150722/NEWS  2015-07-22 08:39:02.0 +0200
+++ new/parallel-20150822/NEWS  2015-08-22 11:41:38.0 +0200
@@ -1,3 +1,46 @@
+20150822
+
+* If $job->skip() is called in {= =} the job will not be run.
+
+* @arg can now be used in {= =}: parallel echo '{= $arg[2] < 5 and
+  $_="j" =}' ::: 1 2 3 ::: 4 5 6
+
+* Version of GNU Parallel that uses PostgreSQL as backend
+  https://github.com/stephen-fralich/parallel-sql/
+
+* A composite genome approach to identify phylogenetically informative
+  data from next-generation sequencing
+  http://www.biomedcentral.com/content/pdf/s12859-015-0632-y.pdf
+
+* SpeedSeq: ultra-fast personal genome analysis and interpretation
+  http://www.nature.com/nmeth/journal/vaop/ncurrent/full/nmeth.3505.html
+
+* GNU Parallel is used in elPrep: https://github.com/ExaScience/elprep
+
+* Who actually reads the code?
+  http://www.fsf.org/blogs/community/who-actually-reads-the-code
+
+* Introduction to GNU Parallel
+  http://erictleung.com/2015/08/06/intro-to-gnu-parallel/
+
+* ¿Alguien se lee el código?
+  http://www.taringa.net/post/linux/18854759/Alguien-se-lee-el-codigo.html
+
+* ¿Quién se lee el código fuente?
+  
https://victorhckinthefreeworld.wordpress.com/2015/08/12/quien-se-lee-el-codigo-fuente/
+
+* Distribution des traitements avec GNU Parallel
+  http://blog.inovia-conseil.fr/?p=226#4
+
+* Эксперимент по проверке, читают ли код открытых проектов
+  http://www.opennet.ru/opennews/art.shtml?num=42718
+
+* 多核心主機搭配 GNU parallel
+  http://blog.zeroplex.tw/2015/08/gnu-parallel.html
+
+* Bug fixes and man page updates.
+
+
 20150722
 
 * If a record fits in a block, --block only reads upto the size of
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnig

commit sysstat for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package sysstat for openSUSE:Factory checked 
in at 2015-09-09 20:21:25

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


Package is "sysstat"

Changes:

--- /work/SRC/openSUSE:Factory/sysstat/sysstat.changes  2015-06-24 
20:52:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.sysstat.new/sysstat.changes 2015-09-09 
20:21:26.0 +0200
@@ -1,0 +2,12 @@
+Wed Sep  9 11:10:04 UTC 2015 - mplus...@suse.com
+
+- Update to 11.0.6
+  * Check /proc/net/snmp format to collect ICMP statistics at
+  their right positions.
+  * ioconf.c: Fix several ressource leaks.
+  * mpstat: Fix alignment output, really.
+  * [Sampsa Kiiskinen]: Fix bug in isag.
+  * iostat manual page updated.
+  * CREDITS file updated.
+
+---

Old:

  sysstat-11.0.5.tar.xz

New:

  sysstat-11.0.6.tar.xz



Other differences:
--
++ sysstat.spec ++
--- /var/tmp/diff_new_pack.4ZxHUb/_old  2015-09-09 20:21:27.0 +0200
+++ /var/tmp/diff_new_pack.4ZxHUb/_new  2015-09-09 20:21:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sysstat
-Version:11.0.5
+Version:11.0.6
 Release:0
 Summary:Sar and Iostat Commands for Linux
 License:GPL-2.0+

++ sysstat-11.0.5.tar.xz -> sysstat-11.0.6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysstat-11.0.5/CHANGES new/sysstat-11.0.6/CHANGES
--- old/sysstat-11.0.5/CHANGES  2015-06-12 12:02:29.0 +0200
+++ new/sysstat-11.0.6/CHANGES  2015-08-24 17:14:37.0 +0200
@@ -1,5 +1,14 @@
 Changes:
 
+2015/08/24: Version 11.0.6 - Sebastien Godard (sysstat  orange.fr)
+   * Check /proc/net/snmp format to collect ICMP statistics at
+  their right positions.
+   * ioconf.c: Fix several ressource leaks.
+   * mpstat: Fix alignment output, really.
+   * [Sampsa Kiiskinen]: Fix bug in isag.
+   * iostat manual page updated.
+   * CREDITS file updated.
+
 2015/06/12: Version 11.0.5 - Sebastien Godard (sysstat  orange.fr)
 * [Peter Schiffer]: Fixed and simplified some math expressions
   in pr_stats.c.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysstat-11.0.5/CREDITS new/sysstat-11.0.6/CREDITS
--- old/sysstat-11.0.5/CREDITS  2015-06-12 12:01:21.0 +0200
+++ new/sysstat-11.0.6/CREDITS  2015-08-24 17:15:31.0 +0200
@@ -175,6 +175,7 @@
Jurriaan 
Jonathan Kamens 
Ilya Katsnelson 
+   Sampsa Kiiskinen 
Mike Kobler 
John Lau 
Byeong-taek Lee 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysstat-11.0.5/configure new/sysstat-11.0.6/configure
--- old/sysstat-11.0.5/configure2015-06-12 12:01:21.0 +0200
+++ new/sysstat-11.0.6/configure2015-08-24 17:13:49.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for sysstat 11.0.5.
+# Generated by GNU Autoconf 2.69 for sysstat 11.0.6.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@
 # Identity of this package.
 PACKAGE_NAME='sysstat'
 PACKAGE_TARNAME='sysstat'
-PACKAGE_VERSION='11.0.5'
-PACKAGE_STRING='sysstat 11.0.5'
+PACKAGE_VERSION='11.0.6'
+PACKAGE_STRING='sysstat 11.0.6'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1306,7 +1306,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures sysstat 11.0.5 to adapt to many kinds of systems.
+\`configure' configures sysstat 11.0.6 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1367,7 +1367,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of sysstat 11.0.5:";;
+ short | recursive ) echo "Configuration of sysstat 11.0.6:";;
esac
   cat <<\_ACEOF
 
@@ -1486,7 +1486,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-sysstat configure 11.0.5
+sysstat configure 11.0.6
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1905,7 +1905,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by sysstat $as_me 11.0.5, which was
+It was created by sysstat $as_me 11.0.6, which was
 generated by GNU Autoconf 2.69.  Invocation co

commit NetworkManager-openvpn for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager-openvpn for 
openSUSE:Factory checked in at 2015-09-09 20:21:18

Comparing /work/SRC/openSUSE:Factory/NetworkManager-openvpn (Old)
 and  /work/SRC/openSUSE:Factory/.NetworkManager-openvpn.new (New)


Package is "NetworkManager-openvpn"

Changes:

--- 
/work/SRC/openSUSE:Factory/NetworkManager-openvpn/NetworkManager-openvpn.changes
2015-06-23 11:56:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-openvpn.new/NetworkManager-openvpn.changes
   2015-09-09 20:21:21.0 +0200
@@ -1,0 +2,15 @@
+Mon Sep  7 07:54:25 UTC 2015 - dims...@opensuse.org
+
+- Create user/group nm-openvpn: NM-openvpn now runs as unprivileged
+  user (as does NM-openconnect already). (boo#944665).
+
+---
+Tue Sep  1 10:35:59 UTC 2015 - si...@simotek.net
+
+- Update to version 1.0.6:
+  + Enhanced the GUI to support agent-owned and always-ask
+passwords.
+  + Support running unprivileged.
+  + Updated translations.
+
+---

Old:

  NetworkManager-openvpn-1.0.2.tar.xz

New:

  NetworkManager-openvpn-1.0.6.tar.xz



Other differences:
--
++ NetworkManager-openvpn.spec ++
--- /var/tmp/diff_new_pack.XaUeq4/_old  2015-09-09 20:21:22.0 +0200
+++ /var/tmp/diff_new_pack.XaUeq4/_new  2015-09-09 20:21:22.0 +0200
@@ -20,7 +20,7 @@
 Summary:NetworkManager VPN support for OpenVPN
 License:GPL-2.0+
 Group:  Productivity/Networking/System
-Version:1.0.2
+Version:1.0.6
 Release:0
 # FIXME .desktop icons are currently disabled (on purpose) in the NM tarballs. 
They will re-appear later on (when nmce supports --import)
 # FIXME: --disable-more-warnings should be dropped from configure when 
possible. Added with 0.9.2.0 for Gtk+ 3.3 build.
@@ -35,7 +35,7 @@
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libnm-glib) >= 0.9.10
 BuildRequires:  pkgconfig(libnm-glib-vpn) >= 0.9.10
-BuildRequires:  pkgconfig(libnm-gtk) >= 0.9.10
+BuildRequires:  pkgconfig(libnm-gtk) >= 1.0.5
 BuildRequires:  pkgconfig(libnm-util) >= 0.9.10
 BuildRequires:  pkgconfig(libsecret-unstable)
 Recommends: %{name}-frontend
@@ -88,6 +88,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%pre
+getent group  nm-openvpn >/dev/null || groupadd -r nm-openvpn
+getent passwd nm-openvpn >/dev/null || useradd  -r -g nm-openvpn \
+-d 
%{_localstatedir}/lib/openvpn \
+-s /sbin/nologin \
+-c "NetworkManager user 
for OpenVPN" \
+nm-openvpn
+exit 0
+
 %post gnome
 %icon_theme_cache_post
 

++ NetworkManager-openvpn-1.0.2.tar.xz -> 
NetworkManager-openvpn-1.0.6.tar.xz ++
 4439 lines of diff (skipped)





commit libguestfs for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package libguestfs for openSUSE:Factory 
checked in at 2015-09-09 20:21:34

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


Package is "libguestfs"

Changes:

--- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes2015-08-10 
09:16:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.libguestfs.new/libguestfs.changes   
2015-09-09 20:21:36.0 +0200
@@ -1,0 +2,12 @@
+Wed Sep  9 12:50:11 UTC 2015 - cbosdon...@suse.com
+
+- Define SHA512 as the default password encryption method for
+  opensuse 11+.
+
+---
+Mon Sep  7 13:39:57 UTC 2015 - cbosdon...@suse.com
+
+- Add opensuse images source for virt-builder.
+  fate#318952.
+
+---



Other differences:
--
++ libguestfs.spec ++
--- /var/tmp/diff_new_pack.48FD9P/_old  2015-09-09 20:21:37.0 +0200
+++ /var/tmp/diff_new_pack.48FD9P/_new  2015-09-09 20:21:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libguestfs
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Michal Hrusecky 
 #
 # All modifications and additions to the file contributed by third parties

++ -hotfix.patch ++
--- /var/tmp/diff_new_pack.48FD9P/_old  2015-09-09 20:21:37.0 +0200
+++ /var/tmp/diff_new_pack.48FD9P/_new  2015-09-09 20:21:37.0 +0200
@@ -9,18 +9,17 @@
  1 file changed, 1 insertion(+)
  create mode 100644 pkg-hotfix.txt
 
-diff --git a/pkg-hotfix.txt b/pkg-hotfix.txt
-new file mode 100644
-index 000..8b13789
+Index: libguestfs-1.26.10/pkg-hotfix.txt
+===
 --- /dev/null
-+++ b/pkg-hotfix.txt
 libguestfs-1.26.10/pkg-hotfix.txt
 @@ -0,0 +1 @@
 +
-diff --git a/daemon/btrfs.c b/daemon/btrfs.c
-index 7a4d43d..ceea593 100644
 a/daemon/btrfs.c
-+++ b/daemon/btrfs.c
-@@ -356,6 +356,7 @@ do_btrfs_subvolume_list (const mountable_t *fs)
+Index: libguestfs-1.26.10/daemon/btrfs.c
+===
+--- libguestfs-1.26.10.orig/daemon/btrfs.c
 libguestfs-1.26.10/daemon/btrfs.c
+@@ -356,6 +356,7 @@ do_btrfs_subvolume_list (const mountable
  ADD_ARG (argv, i, str_btrfs);
  ADD_ARG (argv, i, "subvolume");
  ADD_ARG (argv, i, "list");
@@ -47,3 +46,111 @@
  | "unknown" ->
eprintf (f_"%s: --install is not supported for this guest operating 
system\n")
  prog;
+Index: libguestfs-1.26.10/builder/downloader.ml
+===
+--- libguestfs-1.26.10.orig/builder/downloader.ml
 libguestfs-1.26.10/builder/downloader.ml
+@@ -97,7 +97,7 @@ and download_to ~prog t ?(progress_bar =
+ )
+   | _ -> (* Any other protocol. *)
+ (* Get the status code first to ensure the file exists. *)
+-let cmd = sprintf "%s%s -g -o /dev/null -I -w '%%{http_code}' %s"
++let cmd = sprintf "%s%s -L --max-redirs 5 -g -o /dev/null -I -w 
'%%{http_code}' %s"
+   t.curl
+   (if t.verbose then "" else " -s -S")
+   (quote uri) in
+@@ -122,7 +122,7 @@ and download_to ~prog t ?(progress_bar =
+ );
+ 
+ (* Now download the file. *)
+-let cmd = sprintf "%s%s -g -o %s %s"
++let cmd = sprintf "%s%s -L --max-redirs 5 -g -o %s %s"
+   t.curl
+   (if t.verbose then "" else if progress_bar then " -#" else " -s -S")
+   (quote filename_new) (quote uri) in
+Index: libguestfs-1.26.10/builder/Makefile.am
+===
+--- libguestfs-1.26.10.orig/builder/Makefile.am
 libguestfs-1.26.10/builder/Makefile.am
+@@ -261,7 +261,7 @@ DISTCLEANFILES = .depend
+ # virt-builder's default repository
+ 
+ repoconfdir = $(sysconfdir)/xdg/virt-builder/repos.d
+-repoconf_DATA = libguestfs.conf libguestfs.gpg
++repoconf_DATA = libguestfs.conf libguestfs.gpg opensuse.conf opensuse.gpg
+ 
+ install-exec-hook:
+   $(LN_S) xdg/virt-builder $(DESTDIR)$(sysconfdir)/virt-builder
+Index: libguestfs-1.26.10/builder/Makefile.in
+===
+--- libguestfs-1.26.10.orig/builder/Makefile.in
 libguestfs-1.26.10/builder/Makefile.in
+@@ -1649,7 +1649,7 @@ DISTCLEANFILES = .depend
+ 
+ # virt-builder's default repository
+ repoconfdir = $(sysconfdir)/xdg/virt-builder/repos.d
+-repoconf_DATA = libguestfs.conf libguestfs.gpg
++repoconf_DATA = libguestfs.conf libguestfs.gpg opensuse.conf opensuse.gpg
+ virt_index_validate_SOURCES = \
+   index-pars

commit s3backer for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package s3backer for openSUSE:Factory 
checked in at 2015-09-09 20:21:07

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


Package is "s3backer"

Changes:

--- /work/SRC/openSUSE:Factory/s3backer/s3backer.changes2015-05-11 
20:41:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.s3backer.new/s3backer.changes   2015-09-09 
20:21:09.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep  1 14:54:07 UTC 2015 - arc...@dellroad.org
+
+- Update to release 1.4.2
+  + Update license to fix OpenSSL vs. GPL conflict
+
+---

Old:

  s3backer-1.4.1.tar.gz

New:

  s3backer-1.4.2.tar.gz



Other differences:
--
++ s3backer.spec ++
--- /var/tmp/diff_new_pack.m8zvLm/_old  2015-09-09 20:21:09.0 +0200
+++ /var/tmp/diff_new_pack.m8zvLm/_new  2015-09-09 20:21:09.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   s3backer
-Version:1.4.1
+Version:1.4.2
 Release:0
 Summary:FUSE-based single file backing store via Amazon S3
 License:GPL-2.0+

++ s3backer-1.4.1.tar.gz -> s3backer-1.4.2.tar.gz ++
 1824 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/s3backer-1.4.1/CHANGES new/s3backer-1.4.2/CHANGES
--- old/s3backer-1.4.1/CHANGES  2015-05-04 17:49:52.0 +0200
+++ new/s3backer-1.4.2/CHANGES  2015-09-01 16:45:24.0 +0200
@@ -1,3 +1,9 @@
+Version 1.4.2 released September 1, 2015
+
+- Update license to fix OpenSSL vs. GPL conflict
+- Remove obsolete Debian files
+- Fix typos in help output
+
 Version 1.4.1 released May 4, 2015
 
 - Fix use-after-free bug configuring base URL (github issue #44)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/s3backer-1.4.1/COPYING new/s3backer-1.4.2/COPYING
--- old/s3backer-1.4.1/COPYING  2015-04-17 21:20:11.0 +0200
+++ new/s3backer-1.4.2/COPYING  2015-09-01 16:45:24.0 +0200
@@ -1,3 +1,18 @@
+
+In addition to the license below, as a special exception, the copyright holders
+give permission to link the code of portions of this program with the OpenSSL
+library under certain conditions as described in each individual source file,
+and distribute linked combinations including the two.
+
+You must obey the GNU General Public License in all respects for all of the 
code
+used other than OpenSSL. If you modify file(s) with this exception, you may
+extend this exception to your version of the file(s), but you are not obligated
+to do so. If you do not wish to do so, delete this exception statement from
+your version. If you delete this exception statement from all source files in
+the program, then also delete it here.
+
+--
+
 GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/s3backer-1.4.1/Makefile.am new/s3backer-1.4.2/Makefile.am
--- old/s3backer-1.4.1/Makefile.am  2015-04-17 22:34:04.0 +0200
+++ new/s3backer-1.4.2/Makefile.am  2015-09-01 16:45:24.0 +0200
@@ -19,6 +19,19 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 # 02110-1301, USA.
 #
+# In addition, as a special exception, the copyright holders give
+# permission to link the code of portions of this program with the
+# OpenSSL library under certain conditions as described in each
+# individual source file, and distribute linked combinations including
+# the two.
+#
+# You must obey the GNU General Public License in all respects for all
+# of the code used other than OpenSSL. If you modify file(s) with this
+# exception, you may extend this exception to your version of the
+# file(s), but you are not obligated to do so. If you do not wish to do
+# so, delete this exception statement from your version. If you delete
+# this exception statement fr

commit ha-cluster-bootstrap for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package ha-cluster-bootstrap for 
openSUSE:Factory checked in at 2015-09-09 20:21:22

Comparing /work/SRC/openSUSE:Factory/ha-cluster-bootstrap (Old)
 and  /work/SRC/openSUSE:Factory/.ha-cluster-bootstrap.new (New)


Package is "ha-cluster-bootstrap"

Changes:

--- 
/work/SRC/openSUSE:Factory/ha-cluster-bootstrap/ha-cluster-bootstrap.changes
2015-08-29 20:05:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ha-cluster-bootstrap.new/ha-cluster-bootstrap.changes
   2015-09-09 20:21:24.0 +0200
@@ -1,0 +2,11 @@
+Fri Sep 04 09:32:37 UTC 2015 - kgronl...@suse.com
+
+- Update to version 0.4+git.1441350120.8e9abbe:
+  + Sync entire /etc/booth directory (fate#319318)
+  + Check corosync.conf before access (bsc#943227)
+  + Use update over replace to avoid deleting DC attributes (bsc#890802)
+  + Update README with a bit more detail
+
+- Remove 0001-sync-entire-booth-directory-fate-319318.patch
+
+---

Old:

  0001-sync-entire-booth-directory-fate-319318.patch
  sleha-bootstrap-0.4+git.1440306826.cf7cfcf.tar.bz2

New:

  sleha-bootstrap-0.4+git.1441350120.8e9abbe.tar.bz2



Other differences:
--
++ ha-cluster-bootstrap.spec ++
--- /var/tmp/diff_new_pack.P86RFd/_old  2015-09-09 20:21:24.0 +0200
+++ /var/tmp/diff_new_pack.P86RFd/_new  2015-09-09 20:21:24.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   ha-cluster-bootstrap
-Version:0.4+git.1440306826.cf7cfcf
+Version:0.4+git.1441350120.8e9abbe
 Release:0
 Summary:Pacemaker HA Cluster Bootstrap Tool
 License:GPL-2.0
@@ -26,9 +26,6 @@
 Url:https://github.com/tserong/sleha-bootstrap
 Source: sleha-bootstrap-%{version}.tar.bz2
 
-# PATCH-FIX-UPSTREAM: Sync entire /etc/booth directory (fate#319318)
-Patch1: 0001-sync-entire-booth-directory-fate-319318.patch
-
 Requires:   csync2
 Requires:   ha-cluster-webui
 Requires:   iproute2
@@ -47,7 +44,6 @@
 
 %prep
 %setup -n sleha-bootstrap-%{version}
-%patch1 -p1
 %build
 
 %install

++ _servicedata ++
--- /var/tmp/diff_new_pack.P86RFd/_old  2015-09-09 20:21:24.0 +0200
+++ /var/tmp/diff_new_pack.P86RFd/_new  2015-09-09 20:21:24.0 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/tserong/sleha-bootstrap.git
-  cf7cfcf11507bf64493a83ab6c25e1843d7a3717
\ No newline at end of file
+  8e9abbe8c603cda068aadbb949ebde7996e512c4
\ No newline at end of file

++ sleha-bootstrap-0.4+git.1440306826.cf7cfcf.tar.bz2 -> 
sleha-bootstrap-0.4+git.1441350120.8e9abbe.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sleha-bootstrap-0.4+git.1440306826.cf7cfcf/README 
new/sleha-bootstrap-0.4+git.1441350120.8e9abbe/README
--- old/sleha-bootstrap-0.4+git.1440306826.cf7cfcf/README   2015-08-28 
12:25:54.0 +0200
+++ new/sleha-bootstrap-0.4+git.1441350120.8e9abbe/README   2015-09-04 
11:32:37.0 +0200
@@ -1,3 +1,17 @@
 HA Cluster Bootstrap
+
 
-Tool to bootstrap a Pacemaker High Availability cluster in a hurry.
+Tools to bootstrap a Pacemaker High Availability cluster in a hurry.
+
+* ha-cluster-init
+  Installs and configures the first node in a new cluster.
+
+* ha-cluster-join
+  Installs and configures new nodes to join the cluster.
+
+* ha-cluster-remove
+  Removes a node from the cluster.
+
+NOTE: This tool is most likely to work best on a SUSE-based 
+distribution (SLE or openSUSE). Patches to make it cross-
+platform compatible are welcomed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sleha-bootstrap-0.4+git.1440306826.cf7cfcf/scripts/ha-cluster-init 
new/sleha-bootstrap-0.4+git.1441350120.8e9abbe/scripts/ha-cluster-init
--- old/sleha-bootstrap-0.4+git.1440306826.cf7cfcf/scripts/ha-cluster-init  
2015-08-28 12:25:54.0 +0200
+++ new/sleha-bootstrap-0.4+git.1441350120.8e9abbe/scripts/ha-cluster-init  
2015-09-04 11:32:37.0 +0200
@@ -137,7 +137,7 @@
 {
key /etc/csync2/key_hagroup;
host $(hostname);
-   include /etc/booth/booth.conf;
+   include /etc/booth;
include /etc/corosync/corosync.conf;
include /etc/corosync/authkey;
include /etc/csync2/csync2.cfg;
@@ -522,7 +522,7 @@
resource-stickiness="1" \\
migration-threshold="3"
 END
-   crm_configure_load replace $tmp_conf
+   crm_configure_load update $tmp_conf
 
# sbd fencing if applicable (getting local sbd_device here direct
# from SBD config, in case init_cluster is invoked on its own)
diff -urN '--exclude=CVS' 

commit gnucash for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package gnucash for openSUSE:Factory checked 
in at 2015-09-09 20:21:01

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


Package is "gnucash"

Changes:

--- /work/SRC/openSUSE:Factory/gnucash/gnucash.changes  2015-07-14 
17:45:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnucash.new/gnucash.changes 2015-09-09 
20:21:03.0 +0200
@@ -1,0 +2,7 @@
+Mon Sep  7 06:49:59 UTC 2015 - dims...@opensuse.org
+
+- openSUSE Leap 42.1 (suse_version = 1315, is_opensuse = 1) also
+  contains an updated libdbi, thus we need to apply patch
+  gnucash-libdbi-0.9.patch in this case.
+
+---



Other differences:
--
++ gnucash.spec ++
--- /var/tmp/diff_new_pack.fctDy3/_old  2015-09-09 20:21:04.0 +0200
+++ /var/tmp/diff_new_pack.fctDy3/_new  2015-09-09 20:21:04.0 +0200
@@ -116,7 +116,7 @@
 %setup -q
 # This patch must be applied:
 %patch0
-%if 0%{?suse_version} > 1315
+%if (0%{?suse_version} == 1315 && %{is_opensuse}) || 0%{suse_version} > 1315
 # in openSUSE Factory, we have libdbi 0.9.0+git23, which changed the API a bit
 # SLE12 contains libdbi 0.9.0, before this API change.
 %patch1 -p1




commit librelp for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package librelp for openSUSE:Factory checked 
in at 2015-09-09 20:21:09

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


Package is "librelp"

Changes:

--- /work/SRC/openSUSE:Factory/librelp/librelp.changes  2014-04-30 
15:06:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.librelp.new/librelp.changes 2015-09-09 
20:21:10.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep  8 19:51:14 UTC 2015 - astie...@suse.com
+
+- librelp 1.2.8:
+  * fix segfault if KEEPALIVE is used
+
+---

Old:

  librelp-1.2.7.tar.gz

New:

  librelp-1.2.8.tar.gz



Other differences:
--
++ librelp.spec ++
--- /var/tmp/diff_new_pack.gaHT1C/_old  2015-09-09 20:21:11.0 +0200
+++ /var/tmp/diff_new_pack.gaHT1C/_new  2015-09-09 20:21:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package librelp
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define library_name librelp0
 Name:   librelp
-Version:1.2.7
+Version:1.2.8
 Release:0
 Summary:A reliable logging library
 License:GPL-3.0+

++ librelp-1.2.7.tar.gz -> librelp-1.2.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/librelp-1.2.7/ChangeLog new/librelp-1.2.8/ChangeLog
--- old/librelp-1.2.7/ChangeLog 2014-04-28 17:59:02.0 +0200
+++ new/librelp-1.2.8/ChangeLog 2015-09-04 12:25:06.0 +0200
@@ -1,4 +1,8 @@
 --
+Version 1.2.8 - 2014-09-07
+- bugfix: segfault if KEEPALIVE is used
+  Thanks to Tomas Heinrich for the patch.
+--
 Version 1.2.7 - 2014-04-29
 - bugfix: librelp was incompatible with C++ without a real reason
   Thanks to Ivan Kryak for the patch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/librelp-1.2.7/INSTALL new/librelp-1.2.8/INSTALL
--- old/librelp-1.2.7/INSTALL   2014-03-20 09:02:39.0 +0100
+++ new/librelp-1.2.8/INSTALL   2015-09-04 12:25:39.0 +0200
@@ -12,8 +12,8 @@
 Basic Installation
 ==
 
-   Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
+   Briefly, the shell command `./configure && make && make install'
+should configure, build, and install this package.  The following
 more-detailed instructions are generic; see the `README' file for
 instructions specific to this package.  Some packages provide this
 `INSTALL' file but do not implement all of the features documented
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/librelp-1.2.7/Makefile.in 
new/librelp-1.2.8/Makefile.in
--- old/librelp-1.2.7/Makefile.in   2014-04-28 17:59:17.0 +0200
+++ new/librelp-1.2.8/Makefile.in   2015-09-04 12:25:39.0 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.13.4 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
@@ -388,8 +388,8 @@
 $(am__aclocal_m4_deps):
 
 config.h: stamp-h1
-   @if test ! -f $@; then rm -f stamp-h1; else :; fi
-   @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
+   @test -f $@ || rm -f stamp-h1
+   @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
 
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
@rm -f stamp-h1
@@ -621,10 +621,16 @@
$(am__post_remove_distdir)
 
 dist-tarZ: distdir
+   @echo WARNING: "Support for shar distribution archives is" \
+  "deprecated." >&2
+   @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
$(am__post_remove_distdir)
 
 dist-shar: distdir
+   @echo WARNING: "Support for distribution archives compressed with" \
+  "legacy program 'compress' is deprecated." >&2
+   @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
$(am__post_remove_distdir)
 
@@ -666,9 +672,10 @@
  && dc_destdir="$${TMPDIR-/tmp}/am-dc-/" \
  && am__cw

commit python-oslo.middleware for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package python-oslo.middleware for 
openSUSE:Factory checked in at 2015-09-09 20:20:55

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


Package is "python-oslo.middleware"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-oslo.middleware/python-oslo.middleware.changes
2015-08-27 08:54:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.middleware.new/python-oslo.middleware.changes
   2015-09-09 20:20:57.0 +0200
@@ -1,0 +2,28 @@
+Sat Aug 29 17:24:28 UTC 2015 - tbecht...@suse.com
+
+- update to 2.8.0:
+  * Split option discovery function by middleware
+  * Updated from global requirements
+  * Updated from global requirements
+  * Fix remarks missed on #209817
+  * Added new test for CORS Simple Headers
+  * Restore backward compat of paste factory
+  * Do not dump HealthcheckResult class source
+  * Updated from global requirements
+  * Renamed latent_configuration to _latent_configuration
+  * Added latent properties to CORS middleware
+  * Declare some methods static
+  * Allow to get option from paste-deploy
+  * Remove usage of oslo.config global
+  * Imported Translations from Transifex
+  * Updated from global requirements
+  * Imported Translations from Transifex
+  * Updated from global requirements
+  * Imported Translations from Transifex
+  * Updated from global requirements
+  * Updated from global requirements
+  * Updated from global requirements
+  * Added verbose debug logging to CORS
+- Adjust Requires according to requirements.txt
+
+---

Old:

  oslo.middleware-2.4.0.tar.gz

New:

  oslo.middleware-2.8.0.tar.gz



Other differences:
--
++ python-oslo.middleware.spec ++
--- /var/tmp/diff_new_pack.ZAmsi5/_old  2015-09-09 20:20:57.0 +0200
+++ /var/tmp/diff_new_pack.ZAmsi5/_new  2015-09-09 20:20:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-oslo.middleware
-Version:2.4.0
+Version:2.8.0
 Release:0
 Summary:oslo.middleware library
 License:Apache-2.0
@@ -39,7 +39,7 @@
 BuildRequires:  python-testtools
 Requires:   python-Babel >= 1.3
 Requires:   python-WebOb >= 1.2.3
-Requires:   python-oslo.config >= 1.11.0
+Requires:   python-oslo.config >= 2.3.0
 Requires:   python-oslo.context >= 0.2.0
 Requires:   python-oslo.i18n >= 1.5.0
 Requires:   python-six >= 1.9.0

++ oslo.middleware-2.4.0.tar.gz -> oslo.middleware-2.8.0.tar.gz ++
 1674 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/oslo.middleware-2.4.0/AUTHORS new/oslo.middleware-2.8.0/AUTHORS
--- old/oslo.middleware-2.4.0/AUTHORS   2015-07-13 20:35:01.0 +0200
+++ new/oslo.middleware-2.8.0/AUTHORS   2015-08-27 18:26:29.0 +0200
@@ -25,6 +25,7 @@
 Kamil Rykowski 
 Mark McLoughlin 
 Mehdi Abaakouk 
+Mehdi Abaakouk 
 Michael Krotscheck 
 Noorul Islam K M 
 Sergey Kraynev 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/oslo.middleware-2.4.0/ChangeLog new/oslo.middleware-2.8.0/ChangeLog
--- old/oslo.middleware-2.4.0/ChangeLog 2015-07-13 20:35:01.0 +0200
+++ new/oslo.middleware-2.8.0/ChangeLog 2015-08-27 18:26:29.0 +0200
@@ -1,6 +1,48 @@
 CHANGES
 ===
 
+2.8.0
+-
+
+* Split option discovery function by middleware
+* Updated from global requirements
+* Updated from global requirements
+
+2.7.0
+-
+
+* Fix remarks missed on #209817
+
+2.6.1
+-
+
+* Added new test for CORS Simple Headers
+* Restore backward compat of paste factory
+
+2.6.0
+-
+
+* Do not dump HealthcheckResult class source
+* Updated from global requirements
+* Renamed latent_configuration to _latent_configuration
+* Added latent properties to CORS middleware
+* Declare some methods static
+* Allow to get option from paste-deploy
+* Remove usage of oslo.config global
+* Imported Translations from Transifex
+* Updated from global requirements
+
+2.5.0
+-
+
+* Imported Translations from Transifex
+* Updated from global requirements
+* Imported Translations from Transifex
+* U

commit kdeaddons3 for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package kdeaddons3 for openSUSE:Factory 
checked in at 2015-09-09 20:21:03

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


Package is "kdeaddons3"

Changes:

--- /work/SRC/openSUSE:Factory/kdeaddons3/kdeaddons3.changes2013-08-10 
18:24:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeaddons3.new/kdeaddons3.changes   
2015-09-09 20:21:04.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep  8 14:50:13 UTC 2015 - an...@opensuse.org
+
+- fix recognition of C++ files, patch from Trinity
+  kdeaddons-trinity-kate-fix-recognition-of-cpp-files.patch
+
+---

New:

  kdeaddons-trinity-kate-fix-recognition-of-cpp-files.patch



Other differences:
--
++ kdeaddons3.spec ++
--- /var/tmp/diff_new_pack.ettd9q/_old  2015-09-09 20:21:05.0 +0200
+++ /var/tmp/diff_new_pack.ettd9q/_new  2015-09-09 20:21:05.0 +0200
@@ -37,7 +37,7 @@
 Version:3.5.10
 Release:0
 Url:http://www.kde.org
-Requires:   kdelibs3 >= %(rpm -q --queryformat '%{VERSION}' kdelibs3)
+Requires:   kdelibs3
 Source: kdeaddons-%{version}.tar.bz2
 Patch0: 3_5_BRANCH.diff
 Patch1: disable-lnk.diff
@@ -46,6 +46,7 @@
 Patch4: permanent-searchbar.diff
 Patch5: use-db.diff
 Patch6: kdeaddons-3.5.10-gcc45.diff
+Patch7: kdeaddons-trinity-kate-fix-recognition-of-cpp-files.patch
 
 %description
 This package contains some fun and useful additional modules:
@@ -184,6 +185,7 @@
 %patch4
 %patch5
 %patch6
+%patch7 -p1
 
 %build
 . /etc/opt/kde3/common_options
@@ -205,9 +207,6 @@
 %suse_update_desktop_file -r ksig  Network Email   
 kde_post_install
 
-%clean
-rm -rf ${RPM_BUILD_ROOT}
-
 %post
 %run_ldconfig
 

++ kdeaddons-trinity-kate-fix-recognition-of-cpp-files.patch ++
>From 4d976d10e8d99776881152c0911f80890ffba579 Mon Sep 17 00:00:00 2001
From: Michele Calgaro 
Date: Fri, 07 Aug 2015 14:38:43 +
Subject: Fixed recognition of C++ files in kate/cppsymbolviewer plugin. This 
resolves bug 2498. Also fixed building warnings.

Signed-off-by: Michele Calgaro 
---
diff --git a/kate/cppsymbolviewer/cpp_parser.cpp 
b/kate/cppsymbolviewer/cpp_parser.cpp
index b666983..9aceda2 100644
--- a/kate/cppsymbolviewer/cpp_parser.cpp
+++ b/kate/cppsymbolviewer/cpp_parser.cpp
@@ -23,9 +23,9 @@ void KatePluginSymbolViewerView::parseCppSymbols(void)
  QString cl; // Current Line
  QString stripped;
  uint i, j, tmpPos = 0;
- int par = 0, graph = 0, retry = 0;
+ int par = 0, graph = 0;
  char mclass = 0, block = 0, comment = 0; // comment: 0-no comment 1-inline 
comment 2-multiline comment 3-string
- char macro = 0, macro_pos = 0, func_close = 0;
+ char macro = 0, func_close = 0;
  bool structure = false;
  QPixmap cls( ( const char** ) class_xpm );
  QPixmap sct( ( const char** ) struct_xpm );
@@ -76,7 +76,6 @@ void KatePluginSymbolViewerView::parseCppSymbols(void)
/* *** MACRO PARSING */
if(macro == 1)
  {
-  //macro_pos = cl.find("#");
   for (j = 0; j < cl.length(); j++)
  {
   if(cl.at(j)=='/' && cl.at(j+1)=='/') { macro = 4; break; }
@@ -113,7 +112,6 @@ void KatePluginSymbolViewerView::parseCppSymbols(void)
   node->setText(1, QString::number( i, 10));
  }
   macro = 0;
-  macro_pos = 0;
   stripped = "";
   //kdDebug(13000)<<"Macro -- Inserted : "<= 0) 
+  if (cl.find('{') >= 0)
 {
  cl = cl.right(cl.find('{'));
  mclass = 4;
@@ -216,8 +214,8 @@ void KatePluginSymbolViewerView::parseCppSymbols(void)
   break;
  }
 
-   if(cl.at(j)=='{' && structure == false && cl.find(";") < 0 
||
-  cl.at(j)=='{' && structure == false && cl.find('}') > 
(int)j)
+   if((cl.at(j)=='{' && structure == false && cl.find(";") < 
0) ||
+  (cl.at(j)=='{' && structure == false && cl.find('}') > 
(int)j))
  {
   stripped.replace(0x9, " ");
   if(func_on == true)
@@ -240,7 +238,7 @@ void KatePluginSymbolViewerView::parseCppSymbols(void)
node = new QListViewItem(mtdNode, lastMtdNode, 
stripped);
lastMtdNode = node;
   }
-else 
+else
   {
node = new QListVi

commit ucommon for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package ucommon for openSUSE:Factory checked 
in at 2015-09-09 20:21:17

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


Package is "ucommon"

Changes:

--- /work/SRC/openSUSE:Factory/ucommon/ucommon.changes  2015-08-31 
22:59:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.ucommon.new/ucommon.changes 2015-09-09 
20:21:20.0 +0200
@@ -1,0 +2,16 @@
+Wed Sep  9 07:09:49 UTC 2015 - mplus...@suse.com
+
+- Update to 6.6.0
+  * introduced rsa key support
+  * expanded hmac support
+  * expanded digests for sha256 and 384
+  * reword of common digest code
+  * improved nullptr clang support
+  * remove clang forced c++11 from build
+  * check for openssl rsa support
+  * port types for 7.0 migration
+  * socket addresses for typeref
+  * further c++11 header fixes
+  * removed old ssl demo app
+
+---

Old:

  ucommon-6.5.7.tar.gz
  ucommon-6.5.7.tar.gz.sig

New:

  ucommon-6.6.0.tar.gz
  ucommon-6.6.0.tar.gz.sig



Other differences:
--
++ ucommon.spec ++
--- /var/tmp/diff_new_pack.WZHMgn/_old  2015-09-09 20:21:21.0 +0200
+++ /var/tmp/diff_new_pack.WZHMgn/_new  2015-09-09 20:21:21.0 +0200
@@ -21,7 +21,7 @@
 
 
 Name:   ucommon
-Version:6.5.7
+Version:6.6.0
 Release:0
 %define lname  libucommon7
 Summary:Runtime library for portable C++ threading and sockets

++ ucommon-6.5.7.tar.gz -> ucommon-6.6.0.tar.gz ++
 3503 lines of diff (skipped)





commit virt-manager for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package virt-manager for openSUSE:Factory 
checked in at 2015-09-09 20:21:11

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


Package is "virt-manager"

Changes:

--- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes
2015-08-29 20:04:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.virt-manager.new/virt-manager.changes   
2015-09-09 20:21:12.0 +0200
@@ -1,0 +2,23 @@
+Tue Sep  8 15:59:53 MDT 2015 - carn...@suse.com
+
+- bsc#942796 - Virtualization/virt-manager: Missing dependeny
+  virt-manager.spec 
+
+---
+Thu Sep  3 10:43:15 MDT 2015 - carn...@suse.com
+
+- bsc#944374 - virt-manager uninstallable on aarch64
+  virt-manager.spec
+- Add upstream bug fix
+  5e68b0fc-dont-try-to-set-vmport-on-non-x86.patch
+- Drop virtinst-detect-windows-media.patch as this is not needed
+  now that we use libosinfo
+
+---
+Mon Aug 31 16:41:28 MDT 2015 - carn...@suse.com
+
+- Drop virtinst-fix-storage-pool-lookup.patch in favor of upstream
+  version (bsc#941464).
+  eb92178e-virtinst-fix-storage-pool-lookup.patch
+
+---

Old:

  virtinst-detect-windows-media.patch
  virtinst-fix-storage-pool-lookup.patch

New:

  5e68b0fc-dont-try-to-set-vmport-on-non-x86.patch
  eb92178e-virtinst-fix-storage-pool-lookup.patch



Other differences:
--
++ virt-manager.spec ++
--- /var/tmp/diff_new_pack.jjfIMf/_old  2015-09-09 20:21:14.0 +0200
+++ /var/tmp/diff_new_pack.jjfIMf/_new  2015-09-09 20:21:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package virt-manager
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -45,6 +45,8 @@
 Patch6: f81358b0-dont-display-error-if-machine-is-missing-in-XML.patch
 Patch7: aebebbf8-report-an-error-for-pxe-install-without-network.patch
 Patch8: 4970615f-fix-qemu-vs-lxc-detection.patch
+Patch9: eb92178e-virtinst-fix-storage-pool-lookup.patch
+Patch10:5e68b0fc-dont-try-to-set-vmport-on-non-x86.patch
 # SUSE Only
 Patch70:virtman-desktop.patch
 Patch71:virtman-kvm.patch
@@ -70,10 +72,9 @@
 Patch123:   virtinst-detect-oes-distros.patch
 Patch124:   virtinst-modify-gui-defaults.patch
 Patch125:   virtinst-vol-default-nocow.patch
-Patch126:   virtinst-detect-windows-media.patch
-Patch127:   virtinst-set-cache-mode-unsafe-for-install.patch
-Patch128:   virtinst-add-default-rng-device.patch
-Patch129:   virtinst-set-qemu-emulator.patch
+Patch126:   virtinst-set-cache-mode-unsafe-for-install.patch
+Patch127:   virtinst-add-default-rng-device.patch
+Patch128:   virtinst-set-qemu-emulator.patch
 # Bug Fixes
 Patch150:   virtman-supported-disk-formats.patch
 Patch151:   virtman-prevent-double-click-starting-vm-twice.patch
@@ -85,7 +86,6 @@
 Patch161:   virtinst-xenbus-disk-index-fix.patch
 Patch162:   virtinst-refresh_before_fetch_pool.patch
 Patch163:   virtinst-replace-unar-with-other-archivers.patch
-Patch164:   virtinst-fix-storage-pool-lookup.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -95,30 +95,18 @@
 Requires:   dconf
 Requires:   gtk3
 Requires:   python-gconf
-Requires:   virt-manager-common = %{verrel}
-Requires:   vm-install >= 0.5.6
-
-# Typelib's
-Requires:   typelib(GVnc)
-Requires:   typelib(GtkVnc)
-Requires:   typelib(LibvirtGLib)
-Requires:   typelib(SpiceClientGtk)
-Requires:   typelib(Vte)
-
 # For console widget
 Requires:   python-gobject-cairo
 Recommends: python-SpiceClientGtk
-
 Requires:   virt-install
+Requires:   virt-manager-common = %{verrel}
+Recommends: vm-install >= 0.5.6
 
 %if %{with_guestfs}
 Requires:   python-libguestfs
 %endif
 
 BuildRequires:  glib2-devel
-%if 0%{?suse_version} > 1320
-BuildRequires:  gobject-introspection
-%endif
 BuildRequires:  intltool
 BuildRequires:  perl
 BuildRequires:  python
@@ -142,7 +130,17 @@
 Requires:   python-ipaddr
 Requires:   python-libxml2
 Requires:   python-urlgrabber
+%if 0%{?is_opensuse}
+BuildRequires:  gobject-introspection
+%else
+Recommends: typelib(AppIndicator3)
+Requires:   typelib(GVnc)
+Requires:   typelib(GtkVnc)
 Requires:   typelib(Libos

commit NetworkManager-openswan for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager-openswan for 
openSUSE:Factory checked in at 2015-09-09 20:21:00

Comparing /work/SRC/openSUSE:Factory/NetworkManager-openswan (Old)
 and  /work/SRC/openSUSE:Factory/.NetworkManager-openswan.new (New)


Package is "NetworkManager-openswan"

Changes:

--- 
/work/SRC/openSUSE:Factory/NetworkManager-openswan/NetworkManager-openswan.changes
  2015-03-12 16:39:14.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-openswan.new/NetworkManager-openswan.changes
 2015-09-09 20:21:01.0 +0200
@@ -1,0 +2,14 @@
+Tue Sep  1 10:33:50 UTC 2015 - si...@simotek.net
+
+- Update to version 1.0.6:
+  + Libreswan startup robustness improvments.
+  + Build fixes.
+
+---
+Wed May  6 07:59:03 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.0.2:
+  + Out-of-tree build fixes.
+  + Updated translations.
+
+---

Old:

  NetworkManager-openswan-1.0.0.tar.xz

New:

  NetworkManager-openswan-1.0.6.tar.xz



Other differences:
--
++ NetworkManager-openswan.spec ++
--- /var/tmp/diff_new_pack.Gv7HDL/_old  2015-09-09 20:21:01.0 +0200
+++ /var/tmp/diff_new_pack.Gv7HDL/_new  2015-09-09 20:21:01.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package NetworkManager-openconnect
+# spec file for package NetworkManager-openswan
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,18 @@
 
 
 Name:   NetworkManager-openswan
-Version:1.0.0
+Version:1.0.6
 Release:0
-License:GPL-2.0+ and LGPL-2.1
 Summary:NetworkManager VPN support for OpenConnect
-Url:http://www.gnome.org/projects/NetworkManager
+License:GPL-2.0+ and LGPL-2.1
 Group:  Productivity/Networking/System
+Url:http://www.gnome.org/projects/NetworkManager
 Source0:
http://download.gnome.org/sources/NetworkManager-openswan/1.0/%{name}-%{version}.tar.xz
 BuildRequires:  translation-update-upstream
 BuildRequires:  pkgconfig(NetworkManager)
 BuildRequires:  pkgconfig(dbus-glib-1) >= 0.74
-BuildRequires:  pkgconfig(gnome-keyring-1)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32
+BuildRequires:  pkgconfig(gnome-keyring-1)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.4
 BuildRequires:  pkgconfig(libnl-3.0) >= 3.2.8
 BuildRequires:  pkgconfig(libnm-glib)

++ NetworkManager-openswan-1.0.0.tar.xz -> 
NetworkManager-openswan-1.0.6.tar.xz ++
 3363 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/NetworkManager-openswan-1.0.0/NEWS new/NetworkManager-openswan-1.0.6/NEWS
--- old/NetworkManager-openswan-1.0.0/NEWS  2014-12-18 22:34:58.0 
+0100
+++ new/NetworkManager-openswan-1.0.6/NEWS  2015-08-27 18:31:07.0 
+0200
@@ -1,4 +1,27 @@
 ===
+network-manager-openswan-1.0.6
+Overview of changes since network-manager-openswan-1.0.2
+===
+
+This is a new stable release of network-manager-openswan.  Notable changes 
include:
+
+* Libreswan startup robustness improvments
+* Build fixes
+
+
+===
+network-manager-openswan-1.0.2
+Overview of changes since network-manager-openswan-1.0
+===
+
+This is a new stable release of network-manager-openswan.  Notable changes 
include:
+
+* Added Bosnian translation
+* Updated Greek, German, Basque, Serbian, Hungarian and Indonesian translations
+* Out-of-tree build fixes
+
+
+===
 network-manager-openswan-1.0
 Overview of changes since network-manager-openswan-0.9.8
 ===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/NetworkManager-openswa

commit socket_wrapper for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package socket_wrapper for openSUSE:Factory 
checked in at 2015-09-09 20:21:31

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


Package is "socket_wrapper"

Changes:

--- /work/SRC/openSUSE:Factory/socket_wrapper/socket_wrapper.changes
2015-05-15 07:43:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.socket_wrapper.new/socket_wrapper.changes   
2015-09-09 20:21:32.0 +0200
@@ -1,0 +2,9 @@
+Wed Sep  2 11:53:38 UTC 2015 - a...@cryptomilk.org
+
+- Update to version 1.1.4
+  * Fixed handling of msg_name in recvmsg()
+  * Fixed sendmsg()/recvmsg() TCP support
+  * Fixed several compile warnings
+  * Added environment variable to change MTU
+
+---

Old:

  socket_wrapper-1.1.3.tar.gz

New:

  socket_wrapper-1.1.4.tar.gz



Other differences:
--
++ socket_wrapper.spec ++
--- /var/tmp/diff_new_pack.ODzKqH/_old  2015-09-09 20:21:32.0 +0200
+++ /var/tmp/diff_new_pack.ODzKqH/_new  2015-09-09 20:21:32.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # NOTE ##
 #
 # This is a special library. You are not able to link this library.
@@ -23,7 +24,7 @@
 # NOTE ##
 
 Name:   socket_wrapper
-Version:1.1.3
+Version:1.1.4
 Release:0
 Summary:A library passing all socket communications trough Unix sockets
 License:BSD-3-Clause
@@ -36,8 +37,8 @@
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-Requires:   pkg-config
 Requires:   cmake
+Requires:   pkg-config
 
 %description
 socket_wrapper aims to help client/server software development teams willing to

++ socket_wrapper-1.1.3.tar.gz -> socket_wrapper-1.1.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/socket_wrapper-1.1.3/CMakeLists.txt 
new/socket_wrapper-1.1.4/CMakeLists.txt
--- old/socket_wrapper-1.1.3/CMakeLists.txt 2015-02-23 16:51:18.0 
+0100
+++ new/socket_wrapper-1.1.4/CMakeLists.txt 2015-08-24 17:53:17.0 
+0200
@@ -8,7 +8,7 @@
 
 set(APPLICATION_VERSION_MAJOR "1")
 set(APPLICATION_VERSION_MINOR "1")
-set(APPLICATION_VERSION_PATCH "3")
+set(APPLICATION_VERSION_PATCH "4")
 
 set(APPLICATION_VERSION 
"${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
 
@@ -19,7 +19,7 @@
 # Increment AGE. Set REVISION to 0
 #   If the source code was changed, but there were no interface changes:
 # Increment REVISION.
-set(LIBRARY_VERSION "0.1.3")
+set(LIBRARY_VERSION "0.1.4")
 set(LIBRARY_SOVERSION "0")
 
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is 
checked
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/socket_wrapper-1.1.3/CTestConfig.cmake 
new/socket_wrapper-1.1.4/CTestConfig.cmake
--- old/socket_wrapper-1.1.3/CTestConfig.cmake  2013-12-04 18:20:43.0 
+0100
+++ new/socket_wrapper-1.1.4/CTestConfig.cmake  2015-08-05 15:25:53.0 
+0200
@@ -3,7 +3,7 @@
 set(CTEST_PROJECT_NAME "socketwrapper")
 set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
 
-set(CTEST_DROP_METHOD "http")
+set(CTEST_DROP_METHOD "https")
 set(CTEST_DROP_SITE "mock.cryptomilk.org")
 set(CTEST_DROP_LOCATION "/submit.php?project=socketwrapper")
 set(CTEST_DROP_SITE_CDASH TRUE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/socket_wrapper-1.1.3/ChangeLog 
new/socket_wrapper-1.1.4/ChangeLog
--- old/socket_wrapper-1.1.3/ChangeLog  2015-02-23 16:51:06.0 +0100
+++ new/socket_wrapper-1.1.4/ChangeLog  2015-08-24 17:54:04.0 +0200
@@ -1,6 +1,12 @@
 ChangeLog
 ==
 
+version 1.1.4 (released 2015-08-25)
+  * Fixed handling of msg_name in recvmsg()
+  * Fixed sendmsg()/recvmsg() TCP support
+  * Fixed several compile warnings
+  * Added environment variable to change MTU
+
 version 1.1.3 (released 2015-02-23)
   * Added support for address sanitizer.
   * Fixed leaking of memory and fds of stale sockets.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/socket_wrapper-1.1.3/TODO 
new/socket_wrapper-1.1.4/TODO
--- old/socket_wrapper-1.1.3/TODO   2014-08-27 15:06:21.0 +0200
+++ new/socket_wrapper-1.1.4/TODO   2015-08-05 15:25:53.0 +0200
@@ -9,13 +9,19 @@
 Library:
 -
 
-* Add support for fd passing in sendmsg/recvmsg.
-  Scenario:
-  We

commit python-oslo.utils for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package python-oslo.utils for 
openSUSE:Factory checked in at 2015-09-09 20:20:52

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


Package is "python-oslo.utils"

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.utils/python-oslo.utils.changes  
2015-08-27 08:54:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-oslo.utils.new/python-oslo.utils.changes 
2015-09-09 20:20:54.0 +0200
@@ -1,0 +2,15 @@
+Thu Sep  3 19:29:38 UTC 2015 - tbecht...@suse.com
+
+- update to 2.4.0:
+  * Updated from global requirements
+  * Updated from global requirements
+  * flake8 - remove unused rules
+  * Bump monotonic to 0.3 to remove exception catching on import
+  * Provide a common exception caused by base class
+  * Imported Translations from Transifex
+  * Allow access to reflection 'get_members'
+  * Updated from global requirements
+  * Imported Translations from Transifex
+  * Updated from global requirements
+
+---

Old:

  oslo.utils-2.1.0.tar.gz

New:

  oslo.utils-2.4.0.tar.gz



Other differences:
--
++ python-oslo.utils.spec ++
--- /var/tmp/diff_new_pack.OX0NbT/_old  2015-09-09 20:20:54.0 +0200
+++ /var/tmp/diff_new_pack.OX0NbT/_new  2015-09-09 20:20:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-oslo.utils
-Version:2.1.0
+Version:2.4.0
 Release:0
 Summary:Oslo utils library
 License:Apache-2.0
@@ -31,7 +31,7 @@
 Requires:   python-Babel >= 1.3
 Requires:   python-debtcollector >= 0.3.0
 Requires:   python-iso8601 >= 0.1.9
-Requires:   python-monotonic >= 0.1
+Requires:   python-monotonic >= 0.3
 Requires:   python-netaddr >= 0.7.12
 Requires:   python-netifaces >= 0.10.4
 Requires:   python-oslo.i18n >= 1.5.0

++ oslo.utils-2.1.0.tar.gz -> oslo.utils-2.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.utils-2.1.0/AUTHORS new/oslo.utils-2.4.0/AUTHORS
--- old/oslo.utils-2.1.0/AUTHORS2015-07-27 21:59:38.0 +0200
+++ new/oslo.utils-2.4.0/AUTHORS2015-08-24 23:36:26.0 +0200
@@ -48,6 +48,7 @@
 Joshua Harlow 
 Joshua Harlow 
 Julien Danjou 
+Kevin Houdebert 
 Mehdi Abaakouk 
 Michael Wilson 
 Monty Taylor 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.utils-2.1.0/ChangeLog 
new/oslo.utils-2.4.0/ChangeLog
--- old/oslo.utils-2.1.0/ChangeLog  2015-07-27 21:59:38.0 +0200
+++ new/oslo.utils-2.4.0/ChangeLog  2015-08-24 23:36:26.0 +0200
@@ -1,6 +1,28 @@
 CHANGES
 ===
 
+2.4.0
+-
+
+
+2.3.0
+-
+
+* Updated from global requirements
+* Updated from global requirements
+* flake8 - remove unused rules
+* Bump monotonic to 0.3 to remove exception catching on import
+* Provide a common exception caused by base class
+* Imported Translations from Transifex
+* Allow access to reflection 'get_members'
+* Updated from global requirements
+
+2.2.0
+-
+
+* Imported Translations from Transifex
+* Updated from global requirements
+
 2.1.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.utils-2.1.0/PKG-INFO 
new/oslo.utils-2.4.0/PKG-INFO
--- old/oslo.utils-2.1.0/PKG-INFO   2015-07-27 21:59:38.0 +0200
+++ new/oslo.utils-2.4.0/PKG-INFO   2015-08-24 23:36:26.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: oslo.utils
-Version: 2.1.0
+Version: 2.4.0
 Summary: Oslo Utility library
 Home-page: http://launchpad.net/oslo
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.utils-2.1.0/oslo.utils/locale/de/LC_MESSAGES/oslo.utils-log-info.po 
new/oslo.utils-2.4.0/oslo.utils/locale/de/LC_MESSAGES/oslo.utils-log-info.po
--- 
old/oslo.utils-2.1.0/oslo.utils/locale/de/LC_MESSAGES/oslo.utils-log-info.po
2015-07-27 21:59:09.0 +0200
+++ 
new/oslo.utils-2.4.0/oslo.utils/locale/de/LC_MESSAGES/oslo.utils-log-info.po
2015-08-24 23:35:55.0 +0200
@@ -8,16 +8,16 @@
 msgstr ""
 "Project-Id-Version: oslo.utils\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2015-07-23 06:18+\n"
+"POT-Creation-Date: 2015-08-04 06:33+\n"
 "PO-Revision-Date: 2014-12-07 06:44+\n"
 "Last-Translator: Andreas Jaeger \n"
-"Language-Team: German (http://www.transifex.com/projects/p/osloutils/";
-"language/de/)\n"
+"Language-Team: German (http://www.transifex.com/openstack/osloutils/language/";
+"de/)\n"
 "Language: de\n"
 "MIME

commit python-oslo.service for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package python-oslo.service for 
openSUSE:Factory checked in at 2015-09-09 20:20:54

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


Package is "python-oslo.service"

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.service/python-oslo.service.changes  
2015-09-02 07:54:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.service.new/python-oslo.service.changes 
2015-09-09 20:20:55.0 +0200
@@ -1,0 +2,10 @@
+Thu Sep  3 19:33:04 UTC 2015 - tbecht...@suse.com
+
+- update to 0.9.0:
+  * Handling corner cases in dynamic looping call
+  * Change DEBUG log in loopingcall to TRACE level log
+  * Updated from global requirements
+  * Added wsgi functionality
+- Adjust Requires according to requirements.txt
+
+---

Old:

  oslo.service-0.7.0.tar.gz

New:

  oslo.service-0.9.0.tar.gz



Other differences:
--
++ python-oslo.service.spec ++
--- /var/tmp/diff_new_pack.oDP1Dr/_old  2015-09-09 20:20:55.0 +0200
+++ /var/tmp/diff_new_pack.oDP1Dr/_new  2015-09-09 20:20:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-oslo.service
-Version:0.7.0
+Version:0.9.0
 Release:0
 Summary:Oslo service library
 License:Apache-2.0
@@ -28,14 +28,20 @@
 BuildRequires:  python-devel
 BuildRequires:  python-pbr
 Requires:   python-Babel >= 1.3
+Requires:   python-Paste
+Requires:   python-PasteDeploy >= 1.5.0
+Requires:   python-Routes >= 1.12.3
+Requires:   python-WebOb >= 1.2.3
 Requires:   python-eventlet >= 0.17.4
 Requires:   python-greenlet >= 0.3.2
 Requires:   python-monotonic >= 0.3
 Requires:   python-oslo.concurrency >= 2.3.0
-Requires:   python-oslo.config >= 2.1.0
+Requires:   python-oslo.config >= 2.3.0
 Requires:   python-oslo.i18n >= 1.5.0
+Requires:   python-oslo.log >= 1.8.0
 Requires:   python-oslo.utils >= 2.0.0
 Requires:   python-six >= 1.9.0
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

++ oslo.service-0.7.0.tar.gz -> oslo.service-0.9.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.service-0.7.0/AUTHORS 
new/oslo.service-0.9.0/AUTHORS
--- old/oslo.service-0.7.0/AUTHORS  2015-08-18 22:23:58.0 +0200
+++ new/oslo.service-0.9.0/AUTHORS  2015-09-01 20:39:42.0 +0200
@@ -73,6 +73,7 @@
 Soren Hansen 
 Steve Martinelli 
 Steven Hardy 
+Surojit Pathak 
 Thomas Herve 
 Tianhua Huang 
 Tom Cammann 
@@ -81,6 +82,7 @@
 Zhongyue Luo 
 fujioka yuuichi 
 gongysh 
+liu-sheng 
 liyingjun 
 ravikumar-venkatesan 
 stanzgy 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.service-0.7.0/ChangeLog 
new/oslo.service-0.9.0/ChangeLog
--- old/oslo.service-0.7.0/ChangeLog2015-08-18 22:23:58.0 +0200
+++ new/oslo.service-0.9.0/ChangeLog2015-09-01 20:39:41.0 +0200
@@ -1,6 +1,18 @@
 CHANGES
 ===
 
+0.9.0
+-
+
+* Handling corner cases in dynamic looping call
+* Change DEBUG log in loopingcall to TRACE level log
+* Updated from global requirements
+
+0.8.0
+-
+
+* Added wsgi functionality
+
 0.7.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.service-0.7.0/PKG-INFO 
new/oslo.service-0.9.0/PKG-INFO
--- old/oslo.service-0.7.0/PKG-INFO 2015-08-18 22:23:58.0 +0200
+++ new/oslo.service-0.9.0/PKG-INFO 2015-09-01 20:39:42.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: oslo.service
-Version: 0.7.0
+Version: 0.9.0
 Summary: oslo.service library
 Home-page: http://launchpad.net/oslo
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.service-0.7.0/doc/source/usage.rst 
new/oslo.service-0.9.0/doc/source/usage.rst
--- old/oslo.service-0.7.0/doc/source/usage.rst 2015-08-18 22:23:15.0 
+0200
+++ new/oslo.service-0.9.0/doc/source/usage.rst 2015-09-01 20:39:05.0 
+0200
@@ -58,6 +58,9 @@
 * :func:`oslo.service.sslutils `
 The options from the sslutils module for the [ssl] section.
 
+* :func:`oslo.service.wsgi `
+The options from the wsgi module for the [DEFAULT] section.
+
 **ATTENTION:** The library doesn't provide an oslo.service entry point.
 
 .. code-block:: bash
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exc

commit python-openstackclient for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2015-09-09 20:20:49

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


Package is "python-openstackclient"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2014-04-20 11:36:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new/python-openstackclient.changes
   2015-09-09 20:20:50.0 +0200
@@ -2 +2 @@
-Mon Apr  7 16:42:07 UTC 2014 - dmuel...@suse.com
+Mon Aug 31 08:34:09 UTC 2015 - dmuel...@suse.com
@@ -4 +4,1096 @@
-- switch to released version (0.3.1) 
+- update to 1.6.0:
+  * Use correct domain to find project
+  * Updated from global requirements
+  * Skip functional test: test_server_up
+  * Remove non-existing hacking deviations from doc
+  * Update plugin documentation
+  * Add release notes for 1.6.0
+  * Add developer documentation
+  * Add --inherited to the role docs
+  * Rename command docs to remove underscores
+  * Inherited info/option when listing role assignment
+  * Alphabetize setup.cfg
+  * Add set feature to volume type v2
+  * Add list feature to volume v2
+  * Fixes inherited role assignments CRUD calls
+  * Fix quota show when there is no project id
+  * Add functional test for volume type create --property
+  * Imported Translations from Transifex
+  * Added a new function test for volume type set
+  * Introduce functional test for Identity Provider
+  * Add domain scoping in 'role assignment list'
+  * Removed unnecessary assignment of function result Joined lines together
+  * New test for configuration show --mask
+  * add new test for configuration show unmask
+  * Minor Documentation changes for code samples
+  * Set OS_VOLUME_API_VERSION before running functional tests
+  * Added test for `volume type show`
+  * Add functional tests for volume type list
+  * New test for configuration show
+  * Fix quota set failed problem
+  * Add support for volume v2 commands
+  * Add configuration show command
+  * Add plugin interface version
+  * Fix --os-auth-plugin in auth_with_unscoped_saml
+  * add doc for floatingip
+  * Fix yet more documentation warnings
+  * Make trustee/trustor/project searchable by ID
+  * Add create and list for volume type v2
+  * add image member commands for image API
+  * Fix the way auth_type default value is overriden
+  * Format volume type properties when showing
+  * Rename type.py to volume_type.py
+  * Removes trailing blank in trust show
+  * Add volume type show for volume v1
+  * --property should be required in `os unset` commands
+  * More minor docs fixes
+  * Minor identity documentation change
+  * Add functional tests server reboot
+  * Add functional tests server IP attach and detach
+  * Add details to the documentation
+  * Making --property as required when openstack flavor unset
+  * Do not set default versions in parsed args
+  * Add functional tests for servers that require wait
+  * enhance tests for user v3
+  * Remove unnecessary test extension mock
+  * Remove requirements.txt from tox.ini
+  * add functional tests for identity v3
+  * Add functional tests for volume qos
+  * Support multiple volume qos delete
+  * add functional tests for identity v2
+  * add --project-domain option for user v3
+  * only return endpoints that have url
+  * Fix the way we call find_resource when only using ID
+  * Fix image save with API v2
+  * Rename endpoint type to interface
+  * temporarily skip help tests
+  * Drop py33 support for Liberty
+  * Fix interactive password prompt
+  * Fix wrong mock method call
+  * add functional tests for identity v2
+  * Fixes modules index generated by Sphinx
+  * Fix address parsing for server ssh command
+  * openstack catalog list always returns publicURL for internalURL and 
adminURL
+  * Remove the --dhcp option to network list
+  * Remove testing of cliff command line options
+  * add functional tests for identity v3
+  * Add --os-endpoint-type cli optional argument
+  * Show which aggregate a hypervisor is member of
+  * Move update code from image create command
+  * Fix examples with cacert
+  * Add support for volume API v2 QoS commands
+  * Add tests for 'list' and 'show' for volume qos v1
+  * Alphabetize tests for v1 qos_specs
+  * Add docs for QoS specs
+  * No need for get_parser on QoS list
+  * Alphabetize QoS specs
+  * Add support for volume API v1 QoS commands
+  * fix confused domain argument for network create v2
+  * fix typo in network.rst
+  * Add support to inherited project role grant calls
+  * fix typo for server create in server.rst
+  * Fix typo in user.rst
+  * Update 1.4.0 release notes
+  * Refactor option handling for user|group|pro

commit vym for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package vym for openSUSE:Factory checked in 
at 2015-09-09 20:20:47

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


Package is "vym"

Changes:

--- /work/SRC/openSUSE:Factory/vym/vym.changes  2014-09-06 17:05:33.0 
+0200
+++ /work/SRC/openSUSE:Factory/.vym.new/vym.changes 2015-09-09 
20:20:48.0 +0200
@@ -1,0 +2,35 @@
+Mon Aug 24 13:10:00 CEST 2015 - v...@insilmaril.de
+- Version 2.4.7
+
+---
+Tue Aug 18 13:10:00 CEST 2015 - v...@insilmaril.de
+- Version 2.4.6
+
+---
+Fri Jul 24 16:10:00 CEST 2015 - v...@insilmaril.de
+- Version 2.4.5
+
+---
+Sun May 17 11:30:00 CET 2015 - v...@insilmaril.de
+- Version 2.4.3
+
+---
+Tue May 05 16:30:00 CET 2015 - v...@insilmaril.de
+- Version 2.4.2
+
+---
+Mon Oct 27 16:30:00 CET 2014 - uw...@suse.de
+- Version 2.4.0
+- Update to Qt 5
+- Preliminary support of checking for updates
+  and release notes online
+
+---
+Mon Oct 27 15:30:00 CEST 2014 - uw...@suse.de
+- Version 2.3.24
+- Added updated translation by Pavel Fric 
+- When changing sleep time of finished task, also set task state to 'WIP'.
+- Bugfix: Restore saved toolbar configuration
+- Bugfix: #65 Missing break statemens in parser
+
+---
@@ -3,0 +39,6 @@
+- Version 2.3.22
+- French translation by Marc Sert
+- Feature: Improved xlinks with arrowheads
+- Feature: Task priority increases slightly with age of tasks
+- Some more includes to ease Debian packaging (by p0llux)
+- Patch to allow hardening in Debian by p0llux
@@ -31 +71,0 @@


Old:

  vym-2.3.24.tar.bz2

New:

  vym-2.4.7.tar.bz2



Other differences:
--
++ vym.spec ++
--- /var/tmp/diff_new_pack.FR3FIF/_old  2015-09-09 20:20:49.0 +0200
+++ /var/tmp/diff_new_pack.FR3FIF/_new  2015-09-09 20:20:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vym
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,14 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   vym
+
+BuildRequires:  libQt5Core-devel
+BuildRequires:  libQt5Gui-devel
+BuildRequires:  libqt5-qtbase-devel
+#BuildRequires:  libqt5-qtbase-common-devel
+BuildRequires:  libqt5-qtsvg-devel
+BuildRequires:  libqt5-linguist-devel
+BuildRequires:  update-desktop-files
+Requires:   unzip
+Requires:   zip
+Url:http://www.insilmaril.de/vym/index.html
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:View Your Mind - generate and manipulate maps which show your 
thoughts
 License:GPL-2.0
 Group:  Productivity/Office/Other
-Version:2.3.24
+Version:2.4.7
 Release:0
-Url:http://www.insilmaril.de/vym/index.html
 Source0:%name-%version.tar.bz2
 Source1:%name.xml
 Source2:%name.desktop
@@ -30,11 +40,6 @@
 Source4:debian.dirs
 Source5:debian.docs
 Source6:makedist.config
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libqt4-devel
-BuildRequires:  update-desktop-files
-Requires:   unzip
-Requires:   zip
 
 %description
 VYM  (View Your Mind) is a tool to generate and manipulate maps which
@@ -43,19 +48,26 @@
 tasks, to get an overview over complex contexts, to sort your ideas
 etc. Some people even think it is fun to work with such maps...
 
+
+
+Authors:
+
+Uwe Drechsel  
+
 %prep
 %setup -q
 
 %build
-qmake -o Makefile vym.pro PREFIX=%_prefix CONFIG+=RELEASE
+qmake-qt5 -o Makefile vym.pro PREFIX=%_prefix/share BINDIR=%_prefix/bin 
CONFIG+=RELEASE
 make  
-lrelease vym.pro
+lrelease-qt5 vym.pro
 
 %install
+mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/vym
 mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/pixmaps
 install -m 0644 icons/vym.png $RPM_BUILD_ROOT%{_prefix}/share/pixmaps
 mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
-install -m 0644 README.txt LICENSE.txt INSTALL.txt 
$RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
+install -m 0644 README.md LICENSE.tx

commit python-oslo.db for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package python-oslo.db for openSUSE:Factory 
checked in at 2015-09-09 20:20:50

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


Package is "python-oslo.db"

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.db/python-oslo.db.changes
2015-08-27 08:55:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-oslo.db.new/python-oslo.db.changes   
2015-09-09 20:20:51.0 +0200
@@ -1,0 +2,25 @@
+Fri Aug 21 12:02:41 UTC 2015 - tbecht...@suse.com
+
+- update to 2.4.1:
+  * Assume relative revisions belong to alembic
+  * Use correct config key in alembic extension
+  * Fix exception message about unavailable backend
+  * Imported Translations from Transifex
+  * Updated from global requirements
+  * Updated from global requirements
+  * Fix hacking rules and docs job
+  * Imported Translations from Transifex
+  * pagination: enhance sorting of null values
+  * Upgrade and downgrade based on revision existence
+  * Imported Translations from Transifex
+  * Updated from global requirements
+  * Add JSON-encoded types for sqlalchemy
+  * Imported Translations from Transifex
+  * Python 3: Use use_unicode=1 under Python 3
+  * Imported Translations from Transifex
+  * Updated from global requirements
+  * Fix test_migrations on Python 3
+  * Improve failure mode handling in enginefacade
+- Adjust Requires according to requirements.txt
+
+---

Old:

  oslo.db-2.2.0.tar.gz

New:

  oslo.db-2.4.1.tar.gz



Other differences:
--
++ python-oslo.db.spec ++
--- /var/tmp/diff_new_pack.AKtlU8/_old  2015-09-09 20:20:52.0 +0200
+++ /var/tmp/diff_new_pack.AKtlU8/_new  2015-09-09 20:20:52.0 +0200
@@ -18,7 +18,7 @@
 
 %define component oslo_db
 Name:   python-oslo.db
-Version:2.2.0
+Version:2.4.1
 Release:0
 Url:https://launchpad.net/oslo/
 Summary:OpenStack DB API
@@ -33,12 +33,12 @@
 BuildRequires:  python-pbr
 Requires:   python-Babel >= 1.3
 Requires:   python-SQLAlchemy >= 0.9.7
-Requires:   python-alembic >= 0.7.2
+Requires:   python-alembic >= 0.8.0
 Requires:   python-iso8601 >= 0.1.9
-Requires:   python-oslo.config >= 1.11.0
+Requires:   python-oslo.config >= 2.1.0
 Requires:   python-oslo.context >= 0.2.0
 Requires:   python-oslo.i18n >= 1.5.0
-Requires:   python-oslo.utils >= 1.6.0
+Requires:   python-oslo.utils >= 2.0.0
 Requires:   python-psycopg2
 Requires:   python-six >= 1.9.0
 Requires:   python-sqlalchemy-migrate >= 0.9.6
@@ -72,10 +72,10 @@
 Requires:   python-discover
 %endif
 Requires:   python-PyMySQL >= 0.6.2
-Requires:   python-fixtures >= 0.3.14
-Requires:   python-oslotest >= 1.5.1
+Requires:   python-fixtures >= 1.3.1
+Requires:   python-oslotest >= 1.10.0
 Requires:   python-python-subunit >= 0.0.18
-Requires:   python-tempest-lib >= 0.5.0
+Requires:   python-tempest-lib >= 0.6.1
 Requires:   python-testrepository >= 0.0.18
 Requires:   python-testscenarios >= 0.4
 Requires:   python-testtools >= 1.4.0

++ oslo.db-2.2.0.tar.gz -> oslo.db-2.4.1.tar.gz ++
 1905 lines of diff (skipped)





commit samba for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2015-09-09 20:20:41

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


Package is "samba"

Changes:

--- /work/SRC/openSUSE:Factory/samba/samba.changes  2015-08-19 
13:40:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2015-09-09 
20:20:43.0 +0200
@@ -1,0 +2,49 @@
+Tue Sep  8 16:40:50 UTC 2015 - lmue...@suse.com
+
+- Update to 4.3.0.
+  + Samba "map to guest = Bad uid" doesn't work; (bso#9862).
+  + revert LDAP extended rule 1.2.840.113556.1.4.1941
+LDAP_MATCHING_RULE_IN_CHAIN changes; (bso#10493).
+  + No objectClass found in replPropertyMetaData on ordinary objects
+(non-deleted); (bso#10973).
+  + Stream names with colon don't work with fruit:encoding = native;
+(bso#11278).
+  + NetApp joined to a Samba/ADDC cannot resolve SIDs; (bso#11291).
+  + tevent_fd needs to be destroyed before closing the fd; (bso#11316).
+  + "force group" with local group not working; (bso#11320).
+  + strsep is not available on Solaris; (bso#11359).
+  + smbtorture does not build when configured --with-system-mitkrb5;
+(bso#11411).
+  + Build with GPFS support is broken; (bso#11421).
+  + Build broken with --disable-python; (bso#11424).
+  + net share allowedusers crashes; (bso#11426).
+  + nmbd incorrectly matches netbios names as own name; (bso#11427).
+  + Python bindings don't check integer types; (bso#11429).
+  + Python bindings don't check array sizes; (bso#11430).
+  + CTDB's eventscript error handling is broken; (bso#11431).
+  + Fix crash in nested ctdb banning; (bso#11432).
+  + Cannot build ctdbpmda; (bso#11434).
+  + samba-tool uncaught exception error; (bso#11436).
+  + Crash in notify_remove caused by change notify = no; (bso#11444).
+  + Poor SMB3 encryption performance with AES-GCM; (bso#11451).
+  + Poor SMB3 encryption performance with AES-GCM (part1); (bso#11451).
+  + fix recursion problem in rep_strtoll in lib/replace/replace.c; (bso#11455).
+  + --bundled-libraries=!ldb,!pyldb,!pyldb-util doesn't disable ldb build and
+install; (bso#11458).
+  + xid2sid gives inconsistent results; (bso#11464).
+  + ctdb: Fix the build on FreeBSD 10.1; (bso#11465).
+  + Handling of 0 byte resource fork stream; (bso#11467).
+  + AD samr GetGroupsForUser fails for users with "()" in their name;
+(bso#11488).
+
+---
+Tue Sep  8 10:59:47 UTC 2015 - lmue...@suse.com
+
+- Do not provide and obsolete libpdb0 from libsamba-passdb0; (bnc#942716).
+
+---
+Mon Aug 31 22:34:57 UTC 2015 - lmue...@suse.com
+
+- Configure with --bundled-libraries=NONE; (bso#11458).
+
+---

Old:

  samba-4.2.3.tar.asc
  samba-4.2.3.tar.gz

New:

  samba-4.3.0.tar.asc
  samba-4.3.0.tar.gz



Other differences:
--
++ samba.spec ++
--- /var/tmp/diff_new_pack.fOzqJb/_old  2015-09-09 20:20:45.0 +0200
+++ /var/tmp/diff_new_pack.fOzqJb/_new  2015-09-09 20:20:45.0 +0200
@@ -122,7 +122,7 @@
 BuildRequires:  systemd
 BuildRequires:  systemd-devel
 %endif
-%definesamba_ver 4.2.3
+%definesamba_ver 4.3.0
 %definesamba_ver_suffix %nil
 %if "%{samba_ver_suffix}" == ""
 %define samba_source_location 
http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
@@ -144,11 +144,11 @@
 %else
 %definebuild_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-%define SOURCE_TIMESTAMP 3453
-%define BRANCH %{version}.SLE12_SP1
+%define SOURCE_TIMESTAMP 3465
+%define BRANCH %{version}
 %global with_mitkrb5 1
 %global with_dc 0
-Version:4.2.3
+Version:4.3.0
 Release:0
 Url:http://www.samba.org/
 Provides:   samba-gplv3 = %{version}
@@ -762,8 +762,6 @@
 Summary:Samba3 password database library
 License:GPL-3.0+
 Group:  System/Libraries
-Provides:   libpdb0
-Obsoletes:  libpdb0
 
 %description -n libsamba-passdb0
 
@@ -1145,6 +1143,9 @@
 %if 0%{?suse_version} && 0%{?suse_version} < 1141
 %{?suse_update_config:%{suse_update_config -f}}
 %endif
+%if 0%{?suse_version} < 
+bundled_libraries_extra="libarchive"
+%endif
 CONFIGURE_OPTIONS="\
--prefix=%{_prefix} \
--localstatedir=%{_localstatedir} \
@@ -1185,11 +1186,7 @@
 %if ! %with_dc
--without-ad-dc \
 %endif
-   --bundled-libraries=!heimdal,!popt,!zlib,\
-!ldb,!pyldb,\
-!talloc,!pytalloc,!pytalloc-util,\
-!tdb,!pytdb,\
-!tevent,!pytevent \
+   --bundled-libraries=NONE,${bundled_libraries_extra} \
 "
 ./configure ${CONFIGURE_OPTIONS

commit tevent for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package tevent for openSUSE:Factory checked 
in at 2015-09-09 20:20:34

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


Package is "tevent"

Changes:

New Changes file:

--- /dev/null   2015-08-24 19:43:32.284261900 +0200
+++ /work/SRC/openSUSE:Factory/.tevent.new/tevent-man.changes   2015-09-09 
20:20:35.0 +0200
@@ -0,0 +1,250 @@
+---
+Thu Aug 20 08:58:37 UTC 2015 - dims...@opensuse.org
+
+- Create 2nd spec-file tevent-man.spec: build the man pages in a
+  separate cycle in order to avoid the follwing build cycle:
+  doxygen -> curl -> krb5-mini -> libverto -> tevent -> doxygen.
+- Recommend tevent-man for installation.
+
+---
+Sat Jun 27 17:20:12 UTC 2015 - lmue...@suse.com
+
+- Update to 0.9.25.
+  + Fix compile error in Solaris ports backend.
+  + Fix access after free in tevent_common_check_signal(); (bso#11308).
+  + Improve pytevent bindings.
+  + Testsuite fixes.
+  + Improve the documentation of the tevent_add_fd() assumtions. It must be
+talloc_free'ed before closing the fd! (bso##11141); (bso#11316).
+
+---
+Thu Mar  5 11:16:25 UTC 2015 - lmue...@suse.com
+
+- Update to 0.9.24.
+  + Ignore unexpected signal events in the same way the epoll backend does.
+
+---
+Fri Feb 27 19:36:39 UTC 2015 - lmue...@suse.com
+
+- Update to 0.9.23.
+  + Update the tevent_data.dox tutrial stuff to fix some errors, including
+white space problems.
+  + Use tevent_req_simple_recv_unix in a few places.
+
+---
+Thu Nov  6 13:21:57 UTC 2014 - lmue...@suse.com
+
+- Use the upstream tar ball, as signature verification is now able to handle
+  compressed archives.
+
+---
+Tue Oct 28 15:45:11 UTC 2014 - lmue...@suse.com
+
+- Remove dependency on gpg-offline as signature checking is implemented in the
+  source validator.
+
+---
+Sun Oct  5 17:40:34 UTC 2014 - lmue...@suse.com
+
+- Update to 0.9.22.
+  + remove unused exit_code in tevent_select.c
+  + remove unused exit_code in tevent_poll.c
+  + build: improve detection of srcdir
+  + lib: tevent: make TEVENT_SIG_INCREMENT atomic.
+  + Update flags in tevent pkgconfig file
+
+---
+Tue Sep 23 20:41:59 UTC 2014 - lmue...@suse.com
+
+- Utilize doxygen to generate the API documentation and package it.
+
+---
+Mon Feb 17 22:00:55 UTC 2014 - lmue...@suse.com
+
+- Update to 0.9.21.
+  + add tevent_req_set_cleanup_fn()
+  + add/use tevent_req_destructor
+  + add doxygen comments for tevent_num_signals() and
+tevent_sa_info_queue_count()
+  + Add prototypes
+  + Only build "std_fallback_to_poll" when epoll is around
+  + fix crash bug in tevent_queue_immediate_trigger()
+  + Fix CID 1138326 Unchecked return value
+- Update to 0.9.20.
+  + give the user the chance to ask for TEVENT_NUM_SIGNALS and
+TEVENT_SA_INFO_QUEUE_COUNT
+  + change TEVENT_SA_INFO_QUEUE_COUNT from 64 to 256
+  + tevent_epoll_set_panic_fallback() can be a void function
+  + make use of talloc_get_type_abort() in tevent_epoll.c, tevent_signal.c,
+tevent_select.c, and tevent_queue.c
+  + use talloc_get_type_abort() in the documentation examples
+  + add tevent_queue_wait_send/recv()
+  + tevent_req_create() already uses ZERO_STRUCT(req)
+  + let tevent_req_received() clear the private_cancel function
+  + cancel the timeout timer when the request is finished
+  + Use talloc_pooled_object for tevent_req_create
+  + Remove a pointless goto
+  + Add tevent_received to tevent_req_simple_recv_ntstatus
+  + Fix tutorial reference
+  + Add echo server sample code
+  + Sync to tevent 0.9.18 from upstream
+  + expose tevent_context_init_ops
+
+---
+Fri Dec  6 13:51:45 UTC 2013 - lmue...@suse.com
+
+- Update to 0.9.19.
+  + Remove the signal pipe if no signal events are around
+  + document tevent_req_create state zeroing
+  + Fix Coverity ID 989236 Operands don't affect result
+  + Add tevent tutorial files and link it on the mainpage
+  + Only set poll_ev->delete=false if it was true
+
+---
+Fri Dec  6 13:42:37 UTC 2013 - lmue...@suse.com
+
+- Verify source tar ball gpg signature.
+
+---

commit ldb for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package ldb for openSUSE:Factory checked in 
at 2015-09-09 20:20:28

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


Package is "ldb"

Changes:

--- /work/SRC/openSUSE:Factory/ldb/ldb.changes  2015-07-27 09:09:19.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ldb.new/ldb.changes 2015-09-09 
20:20:29.0 +0200
@@ -1,0 +2,11 @@
+Mon Sep  7 21:55:16 UTC 2015 - lmue...@suse.com
+
+- Move the ldb-cmdline library to the ldb-tools package as the packaged
+  binaries depend on it.
+
+---
+Mon Sep  7 17:06:26 UTC 2015 - lmue...@suse.com
+
+- Update the Samba Library Distribution Key file 'ldb.keyring'.
+
+---



Other differences:
--
++ ldb.spec ++
--- /var/tmp/diff_new_pack.3Av0QW/_old  2015-09-09 20:20:29.0 +0200
+++ /var/tmp/diff_new_pack.3Av0QW/_new  2015-09-09 20:20:29.0 +0200
@@ -179,7 +179,6 @@
 %{_includedir}/ldb_version.h
 %{_libdir}/libldb.so
 %dir %{_libdir}/ldb
-%{_libdir}/ldb/libldb-cmdline.so
 %{_libdir}/pkgconfig/ldb.pc
 
 %files -n ldb-tools
@@ -190,6 +189,7 @@
 %{_bindir}/ldbmodify
 %{_bindir}/ldbrename
 %{_bindir}/ldbsearch
+%{_libdir}/ldb/libldb-cmdline.so
 %{_mandir}/man1/ldbadd.1.gz
 %{_mandir}/man1/ldbdel.1.gz
 %{_mandir}/man1/ldbedit.1.gz


++ ldb.keyring ++
--- /var/tmp/diff_new_pack.3Av0QW/_old  2015-09-09 20:20:30.0 +0200
+++ /var/tmp/diff_new_pack.3Av0QW/_new  2015-09-09 20:20:30.0 +0200
@@ -1,5 +1,5 @@
 -BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2.0.22 (GNU/Linux)
+Version: GnuPG v2
 
 mQENBE0uBhsBCADIjamou8B7vf0Gnvdb8ZhJ708kXnoeGH161xffaYJg40rXhyyl
 OHlc4ZLVc4OyFr+tWREgNDyBkeS5TTsJ3ul/cBMbBjpn2LOO41X1fenhlvWFkhuC
@@ -33,24 +33,38 @@
 4kLYkzSIYwoqCxr6aMC6Q4QvJT0SCLM7hEZ6j+wI5PlDKSPp0DBIcnVjDDTjpjbq
 9LYHEstZOOJ30Yw2wJVe3kvLlUAMTV1ovNgUE04xiR+mjvwUYTZpgxrllwwz8k+Q
 Q3Ly1VX1z4N/mfMFSh+wiyvcZp37lhjHvHwATNDgcN8NUqREx5xPooqKk53YhycX
-yOnLRxkdG594bxeq3rRCqwpp8VszVZ5rUK6E+zeW63UCsR78uQENBE0uBhsBCAC/
-r9eB7oCPNE1dYkzaWrt5LrA8aoZL0sn9Uu871h63L5ZbCA8nnGQMPRY1J92yS2AX
-wXagn2Q+kB9lyB0pX5xYnxIrIX4eAvPDSiPf8FlT/a534AD1kXSNaKAu+yX86Vlm
-toYeWT4JPFqxAdKbOkwKLoM+pj9hFKQdzaiQBL9ShNUkwQ62CKGYF+AJMcomn+zc
-tyflnYMNybJLhux3hAvqymcagq2RwMqBkjCU1U5eGDzRfBn37i/Em6pNNeRd4G5F
-7mP9oi6QBC0E3jJQs6mZ94GfSAHSZJqdDHG30i+i0iyNDNHLBPdYOGxuNkz4ACMD
-yx7KdUorriW7hO+XIdytABEBAAGJASUEGAECAA8CGwwFAk8ae0MFCQPNqKIACgkQ
-R5ORYRMIQCWEXAf9Hhk+M1l8bSdx0m5qgYRei3kl+iSkSoF4A/xBNL2aXlmEpmBw
-Ot6YT8zGhHWBOaXKTykU2qwwDym1hxqmwJcXTVQabbllnC7ptkT2n7pvJoEh/vgG
-od3zsGoG3GtAxpMDtU+SHYYVq1cT99Tp/gI5fVW84dD/tiPPo6NMg84ynpwzrY0x
-tfnGQhs0JByiwMoLnGlikR+h62Q7SO36gYYuHNf3k+D/r4WctwgoiP/mv+ewdxoD
-aF9M1CzLRdY1rDqKbMWiznpxI1cHGaeP45fx1If2RnpdJ6W+UYNGzJ48j7vS5ph8
-1EGe9M7unpQLMbR2d7MggFfg9wqFyaWQI41QT4kBJQQYAQIADwIbDAUCUQUaOgUJ
-BbhHmwAKCRBHk5FhEwhAJQ8IB/9pJowNfed0qU2ddBG68X0EN3e92+3pmzTMB51g
-sDVTbRibB23/2TRuwSptefxSSbozCX/UyEWFK+TwYmX8eE3Nas+njre/CnvX/1wM
-twYOdSPF9vrtVMZrkj4jTV9RGRXRR1nReNB1A0BTFsfLKr5Wpznj0LEjNmoz7omb
-3gQsuv4zEdq5mPjEAXbxkSGAM8UbcxoMM/A7EbnkL8sLzdWc1JC+z9pOSsHmhqhc
-3IvCRnl9M22dnl+8FJjDwnUdBY1l1689kL6ryyebgnrVqO8+M+85h7XoB5O0pgIm
-be5AIF8rela8HSphYyhWAmGnJejZpdJQUwfDK9bXhAjyBFeq
-=Tw7M
+yOnLRxkdG594bxeq3rRCqwpp8VszVZ5rUK6E+zeW63UCsR78iQE8BBMBAgAmAhsD
+BgsJCAcDAgQVAggDBBYCAwECHgECF4AFAlMqq+EFCQfd2TsACgkQR5ORYRMIQCWx
+FwgAjeJt022IVtvBH/IXBL6JWoA1ctTaNZXDvUFaCdstDQCh0v/8XjH0wUrADqrg
+1TH1C3PAG4QNlssyd+WAyUNsdccGwd5GbNbIA8D3ZbabR5gYVkVu+ENxP0LHnHd/
+0YesYovhnwV9CLXMssnJtLNKxU/wOnG0TxnOVIBPU1nE/Gan8cUoCFKfdYsXRdUG
+8mkslj0/fZ9xdKNZrGdTQ9Gvtt7ksAbkF+vC7ZkDcHqGL06sYzuBHoAAxpsKdnk3
+2A1P+84fVaBnszoD1dR6f32j/8t11FA8i6L+EzcS42y0+e9JDtywrmb5kF7hlDsj
+jAsAgQYazdBZON+DSaua0XXoEIkBPAQTAQIAJgIbAwYLCQgHAwIEFQIIAwQWAgMB
+Ah4BAheABQJVQKNgBQkJ89CjAAoJEEeTkWETCEAlrIAH/0lCfyN1KNWSv3KDnyBN
+9RjsAGBIKYm+D7rgmrCLc7j/ogVEmcuun3IoyDLKNYSBan9qrwKo9vlE7ffzIUCf
+UUyWaI/Zk6gzuyICDCrBHzl+uk+Rsc/qteTyF4HII2UfZgL8kHrqkwQ1iubNNJL9
+aMj8XrwRPJ4MbXDV3vay2uQ3REttUZFBa6Vrn5EtmWdtyCcLFFYWVDhzdpn1Zm7S
+8XaUEjR/keEKFTg1iZW8+upURgTggu6/HDmheD2HQeqzbaIIRB+TumfE3SRqsZXK
+1coupUPXTSeBQWz6q+k9NjSaz57EevuA5bD5vD4mbmM6grbz8cEkJwLNWmbYZ9+u
+oom5AQ0ETS4GGwEIAL+v14HugI80TV1iTNpau3kusDxqhkvSyf1S7zvWHrcvllsI
+DyecZAw9FjUn3bJLYBfBdqCfZD6QH2XIHSlfnFifEishfh4C88NKI9/wWVP9rnfg
+APWRdI1ooC77JfzpWWa2hh5ZPgk8WrEB0ps6TAougz6mP2EUpB3NqJAEv1KE1STB
+DrYIoZgX4Akxyiaf7Ny3J+Wdgw3JskuG7HeEC+rKZxqCrZHAyoGSMJTVTl4YPNF8
+GffuL8Sbqk015F3gbkXuY/2iLpAELQTeMlCzqZn3gZ9IAdJkmp0McbfSL6LSLI0M
+0csE91g4bG42TPgAIwPLHsp1SiuuJbuE75ch3K0AEQEAAYkBJQQYAQIADwIbDAUC
+Uyqr+AUJB93ZWQAKCRBHk5FhEwhAJdn6B/95HdRqkN78tlCrQjx1De/hqBAzR+9R
+9Qa3JliTLMMwii6xp+NYiYXQCs2zBvM4vVIFwnFNawbzR

commit tevent-man for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package tevent-man for openSUSE:Factory 
checked in at 2015-09-09 20:20:36

Comparing /work/SRC/openSUSE:Factory/tevent-man (Old)
 and  /work/SRC/openSUSE:Factory/.tevent-man.new (New)


Package is "tevent-man"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++



commit talloc for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2015-09-09 20:20:19

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


Package is "talloc"

Changes:

--- /work/SRC/openSUSE:Factory/talloc/talloc.changes2015-07-27 
09:09:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes   2015-09-09 
20:20:21.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep  7 17:06:26 UTC 2015 - lmue...@suse.com
+
+- Update the Samba Library Distribution Key file 'talloc.keyring'.
+
+---



Other differences:
--

++ talloc.keyring ++
--- /var/tmp/diff_new_pack.8W9HjQ/_old  2015-09-09 20:20:21.0 +0200
+++ /var/tmp/diff_new_pack.8W9HjQ/_new  2015-09-09 20:20:21.0 +0200
@@ -1,5 +1,5 @@
 -BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2.0.22 (GNU/Linux)
+Version: GnuPG v2
 
 mQENBE0uBhsBCADIjamou8B7vf0Gnvdb8ZhJ708kXnoeGH161xffaYJg40rXhyyl
 OHlc4ZLVc4OyFr+tWREgNDyBkeS5TTsJ3ul/cBMbBjpn2LOO41X1fenhlvWFkhuC
@@ -20,38 +20,51 @@
 UZlEro6I5/J5rK8GdFEN8eqjjQIKOy7VojtEm//oqb1H75bHa52QOmDKaGXB0DZ2
 5fyKfi9hEKTK6YFD7ItLk8BU6t0tty57kDEpu5HcaNJbtRHveSTaVt1PBdfH99XH
 AjkaOUtB43pQltMoDbSMil87Kjiy84KZvOMydgIBzNTEpdJ1B7FYQcf4MbVR6l9O
-iHjoAUOio1MreObETNtQzdFDwal4bokBPAQTAQIAJgIbAwYLCQgHAwIEFQIIAwQW
-AgMBAh4BAheABQJRBRnOBQkFuEckAAoJEEeTkWETCEAlcAoH/iTvU1zED/GMkUzG
-HkdSN4s+LWWXsRhZXP2g4/r7R19J8jHJ8XQwZcScdQWvw5kbdGdMq0+mYWyP6Q3r
-tKO1Zb8kpiWrz6RXrUNbTrniQtiTNIhjCioLGvpowLpDhC8lPRIIszuERnqP7Ajk
-+UMpI+nQMEhydWMMNOOmNur0tgcSy1k44nfRjDbAlV7eS8uVQAxNXWi82BQTTjGJ
-H6aO/BRhNmmDGuWXDDPyT5BDcvLVVfXPg3+Z8wVKH7CLK9xmnfuWGMe8fABM0OBw
-3w1SpETHnE+iioqTndiHJxfI6ctHGR0bn3hvF6retEKrCmnxWzNVnmtQroT7N5br
-dQKxHvyJATwEEwECACYCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAUCUyqr4QUJ
-B93ZOwAKCRBHk5FhEwhAJbEXCACN4m3TbYhW28Ef8hcEvolagDVy1No1lcO9QVoJ
-2y0NAKHS//xeMfTBSsAOquDVMfULc8AbhA2WyzJ35YDJQ2x1xwbB3kZs1sgDwPdl
-tptHmBhWRW74Q3E/Qsecd3/Rh6xii+GfBX0Itcyyycm0s0rFT/A6cbRPGc5UgE9T
-WcT8ZqfxxSgIUp91ixdF1QbyaSyWPT99n3F0o1msZ1ND0a+23uSwBuQX68LtmQNw
-eoYvTqxjO4EegADGmwp2eTfYDU/7zh9VoGezOgPV1Hp/faP/y3XUUDyLov4TNxLj
-bLT570kO3LCuZvmQXuGUOyOMCwCBBhrN0Fk434NJq5rRdegQiQE8BBMBAgAmBQJN
-LgYbAhsDBQkB4TOABgsJCAcDAgQVAggDBBYCAwECHgECF4AACgkQR5ORYRMIQCX6
-Hwf/azCiKRbtP1Jprsa9o5VwS42RtEyNzcU/0F1+FKnHG5QLAfjFc0xlddB5NP7g
-EPmnyeIMr6BFLZFAwEcjR/izh7BGWQiZXqYFxG6HGoUHc9RQpyOb2xvu+Te27JCE
-bPsm8p0KIsGpEphUikl/74VUXOXrZP9dQ+szBO9zOXnMQzGVTrYXORluMxsqv7HK
-kkDN+H5MIT6H1A0+qTL2PuC5AhZ5qvdHafi2ty/ZKKCsJZrX5kc8R/vbc4mwGbwc
-fGKypdASqaRLwnpgtH/CjCo2iU8qMiJloI5D5grGdVHEdD/b1wfHDwU1x6DWfM5O
-UAZdHXBOjMYbBBdxDHcJNcQavrkBDQRNLgYbAQgAv6/Xge6AjzRNXWJM2lq7eS6w
-PGqGS9LJ/VLvO9Yety+WWwgPJ5xkDD0WNSfdsktgF8F2oJ9kPpAfZcgdKV+cWJ8S
-KyF+HgLzw0oj3/BZU/2ud+AA9ZF0jWigLvsl/OlZZraGHlk+CTxasQHSmzpMCi6D
-PqY/YRSkHc2okAS/UoTVJMEOtgihmBfgCTHKJp/s3Lcn5Z2DDcmyS4bsd4QL6spn
-GoKtkcDKgZIwlNVOXhg80XwZ9+4vxJuqTTXkXeBuRe5j/aIukAQtBN4yULOpmfeB
-n0gB0mSanQxxt9IvotIsjQzRywT3WDhsbjZM+AAjA8seynVKK64lu4TvlyHcrQAR
-AQABiQElBBgBAgAPAhsMBQJTKqv4BQkH3dlZAAoJEEeTkWETCEAl2foH/3kd1GqQ
-3vy2UKtCPHUN7+GoEDNH71H1BrcmWJMswzCKLrGn41iJhdAKzbMG8zi9UgXCcU1r
-BvNHsgaU/ebN5cpgc0A9V6v0N+gp1jExWb9h8fxcWGN2WhEu9qHJXnPM9+7Aeen0
-74Pa7H36uP1P5jYVhfQ0UOAFGglyxhrTkRnPPzpu1jFRxpdwj+vuALMKFJ8sDz/r
-3R6s4dIGYQhRjihZePLno7zb3gIyrKpizhuoOch4fmdDZmVyV3assyle24g0+yuS
-rCs6BlvZZDtJ2W/F3fZg72+Uv9fKt2Of5WdNpIhD9GKnqqiyrFi7MOp4v34if5me
-ee4X1kuimGrHt/s=
-=f+YH
+iHjoAUOio1MreObETNtQzdFDwal4bokBPAQTAQIAJgUCTS4GGwIbAwUJAeEzgAYL
+CQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEEeTkWETCEAl+h8H/2swoikW7T9Saa7G
+vaOVcEuNkbRMjc3FP9BdfhSpxxuUCwH4xXNMZXXQeTT+4BD5p8niDK+gRS2RQMBH
+I0f4s4ewRlkImV6mBcRuhxqFB3PUUKcjm9sb7vk3tuyQhGz7JvKdCiLBqRKYVIpJ
+f++FVFzl62T/XUPrMwTvczl5zEMxlU62FzkZbjMbKr+xypJAzfh+TCE+h9QNPqky
+9j7guQIWear3R2n4trcv2SigrCWa1+ZHPEf723OJsBm8HHxisqXQEqmkS8J6YLR/
+wowqNolPKjIiZaCOQ+YKxnVRxHQ/29cHxw8FNceg1nzOTlAGXR1wTozGGwQXcQx3
+CTXEGr6JATwEEwECACYCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAUCUQUZzgUJ
+BbhHJAAKCRBHk5FhEwhAJXAKB/4k71NcxA/xjJFMxh5HUjeLPi1ll7EYWVz9oOP6
++0dfSfIxyfF0MGXEnHUFr8OZG3RnTKtPpmFsj+kN67SjtWW/JKYlq8+kV61DW065
+4kLYkzSIYwoqCxr6aMC6Q4QvJT0SCLM7hEZ6j+wI5PlDKSPp0DBIcnVjDDTjpjbq
+9LYHEstZOOJ30Yw2wJVe3kvLlUAMTV1ovNgUE04xiR+mjvwUYTZpgxrllwwz8k+Q
+Q3Ly1VX1z4N/mfMFSh+wiyvcZp37lhjHvHwATNDgcN8NUqREx5xPooqKk53YhycX
+yOnLRxkdG594bxeq3rRCqwpp8VszVZ5rUK6E+zeW63UCsR78iQE8BBMBAgAmAhsD
+BgsJCAcDAgQVAggDBBYCAwECHgECF4AFAlMqq+EFCQfd2TsACgkQR5ORYRMIQCWx
+FwgAjeJt022IVtvBH/IXBL6JWoA1ctTaNZXDvUFaCdstDQCh0v/8XjH0wUrADqrg
+1TH1C3PAG4QNlssyd+WAyUNsdccGwd5GbNbIA8D3ZbabR5gYVkVu+ENxP0LHnHd/
+0YesYovhnwV9CLXMssnJtLNKxU/wOnG0TxnOVIBPU1nE/Gan8cUoCFKfdYsXRdUG
+8mkslj0/fZ9xdKNZrGdTQ9Gvtt7ksAbkF+vC7ZkDcHqGL06sYzuBHoAAxpsKdnk3
+2A1P+84fVaBnszoD1dR6f32j/8t11FA8i6L+

commit tdb for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package tdb for openSUSE:Factory checked in 
at 2015-09-09 20:20:12

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


Package is "tdb"

Changes:

--- /work/SRC/openSUSE:Factory/tdb/tdb.changes  2015-07-27 09:09:34.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tdb.new/tdb.changes 2015-09-09 
20:20:13.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep  7 17:06:26 UTC 2015 - lmue...@suse.com
+
+- Update the Samba Library Distribution Key file 'tdb.keyring'.
+
+---



Other differences:
--

++ tdb.keyring ++
--- /var/tmp/diff_new_pack.xCHRcr/_old  2015-09-09 20:20:13.0 +0200
+++ /var/tmp/diff_new_pack.xCHRcr/_new  2015-09-09 20:20:13.0 +0200
@@ -1,5 +1,5 @@
 -BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2.0.22 (GNU/Linux)
+Version: GnuPG v2
 
 mQENBE0uBhsBCADIjamou8B7vf0Gnvdb8ZhJ708kXnoeGH161xffaYJg40rXhyyl
 OHlc4ZLVc4OyFr+tWREgNDyBkeS5TTsJ3ul/cBMbBjpn2LOO41X1fenhlvWFkhuC
@@ -33,24 +33,38 @@
 4kLYkzSIYwoqCxr6aMC6Q4QvJT0SCLM7hEZ6j+wI5PlDKSPp0DBIcnVjDDTjpjbq
 9LYHEstZOOJ30Yw2wJVe3kvLlUAMTV1ovNgUE04xiR+mjvwUYTZpgxrllwwz8k+Q
 Q3Ly1VX1z4N/mfMFSh+wiyvcZp37lhjHvHwATNDgcN8NUqREx5xPooqKk53YhycX
-yOnLRxkdG594bxeq3rRCqwpp8VszVZ5rUK6E+zeW63UCsR78uQENBE0uBhsBCAC/
-r9eB7oCPNE1dYkzaWrt5LrA8aoZL0sn9Uu871h63L5ZbCA8nnGQMPRY1J92yS2AX
-wXagn2Q+kB9lyB0pX5xYnxIrIX4eAvPDSiPf8FlT/a534AD1kXSNaKAu+yX86Vlm
-toYeWT4JPFqxAdKbOkwKLoM+pj9hFKQdzaiQBL9ShNUkwQ62CKGYF+AJMcomn+zc
-tyflnYMNybJLhux3hAvqymcagq2RwMqBkjCU1U5eGDzRfBn37i/Em6pNNeRd4G5F
-7mP9oi6QBC0E3jJQs6mZ94GfSAHSZJqdDHG30i+i0iyNDNHLBPdYOGxuNkz4ACMD
-yx7KdUorriW7hO+XIdytABEBAAGJASUEGAECAA8CGwwFAk8ae0MFCQPNqKIACgkQ
-R5ORYRMIQCWEXAf9Hhk+M1l8bSdx0m5qgYRei3kl+iSkSoF4A/xBNL2aXlmEpmBw
-Ot6YT8zGhHWBOaXKTykU2qwwDym1hxqmwJcXTVQabbllnC7ptkT2n7pvJoEh/vgG
-od3zsGoG3GtAxpMDtU+SHYYVq1cT99Tp/gI5fVW84dD/tiPPo6NMg84ynpwzrY0x
-tfnGQhs0JByiwMoLnGlikR+h62Q7SO36gYYuHNf3k+D/r4WctwgoiP/mv+ewdxoD
-aF9M1CzLRdY1rDqKbMWiznpxI1cHGaeP45fx1If2RnpdJ6W+UYNGzJ48j7vS5ph8
-1EGe9M7unpQLMbR2d7MggFfg9wqFyaWQI41QT4kBJQQYAQIADwIbDAUCUQUaOgUJ
-BbhHmwAKCRBHk5FhEwhAJQ8IB/9pJowNfed0qU2ddBG68X0EN3e92+3pmzTMB51g
-sDVTbRibB23/2TRuwSptefxSSbozCX/UyEWFK+TwYmX8eE3Nas+njre/CnvX/1wM
-twYOdSPF9vrtVMZrkj4jTV9RGRXRR1nReNB1A0BTFsfLKr5Wpznj0LEjNmoz7omb
-3gQsuv4zEdq5mPjEAXbxkSGAM8UbcxoMM/A7EbnkL8sLzdWc1JC+z9pOSsHmhqhc
-3IvCRnl9M22dnl+8FJjDwnUdBY1l1689kL6ryyebgnrVqO8+M+85h7XoB5O0pgIm
-be5AIF8rela8HSphYyhWAmGnJejZpdJQUwfDK9bXhAjyBFeq
-=Tw7M
+yOnLRxkdG594bxeq3rRCqwpp8VszVZ5rUK6E+zeW63UCsR78iQE8BBMBAgAmAhsD
+BgsJCAcDAgQVAggDBBYCAwECHgECF4AFAlMqq+EFCQfd2TsACgkQR5ORYRMIQCWx
+FwgAjeJt022IVtvBH/IXBL6JWoA1ctTaNZXDvUFaCdstDQCh0v/8XjH0wUrADqrg
+1TH1C3PAG4QNlssyd+WAyUNsdccGwd5GbNbIA8D3ZbabR5gYVkVu+ENxP0LHnHd/
+0YesYovhnwV9CLXMssnJtLNKxU/wOnG0TxnOVIBPU1nE/Gan8cUoCFKfdYsXRdUG
+8mkslj0/fZ9xdKNZrGdTQ9Gvtt7ksAbkF+vC7ZkDcHqGL06sYzuBHoAAxpsKdnk3
+2A1P+84fVaBnszoD1dR6f32j/8t11FA8i6L+EzcS42y0+e9JDtywrmb5kF7hlDsj
+jAsAgQYazdBZON+DSaua0XXoEIkBPAQTAQIAJgIbAwYLCQgHAwIEFQIIAwQWAgMB
+Ah4BAheABQJVQKNgBQkJ89CjAAoJEEeTkWETCEAlrIAH/0lCfyN1KNWSv3KDnyBN
+9RjsAGBIKYm+D7rgmrCLc7j/ogVEmcuun3IoyDLKNYSBan9qrwKo9vlE7ffzIUCf
+UUyWaI/Zk6gzuyICDCrBHzl+uk+Rsc/qteTyF4HII2UfZgL8kHrqkwQ1iubNNJL9
+aMj8XrwRPJ4MbXDV3vay2uQ3REttUZFBa6Vrn5EtmWdtyCcLFFYWVDhzdpn1Zm7S
+8XaUEjR/keEKFTg1iZW8+upURgTggu6/HDmheD2HQeqzbaIIRB+TumfE3SRqsZXK
+1coupUPXTSeBQWz6q+k9NjSaz57EevuA5bD5vD4mbmM6grbz8cEkJwLNWmbYZ9+u
+oom5AQ0ETS4GGwEIAL+v14HugI80TV1iTNpau3kusDxqhkvSyf1S7zvWHrcvllsI
+DyecZAw9FjUn3bJLYBfBdqCfZD6QH2XIHSlfnFifEishfh4C88NKI9/wWVP9rnfg
+APWRdI1ooC77JfzpWWa2hh5ZPgk8WrEB0ps6TAougz6mP2EUpB3NqJAEv1KE1STB
+DrYIoZgX4Akxyiaf7Ny3J+Wdgw3JskuG7HeEC+rKZxqCrZHAyoGSMJTVTl4YPNF8
+GffuL8Sbqk015F3gbkXuY/2iLpAELQTeMlCzqZn3gZ9IAdJkmp0McbfSL6LSLI0M
+0csE91g4bG42TPgAIwPLHsp1SiuuJbuE75ch3K0AEQEAAYkBJQQYAQIADwIbDAUC
+Uyqr+AUJB93ZWQAKCRBHk5FhEwhAJdn6B/95HdRqkN78tlCrQjx1De/hqBAzR+9R
+9Qa3JliTLMMwii6xp+NYiYXQCs2zBvM4vVIFwnFNawbzR7IGlP3mzeXKYHNAPVer
+9DfoKdYxMVm/YfH8XFhjdloRLvahyV5zzPfuwHnp9O+D2ux9+rj9T+Y2FYX0NFDg
+BRoJcsYa05EZzz86btYxUcaXcI/r7gCzChSfLA8/690erOHSBmEIUY4oWXjy56O8
+294CMqyqYs4bqDnIeH5nQ2Zlcld2rLMpXtuINPsrkqwrOgZb2WQ7Sdlvxd32YO9v
+lL/Xyrdjn+VnTaSIQ/Rip6qosqxYuzDqeL9+In+ZnnnuF9ZLophqx7f7iQElBBgB
+AgAPAhsMBQJVQKN0BQkJ89DUAAoJEEeTkWETCEAlbkgH/1v5ntI2GMIplnbar6Hp
+q8FtGpfWKFXzxNR9ihKzOfWOicbd/v0yC2b2g5gZDumLFQIgyzEst7bgpwhk+WxH
+7G+sYceMsEymZ/S9oLWOd++kwUSF5arPfxtpIi4KdFAShgDpdBTNNkm7K6ACjRh7
+Aq+4attqvsIUNTBYkb+zSO0UuJI53DCOM4Z9+qwGsQbMvTer6xR2lNlPKP9yRk1S
+Sc/YAlT46qp53IiugtymDGBegSOsNGuehXQY7V2eKxWdtEilTmjuGUFutaoX89oX
+YEB+l7H+SaCAZUAkYz6tfJVpU00FLTZeiLk2TGiQ71APpx3DjJkGryv48W6lwozb
+T5Q=
+=9mzF
 -END PGP PUBLIC KEY BLOCK-




commit doxygen for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package doxygen for openSUSE:Factory checked 
in at 2015-09-09 20:20:03

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


Package is "doxygen"

Changes:

New Changes file:

--- /dev/null   2015-08-24 19:43:32.284261900 +0200
+++ /work/SRC/openSUSE:Factory/.doxygen.new/doxygen-doc.changes 2015-09-09 
20:20:05.0 +0200
@@ -0,0 +1,17 @@
+---
+Fri Aug 21 10:01:07 UTC 2015 - tchva...@suse.com
+
+- Set proper minimal cmake version required
+- Use system stack for cmake params and obey cflags
+- Add patch to build required static libs:
+  * doxygen-no-shared-libs.patch
+- Refresh patch:
+  * doxygen-no-lowercase-man-names.patch
+- Add patch to avoid no-return-in-nonvoid function error:
+  * vhdlparser-no-return.patch
+
+---
+Wed Aug 19 08:00:39 UTC 2015 - pgaj...@suse.com
+
+- doxygen-doc package created
+
--- /work/SRC/openSUSE:Factory/doxygen/doxygen.changes  2015-03-05 
18:15:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.doxygen.new/doxygen.changes 2015-09-09 
20:20:05.0 +0200
@@ -1,0 +2,33 @@
+Thu Aug 27 07:34:04 UTC 2015 - mplus...@suse.com
+
+- Move checks to doxywizard package to avoid build cycle
+
+---
+Fri Aug 21 09:41:39 UTC 2015 - tchva...@suse.com
+
+- Set proper minimal cmake version required
+- Use system stack for cmake params and obey cflags
+- Add patch to build required static libs:
+  * doxygen-no-shared-libs.patch
+- Refresh patch:
+  * doxygen-no-lowercase-man-names.patch
+- Add patch to avoid no-return-in-nonvoid function error:
+  * vhdlparser-no-return.patch
+
+---
+Mon Aug 17 14:52:48 UTC 2015 - pgaj...@suse.com
+
+- updated to 1.8.10
+  * Change the build system to use cmake.
+  * Add support for basic XML syntax highlighting
+  * Added documentation for ``` style fenced code block and more 
+robust parsing
+  * Added function arguments to the LaTeX toc
+  * Added support for language codes
+  * etc. see http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
+- removed unneded patches:
+  - doxygen-1.5.9-64archs.patch
+  - doxygen-1.5.9-man.patch
+  - doxygen-1.7.0-modify_footer.patch renamed to doxygen-modify_footer.patch
+
+---
--- /work/SRC/openSUSE:Factory/doxygen/doxywizard.changes   2015-03-05 
18:15:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.doxygen.new/doxywizard.changes  2015-09-09 
20:20:05.0 +0200
@@ -1,0 +2,24 @@
+Thu Aug 27 07:34:32 UTC 2015 - mplus...@suse.com
+
+- Move checks to doxywizard package to avoid build cycle
+
+---
+Fri Aug 21 09:42:05 UTC 2015 - tchva...@suse.com
+
+- Set proper minimal cmake version required
+- Use system stack for cmake params and obey cflags
+- Add patch to build required static libs:
+  * doxygen-no-shared-libs.patch
+- Refresh patch:
+  * doxygen-no-lowercase-man-names.patch
+- Add patch to avoid no-return-in-nonvoid function error:
+  * vhdlparser-no-return.patch
+
+---
+Mon Aug 17 16:07:31 UTC 2015 - pgaj...@suse.com
+
+- updated to 1.8.10, see doxygen.changes
+- move tests to doxygen.spec
+- remove doxywizard-1.5.9-flex.patch
+
+---

Old:

  doxygen-1.5.9-64archs.patch
  doxygen-1.5.9-man.patch
  doxygen-1.7.0-modify_footer.patch
  doxygen-1.8.9.1.src.tar.gz
  doxywizard-1.5.9-flex.patch

New:

  doxygen-1.8.10.src.tar.gz
  doxygen-doc.changes
  doxygen-doc.spec
  doxygen-modify_footer.patch
  doxygen-no-shared-libs.patch
  vhdlparser-no-return.patch



Other differences:
--
++ doxygen-doc.spec ++
#
# spec file for package doxygen-doc
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:

commit libdatrie for openSUSE:Factory

2015-09-09 Thread h_root
Hello community,

here is the log from the commit of package libdatrie for openSUSE:Factory 
checked in at 2015-09-09 20:19:57

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


Package is "libdatrie"

Changes:

--- /work/SRC/openSUSE:Factory/libdatrie/libdatrie.changes  2015-02-06 
22:36:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdatrie.new/libdatrie.changes 2015-09-09 
20:19:59.0 +0200
@@ -1,0 +2,20 @@
+Tue Aug 18 14:48:57 UTC 2015 - pgaj...@suse.com
+
+- update to version 0.2.9
+  * Fix infinite loop on empty trie iteration.
+  * Document about alphabet size.
+  * Disable timestamp in Doxygen-generated doc.
+  * etc. see ChangeLog
+- remove libdatrie-doxygen-found-is-enough.patch in favour of
+  libdatrie-doxygen-version-check.patch
+
+---
+Tue Aug 18 11:28:57 UTC 2015 - dims...@opensuse.org
+
+- Add libdatrie-doxygen-found-is-enough.patch: when we find
+  doxygen, we assume it is new enough. The configure script uses
+  'expr 1.8.4 \< $DOXYGEN_VER', which returns false for 1.8.10.
+- For safeguard, we specify the minimal required version of
+  doxygen (1.8.4) in the buildrequirements.
+
+---

Old:

  libdatrie-0.2.8.tar.xz

New:

  libdatrie-0.2.9.tar.xz
  libdatrie-doxygen-version-check.patch



Other differences:
--
++ libdatrie.spec ++
--- /var/tmp/diff_new_pack.lsYn7y/_old  2015-09-09 20:20:00.0 +0200
+++ /var/tmp/diff_new_pack.lsYn7y/_new  2015-09-09 20:20:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdatrie
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,19 @@
 
 
 Name:   libdatrie
-Version:0.2.8
+Version:0.2.9
 Release:0
 Summary:Double-Array Trie Library
 License:LGPL-2.1
 Group:  System/Libraries
 Url:http://linux.thai.net/~thep/datrie/datrie.html
-Source: 
ftp://linux.thai.net/pub/ThaiLinux/software/libthai/%{name}-%{version}.tar.xz
+Source: 
http://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
+# sent upstream (theppi...@gmail.com)
+Patch0: libdatrie-doxygen-version-check.patch
+BuildRequires:  autoconf-archive
 BuildRequires:  doxygen
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -55,8 +59,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+autoreconf -fiv
 %configure \
 --disable-static --with-pic \
 --with-html-docdir=%{_docdir}/libdatrie/html
@@ -79,8 +85,8 @@
 
 %files devel
 %defattr(-,root,root)
-%{_bindir}/trietool-0.2
-%doc %{_mandir}/man*/trietool-0.2.*
+%{_bindir}/trietool*
+%doc %{_mandir}/man*/trietool*.1.gz
 %{_includedir}/datrie/
 %{_libdir}/libdatrie.so
 %{_libdir}/pkgconfig/datrie-0.2.pc

++ libdatrie-0.2.8.tar.xz -> libdatrie-0.2.9.tar.xz ++
 6053 lines of diff (skipped)

++ libdatrie-doxygen-version-check.patch ++
--- libdatrie-0.2.8/configure.ac2014-01-10 05:20:37.0 +0100
+++ libdatrie-0.2.8/configure.ac2015-08-18 16:42:15.274113614 +0200
@@ -112,12 +112,9 @@ if test "x$enable_doxygen_doc" = "xyes";
   else
 AC_MSG_CHECKING([doxygen >= $DOXYGEN_REQ_VER])
 DOXYGEN_VER=$($DOXYGEN --version)
-if expr $DOXYGEN_VER \< $DOXYGEN_REQ_VER > /dev/null; then
-  AC_MSG_RESULT([$DOXYGEN_VER, no, documentation disabled])
-  enable_doxygen_doc="no"
-else
-  AC_MSG_RESULT([$DOXYGEN_VER, yes])
-fi
+AX_COMPARE_VERSION([$DOXYGEN_VER],[ge],[DOXYGEN_REQ_VER], 
+   [AC_MSG_RESULT([$DOXYGEN_VER, yes])], 
+   [AC_MSG_RESULT([$DOXYGEN_VER, no, documentation 
disabled]); enable_doxygen_doc="no"])
   fi
 fi