commit translate-toolkit for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package translate-toolkit for 
openSUSE:Factory checked in at 2015-05-16 07:14:50

Comparing /work/SRC/openSUSE:Factory/translate-toolkit (Old)
 and  /work/SRC/openSUSE:Factory/.translate-toolkit.new (New)


Package is "translate-toolkit"

Changes:

--- /work/SRC/openSUSE:Factory/translate-toolkit/translate-toolkit.changes  
2014-11-10 17:28:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.translate-toolkit.new/translate-toolkit.changes 
2015-05-16 07:15:01.0 +0200
@@ -1,0 +2,13 @@
+Fri May 15 12:30:21 UTC 2015 - elchev...@opensuse.org
+
+- updated to version 1.13.0
+- updated Source URL and run spec-cleaner
+
+Major changes
+   New converters for IDML format
+   Support for new .Net Resource (.resx) format
+   Extensive cleanup on ODF converters
+   New quality checks
+Some bugfixes and improvements
+
+---

Old:

  translate-toolkit-1.12.0.tar.bz2

New:

  translate-toolkit-1.13.0.tar.bz2



Other differences:
--
++ translate-toolkit.spec ++
--- /var/tmp/diff_new_pack.ISte8Q/_old  2015-05-16 07:15:02.0 +0200
+++ /var/tmp/diff_new_pack.ISte8Q/_new  2015-05-16 07:15:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package translate-toolkit
 #
-# 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,13 +17,13 @@
 
 
 Name:   translate-toolkit
-Version:1.12.0
+Version:1.13.0
 Release:0
 Summary:Tools and API to assist with translation and software 
localization
 License:GPL-2.0+
 Group:  Development/Tools/Other
 Url:http://toolkit.translatehouse.org/
-Source: 
http://sourceforge.net/projects/translate/files/Translate%20Toolkit/%{version}/%{name}-%{version}.tar.bz2
+Source: 
https://github.com/translate/translate/releases/download/%{version}/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gettext-runtime
 BuildRequires:  iso-codes
@@ -85,9 +85,9 @@
 Summary:Tools and API to assist with translation and software 
localization
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
-BuildArch:  noarch
 Provides:   %{name}-devel = %{version}
 Obsoletes:  %{name}-devel < %{version}
+BuildArch:  noarch
 
 %description devel-doc
 The %{name}-devel-doc package contains Translate Toolkit API documentation for 
developers wishing to build new tools for the
@@ -95,35 +95,32 @@
 
 %prep
 %setup -q
-%__sed -i 296"s|'share'|'translate/share'|" setup.py
+sed -i 296"s|'share'|'translate/share'|" setup.py
 # fix for bnc#750652 - remove Apache-2.0 file - difflib is the fallback 
solution
 rm translate/misc/diff_match_patch.py* 
-#<-- disabled, causing build issues 
-#having disabled, have to fix shebang
-#%__sed -i 1d translate/misc/diff_match_patch.py
+
 #Fix for shebang errors:
 for lib in translate/{*.py,*/*.py,*/*/*.py}; do
- sed -i '\|/usr/bin/env |d' $lib
+ sed -i '\|%{_bindir}/env |d' $lib
 done
-# move langmodels to site-packages
-#%__mv share translate
+
 #fix wrong perms
 chmod a-x docs/_build/html/_static/font/*.* 
docs/_themes/sphinx-bootstrap/static/font/*.*
 #fix line terminators in jquery.js
-%__sed -i 's/\r//' docs/_build/html/_static/jquery.js
-%__sed -i 's/\r//' docs/_themes/sphinx-bootstrap/static/jquery.js
+sed -i 's/\r//' docs/_build/html/_static/jquery.js
+sed -i 's/\r//' docs/_themes/sphinx-bootstrap/static/jquery.js
 
 %build
-%__python setup.py build
+python setup.py build
 pushd docs
-%{__make} html man
-%__gzip -9 _build/man/*.1
+make %{?_smp_mflags} html man
+gzip -9 _build/man/*.1
 #no hidden files
 find _build -name '.?*' -exec rm '{}' \+
 popd
 
 %install
-%__python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 # create manpages
 mkdir -p %{buildroot}/%{_mandir}/man1
@@ -140,14 +137,9 @@
 done
 install -m 644 docs/_build/man/*.gz %{buildroot}/%{_mandir}/man1/
 
-# remove documentation files from site-packages
-#rm %{buildroot}/%{python_sitelib}/translate/{COPYING,README.rst}
-
 # move documentation files to datadir
-%__install -d -m 755 %{buildroot}%{_defaultdocdir}/%{name}
+install -d -m 755 %{buildroot}%{_defaultdocdir}/%{name}
 mv %{buildroot}%{python_sitelib}/translate/docs/_build/html 
%{buildroot}%{_defaultdocdir}/%{name}
-#mv 
%{buildroot}/home/abuild/.local/lib/python%{py_ver}/site-packages/docs/_build/html
 %{buildr

commit python-polib for openSUSE:Factory

2015-05-15 Thread h_root


bina1YWf4rcsR.bin
Description: Binary data


commit vlc for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2015-05-16 07:14:32

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


Package is "vlc"

Changes:

--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2015-05-15 07:44:56.0 
+0200
+++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes 2015-05-16 
07:14:38.0 +0200
@@ -1,0 +2,5 @@
+Fri May 15 10:11:17 UTC 2015 - joerg.loren...@ki.tng.de
+
+- Enabled VPX support.
+
+---



Other differences:
--
++ vlc.spec ++
--- /var/tmp/diff_new_pack.Vrci6h/_old  2015-05-16 07:14:40.0 +0200
+++ /var/tmp/diff_new_pack.Vrci6h/_new  2015-05-16 07:14:40.0 +0200
@@ -97,6 +97,7 @@
 BuildRequires:  libudev-devel >= 142
 BuildRequires:  libvorbis-devel >= 1.1
 BuildRequires:  libxml2-devel >= 2.5
+BuildRequires:  libvpx-devel
 BuildRequires:  lirc-devel
 BuildRequires:  live555-devel >= 2015.01.27
 BuildRequires:  lua-devel >= 5.1
@@ -781,6 +782,7 @@
 %{_libdir}/vlc/plugins/codec/libdts_plugin.so
 %{_libdir}/vlc/plugins/codec/libdvbsub_plugin.so
 %{_libdir}/vlc/plugins/codec/libedummy_plugin.so
+%{_libdir}/vlc/plugins/codec/libvpx_plugin.so
 %if 0%{?suse_version} > 1110 || 0%{?BUILD_ORIG}
 %{_libdir}/vlc/plugins/codec/libflac_plugin.so
 %endif




commit python-testscenarios for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package python-testscenarios for 
openSUSE:Factory checked in at 2015-05-16 07:14:46

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


Package is "python-testscenarios"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-testscenarios/python-testscenarios.changes
2013-06-05 13:36:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-testscenarios.new/python-testscenarios.changes
   2015-05-16 07:14:50.0 +0200
@@ -1,0 +2,8 @@
+Fri May 15 12:47:31 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.5.0:
+  * Tests fixed for Python 3.3, 3.4, 3.5. (Robert Collins)
+- add new build dependency python-pbr
+- add new runtime dependencies python-pbr and python-testtools
+
+---

Old:

  testscenarios-0.4.tar.gz

New:

  testscenarios-0.5.0.tar.gz



Other differences:
--
++ python-testscenarios.spec ++
--- /var/tmp/diff_new_pack.65UZq2/_old  2015-05-16 07:14:51.0 +0200
+++ /var/tmp/diff_new_pack.65UZq2/_new  2015-05-16 07:14:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-testscenarios
 #
-# 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,7 +17,7 @@
 
 
 Name:   python-testscenarios
-Version:0.4
+Version:0.5.0
 Release:0
 Url:https://launchpad.net/testscenarios
 Summary:Testscenarios, a pyunit extension for dependency injection
@@ -26,10 +26,13 @@
 Source: 
http://pypi.python.org/packages/source/t/testscenarios/testscenarios-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
+BuildRequires:  python-pbr >= 0.11
+BuildRequires:  python-testtools
 # Test requirements:
 BuildRequires:  python-extras
 BuildRequires:  python-nose
-BuildRequires:  python-testtools
+Requires:   python-pbr >= 0.11
+Requires:   python-testtools
 %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()")}
 %else

++ testscenarios-0.4.tar.gz -> testscenarios-0.5.0.tar.gz ++
 2652 lines of diff (skipped)




commit libglademm for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package libglademm for openSUSE:Factory 
checked in at 2015-05-16 07:14:38

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


Package is "libglademm"

Changes:

--- /work/SRC/openSUSE:Factory/libglademm/libglademm.changes2013-04-02 
12:15:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.libglademm.new/libglademm.changes   
2015-05-16 07:14:44.0 +0200
@@ -1,0 +2,5 @@
+Fri May 15 11:43:21 UTC 2015 - dims...@opensuse.org
+
+- Add baselibs.conf to source list.
+
+---



Other differences:
--
++ libglademm.spec ++
--- /var/tmp/diff_new_pack.4Ub58s/_old  2015-05-16 07:14:45.0 +0200
+++ /var/tmp/diff_new_pack.4Ub58s/_new  2015-05-16 07:14:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libglademm
 #
-# 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
@@ -28,6 +28,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
 Source: 
ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/2.6/%{name}-%{version}.tar.bz2
+Source99:   baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description




commit stellarium for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package stellarium for openSUSE:Factory 
checked in at 2015-05-16 07:14:48

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


Package is "stellarium"

Changes:

--- /work/SRC/openSUSE:Factory/stellarium/stellarium.changes2015-04-27 
12:59:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.stellarium.new/stellarium.changes   
2015-05-16 07:14:57.0 +0200
@@ -1,0 +2,7 @@
+Thu May 14 22:03:04 UTC 2015 - badshah...@gmail.com
+
+- Update to version 0.13.3:
+  + Full list of changes at
+
http://sourceforge.net/p/stellarium/news/2015/04/stellarium-0133-has-been-released/.
+
+---

Old:

  stellarium-0.13.2.tar.gz

New:

  stellarium-0.13.3.tar.gz



Other differences:
--
++ stellarium.spec ++
--- /var/tmp/diff_new_pack.TDSeQq/_old  2015-05-16 07:15:01.0 +0200
+++ /var/tmp/diff_new_pack.TDSeQq/_new  2015-05-16 07:15:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   stellarium
-Version:0.13.2
+Version:0.13.3
 Release:0
 Summary:Astronomical Sky Simulator
 License:GPL-2.0+

++ stellarium-0.13.2.tar.gz -> stellarium-0.13.3.tar.gz ++
/work/SRC/openSUSE:Factory/stellarium/stellarium-0.13.2.tar.gz 
/work/SRC/openSUSE:Factory/.stellarium.new/stellarium-0.13.3.tar.gz differ: 
char 5, line 1




commit perl-B-Hooks-EndOfScope for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package perl-B-Hooks-EndOfScope for 
openSUSE:Factory checked in at 2015-05-16 07:14:34

Comparing /work/SRC/openSUSE:Factory/perl-B-Hooks-EndOfScope (Old)
 and  /work/SRC/openSUSE:Factory/.perl-B-Hooks-EndOfScope.new (New)


Package is "perl-B-Hooks-EndOfScope"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-B-Hooks-EndOfScope/perl-B-Hooks-EndOfScope.changes
  2015-02-08 11:42:24.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-B-Hooks-EndOfScope.new/perl-B-Hooks-EndOfScope.changes
 2015-05-16 07:14:40.0 +0200
@@ -1,0 +2,14 @@
+Fri May 15 10:51:26 UTC 2015 - co...@suse.com
+
+- updated to 0.15
+   see /usr/share/doc/packages/perl-B-Hooks-EndOfScope/Changes
+
+  0.15  2015-05-14 21:46:06Z
+- updated the tooling for generating Makefile.PL
+- removed Tie::StdHash from prereqs, which is not require()able as a module
+  on its own (despite being indexed) (miyagawa, GH #3)
+- fixed the addition in release 0.14 of Hash::Util::FieldHash as a
+  prerequisite (which is not available prior to perl 5.010) for pure-perl
+  installations (RT#104435)
+
+---

Old:

  B-Hooks-EndOfScope-0.14.tar.gz

New:

  B-Hooks-EndOfScope-0.15.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-B-Hooks-EndOfScope.spec ++
--- /var/tmp/diff_new_pack.3jbX98/_old  2015-05-16 07:14:41.0 +0200
+++ /var/tmp/diff_new_pack.3jbX98/_new  2015-05-16 07:14:41.0 +0200
@@ -17,29 +17,27 @@
 
 
 Name:   perl-B-Hooks-EndOfScope
-Version:0.14
+Version:0.15
 Release:0
 %define cpan_name B-Hooks-EndOfScope
 Summary:Execute code after a scope finished compilation
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/B-Hooks-EndOfScope/
-Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(ExtUtils::CBuilder) >= 0.26
 BuildRequires:  perl(Module::Implementation) >= 0.05
-BuildRequires:  perl(Module::Runtime) >= 0.012
 BuildRequires:  perl(Sub::Exporter::Progressive) >= 0.001006
-BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(Test::More) >= 0.89
 BuildRequires:  perl(Variable::Magic) >= 0.48
 Requires:   perl(Module::Implementation) >= 0.05
-Requires:   perl(Module::Runtime) >= 0.012
 Requires:   perl(Sub::Exporter::Progressive) >= 0.001006
 Requires:   perl(Variable::Magic) >= 0.48
-Recommends: perl(Variable::Magic) >= 0.48
 %{perl_requires}
 
 %description
@@ -48,16 +46,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-# MANUAL BEGIN
-%if 0%{?sles_version} == 10
-%{__perl} -p -i -e 's|6.31|6.30|' Makefile.PL
-%endif
-%if 0%{?suse_version} <= 1110
-for i in `find t -type f` ; do
-sed -i -e "s@^\s*use\s\s*Test::More@use lib '%{perl_vendorlib}';\nuse 
Test::More@" $i
-done
-%endif
-# MANUAL END
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -73,6 +61,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README weaver.ini
+%doc Changes CONTRIBUTING LICENSE README
 
 %changelog

++ B-Hooks-EndOfScope-0.14.tar.gz -> B-Hooks-EndOfScope-0.15.tar.gz ++
 2656 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module



commit libical-glib for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package libical-glib for openSUSE:Factory 
checked in at 2015-05-16 07:14:23

Comparing /work/SRC/openSUSE:Factory/libical-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libical-glib.new (New)


Package is "libical-glib"

Changes:

--- /work/SRC/openSUSE:Factory/libical-glib/libical-glib.changes
2015-03-30 19:25:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.libical-glib.new/libical-glib.changes   
2015-05-16 07:14:23.0 +0200
@@ -1,0 +2,15 @@
+Fri May 15 07:27:11 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.0.3:
+  + Add license information to all the tests.
+  + Move all the private methods in a common place named
+libical-glib-private.h.
+  + Update the tests in favor of libical-2.0.0 (unreleased).
+  + Remove the deprecated annotation (in-out).
+  + Fix the issue with array.py. Right now we use GObject * to
+replace gpointer. The first reason is that in PyGObject,
+gpointer could only represent integer, none and capsule. The
+second reason is that the types used python, except those
+primitive types, are mostly subtypes of GObject.
+
+---

Old:

  libical-glib-1.0.2.tar.xz

New:

  libical-glib-1.0.3.tar.xz



Other differences:
--
++ libical-glib.spec ++
--- /var/tmp/diff_new_pack.hXafzR/_old  2015-05-16 07:14:24.0 +0200
+++ /var/tmp/diff_new_pack.hXafzR/_new  2015-05-16 07:14:24.0 +0200
@@ -18,13 +18,13 @@
 
 %define API_ver 1.0
 Name:   libical-glib
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:Introspectable wrapper for libical
 License:LGPL-2.1
 Group:  Development/Languages/C and C++
 Url:https://wiki.gnome.org/Projects/libical-glib
-Source: 
http://download.gnome.org/sources/%{name}/1.0/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libical-glib/1.0/%{name}-%{version}.tar.xz
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(libical) >= 1.0

++ libical-glib-1.0.2.tar.xz -> libical-glib-1.0.3.tar.xz ++
 76394 lines of diff (skipped)




commit rubygem-puppet-syntax for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package rubygem-puppet-syntax for 
openSUSE:Factory checked in at 2015-05-16 07:14:40

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


Package is "rubygem-puppet-syntax"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-puppet-syntax/rubygem-puppet-syntax.changes  
2015-02-13 08:35:11.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-puppet-syntax.new/rubygem-puppet-syntax.changes
 2015-05-16 07:14:45.0 +0200
@@ -1,0 +2,9 @@
+Tue May 12 11:55:44 UTC 2015 - tampak...@opensuse.org
+
+- Version bump 2.0.0
+  * Removed support for Puppet version 2.7.x
+  * New option, fail_on_deprecation_notices, which defaults to true (compatible
+with previous behaviour); thanks @pcfens
+  * PuppetSyntax::Manifests#check now has two return arguments
+
+---

Old:

  puppet-syntax-1.4.1.gem

New:

  puppet-syntax-2.0.0.gem



Other differences:
--
++ rubygem-puppet-syntax.spec ++
--- /var/tmp/diff_new_pack.r2X85x/_old  2015-05-16 07:14:46.0 +0200
+++ /var/tmp/diff_new_pack.r2X85x/_new  2015-05-16 07:14:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-puppet-syntax
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 Name:   rubygem-puppet-syntax
-Version:1.4.1
+Version:2.0.0
 Release:0
 %define mod_name puppet-syntax
 %define mod_full_name %{mod_name}-%{version}

++ puppet-syntax-1.4.1.gem -> puppet-syntax-2.0.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 1970-01-01 01:00:00.0 +0100
+++ new/.travis.yml 1970-01-01 01:00:00.0 +0100
@@ -2,10 +2,8 @@
 language: ruby
 script: bundle exec rake
 rvm:
-  - 1.8.7
   - 1.9.3
 env:
-  - PUPPET_VERSION="~> 2.7.0"
   - PUPPET_VERSION="~> 3.0.0"
   - PUPPET_VERSION="~> 3.1.0"
   - PUPPET_VERSION="~> 3.2.0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG new/CHANGELOG
--- old/CHANGELOG   1970-01-01 01:00:00.0 +0100
+++ new/CHANGELOG   1970-01-01 01:00:00.0 +0100
@@ -1,3 +1,9 @@
+2015-02-25 Release 2.0.0
+- Removed support for Puppet version 2.7.x
+- New option, fail_on_deprecation_notices, which defaults to true (compatible
+with previous behaviour); thanks @pcfens
+- PuppetSyntax::Manifests#check now has two return arguments
+
 2015-01-08 Release 1.4.1
 - Support appending to config arrays, thanks @domcleal
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/puppet-syntax/manifests.rb 
new/lib/puppet-syntax/manifests.rb
--- old/lib/puppet-syntax/manifests.rb  1970-01-01 01:00:00.0 +0100
+++ new/lib/puppet-syntax/manifests.rb  1970-01-01 01:00:00.0 +0100
@@ -5,7 +5,7 @@
   require 'puppet'
   require 'puppet/face'
 
-  errors = []
+  output = []
 
   # FIXME: We shouldn't need to do this. puppet/face should. See:
   # - http://projects.puppetlabs.com/issues/15529
@@ -15,7 +15,7 @@
   end
 
   # Catch syntax warnings.
-  Puppet::Util::Log.newdestination(Puppet::Test::LogCollector.new(errors))
+  Puppet::Util::Log.newdestination(Puppet::Test::LogCollector.new(output))
   Puppet::Util::Log.level = :warning
 
   filelist.each do |puppet_file|
@@ -24,19 +24,26 @@
 rescue SystemExit
   # Disregard exit(1) from face.
 rescue => error
-  errors << error
+  output << error
 end
   end
 
   Puppet::Util::Log.close_all
-  errors.map! { |e| e.to_s }
+  output.map! { |e| e.to_s }
 
   # Exported resources will raise warnings when outside a puppetmaster.
-  errors.reject! { |e|
+  output.reject! { |e|
 e =~ /^You cannot collect( exported resources)? without storeconfigs 
being set/
   }
 
-  errors
+  deprecations = output.select { |e|
+e =~ /^Deprecation notice:|is deprecated/
+  }
+
+  # Errors exist if there is any output that isn't a deprecation notice.
+  has_errors = (output != deprecations)
+
+  return output, has_errors
 end
 
 private
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/puppet-syntax/tasks/puppet-synt

commit tboot for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package tboot for openSUSE:Factory checked 
in at 2015-05-16 07:14:35

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


Package is "tboot"

Changes:

--- /work/SRC/openSUSE:Factory/tboot/tboot.changes  2014-07-29 
16:48:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.tboot.new/tboot.changes 2015-05-16 
07:14:41.0 +0200
@@ -1,0 +2,19 @@
+Fri May  8 12:08:52 UTC 2015 - meiss...@suse.com
+
+- Updated to 1.8.3/20140728
+  * Added verified launch control policy user guide
+  * Fixed a bug about var MTRR settings to follow the rule that each VAR MTRR 
base must be a multiple of that MTRR's size.
+  * Access tpm sts reg with 3-byte width in v1.2 case and 4-byte width in v2.0 
case
+  * Bugfix: lcp2_mlehash get wrong hash if the cmdline string length > 7
+  * Optimized tboot log processing flow to avoid log buffer overflow by 
adopting lz Compress/Uncompress algorithms
+  * Added SGX support for Skylake platform
+  * tpm2: use the primary object in NULL Hierarchy instead of Platform 
Hierarchy for seal/unseal usage
+  * Fixed a bug for lcp2_mlehash tool
+  * Fixed system hang issue caused by TXT disable, TPM disable or SINIT ACM 
not correctly provided in EFI booting mode
+  * Fixed bug for wrong assumption on the way how GRUB2 load modules
+  * Fixed MB2 tags mess issue caused by moving shorter module cmdline to head
+  * Fixed compile issue when debug=y
+
+- refreshed tboot-grub2-fix-xen-submenu-name.patch
+
+---

Old:

  tboot-1.8.2.tar.gz

New:

  tboot-1.8.3.tar.gz



Other differences:
--
++ tboot.spec ++
--- /var/tmp/diff_new_pack.tU4aJh/_old  2015-05-16 07:14:42.0 +0200
+++ /var/tmp/diff_new_pack.tU4aJh/_new  2015-05-16 07:14:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tboot
 #
-# 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,8 +17,8 @@
 
 
 Name:   tboot
-%define ver 1.8.2
-Version:20140728_1.8.2
+%define ver 1.8.3
+Version:20140728_1.8.3
 Release:0
 Summary:Performs a verified launch using Intel(R) TXT
 License:BSD-3-Clause

++ tboot-1.8.2.tar.gz -> tboot-1.8.3.tar.gz ++
 1630 lines of diff (skipped)

++ tboot-grub2-fix-xen-submenu-name.patch ++
--- /var/tmp/diff_new_pack.tU4aJh/_old  2015-05-16 07:14:42.0 +0200
+++ /var/tmp/diff_new_pack.tU4aJh/_new  2015-05-16 07:14:42.0 +0200
@@ -4,13 +4,13 @@
 References: bnc#865815
 Patch-Mainline: no
 
-Index: tboot-1.8.1/tboot/20_linux_xen_tboot
+Index: tboot-1.8.3/tboot/20_linux_xen_tboot
 ===
 tboot-1.8.1.orig/tboot/20_linux_xen_tboot
-+++ tboot-1.8.1/tboot/20_linux_xen_tboot
+--- tboot-1.8.3.orig/tboot/20_linux_xen_tboot
 tboot-1.8.3/tboot/20_linux_xen_tboot
 @@ -187,7 +187,7 @@ while [ "x${xen_list}" != "x" ] ; do
  rel_tboot_dirname=`make_system_path_relative_to_its_root 
$tboot_dirname`
- tboot_version="1.8.1"
+ tboot_version="1.8.3"
  list="${linux_list}"
 -echo "submenu \"Xen ${xen_version}\" \"Tboot ${tboot_version}\"{"
 +echo "submenu \"Xen ${xen_version} with Tboot ${tboot_version}\"{"




commit python-python-gammu for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package python-python-gammu for 
openSUSE:Factory checked in at 2015-05-16 07:14:44

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


Package is "python-python-gammu"

Changes:

--- /work/SRC/openSUSE:Factory/python-python-gammu/python-python-gammu.changes  
2015-04-25 09:54:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-gammu.new/python-python-gammu.changes 
2015-05-16 07:14:49.0 +0200
@@ -1,0 +2,7 @@
+Tue May 12 21:50:40 UTC 2015 - ec...@opensuse.org
+
+- update to 2.2
+  * Documentation improvements.
+  * Code cleanups.
+
+---

Old:

  python-gammu-2.1.tar.gz

New:

  python-gammu-2.2.tar.gz



Other differences:
--
++ python-python-gammu.spec ++
--- /var/tmp/diff_new_pack.xjsuB9/_old  2015-05-16 07:14:50.0 +0200
+++ /var/tmp/diff_new_pack.xjsuB9/_new  2015-05-16 07:14:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-python-gammu
-Version:2.1
+Version:2.2
 Release:0
 Summary:Python module to communicate with mobile phones
 License:GPL-2.0

++ python-gammu-2.1.tar.gz -> python-gammu-2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-gammu-2.1/NEWS.rst 
new/python-gammu-2.2/NEWS.rst
--- old/python-gammu-2.1/NEWS.rst   2015-04-15 09:33:36.0 +0200
+++ new/python-gammu-2.2/NEWS.rst   2015-05-12 09:58:51.0 +0200
@@ -1,3 +1,9 @@
+2.2
+===
+
+* Documentation improvements.
+* Code cleanups.
+
 2.1
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-gammu-2.1/PKG-INFO 
new/python-gammu-2.2/PKG-INFO
--- old/python-gammu-2.1/PKG-INFO   2015-04-15 09:34:48.0 +0200
+++ new/python-gammu-2.2/PKG-INFO   2015-05-12 10:25:17.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-gammu
-Version: 2.1
+Version: 2.2
 Summary: Gammu bindings
 Home-page: http://wammu.eu/python-gammu/
 Author: Michal Čihař
@@ -31,6 +31,18 @@
 .. image:: https://scan.coverity.com/projects/4837/badge.svg
 :target: https://scan.coverity.com/projects/4837
 
+.. image:: https://img.shields.io/gratipay/Gammu.svg
+:alt: Gratipay
+:target: https://gratipay.com/Gammu/
+
+.. image:: 
https://www.bountysource.com/badge/team?team_id=23177&style=bounties_received
+:alt: Bountysource
+:target: 
https://www.bountysource.com/teams/gammu/issues?utm_source=Gammu&utm_medium=shield&utm_campaign=bounties_received
+
+.. image:: https://img.shields.io/pypi/dm/python-gammu.svg
+:alt: PyPI
+:target: https://pypi.python.org/pypi/python-gammu/
+
 Python bindings for Gammu library.
 
 Homepage
@@ -43,6 +55,26 @@
 
 GNU GPL version 2.
 
+Installing
+==
+
+You can install in a usual way for Python modules using distutils, so 
use
+``setup.py`` which is placed in the top level directory::
+
+./setup.py build
+sudo ./setup.py install
+
+You can also install it using pip installer::
+
+pip install python-gammu
+
+Requirements
+
+
+To compile python-gammu, you need Gammu development files (usually 
shipped as
+``libgammu-dev`` or ``gammu-devel`` in Linux distributions) and 
pkg-config,
+which is used to discover location of dependencies.
+
 Documentation
 =
 
@@ -72,5 +104,11 @@
 Classifier: Operating System :: POSIX
 Classifier: Operating System :: Unix
 Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.2
+Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: C
 Classifier: Topic :: Communications :: Telephony
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-gammu-2.1/README.rst 
new/python-gammu-2.2/README.rst
--- old/python-gammu-2.1/README.rst 2015-04-15 09:33:36.0 +0200
+++ new/python-gammu-2.2/README.rst 2015-05-12 10:00:08.0 +0200
@@ -22,6 +22,18 @@
 .. image:: https://scan.coverity.com/pro

commit xulrunner for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package xulrunner for openSUSE:Factory 
checked in at 2015-05-16 07:14:24

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


Package is "xulrunner"

Changes:

--- /work/SRC/openSUSE:Factory/xulrunner/xulrunner.changes  2015-04-02 
16:04:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.xulrunner.new/xulrunner.changes 2015-05-16 
07:14:29.0 +0200
@@ -1,0 +2,18 @@
+Wed May  6 07:49:53 UTC 2015 - w...@rosenauer.org
+
+- update to 31.7.0 (bnc#930622)
+  * MFSA 2015-46/CVE-2015-2708
+Miscellaneous memory safety hazards
+  * MFSA 2015-47/VE-2015-0797 (bmo#1080995)
+Buffer overflow parsing H.264 video with Linux Gstreamer
+  * MFSA 2015-48/CVE-2015-2710 (bmo#1149542)
+Buffer overflow with SVG content and CSS
+  * MFSA 2015-51/CVE-2015-2713 (bmo#1153478)
+Use-after-free during text processing with vertical text enabled
+  * MFSA 2015-54/CVE-2015-2716 (bmo#1140537)
+Buffer overflow when parsing compressed XML
+  * MFSA 2015-57/CVE-2011-3079 (bmo#1087565)
+Privilege escalation through IPC channel messages
+- strip baselibs.conf to reflect the current set of packages
+
+---

Old:

  l10n-31.6.0.tar.xz
  xulrunner-31.6.0-source.tar.xz

New:

  l10n-31.7.0.tar.xz
  xulrunner-31.7.0-source.tar.xz



Other differences:
--
++ xulrunner.spec ++
--- /var/tmp/diff_new_pack.vajpDj/_old  2015-05-16 07:14:34.0 +0200
+++ /var/tmp/diff_new_pack.vajpDj/_new  2015-05-16 07:14:34.0 +0200
@@ -17,10 +17,10 @@
 #
 
 
-%define version_internal 31.6.0
+%define version_internal 31.7.0
 %define apiversion 31
-%define uaweight 316
-%define releasedate 2015032800
+%define uaweight 317
+%define releasedate 2015050500
 %define shared_js 0
 %define has_system_nspr  1
 %define has_system_nss   1


++ baselibs.conf ++
--- /var/tmp/diff_new_pack.vajpDj/_old  2015-05-16 07:14:34.0 +0200
+++ /var/tmp/diff_new_pack.vajpDj/_new  2015-05-16 07:14:34.0 +0200
@@ -2,15 +2,3 @@
  +/usr/lib(64)?/xulrunner-.*
  +/etc/gre.d/.*
 
-mozilla-js
-
-xulrunner-translations-common
- +/usr/lib(64)?/xulrunner-.*
- requires "xulrunner- = "
- supplements "packageand(xulrunner-translations-common:xulrunner-)"
-
-xulrunner-translations-other
- +/usr/lib(64)?/xulrunner-.*
- requires "xulrunner- = "
- supplements "packageand(xulrunner-translations-other:xulrunner-)"
-

++ compare-locales.tar.xz ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.vajpDj/_old  2015-05-16 07:14:35.0 +0200
+++ /var/tmp/diff_new_pack.vajpDj/_new  2015-05-16 07:14:35.0 +0200
@@ -2,8 +2,8 @@
 
 CHANNEL="esr31"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_31_6_0esr_RELEASE"
-VERSION="31.6.0"
+RELEASE_TAG="FIREFOX_31_7_0esr_RELEASE"
+VERSION="31.7.0"
 
 # mozilla
 if [ -d mozilla ]; then

++ l10n-31.6.0.tar.xz -> l10n-31.7.0.tar.xz ++
/work/SRC/openSUSE:Factory/xulrunner/l10n-31.6.0.tar.xz 
/work/SRC/openSUSE:Factory/.xulrunner.new/l10n-31.7.0.tar.xz differ: char 26, 
line 1

++ source-stamp.txt ++
--- /var/tmp/diff_new_pack.vajpDj/_old  2015-05-16 07:14:35.0 +0200
+++ /var/tmp/diff_new_pack.vajpDj/_new  2015-05-16 07:14:35.0 +0200
@@ -1,2 +1,2 @@
-REV=40a8b8411a0c
+REV=06188a3eed1f
 REPO=http://hg.mozilla.org/releases/mozilla-esr31

++ xulrunner-31.6.0-source.tar.xz -> xulrunner-31.7.0-source.tar.xz ++
/work/SRC/openSUSE:Factory/xulrunner/xulrunner-31.6.0-source.tar.xz 
/work/SRC/openSUSE:Factory/.xulrunner.new/xulrunner-31.7.0-source.tar.xz 
differ: char 26, line 1




commit atool for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package atool for openSUSE:Factory checked 
in at 2015-05-16 07:14:31

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


Package is "atool"

Changes:

--- /work/SRC/openSUSE:Factory/atool/atool.changes  2015-04-02 
16:03:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.atool.new/atool.changes 2015-05-16 
07:14:38.0 +0200
@@ -1,0 +2,7 @@
+Fri May  8 07:45:13 UTC 2015 - mplus...@suse.com
+
+- Add gpg signature
+- Cleanup dependencies/conditionals
+- Cleanup spec file with spec-cleaner
+
+---

New:

  atool-0.39.0.tar.gz.sig
  atool.keyring



Other differences:
--
++ atool.spec ++
--- /var/tmp/diff_new_pack.P4GXb1/_old  2015-05-16 07:14:38.0 +0200
+++ /var/tmp/diff_new_pack.P4GXb1/_new  2015-05-16 07:14:38.0 +0200
@@ -1,5 +1,7 @@
-# vim: set ts=4 sw=4 et:
-
+#
+# spec file for package atool
+#
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,31 +14,38 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
 Name:   atool
 Version:0.39.0
 Release:0
 Summary:Commandline Tool for Managing File Archives of various Types
-Source: 
http://download-mirror.savannah.gnu.org/releases/atool/atool-%{version}.tar.gz
-URL:http://www.nongnu.org/atool/
-Group:  Productivity/Archiving/Compression
 License:GPL-2.0+
-BuildRoot:  %{_tmppath}/build-%{name}-%{version}
-Requires:   perl tar gzip bzip2
-%if 0%{?suse_version} >= 1010
-Suggests:   unzip zip
-Suggests:   rar unrar
-Suggests:   unace
-Suggests:   lzop
-Suggests:   lha
+Group:  Productivity/Archiving/Compression
+Url:http://www.nongnu.org/atool/
+Source0:
http://download-mirror.savannah.gnu.org/releases/atool/atool-%{version}.tar.gz
+Source1:
http://download-mirror.savannah.gnu.org/releases/atool/atool-%{version}.tar.gz.sig
+Source2:%{name}.keyring
+Requires:   bzip2
+Requires:   gzip
+Requires:   tar
+Suggests:   arc
+Suggests:   arj
 Suggests:   cpio
-Suggests:   unarj arj
-Suggests:   arc nomarch
+Suggests:   lha
+Suggests:   lzma
+Suggests:   lzop
+Suggests:   nomarch
 Suggests:   p7zip
+Suggests:   rar
+Suggests:   unace
 Suggests:   unalz
-Suggests:   lzma
-%endif
-BuildRequires:  make perl
+Suggests:   unarj
+Suggests:   unrar
+Suggests:   unzip
+Suggests:   zip
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -58,13 +67,10 @@
 
 %build
 %configure
-%__make %{?_smp_flags}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)
@@ -76,12 +82,12 @@
 %{_bindir}/arepack
 %{_bindir}/atool
 %{_bindir}/aunpack
-%doc %{_mandir}/man1/acat.1*
-%doc %{_mandir}/man1/adiff.1*
-%doc %{_mandir}/man1/als.1*
-%doc %{_mandir}/man1/apack.1*
-%doc %{_mandir}/man1/arepack.1*
-%doc %{_mandir}/man1/atool.1*
-%doc %{_mandir}/man1/aunpack.1*
+%{_mandir}/man1/acat.1*
+%{_mandir}/man1/adiff.1*
+%{_mandir}/man1/als.1*
+%{_mandir}/man1/apack.1*
+%{_mandir}/man1/arepack.1*
+%{_mandir}/man1/atool.1*
+%{_mandir}/man1/aunpack.1*
 
 %changelog




commit armadillo for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2015-05-16 07:14:29

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


Package is "armadillo"

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2015-04-18 
10:39:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2015-05-16 
07:14:36.0 +0200
@@ -1,0 +2,13 @@
+Fri May 15 03:55:25 UTC 2015 - badshah...@gmail.com
+
+- Update to version 5.100.2:
+  + Undocumented fixes.
+- Update to version 5.100.1:
+  + Undocumented fixes.
+- Changes from version Version 5.100.0 (Ankle Biter Deluxe):
+  + Added interp1() for 1D interpolation.
+  + Added .is_sorted() for checking whether a vector or matrix
+has sorted elements.
+  + Updated physical constants to NIST 2010 CODATA values.
+
+---

Old:

  armadillo-5.000.1.tar.gz

New:

  armadillo-5.100.2.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.AnlaUn/_old  2015-05-16 07:14:37.0 +0200
+++ /var/tmp/diff_new_pack.AnlaUn/_new  2015-05-16 07:14:37.0 +0200
@@ -19,7 +19,7 @@
 %define soname libarmadillo5
 
 Name:   armadillo
-Version:5.000.1
+Version:5.100.2
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:MPL-2.0

++ armadillo-5.000.1.tar.gz -> armadillo-5.100.2.tar.gz ++
 2569 lines of diff (skipped)




commit python-PyGithub for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package python-PyGithub for openSUSE:Factory 
checked in at 2015-05-16 07:14:41

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


Package is "python-PyGithub"

Changes:

--- /work/SRC/openSUSE:Factory/python-PyGithub/python-PyGithub.changes  
2013-12-05 07:18:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-PyGithub.new/python-PyGithub.changes 
2015-05-16 07:14:47.0 +0200
@@ -1,0 +2,32 @@
+Mon May 11 15:48:45 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 1.25.2:
+  * Work around the GitHub API v3 returning null in some paginated
+responses
+- additional changes from version 1.25.1
+  * Fix two-factor authentication header, thanks to tradej for the
+pull request
+- additional changes from version 1.25.0
+  * Implement getting repos by id, thanks to tylertreat for the
+pull request
+  * Add Gist.owner, thanks to dalejung for the pull request
+- additional changes from version 1.24.1
+  * Fix urlquoting in search, thanks to cro for the pull request
+- additional changes from version 1.24.0
+  * Implement search, thanks to thialfihar for the pull request
+- additional changes from version 1.23.0
+  * Fix all that is based on headers in Python 3 (pagination,
+conditional request, rate_limit...), huge thanks to cwarren-mw
+for finding the bug
+  * Accept strings for assignees and collaborators, thanks to farrd
+  * Ease two-factor authentication by adding ‘onetime_password’ to
+AuthenticatedUser.create_authorization, thanks to cameronbwhite
+- additional changes from version 1.22.0
+  * Emojis, thanks to evolvelight
+  * Repository.stargazers_count, thanks to cameronbwhite
+  * User.get_teams, thanks to poulp
+- refresh PyGithub-drop-network-tests.patch
+- pass -q to test to avoid spamming the build log
+- change path of license files: moved upstream
+
+---

Old:

  PyGithub-1.21.0.tar.gz

New:

  PyGithub-1.25.2.tar.gz



Other differences:
--
++ python-PyGithub.spec ++
--- /var/tmp/diff_new_pack.cUuSuu/_old  2015-05-16 07:14:48.0 +0200
+++ /var/tmp/diff_new_pack.cUuSuu/_new  2015-05-16 07:14:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyGithub
 #
-# 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,7 +17,7 @@
 
 
 Name:   python-PyGithub
-Version:1.21.0
+Version:1.25.2
 Release:0
 Summary:Use the full Github API v3
 License:LGPL-3.0+
@@ -52,11 +52,11 @@
 rm -r %{buildroot}%{python_sitelib}/github/tests # Don't ship testsuite
 
 %check
-python setup.py test
+python setup.py -q test
 
 %files
 %defattr(-,root,root,-)
-%doc README.rst github/COPYING github/COPYING.LESSER
+%doc README.rst COPYING COPYING.LESSER
 %{python_sitelib}/github
 %{python_sitelib}/PyGithub-%{version}-py%{py_ver}.egg-info
 

++ PyGithub-1.21.0.tar.gz -> PyGithub-1.25.2.tar.gz ++
 6834 lines of diff (skipped)

++ PyGithub-drop-network-tests.patch ++
--- /var/tmp/diff_new_pack.cUuSuu/_old  2015-05-16 07:14:48.0 +0200
+++ /var/tmp/diff_new_pack.cUuSuu/_new  2015-05-16 07:14:48.0 +0200
@@ -1,20 +1,19 @@
-diff -ruN a/github/tests/AllTests.py b/github/tests/AllTests.py
 a/github/tests/AllTests.py 2013-11-17 22:45:12.0 +0100
-+++ b/github/tests/AllTests.py 2013-12-04 10:43:20.695062438 +0100
-@@ -83,6 +83,5 @@
+--- a/github/tests/AllTests.py
 b/github/tests/AllTests.py
+@@ -84,7 +84,6 @@ from Issue133 import *
  from Issue134 import *
  from Issue139 import *
  from Issue140 import *
 -from Issue142 import *
  from Issue158 import *
  from Issue174 import *
-diff -ruN a/github/tests/Issue142.py b/github/tests/Issue142.py
 a/github/tests/Issue142.py 2013-11-08 03:07:08.0 +0100
-+++ b/github/tests/Issue142.py 1970-01-01 01:00:00.0 +0100
+ from Issue214 import *
+--- a/github/tests/Issue142.py
 /dev/null
 @@ -1,32 +0,0 @@
 -# -*- coding: utf-8 -*-
 -
-- Copyrights and license 

+-# ## Copyrights and license 

 -# 
 #
 -# Copyright 2013 Vincent Jacques 
 #
 -# 
 #
@@ -33,7 +32,7 @@
 -# You should have re

commit osc for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package osc for openSUSE:Factory checked in 
at 2015-05-16 07:14:27

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


Package is "osc"

Changes:

--- /work/SRC/openSUSE:Factory/osc/osc.changes  2015-04-30 11:50:35.0 
+0200
+++ /work/SRC/openSUSE:Factory/.osc.new/osc.changes 2015-05-16 
07:14:35.0 +0200
@@ -1,0 +2,5 @@
+Thu May  7 20:58:22 UTC 2015 - list0...@paradise.net.nz
+
+- Fix rpm URL. gitorious is shut down end of May 2015.
+
+---



Other differences:
--
++ osc.spec ++
--- /var/tmp/diff_new_pack.hhlh4D/_old  2015-05-16 07:14:36.0 +0200
+++ /var/tmp/diff_new_pack.hhlh4D/_new  2015-05-16 07:14:36.0 +0200
@@ -22,7 +22,7 @@
 Summary:openSUSE Build Service Commander
 License:GPL-2.0+
 Group:  Development/Tools/Other
-Url:http://www.gitorious.org/opensuse/osc
+Url:https://github.com/openSUSE/osc
 Source: %{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?mandriva_version} < 02010




commit bitcoin for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package bitcoin for openSUSE:Factory checked 
in at 2015-05-16 07:14:37

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


Package is "bitcoin"

Changes:

--- /work/SRC/openSUSE:Factory/bitcoin/bitcoin.changes  2015-02-27 
11:10:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.bitcoin.new/bitcoin.changes 2015-05-16 
07:14:42.0 +0200
@@ -1,0 +2,6 @@
+Fri May 15 12:13:17 UTC 2015 - mplus...@suse.com
+
+- Update to 0.10.1
+  * no upstream changelog available
+
+---

Old:

  v0.10.0.tar.gz

New:

  v0.10.1.tar.gz



Other differences:
--
++ bitcoin.spec ++
--- /var/tmp/diff_new_pack.GFq1Mk/_old  2015-05-16 07:14:44.0 +0200
+++ /var/tmp/diff_new_pack.GFq1Mk/_new  2015-05-16 07:14:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bitcoin
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011-2014  P Rusnak 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   bitcoin
-Version:0.10.0
+Version:0.10.1
 Release:0
 Summary:P2P Digital Currency
 License:MIT

++ v0.10.0.tar.gz -> v0.10.1.tar.gz ++
 20852 lines of diff (skipped)




commit rubygem-pg for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pg for openSUSE:Factory 
checked in at 2015-05-16 07:14:19

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


Package is "rubygem-pg"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pg/rubygem-pg.changes2015-02-10 
20:21:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-pg.new/rubygem-pg.changes   
2015-05-16 07:14:20.0 +0200
@@ -1,0 +2,173 @@
+Fri May 15 04:31:04 UTC 2015 - co...@suse.com
+
+- updated to version 0.18.2
+ see installed ChangeLog
+
+  2015-05-14  Michael Granger  
+  
+   * .rvmrc:
+   Bump default rvm Ruby to 2.2
+   [128b075d5800] [tip]
+  
+  2015-03-13  Lars Kanis  
+  
+   * ext/pg_text_encoder.c, ext/util.c, ext/util.h:
+   Avoid possible symbol name clash when linking againt static libpq.
+  
+   This should fix issue #209 .
+   [b859963462b2]
+  
+  2015-02-11  Lars Kanis  
+  
+   * ext/pg.c, spec/pg/connection_spec.rb:
+   Merge from git branch.
+   [b60c89ee93c8]
+  
+   * ext/pg.h, ext/pg_text_decoder.c:
+   Merge branch 'non-c99-compiler'
+   [b111c84b8445]
+  
+  2015-02-06  Lars Kanis  
+  
+   * ext/extconf.rb, ext/pg.h, ext/pg_result.c, ext/pg_text_decoder.c,
+   ext/pg_type_map_by_mri_type.c:
+   Use fixed size arrays in case the compiler doesn't support C99
+   variable length arrays.
+  
+   This is notably the MSVC compiler.
+  
+   Note: The MSVC build environment is currently not tested on a
+   regular base, so is not fully supported.
+   [1269b8ad77b8]
+  
+  2015-02-11  Lars Kanis  
+  
+   * ext/pg_connection.c:
+   Replace quote_ident implementation with that of
+   PG::TextEncoder::Identifier .
+  
+   This allowes quoation of array of strings in addition to plain
+   strings and removes duplicated code.
+  
+   It also removes the 63 byte limitation and therefore obsolets pull
+   request #21 https://bitbucket.org/ged/ruby-pg/pull-request/21
+   [714601d05fba]
+  
+   * ext/pg.c, ext/pg.h, ext/pg_text_decoder.c, ext/pg_text_encoder.c,
+   spec/pg/connection_spec.rb, spec/pg/type_spec.rb:
+   Derive PG::TextDecoder::Identifier from PG::SimpleDecoder instead of
+   CompositeDecoder
+  
+   .. and equally for Encoder.
+  
+   Identifiers are strings, so there is no good reason to compose it
+   from other element types. This change allows a faster quoting
+   implementation.
+   [df67241d1a4f]
+  
+  2015-02-03  Michael Granger  
+  
+   * README.rdoc, ext/pg.c:
+   Update copyright notices
+   [447962e0dcba] [github/master]
+  
+   * spec/pg/connection_spec.rb:
+   Whitespace fixes
+   [f4a85f78807d]
+  
+  2014-08-22  Chris Bandy  
+  
+   * lib/pg/connection.rb, spec/pg/connection_spec.rb:
+   Allow URI connection string
+  
+   (Imported from https://github.com/ged/ruby-pg/pull/3)
+   [d4579ef9eae4]
+  
+  2015-01-27  Lars Kanis  
+  
+   * lib/pg/text_decoder.rb, spec/pg/type_spec.rb:
+   Fix decoding of fractional timezones like "-00:25:21".
+   [766aa353b392]
+  
+  2015-01-27  Lars Kanis  
+  
+   * History.rdoc, lib/pg/text_decoder.rb, spec/pg/type_spec.rb:
+   Fix decoding of fractional timezones like "04:30".
+  
+   This fixes https://bitbucket.org/ged/ruby-pg/issue/203 .
+   [33225805259c]
+  
+  2015-01-16  Lars Kanis  
+  
+   * History.rdoc, ext/extconf.rb, ext/pg_connection.c,
+   spec/pg/connection_spec.rb:
+   Revert "Add PG::Connection#hostaddr. This is new in PostgreSQL-9.4."
+  
+   PQhostaddr was removed from final PostgreSQL-9.4.0.
+  
+   This fixes issue #202 :https://bitbucket.org/ged/ruby-pg/issue/202
+  
+   This reverts commit 03deab7aa63f9a00984014ce59617d552b4eac34.
+   [b51d736bca77]
+  
+   * History.rdoc:
+   Add a missing enhancement for pg-0.18.0
+   [a7635c3425f3]
+  
+   * .travis.yml:
+   Update ruby and postgresql versions for travic-ci
+   [b67b92f7db97]
+  
+  2015-01-06  Lars Kanis  
+  
+   * Merge from git.
+   [625e9359ac47]
+  
+  2015-01-05  Lars Kanis  
+  
+   * ext/pg_type_map_in_ruby.c:
+   Use a simpler fix for https://bitbucket.org/ged/ruby-
+   pg/commits/a38cf53a96f
+   [3d89d3aae4fd]
+  
+  2015-01-05  Michael Granger  
+  
+   * .hgtags:
+   Added tag v0.18.1 for changeset f97dd6cb4f34
+   [f8122014065a]
+  
+   * .hgsigs:
+   Added signature for changeset ba5aff64b5cb
+   [f97dd6cb4f34] [v0.18.1]
+  
+   * History.rdoc, lib/pg.rb:
+   Bump the patch version, update history
+   [ba5aff64b5cb]
+  
+   * Rakefile:
+   Fix the minimum Ruby version (closes #199)
+  

commit cmake for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2015-05-16 07:14:07

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


Package is "cmake"

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake.changes  2015-05-15 
09:55:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2015-05-16 
07:14:08.0 +0200
@@ -1,0 +2,6 @@
+Thu May 14 18:42:34 UTC 2015 - o...@aepfle.de
+
+- CPack/RPM architecture test fixup (SLE11/11.4) (cmake bug#15442)
+  cmake.git-4552bc8.patch
+
+---

New:

  cmake.git-4552bc8.patch



Other differences:
--
++ cmake.spec ++
--- /var/tmp/diff_new_pack.lzedGr/_old  2015-05-16 07:14:09.0 +0200
+++ /var/tmp/diff_new_pack.lzedGr/_new  2015-05-16 07:14:09.0 +0200
@@ -36,6 +36,8 @@
 # PATCH-FIX-UPSTREAM cmake-fix-pie-binaries.patch -- new "file" is reporting 
PIE binaries a bit differently
 # I sent this by email to cmake-developers.
 Patch6: cmake-fix-pie-binaries.patch
+# PATCH-FIX-UPSTREAM cmake.git-4552bc8.patch --  CPack/RPM architecture test 
fixup
+Patch11:cmake.git-4552bc8.patch
 BuildRequires:  curl-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -65,6 +67,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch11 -p1
 
 %build
 export CXXFLAGS="%{optflags}"
@@ -137,8 +140,7 @@
 %files
 %defattr(-,root,root)
 %config %{_sysconfdir}/rpm/macros.cmake
-%{_prefix}/lib/rpm/fileattrs/cmake.attr
-%{_prefix}/lib/rpm/cmake.prov
+%{_prefix}/lib/rpm
 %{_bindir}/cpack
 %{_bindir}/cmake
 %{_bindir}/ctest

++ cmake.git-4552bc8.patch ++
>From 4552bc886d1bd8966f6ef2f7790835dfdb2e6d8b Mon Sep 17 00:00:00 2001
From: Domen Vrankar 
Date: Sun, 15 Mar 2015 20:37:16 +0100
Subject: [PATCH] CPack/RPM relocation paths test fixup

Patch fixes bug in test reported with
id 15442 - older versions of rpm print
out package info a bit differently so
we should ignore white spaces
---
 Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake 
b/Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake
index c7ec709..079b819 100644
--- a/Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake
+++ b/Tests/CPackComponentsForAll/RunCPackVerifyResult.cmake
@@ -162,28 +162,30 @@ if(CPackGen MATCHES "RPM")
   ERROR_QUIET
   OUTPUT_STRIP_TRAILING_WHITESPACE)
 
+  set(whitespaces "[\\t\\n\\r ]*")
+
   if(check_file_libraries_match)
 set(check_file_match_expected_summary 
".*${CPACK_RPM_libraries_PACKAGE_SUMMARY}.*")
 set(check_file_match_expected_description 
".*${CPACK_RPM_libraries_PACKAGE_DESCRIPTION}.*")
-set(check_file_match_expected_relocation_path "Relocations : 
${CPACK_PACKAGING_INSTALL_PREFIX} 
${CPACK_PACKAGING_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")
+set(check_file_match_expected_relocation_path 
"Relocations${whitespaces}:${whitespaces}${CPACK_PACKAGING_INSTALL_PREFIX}${whitespaces}${CPACK_PACKAGING_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")
 set(spec_regex "*libraries*")
 set(check_content_list 
"^/usr/foo/bar\n/usr/foo/bar/lib.*\n/usr/foo/bar/lib.*/libmylib.a$")
   elseif(check_file_headers_match)
 set(check_file_match_expected_summary 
".*${CPACK_RPM_PACKAGE_SUMMARY}.*")
 set(check_file_match_expected_description 
".*${CPACK_COMPONENT_HEADERS_DESCRIPTION}.*")
-set(check_file_match_expected_relocation_path "Relocations : 
${CPACK_PACKAGING_INSTALL_PREFIX} 
${CPACK_PACKAGING_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}")
+set(check_file_match_expected_relocation_path 
"Relocations${whitespaces}:${whitespaces}${CPACK_PACKAGING_INSTALL_PREFIX}${whitespaces}${CPACK_PACKAGING_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}")
 set(spec_regex "*headers*")
 set(check_content_list 
"^/usr/foo/bar\n/usr/foo/bar/include\n/usr/foo/bar/include/mylib.h$")
   elseif(check_file_applications_match)
 set(check_file_match_expected_summary 
".*${CPACK_RPM_PACKAGE_SUMMARY}.*")
 set(check_file_match_expected_description 
".*${CPACK_COMPONENT_APPLICATIONS_DESCRIPTION}.*")
-set(check_file_match_expected_relocation_path "Relocations : 
${CPACK_PACKAGING_INSTALL_PREFIX} 
${CPACK_PACKAGING_INSTALL_PREFIX}/${CMAKE_INSTALL_BINDIR}")
+set(check_file_match_expected_relocation_path 
"Relocations${whitespaces}:${whitespaces}${CPACK_PACKAGING_INSTALL_PREFIX}${whitespaces}${CPACK_PACKAGING_INSTALL_PREFIX}/${CMAKE_INSTALL_BINDIR}.*")
 set(spec_regex "*applications*")
   

commit linuxrc for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2015-05-16 07:14:02

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


Package is "linuxrc"

Changes:

--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2015-05-15 
09:54:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes 2015-05-16 
07:14:03.0 +0200
@@ -1,0 +2,6 @@
+Fri May 15 11:25:58 CEST 2015 - snw...@suse.com
+
+- ensure driver update medium is unmounted before applying it (bsc#892932)
+- 5.0.41
+
+---

Old:

  linuxrc-5.0.40.tar.xz

New:

  linuxrc-5.0.41.tar.xz



Other differences:
--
++ linuxrc.spec ++
--- /var/tmp/diff_new_pack.x9FrXQ/_old  2015-05-16 07:14:04.0 +0200
+++ /var/tmp/diff_new_pack.x9FrXQ/_new  2015-05-16 07:14:04.0 +0200
@@ -25,7 +25,7 @@
 Summary:SUSE Installation Program
 License:GPL-3.0+
 Group:  System/Boot
-Version:5.0.40
+Version:5.0.41
 Release:0
 Source: %{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ linuxrc-5.0.40.tar.xz -> linuxrc-5.0.41.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.40/VERSION new/linuxrc-5.0.41/VERSION
--- old/linuxrc-5.0.40/VERSION  2015-05-11 15:42:37.0 +0200
+++ new/linuxrc-5.0.41/VERSION  2015-05-15 11:22:15.0 +0200
@@ -1 +1 @@
-5.0.40
+5.0.41
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.40/auto2.c new/linuxrc-5.0.41/auto2.c
--- old/linuxrc-5.0.40/auto2.c  2015-05-11 15:42:37.0 +0200
+++ new/linuxrc-5.0.41/auto2.c  2015-05-15 11:22:15.0 +0200
@@ -619,6 +619,8 @@
 
   auto2_driverupdate(config.url.install);
 
+  util_do_driver_updates();
+
   return config.sig_failed ? 0: 1;
 }
 
@@ -1014,6 +1016,8 @@
 
 /*
  * Check for driver updates.
+ *
+ * Note: does not apply the updates, run util_do_driver_updates() afterwards.
  */
 void auto2_driverupdate(url_t *url)
 {
@@ -1050,12 +1054,9 @@
 
   free(file_name);
 
-  if(!err) util_do_driver_updates();
-
   /* then, look for unpacked version */
   if(url->mount) {
 util_chk_driver_update(url->mount, get_instmode_name(url->scheme));
-util_do_driver_updates();
   }
 
   if(config.win) win_close(&win);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.40/changelog new/linuxrc-5.0.41/changelog
--- old/linuxrc-5.0.40/changelog2015-05-11 15:42:37.0 +0200
+++ new/linuxrc-5.0.41/changelog2015-05-15 11:22:15.0 +0200
@@ -1,3 +1,6 @@
+2015-05-15:5.0.41
+   - ensure driver update medium is unmounted before applying it (bsc 
#892932)
+
 2015-05-07:5.0.40
- really setup next network interface when probing for a working one 
(bsc #928965)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.40/install.c new/linuxrc-5.0.41/install.c
--- old/linuxrc-5.0.40/install.c2015-05-11 15:42:37.0 +0200
+++ new/linuxrc-5.0.41/install.c2015-05-15 11:22:15.0 +0200
@@ -1393,6 +1393,8 @@
   url_umount(url);
   url_free(url);
 
+  util_do_driver_updates();
+
   return 0;
 }
 




commit yast2-core for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-core for openSUSE:Factory 
checked in at 2015-05-16 07:14:12

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


Package is "yast2-core"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-core/yast2-core.changes2015-04-02 
16:02:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-core.new/yast2-core.changes   
2015-05-16 07:14:13.0 +0200
@@ -1,0 +2,5 @@
+Mon May 11 13:50:04 UTC 2015 - mvid...@suse.com
+
+- Fixed compilation warnings.
+
+---



Other differences:
--
++ yast2-core.spec ++
--- /var/tmp/diff_new_pack.g4fxWk/_old  2015-05-16 07:14:14.0 +0200
+++ /var/tmp/diff_new_pack.g4fxWk/_new  2015-05-16 07:14:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-core
 #
-# 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

++ yast2-core-3.1.17.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.17/CONTRIBUTING.md 
new/yast2-core-3.1.17/CONTRIBUTING.md
--- old/yast2-core-3.1.17/CONTRIBUTING.md   2015-03-30 13:04:15.0 
+0200
+++ new/yast2-core-3.1.17/CONTRIBUTING.md   2015-05-13 10:34:11.0 
+0200
@@ -12,13 +12,13 @@
 ---
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
+[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
 or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
+[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
 that every bug will be fixed, but we'll try.
 
 When creating a bug report, please follow our [bug reporting
@@ -71,7 +71,7 @@
 [widely used
 
conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
 
-If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure
+If your commit is related to a bug in Bugzilla or an issue on GitHub, make sure
 you mention it in the commit message for cross-reference. Use format like
 bnc#775814 or gh#yast/yast-foo#42. See also [GitHub
 
autolinking](https://help.github.com/articles/github-flavored-markdown#references)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.17/agent-any/src/AnyAgent.cc 
new/yast2-core-3.1.17/agent-any/src/AnyAgent.cc
--- old/yast2-core-3.1.17/agent-any/src/AnyAgent.cc 2015-03-30 
13:04:15.0 +0200
+++ new/yast2-core-3.1.17/agent-any/src/AnyAgent.cc 2015-05-13 
10:34:11.0 +0200
@@ -675,7 +675,9 @@
 
   // Do not allow touch outside of chroot especially `cd ~` can
   // cause errors
-  chdir("/");
+  res = chdir("/");
+  if (res == -1)
+_exit(1);
 }
 // lets ignore if it fails, we even cannot log here
 setenv ("LC_ALL", "C", 1);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.17/agent-any/src/Makefile.am 
new/yast2-core-3.1.17/agent-any/src/Makefile.am
--- old/yast2-core-3.1.17/agent-any/src/Makefile.am 2015-03-30 
13:04:15.0 +0200
+++ new/yast2-core-3.1.17/agent-any/src/Makefile.am 2015-05-13 
10:34:11.0 +0200
@@ -5,17 +5,11 @@
 AM_CXXFLAGS = -DY2LOG=\"agent-any\"
 
 plugin_LTLIBRARIES = libpy2ag_anyagent.la
-noinst_LTLIBRARIES = liby2ag_anyagent.la
 
-liby2ag_anyagent_la_SOURCES =  \
+libpy2ag_anyagent_la_SOURCES = \
AnyAgent.cc AnyAgent.h  \
AnyAgentBasic.cc\
-   AnyAgentComplex.cc
-liby2ag_anyagent_la_LDFLAGS = -version-info 2:0
-liby2ag_anyagent_la_LIBADD = @AGENT_LIBADD@
-
-libpy2ag_anyagent_la_SOURCES = \
-   $(liby2ag_anyagent_la_SOURCES)  \
+   AnyAgentComplex.cc  \
Y2CCAnyAgent.cc
 libpy2ag_anyagent_la_LDFLAGS = -version-info 2:0
 libp

commit rocs for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package rocs for openSUSE:Factory checked in 
at 2015-05-16 07:14:17

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


Package is "rocs"

Changes:

--- /work/SRC/openSUSE:Factory/rocs/rocs.changes2015-03-11 
09:55:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.rocs.new/rocs.changes   2015-05-16 
07:14:19.0 +0200
@@ -1,0 +2,31 @@
+Mon May 11 11:28:38 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+- Drop no longer needed patch desktop-files.diff
+
+---
+Sat Apr 11 13:54:03 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.0
+   * KDE Applications 15.04.0
+   * https://www.kde.org/announcements/announce-applications-15.04.0.php
+
+
+---
+Sat Mar 21 18:55:24 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.03.95
+   * KDE Applications 15.04 RC
+
+
+---
+Sun Mar  8 12:58:14 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.03.80
+   * KDE Applications 15.04 Beta
+
+
+---

Old:

  desktop-files.diff
  rocs-14.12.3.tar.xz

New:

  rocs-15.04.1.tar.xz



Other differences:
--
++ rocs.spec ++
--- /var/tmp/diff_new_pack.lOOll9/_old  2015-05-16 07:14:20.0 +0200
+++ /var/tmp/diff_new_pack.lOOll9/_new  2015-05-16 07:14:20.0 +0200
@@ -17,38 +17,59 @@
 
 
 Name:   rocs
-Version:14.12.3
+Version:15.04.1
 Release:0
 Summary:Graph Theory IDE
 License:GPL-3.0+
 Group:  Amusements/Teaching/Mathematics
 Url:http://edu.kde.org
 Source0:%{name}-%{version}.tar.xz
-Patch1: desktop-files.diff
 BuildRequires:  boost-devel
+BuildRequires:  extra-cmake-modules >= 1.7.0
 BuildRequires:  fdupes
-BuildRequires:  grantlee-devel
-BuildRequires:  libkde4-devel
+BuildRequires:  grantlee5-devel
+BuildRequires:  kconfig-devel
+BuildRequires:  karchive-devel
+BuildRequires:  kcoreaddons-devel
+BuildRequires:  kdeclarative-devel
+BuildRequires:  kdoctools-devel
+BuildRequires:  ki18n-devel
+BuildRequires:  kservice-devel
+BuildRequires:  ktexteditor-devel
+BuildRequires:  kxmlgui-devel
+BuildRequires:  python-devel
+BuildRequires:  update-desktop-files
 BuildRequires:  xz
-Provides:   kde4-rocs = 4.3.0
-Obsoletes:  kde4-rocs < 4.3.0
+BuildRequires:  pkgconfig(Qt5Concurrent)
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5QuickWidgets)
+BuildRequires:  pkgconfig(Qt5Script)
+BuildRequires:  pkgconfig(Qt5ScriptTools)
+BuildRequires:  pkgconfig(Qt5Svg)
+BuildRequires:  pkgconfig(Qt5Test)
+BuildRequires:  pkgconfig(Qt5WebKit)
+BuildRequires:  pkgconfig(Qt5WebKitWidgets)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5XmlPatterns)
+Obsoletes:  %{name}5 < %{version}
+Provides:   %{name}5 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
 
 %description
 A Graph Theory IDE for professors and students.
 
-%package -n librocslib4
+%package -n librocsgraphtheory0
 Summary:Development files for rocs
 Group:  System/Libraries
 
-%description -n librocslib4
+%description -n librocsgraphtheory0
 A Graph Theory IDE for professors and students.
 
 %package devel
 Summary:Development files for rocs
 Group:  Development/Libraries/KDE
-Requires:   librocslib4 = %{version}
+Requires:   librocsgraphtheory0 = %{version}
 
 %description devel
 This package provides development files and headers needed
@@ -56,53 +77,47 @@
 
 %prep
 %setup -q
-%patch1
 
 %build
 %ifarch ppc ppc64
 export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
 %endif
-%cmake_kde4 -d build
+%cmake_kf5 -d build
 %make_jobs
 
 %install
-%kde4_makeinstall -C build
-%suse_update_desktop_file %{name} Math
-%kde_post_install
+%kf5_makeinstall -C build
+%suse_update_desktop_file org.kde.%{name} Math
 %fdupes -s %{buildroot}
 
-%post -n librocslib4 -p /sbin/ldconfig
+%post -n librocsgraphtheory0 -p /sbin/ldconfig
 
-%postun -n librocslib4 -p /sbin/ldconfig
+%postun -n librocsgraphtheory0 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog NEWS README COPYING*
-%dir %{_kde4_datadir}/appdata
-%doc %lang(en) %{_kde4_htmldir}/en/rocs/
-%{_kde4_applicationsdir}/rocs.desktop
-%{_kde4_appsdir}/rocs/
-%{_kde4_appsdir}/rocs

commit telepathy-logger for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package telepathy-logger for 
openSUSE:Factory checked in at 2015-05-16 07:13:57

Comparing /work/SRC/openSUSE:Factory/telepathy-logger (Old)
 and  /work/SRC/openSUSE:Factory/.telepathy-logger.new (New)


Package is "telepathy-logger"

Changes:

--- /work/SRC/openSUSE:Factory/telepathy-logger/telepathy-logger.changes
2014-09-15 17:40:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.telepathy-logger.new/telepathy-logger.changes   
2015-05-16 07:13:58.0 +0200
@@ -1,0 +2,7 @@
+Fri May 15 07:55:24 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.8.2:
+  + Ask libxml2 to recover from errors, if possible (fdo#40675).
+  + Fix crash when logs are corrupted or invalid XML (fdo#89595).
+
+---

Old:

  telepathy-logger-0.8.1.tar.bz2

New:

  telepathy-logger-0.8.2.tar.bz2



Other differences:
--
++ telepathy-logger.spec ++
--- /var/tmp/diff_new_pack.HFRFr4/_old  2015-05-16 07:13:59.0 +0200
+++ /var/tmp/diff_new_pack.HFRFr4/_new  2015-05-16 07:13:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package telepathy-logger
 #
-# 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:   telepathy-logger
-Version:0.8.1
+Version:0.8.2
 Release:0
 Summary:Centralized Logging for the Telepathy Framework
 License:LGPL-2.1+

++ telepathy-logger-0.8.1.tar.bz2 -> telepathy-logger-0.8.2.tar.bz2 ++
 8731 lines of diff (skipped)




commit libgit2-glib for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2015-05-16 07:14:20

Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)


Package is "libgit2-glib"

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2015-04-23 07:57:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2015-05-16 07:14:22.0 +0200
@@ -1,0 +2,6 @@
+Fri May 15 07:26:17 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.22.8:
+  + Include passed in cflags for ssh check.
+
+---

Old:

  libgit2-glib-0.22.6.tar.xz

New:

  libgit2-glib-0.22.8.tar.xz



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.GOTviS/_old  2015-05-16 07:14:23.0 +0200
+++ /var/tmp/diff_new_pack.GOTviS/_new  2015-05-16 07:14:23.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libgit2-glib
-Version:0.22.6
+Version:0.22.8
 Release:0
 Summary:Glib wrapper library around libgit2
 License:LGPL-2.1+

++ libgit2-glib-0.22.6.tar.xz -> libgit2-glib-0.22.8.tar.xz ++
 6068 lines of diff (skipped)




commit system-config-printer for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package system-config-printer for 
openSUSE:Factory checked in at 2015-05-16 07:13:52

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


Package is "system-config-printer"

Changes:

--- 
/work/SRC/openSUSE:Factory/system-config-printer/system-config-printer.changes  
2015-03-30 19:12:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.system-config-printer.new/system-config-printer.changes
 2015-05-16 07:13:53.0 +0200
@@ -1,0 +2,12 @@
+Fri May 15 07:33:33 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.5.7:
+  + Test device ordering: hp beats dnssd and usb.
+  + Fixes for appdata file.
+  + Fixed traceback (lp#1213136).
+  + Set use_underline=True for previously-stock buttons
+(lp#1210859).
+  + Increase bus settle time for usb_modeswitch devices
+(lp#1206808).
+
+---

Old:

  system-config-printer-1.5.6.tar.xz
  system-config-printer-1.5.6.tar.xz.sig

New:

  system-config-printer-1.5.7.tar.xz
  system-config-printer-1.5.7.tar.xz.sig



Other differences:
--
++ system-config-printer.spec ++
--- /var/tmp/diff_new_pack.Imvjb7/_old  2015-05-16 07:13:54.0 +0200
+++ /var/tmp/diff_new_pack.Imvjb7/_new  2015-05-16 07:13:54.0 +0200
@@ -25,7 +25,7 @@
 %endif
 
 Name:   system-config-printer
-Version:1.5.6
+Version:1.5.7
 Release:0
 Summary:A printer administration tool
 License:GPL-2.0+

++ system-config-printer-1.5.6.tar.xz -> system-config-printer-1.5.7.tar.xz 
++
 5428 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/system-config-printer-1.5.6/ChangeLog 
new/system-config-printer-1.5.7/ChangeLog
--- old/system-config-printer-1.5.6/ChangeLog   2015-03-17 16:43:14.0 
+0100
+++ new/system-config-printer-1.5.7/ChangeLog   2015-04-29 13:58:57.0 
+0200
@@ -1,3 +1,32 @@
+2015-04-29  Tim Waugh  
+
+   Bumped version for 1.5.7 release.
+
+   make pull-translations && make update-po
+
+2015-04-23  Tim Waugh  
+
+   Test device ordering.
+   hp beats dnssd and usb.
+
+   Fixes for appdata file.
+
+   Re-bootstrap.
+
+   Fixes for appdata file.
+
+2015-04-21  Tim Waugh  
+
+   Fixed traceback (bug #1213136).
+
+2015-04-13  Tim Waugh  
+
+   Set use_underline=True for previously-stock buttons (bug #1210859).
+
+2015-04-01  Tim Waugh  
+
+   Increase bus settle time for usb_modeswitch devices (bug #1206808).
+
 2015-03-17  Tim Waugh  
 
Bumped version for release.
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/system-config-printer-1.5.6/applet.py 
new/system-config-printer-1.5.7/applet.py
--- old/system-config-printer-1.5.6/applet.py   2015-03-17 16:19:09.0 
+0100
+++ new/system-config-printer-1.5.7/applet.py   2015-04-23 17:05:58.0 
+0200
@@ -324,7 +324,7 @@
 system_bus.add_signal_receiver (self.handle_dbus_signal,
 path=self.DBUS_PATH,
 dbus_interface=self.DBUS_IFACE)
-except DBusException as e:
+except dbus.DBusException as e:
 try:
 print ("%s: failed to add D-Bus signal receiver: %s" \
 % (PROGRAM_NAME, e), file=sys.stderr)
@@ -338,7 +338,7 @@
 self.system_bus.remove_signal_receiver (self.handle_dbus_signal,
 path=self.DBUS_PATH,
 
dbus_interface=self.DBUS_IFACE)
-except DBusException as e:
+except dbus.DBusException as e:
 try:
 print ("%s: failed to remove D-Bus signal receiver: %s" \
 % (PROGRAM_NAME, e), file=sys.stderr)
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 --exclu

commit yast2-theme for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-theme for openSUSE:Factory 
checked in at 2015-05-16 07:13:30

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


Package is "yast2-theme"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-theme/yast2-theme-SLE.changes  
2015-05-07 09:21:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-theme.new/yast2-theme-SLE.changes 
2015-05-16 07:13:31.0 +0200
@@ -1,0 +2,6 @@
+Thu May 14 08:17:54 UTC 2015 - lsle...@suse.cz
+
+- use a bigger font for the main dialog title (bsc#930864)
+- 3.1.34
+
+---

Old:

  yast2-theme-3.1.33.tar.bz2

New:

  yast2-theme-3.1.34.tar.bz2



Other differences:
--
++ yast2-theme-SLE.spec ++
--- /var/tmp/diff_new_pack.Mmdp5E/_old  2015-05-16 07:13:32.0 +0200
+++ /var/tmp/diff_new_pack.Mmdp5E/_new  2015-05-16 07:13:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-theme-SLE
 #
-# 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,7 +17,7 @@
 
 
 Name:   yast2-theme-SLE
-Version:3.1.33
+Version:3.1.34
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

yast2-theme.spec: same change
++ yast2-theme-3.1.33.tar.bz2 -> yast2-theme-3.1.34.tar.bz2 ++
/work/SRC/openSUSE:Factory/yast2-theme/yast2-theme-3.1.33.tar.bz2 
/work/SRC/openSUSE:Factory/.yast2-theme.new/yast2-theme-3.1.34.tar.bz2 differ: 
char 11, line 1




commit pacemaker for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package pacemaker for openSUSE:Factory 
checked in at 2015-05-16 07:13:19

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


Package is "pacemaker"

Changes:

--- /work/SRC/openSUSE:Factory/pacemaker/pacemaker.changes  2015-05-02 
17:40:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.changes 2015-05-16 
07:13:20.0 +0200
@@ -1,0 +2,9 @@
+Wed May  6 09:57:05 UTC 2015 - y...@suse.com
+
+- pengine: process rsc parameters during unpack (bsc#929842)
+- pengine: handle setting container attribute in the correct location 
(bsc#929842)
+- lrmd: move isolation wrappers to hidden directory (bsc#929842)
+- mainloop: resolves race condition mainloop poll involving modification of 
ipc connections (bsc#929835)
+- Upstream version cs: f47ea56b4ec23c7d8e0c129535a9b49cdbd80482
+
+---

Old:

  pacemaker-1.1.12.git20150430.195559d.tar.bz2

New:

  pacemaker-1.1.12.git20150504.f47ea56.tar.bz2



Other differences:
--
++ pacemaker.spec ++
--- /var/tmp/diff_new_pack.iu2VLR/_old  2015-05-16 07:13:21.0 +0200
+++ /var/tmp/diff_new_pack.iu2VLR/_new  2015-05-16 07:13:21.0 +0200
@@ -99,7 +99,7 @@
 Summary:Scalable High-Availability cluster resource manager
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Clustering/HA
-Version:1.1.12.git20150430.195559d
+Version:1.1.12.git20150504.f47ea56
 Release:0
 #Release:%{pcmk_release}%{?dist}
 Url:http://www.clusterlabs.org
@@ -682,7 +682,7 @@
 %dir /usr/lib/ocf
 %dir /usr/lib/ocf/resource.d
 /usr/lib/ocf/resource.d/pacemaker
-/usr/lib/ocf/resource.d/isolation
+/usr/lib/ocf/resource.d/.isolation
 
 %if 0%{?cs_version} < 2
 %{_libexecdir}/lcrso/pacemaker.lcrso

++ _service ++
--- /var/tmp/diff_new_pack.iu2VLR/_old  2015-05-16 07:13:21.0 +0200
+++ /var/tmp/diff_new_pack.iu2VLR/_new  2015-05-16 07:13:21.0 +0200
@@ -11,7 +11,7 @@
 1.1.12
 -->
 1.1.12.git%cd.%h
-195559d47b0e9186b5d131981f6f7fee96ecad76
+f47ea56b4ec23c7d8e0c129535a9b49cdbd80482
   
 
   

++ pacemaker-1.1.12.git20150430.195559d.tar.bz2 -> 
pacemaker-1.1.12.git20150504.f47ea56.tar.bz2 ++
/work/SRC/openSUSE:Factory/pacemaker/pacemaker-1.1.12.git20150430.195559d.tar.bz2
 
/work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker-1.1.12.git20150504.f47ea56.tar.bz2
 differ: char 11, line 1




commit libnice for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package libnice for openSUSE:Factory checked 
in at 2015-05-16 07:13:42

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


Package is "libnice"

Changes:

--- /work/SRC/openSUSE:Factory/libnice/libnice.changes  2015-04-27 
12:58:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnice.new/libnice.changes 2015-05-16 
07:13:43.0 +0200
@@ -1,0 +2,8 @@
+Fri May 15 07:29:10 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.1.13:
+  + Fix build on non-Windows platforms that don't have
+getifaddrs().
+  + Fix build regression on Windows.
+
+---

Old:

  libnice-0.1.12.tar.gz

New:

  libnice-0.1.13.tar.gz



Other differences:
--
++ libnice.spec ++
--- /var/tmp/diff_new_pack.Vvqlad/_old  2015-05-16 07:13:44.0 +0200
+++ /var/tmp/diff_new_pack.Vvqlad/_new  2015-05-16 07:13:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libnice
-Version:0.1.12
+Version:0.1.13
 Release:0
 Summary:Interactive Connectivity Establishment implementation
 License:MPL-1.1 or LGPL-2.1

++ libnice-0.1.12.tar.gz -> libnice-0.1.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnice-0.1.12/NEWS new/libnice-0.1.13/NEWS
--- old/libnice-0.1.12/NEWS 2015-04-23 03:07:54.0 +0200
+++ new/libnice-0.1.13/NEWS 2015-04-28 21:29:37.0 +0200
@@ -1,3 +1,8 @@
+libnice 0.1.13 (2015-04-28)
+===
+Fix build on non-Windows platforms that don't have getifaddrs()
+Fix build regression on Windows
+
 libnice 0.1.12 (2015-04-22)
 ===
 Fix regression in SDP parser
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnice-0.1.12/agent/interfaces.c 
new/libnice-0.1.13/agent/interfaces.c
--- old/libnice-0.1.12/agent/interfaces.c   2015-04-20 23:37:13.0 
+0200
+++ new/libnice-0.1.13/agent/interfaces.c   2015-04-28 20:43:18.0 
+0200
@@ -71,6 +71,34 @@
 #include 
 #include 
 
+#endif /* G_OS_UNIX */
+
+#if (defined(G_OS_UNIX) && defined(HAVE_GETIFADDRS)) || defined(G_OS_WIN32)
+/* Works on both UNIX and Windows. Magic! */
+static gchar *
+sockaddr_to_string (const struct sockaddr *addr)
+{
+  char addr_as_string[INET6_ADDRSTRLEN+1];
+  size_t addr_len;
+
+  switch (addr->sa_family) {
+case AF_INET: addr_len = sizeof (struct sockaddr_in); break;
+case AF_INET6: addr_len = sizeof (struct sockaddr_in6); break;
+default: return NULL;
+  }
+
+  if (getnameinfo (addr, addr_len,
+  addr_as_string, sizeof (addr_as_string), NULL, 0,
+  NI_NUMERICHOST) != 0) {
+return NULL;
+  }
+
+  return g_strdup (addr_as_string);
+}
+#endif
+
+#ifdef G_OS_UNIX
+
 #ifdef HAVE_GETIFADDRS
 
 GList *
@@ -190,11 +218,6 @@
   return FALSE;
 }
 
-#ifdef HAVE_GETIFADDRS
-
-static gchar *
-sockaddr_to_string (const struct sockaddr *addr);
-
 static GList *
 add_ip_to_list (GList *list, gchar *ip, gboolean append)
 {
@@ -212,6 +235,8 @@
 return g_list_prepend (list, ip);
 }
 
+#ifdef HAVE_GETIFADDRS
+
 GList *
 nice_interfaces_get_local_ips (gboolean include_loopback)
 {
@@ -328,7 +353,7 @@
   else
 nice_debug ("Ignoring loopback interface");
 } else {
-  if (nice_interfaces_is_private_ip (sa)) {
+  if (nice_interfaces_is_private_ip ((struct sockaddr *) sa)) {
 ips = add_ip_to_list (ips, g_strdup (inet_ntoa (sa->sin_addr)), TRUE);
   } else {
 ips = add_ip_to_list (ips, g_strdup (inet_ntoa (sa->sin_addr)), FALSE);
@@ -461,9 +486,6 @@
   return ret;
 }
 
-static gchar *
-sockaddr_to_string (const struct sockaddr *addr);
-
 GList * nice_interfaces_get_local_ips (gboolean include_loopback)
 {
   IP_ADAPTER_ADDRESSES *addresses = NULL, *a;
@@ -638,25 +660,3 @@
 #error Can not use this method for retreiving ip list from OS other than unix 
or windows
 #endif /* G_OS_WIN32 */
 #endif /* G_OS_UNIX */
-
-/* Works on both UNIX and Windows. Magic! */
-static gchar *
-sockaddr_to_string (const struct sockaddr *addr)
-{
-  char addr_as_string[INET6_ADDRSTRLEN+1];
-  size_t addr_len;
-
-  switch (addr->sa_family) {
-case AF_INET: addr_len = sizeof (struct sockaddr_in); break;
-case AF_INET6: addr_len = sizeof (struct sockaddr_in6); break;
-default: return NULL;
-  }
-
-  if (getnameinfo (addr, addr_len,
-  addr_as_string, sizeof (addr_as_string), NULL, 0,
-  NI_NUMERICHOST) != 0) {
-return NULL;
-  }
-
-  return g_strdup (addr_as_string);
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.

commit perl-IO-Socket-SSL for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package perl-IO-Socket-SSL for 
openSUSE:Factory checked in at 2015-05-16 07:13:03

Comparing /work/SRC/openSUSE:Factory/perl-IO-Socket-SSL (Old)
 and  /work/SRC/openSUSE:Factory/.perl-IO-Socket-SSL.new (New)


Package is "perl-IO-Socket-SSL"

Changes:

--- /work/SRC/openSUSE:Factory/perl-IO-Socket-SSL/perl-IO-Socket-SSL.changes
2015-05-05 00:54:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-IO-Socket-SSL.new/perl-IO-Socket-SSL.changes   
2015-05-16 07:13:04.0 +0200
@@ -1,0 +2,23 @@
+Thu May 14 08:16:17 UTC 2015 - co...@suse.com
+
+- updated to 2.015
+   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
+
+  2.014 2015/05/13
+  - work around problem with IO::Socket::INET6 on windows, by explicitly using
+Domain AF_INET in the tests. 
+Fixes RT#104226 reported by CHORNY
+
+---
+Wed May 13 12:33:03 UTC 2015 - co...@suse.com
+
+- updated to 2.014
+   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
+
+  2.014 2015/05/05
+  - Utils::CERT_create - work around problems with authorityInfoAccess, where
+OpenSSL i2v does not create the same string as v2i expects
+  - Intercept - don't clone some specific extensions which make only sense with
+the original certificate
+
+---

Old:

  IO-Socket-SSL-2.013.tar.gz

New:

  IO-Socket-SSL-2.015.tar.gz



Other differences:
--
++ perl-IO-Socket-SSL.spec ++
--- /var/tmp/diff_new_pack.oxZ6ie/_old  2015-05-16 07:13:05.0 +0200
+++ /var/tmp/diff_new_pack.oxZ6ie/_new  2015-05-16 07:13:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-IO-Socket-SSL
-Version:2.013
+Version:2.015
 Release:0
 %define cpan_name IO-Socket-SSL
 Summary:Nearly transparent SSL encapsulation for IO::Socket::INET

++ IO-Socket-SSL-2.013.tar.gz -> IO-Socket-SSL-2.015.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-SSL-2.013/Changes 
new/IO-Socket-SSL-2.015/Changes
--- old/IO-Socket-SSL-2.013/Changes 2015-05-01 17:13:32.0 +0200
+++ new/IO-Socket-SSL-2.015/Changes 2015-05-13 22:40:15.0 +0200
@@ -1,3 +1,12 @@
+2.014 2015/05/13
+- work around problem with IO::Socket::INET6 on windows, by explicitly using
+  Domain AF_INET in the tests. 
+  Fixes RT#104226 reported by CHORNY
+2.014 2015/05/05
+- Utils::CERT_create - work around problems with authorityInfoAccess, where
+  OpenSSL i2v does not create the same string as v2i expects
+- Intercept - don't clone some specific extensions which make only sense with
+  the original certificate
 2.013 2015/05/01
 - assign severities to internal error handling and make sure that follow-up
   errors like "configuration failed" or "certificate verify error" don't
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-SSL-2.013/META.json 
new/IO-Socket-SSL-2.015/META.json
--- old/IO-Socket-SSL-2.013/META.json   2015-05-01 17:37:04.0 +0200
+++ new/IO-Socket-SSL-2.015/META.json   2015-05-13 22:43:17.0 +0200
@@ -4,7 +4,7 @@
   "Steffen Ullrich , Peter Behroozi, Marko Asplund"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.120921",
+   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.140640",
"license" : [
   "perl_5"
],
@@ -50,5 +50,5 @@
  "url" : "https://github.com/noxxi/p5-io-socket-ssl";
   }
},
-   "version" : "2.013"
+   "version" : "2.015"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-SSL-2.013/META.yml 
new/IO-Socket-SSL-2.015/META.yml
--- old/IO-Socket-SSL-2.013/META.yml2015-05-01 17:37:04.0 +0200
+++ new/IO-Socket-SSL-2.015/META.yml2015-05-13 22:43:17.0 +0200
@@ -3,26 +3,26 @@
 author:
   - 'Steffen Ullrich , Peter Behroozi, Marko Asplund'
 build_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 configure_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 
2.120921'
+generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 
2.140640'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: IO-Socket-SSL
 no_index:
   directory:
 - t
 - inc
 requires:
-  Net::SSLeay: 1.46
-  Scalar::Util: 0
+  Net::SSLeay: '1.46'
+  Scalar:

commit libthai for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package libthai for openSUSE:Factory checked 
in at 2015-05-16 07:13:47

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


Package is "libthai"

Changes:

--- /work/SRC/openSUSE:Factory/libthai/libthai.changes  2014-09-30 
19:36:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.libthai.new/libthai.changes 2015-05-16 
07:13:48.0 +0200
@@ -1,0 +2,8 @@
+Fri May 15 07:31:58 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.1.22:
+  + Updated word break dictionary.
+  + Improve word breaking performance by 0.38%.
+  + No timestamp on Doxygen-generated doc.
+
+---

Old:

  libthai-0.1.21.tar.xz

New:

  libthai-0.1.22.tar.xz



Other differences:
--
++ libthai.spec ++
--- /var/tmp/diff_new_pack.ISuTaZ/_old  2015-05-16 07:13:49.0 +0200
+++ /var/tmp/diff_new_pack.ISuTaZ/_new  2015-05-16 07:13:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libthai
 #
-# 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:   libthai
-Version:0.1.21
+Version:0.1.22
 Release:0
 Summary:Thai Language Support Routines
 License:LGPL-2.1+

++ libthai-0.1.21.tar.xz -> libthai-0.1.22.tar.xz ++
 5173 lines of diff (skipped)




commit python3 for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package python3 for openSUSE:Factory checked 
in at 2015-05-16 07:13:25

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


Package is "python3"

Changes:

--- /work/SRC/openSUSE:Factory/python3/python3-base.changes 2015-04-10 
09:45:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-base.changes
2015-05-16 07:13:27.0 +0200
@@ -1,0 +2,17 @@
+Thu May 14 09:53:29 UTC 2015 - jmate...@suse.com
+
+- python-3.4.3-test-conditional-ssl.patch - restore tests failing because
+  test_urllib was unconditionally importing ssl (without really needing it)
+- restore functionality of multilib patch
+- drop libffi-ppc64le.diff because upstream completely changed everything
+  yet again (sorry ppc64 folks :| )
+
+
+---
+Fri May  1 15:11:21 UTC 2015 - mailaen...@opensuse.org
+
+- Update to version 3.4.3
+- Drop upstreamed CVE-2014-4650-CGIHTTPServer-traversal.patch
+  (bpo#21766)
+
+---
--- /work/SRC/openSUSE:Factory/python3/python3-doc.changes  2014-10-31 
12:30:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-doc.changes 2015-05-16 
07:13:27.0 +0200
@@ -1,0 +2,12 @@
+Thu May 14 10:58:36 UTC 2015 - jmate...@suse.com
+
+- drop the PDF subpackage
+  (removes the massive texlive dependency, and most likely nobody is
+  using the PDFs anyway)
+
+---
+Fri May  1 15:11:21 UTC 2015 - mailaen...@opensuse.org
+
+- Update to version 3.4.3
+
+---
--- /work/SRC/openSUSE:Factory/python3/python3.changes  2014-10-31 
12:30:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3.new/python3.changes 2015-05-16 
07:13:27.0 +0200
@@ -1,0 +2,7 @@
+Fri May  1 15:11:21 UTC 2015 - mailaen...@opensuse.org
+
+- Update to version 3.4.3
+- Drop upstreamed CVE-2014-4650-CGIHTTPServer-traversal.patch
+  (bpo#21766)
+
+---

Old:

  CVE-2014-4650-CGIHTTPServer-traversal.patch
  Python-3.4.1.tar.xz
  Python-3.4.1.tar.xz.asc
  libffi-ppc64le.diff

New:

  Python-3.4.3.tar.xz
  Python-3.4.3.tar.xz.asc
  python-3.4.3-test-conditional-ssl.patch



Other differences:
--
++ python3-base.spec ++
--- /var/tmp/diff_new_pack.1xumi3/_old  2015-05-16 07:13:28.0 +0200
+++ /var/tmp/diff_new_pack.1xumi3/_new  2015-05-16 07:13:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-base
 #
-# 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
@@ -36,7 +36,7 @@
 Summary:Python3 Interpreter
 License:Python-2.0
 Group:  Development/Languages/Python
-Version:3.4.1
+Version:3.4.3
 Release:0
 %define tarversion %{version}
 %define tarnamePython-%{tarversion}
@@ -88,14 +88,12 @@
 Patch10:ctypes-libffi-aarch64.patch
 # Disable global and distutils sysconfig comparison test, we deviate from the 
default depending on optflags
 Patch12:python-3.3.3-skip-distutils-test_sysconfig_module.patch
-# Add support for ppc64le (ELFv2) to libffi copy for ctypes
-Patch13:libffi-ppc64le.diff
 # Raise timeout value for test_subprocess
 Patch15:subprocess-raise-timeout.patch
-# CVE-2014-4650 - File disclosure and directory traversal in CGIHTTPServer
-Patch16:CVE-2014-4650-CGIHTTPServer-traversal.patch
 # Upstream patch for bogus faulthandler which fails with GCC 5
 Patch17:python-3.4.1-fix-faulthandler.patch
+# PATCH-FIX-UPSTREAM require SSL conditionally in test_urllib
+Patch18:python-3.4.3-test-conditional-ssl.patch
 ### COMMON-PATCH-END ###
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -219,10 +217,9 @@
 %patch09 -p1
 %patch10 -p1
 %patch12 -p1
-%patch13 -p0
 %patch15 -p1
-%patch16 -p1
 %patch17 -p1
+%patch18 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac

++ python3-doc.spec ++
--- /var/tmp/diff_new_pack.1xumi3/_old  2015-05-16 07:13:28.0 +0200
+++ /var/tmp/diff_new_pack.1xumi3/_new  2015-05-16 07:13:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-doc
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg

commit yast2-devtools for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-devtools for openSUSE:Factory 
checked in at 2015-05-16 07:13:14

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


Package is "yast2-devtools"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-devtools/yast2-devtools.changes
2015-05-07 08:28:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-devtools.new/yast2-devtools.changes   
2015-05-16 07:13:15.0 +0200
@@ -1,0 +2,40 @@
+Thu May 14 08:35:30 UTC 2015 - jreidin...@suse.com
+
+- revert incompatible change for vardir as it break yast2.rpm
+  build
+- 3.1.35
+
+---
+Tue May 12 14:29:38 CEST 2015 - besse...@fedoraproject.org
+
+- show warnings about problems with Autotools-setup
+- split generation of Autotools into %yast_prep
+- run configure with '--disable-silent-rules' and use %make_build
+- use fallback if %make_build is not defined
+- split './configure'-step into %yast_configure
+- add %yast_libdir
+- use macros instead of hardcoded paths
+- use %buildroot instead of $RPM_BUILD_ROOT
+- use %__make instead of plain 'make'
+- make %yast_desktop_files generic for other distris
+- invoke %yast_check during %yast_install on SUSE only
+- 3.1.34
+
+---
+Mon May 11 17:14:01 CEST 2015 - besse...@fedoraproject.org
+
+- add configure-option '--disable-debug'
+- use '--disable-debug' instead forcing $RPM_OPT_FLAGS into $ENV
+  handling $RPM_OPT_FLAGS is done by %configure-macro anyways
+- 'gettextdomains' is DATA not SCRIPT
+- use 'dist_'-prefix instead of 'EXTRA_DIST'
+- 3.1.33
+
+---
+Sat May 09 13:14:55 CEST 2015 - besse...@fedoraproject.org
+
+- replace obsolete `AC_PROG_LIBTOOL` with `LT_INIT()`
+- use new `AC_INIT()`-syntax with args in square braces
+- 3.1.32
+
+---

Old:

  yast2-devtools-3.1.31.tar.bz2

New:

  yast2-devtools-3.1.35.tar.bz2



Other differences:
--
++ yast2-devtools.spec ++
--- /var/tmp/diff_new_pack.zjUsEg/_old  2015-05-16 07:13:16.0 +0200
+++ /var/tmp/diff_new_pack.zjUsEg/_new  2015-05-16 07:13:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-devtools
 #
-# 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,7 +17,7 @@
 
 
 Name:   yast2-devtools
-Version:3.1.31
+Version:3.1.35
 Release:0
 Url:http://github.com/yast/yast-devtools
 

++ yast2-devtools-3.1.31.tar.bz2 -> yast2-devtools-3.1.35.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-3.1.31/build-tools/Makefile.am 
new/yast2-devtools-3.1.35/build-tools/Makefile.am
--- old/yast2-devtools-3.1.31/build-tools/Makefile.am   2015-05-06 
16:58:10.0 +0200
+++ new/yast2-devtools-3.1.35/build-tools/Makefile.am   2015-05-13 
15:43:08.0 +0200
@@ -6,6 +6,4 @@
 
 admindir = @YAST2DEVTOOLS@/admin
 
-admin_DATA = Makefile.am.toplevel Makefile.am.common
-
-EXTRA_DIST = $(admin_DATA)
+dist_admin_DATA = Makefile.am.toplevel Makefile.am.common
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-3.1.31/build-tools/Makefile.am.toplevel 
new/yast2-devtools-3.1.35/build-tools/Makefile.am.toplevel
--- old/yast2-devtools-3.1.31/build-tools/Makefile.am.toplevel  2015-05-06 
16:58:10.0 +0200
+++ new/yast2-devtools-3.1.35/build-tools/Makefile.am.toplevel  2015-05-13 
15:43:08.0 +0200
@@ -72,6 +72,11 @@
 EXTRA_DIST += $(RPMNAME).pc.in
 endif
 
+LIBTOOL_DEPS = @LIBTOOL_DEPS@
+
+libtool: $(LIBTOOL_DEPS)
+   $(SHELL) ./config.status libtool
+
 pot:
$(Y2TOOL) y2makepot -s $(srcdir)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-3.1.31/build-tools/aclocal/Makefile.am 
new/yast2-devtools-3.1.35/build-tools/aclocal/Makefile.am
--- old/yast2-devtools-3.1.31/build-tools/aclocal/Makefile.am   2015-05-06 
16:58:10.0 +0200
+++ new/yast2-devtools-3.1.35/build-tools/aclocal/Makefile.am   2015-05-13 
15:43:08.0 +0200
@@ -4,8 +4,6 @@
 
 aclocaldir = $(prefix)/share/aclocal
 
-aclocal_DATA = \
+dist_aclocal_DATA =\
y2autoconf.m4   \
y2dev

commit obs-service-source_validator for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package obs-service-source_validator for 
openSUSE:Factory checked in at 2015-05-16 07:12:19

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


Package is "obs-service-source_validator"

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-source_validator/obs-service-source_validator.changes
2015-04-27 22:07:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-source_validator.new/obs-service-source_validator.changes
   2015-05-16 07:12:21.0 +0200
@@ -1,0 +2,8 @@
+Wed May 13 08:54:32 UTC 2015 - lnus...@suse.de
+
+- Update to version 0.5+git20150513.7c2f7ae:
+  + fix checking _service file
+  + baselibs verification: targettype is a nown keyword - treat it as a 'built 
package'
+  + baselibs validation: pass if we have trouble parsing the .spec file 
(missing devel packages on the host)
+
+---

Old:

  obs-service-source_validator-0.5+git20150420.23830c1.tar.bz2

New:

  obs-service-source_validator-0.5+git20150513.7c2f7ae.tar.bz2



Other differences:
--
++ obs-service-source_validator.spec ++
--- /var/tmp/diff_new_pack.JwlR3P/_old  2015-05-16 07:12:22.0 +0200
+++ /var/tmp/diff_new_pack.JwlR3P/_new  2015-05-16 07:12:22.0 +0200
@@ -20,7 +20,7 @@
 Summary:An OBS source service: running all the osc source-validator 
checks
 License:GPL-2.0+
 Group:  Development/Tools/Building
-Version:0.5+git20150420.23830c1
+Version:0.5+git20150513.7c2f7ae
 Release:0
 # use osc service dr to update
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.JwlR3P/_old  2015-05-16 07:12:22.0 +0200
+++ /var/tmp/diff_new_pack.JwlR3P/_new  2015-05-16 07:12:22.0 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/openSUSE/obs-service-source_validator.git
-  23830c1e19fac4b2c0972b79cd61b5f0cac796c9
\ No newline at end of file
+  7c2f7ae62322ff5293567d70bfa4904568296a11
\ No newline at end of file

++ obs-service-source_validator-0.5+git20150420.23830c1.tar.bz2 -> 
obs-service-source_validator-0.5+git20150513.7c2f7ae.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/obs-service-source_validator-0.5+git20150420.23830c1/20-files-present-and-referenced
 
new/obs-service-source_validator-0.5+git20150513.7c2f7ae/20-files-present-and-referenced
--- 
old/obs-service-source_validator-0.5+git20150420.23830c1/20-files-present-and-referenced
2015-04-20 14:17:45.0 +0200
+++ 
new/obs-service-source_validator-0.5+git20150513.7c2f7ae/20-files-present-and-referenced
2015-05-13 10:54:32.0 +0200
@@ -178,7 +178,7 @@
 if [ -x $(type -p xmllint) ]; then
 # Check if _service is sane
 if [ -f $DIR_TO_CHECK/_service ]; then
-xmllint --format $i > $TMPDIR/_service
+xmllint --format $DIR_TO_CHECK/_service > $TMPDIR/_service
 
 if egrep -q "service .*mode=." $TMPDIR/_service \
 && ! egrep -q "service .*mode=.(disabled|localrun)" \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/obs-service-source_validator-0.5+git20150420.23830c1/70-baselibs 
new/obs-service-source_validator-0.5+git20150513.7c2f7ae/70-baselibs
--- old/obs-service-source_validator-0.5+git20150420.23830c1/70-baselibs
2015-04-20 14:17:45.0 +0200
+++ new/obs-service-source_validator-0.5+git20150513.7c2f7ae/70-baselibs
2015-05-13 10:47:14.0 +0200
@@ -16,8 +16,13 @@
 # PASS if there is no baselibs.conf
 [ -f $DIR_TO_CHECK/baselibs.conf ] || exit 0
 
+# PASS if we have trouble parsing the .spec file
+rpm -q --specfile $DIR_TO_CHECK/*.spec >/dev/null 2>&1 || exit 0
+
 BUILTBINARIES=($(rpm -q --qf "%{name}\n" --specfile $DIR_TO_CHECK/*.spec))
-BASELIBSREF=$(grep "^\\S\+" $DIR_TO_CHECK/baselibs.conf)
+# add 'targettype' as a 'known keyword' to not trip over it
+BUILTBINARIES+=('targettype')
+BASELIBSREF=$(grep -o "^\\S\+" $DIR_TO_CHECK/baselibs.conf)
 
 RETURN=0
 for rpm in $BASELIBSREF; do




commit coreutils for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package coreutils for openSUSE:Factory 
checked in at 2015-05-16 07:12:08

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


Package is "coreutils"

Changes:

--- /work/SRC/openSUSE:Factory/coreutils/coreutils-testsuite.changes
2015-04-16 14:10:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.coreutils.new/coreutils-testsuite.changes   
2015-05-16 07:12:09.0 +0200
@@ -1,0 +2,16 @@
+Tue May 12 09:32:53 UTC 2015 - m...@bernhard-voelker.de
+
+- Download keyring file from Savannah; prefer HTTPS over FTP
+  for remote sources.
+
+---
+Tue May 12 08:56:13 UTC 2015 - m...@bernhard-voelker.de
+
+- Fix memory handling error with case insensitive sort using UTF-8
+  (boo#928749): coreutils-i18n.patch
+  src/sort.c (keycompare_mb): Ensure the buffer is big enough
+  to handle anything output from wctomb().  Theoretically any
+  input char could be converted to multiple output chars,
+  and so we need to multiply the storage by MB_CUR_MAX.
+
+---
coreutils.changes: same change



Other differences:
--
++ coreutils-testsuite.spec ++
--- /var/tmp/diff_new_pack.hVJNxa/_old  2015-05-16 07:12:11.0 +0200
+++ /var/tmp/diff_new_pack.hVJNxa/_new  2015-05-16 07:12:11.0 +0200
@@ -82,9 +82,9 @@
 # For upgrading you now just need to increase the version, remove the old
 # tarballs, then run osc service localrun download_files, osc addremove,
 # osc vc and osc ci and you are done.
-Source0:ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
-Source1:ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
-Source2:%{name}.keyring
+Source0:https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
+Source1:https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
+Source2:
https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=%{name}&download=1&file=./%{name}.keyring
 %else
 # In "coreutils-testsuite", we use the version controlled file from 
"coreutils".
 # otherwise that file would be downloaded twice during the above mentioned

++ coreutils.spec ++
--- /var/tmp/diff_new_pack.hVJNxa/_old  2015-05-16 07:12:11.0 +0200
+++ /var/tmp/diff_new_pack.hVJNxa/_new  2015-05-16 07:12:11.0 +0200
@@ -82,9 +82,9 @@
 # For upgrading you now just need to increase the version, remove the old
 # tarballs, then run osc service localrun download_files, osc addremove,
 # osc vc and osc ci and you are done.
-Source0:ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
-Source1:ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
-Source2:%{name}.keyring
+Source0:https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
+Source1:https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
+Source2:
https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=%{name}&download=1&file=./%{name}.keyring
 %else
 # In "coreutils-testsuite", we use the version controlled file from 
"coreutils".
 # otherwise that file would be downloaded twice during the above mentioned


++ coreutils-i18n.patch ++
--- /var/tmp/diff_new_pack.hVJNxa/_old  2015-05-16 07:12:11.0 +0200
+++ /var/tmp/diff_new_pack.hVJNxa/_new  2015-05-16 07:12:11.0 +0200
@@ -7,7 +7,8 @@
  src/sort.c  |  743 
+---
  src/unexpand.c  |  228 +
  src/uniq.c  |  265 +++
- tests/local.mk  |1 
+ tests/i18n/sort.sh  |   29 +
+ tests/local.mk  |2 
  tests/misc/cut.pl   |7 
  tests/misc/expand.pl|   40 ++
  tests/misc/fold.pl  |   50 ++
@@ -18,7 +19,7 @@
  tests/misc/unexpand.pl  |   39 ++
  tests/misc/uniq.pl  |   55 +++
  tests/pr/pr-tests.pl|   49 ++
- 20 files changed, 3194 insertions(+), 180 deletions(-)
+ 21 files changed, 3224 insertions(+), 180 deletions(-)
 
 Index: lib/linebuffer.h
 ===
@@ -3261,8 +3262,8 @@
 +
 +  if (ignore || translate)
 +{
-+  char *copy_a = (char *) xmalloc (lena + 1 + lenb + 1);
-+  char *copy_b = copy_a + lena + 1;
++  char *copy_a = (char *) xmalloc((lena + lenb) * MB_CUR_MAX + 2);
++  char *copy_b = copy_a + (lena * MB_CUR_MAX) + 1; 
 +  size_t new_len_a, new_len_b;
 +  size_t i, j;
 +
@@ -4112,6 +4113,14 @@
tests/misc/sort-merge.pl\
tests/misc/sort

commit perl-Test-Pod for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Pod for openSUSE:Factory 
checked in at 2015-05-16 07:12:37

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


Package is "perl-Test-Pod"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Pod/perl-Test-Pod.changes  
2013-06-14 16:47:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Pod.new/perl-Test-Pod.changes 
2015-05-16 07:12:39.0 +0200
@@ -1,0 +2,19 @@
+Wed May 13 12:59:29 UTC 2015 - co...@suse.com
+
+- updated to 1.49
+   see /usr/share/doc/packages/perl-Test-Pod/Changes
+
+  1.49  2015-05-12T17:30:58Z
+  * Changed license in the README to "Same as Perl" to match the license
+listed in `META.yml`, and in the POD as of v1.42.
+  * Tightened up the heuristic for matching Perl batch files to require
+that the file end in `.bat`, as described in the documentation.
+Patch from Luca Ferrari.
+  * Simplified some of the matching code. Patch from Luca Ferrari.
+  * Transferred ownership of the repository to the perl-pod organization on
+GitHub.
+  * Removed the Pod testing test from the distribution. Seems silly for a
+module designed for testing Pod, right? But it's considered best
+practice to do Pod testing in development only, not in a release.
+
+---

Old:

  Test-Pod-1.48.tar.gz

New:

  Test-Pod-1.49.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Test-Pod.spec ++
--- /var/tmp/diff_new_pack.1jfJvT/_old  2015-05-16 07:12:39.0 +0200
+++ /var/tmp/diff_new_pack.1jfJvT/_new  2015-05-16 07:12:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Pod
 #
-# 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,27 +17,23 @@
 
 
 Name:   perl-Test-Pod
-Version:1.48
+Version:1.49
 Release:0
+#Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name Test-Pod
-Summary:check for POD errors in files
+Summary:Check for Pod Errors in Files
 License:Artistic-2.0 or GPL-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Pod/
-Source: 
http://www.cpan.org/authors/id/D/DW/DWHEELER/%{cpan_name}-%{version}.tar.gz
-# MANUAL LICENSE
+Source0:
http://www.cpan.org/authors/id/D/DW/DWHEELER/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build) >= 0.30
+BuildRequires:  perl(Module::Build) >= 0.30
 BuildRequires:  perl(Pod::Simple) >= 3.05
 Requires:   perl(Pod::Simple) >= 3.05
-BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(Test::More) >= 0.62
-Requires:   perl(File::Spec)
-Requires:   perl(Test::Builder::Tester) >= 1.02
-Requires:   perl(Test::More) >= 0.62
 %{perl_requires}
 
 %description

++ Test-Pod-1.48.tar.gz -> Test-Pod-1.49.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Pod-1.48/.travis.yml 
new/Test-Pod-1.49/.travis.yml
--- old/Test-Pod-1.48/.travis.yml   1970-01-01 01:00:00.0 +0100
+++ new/Test-Pod-1.49/.travis.yml   2015-05-12 19:30:24.0 +0200
@@ -0,0 +1,10 @@
+language: perl
+perl:
+  - "5.21"
+  - "5.20"
+  - "5.18"
+  - "5.16"
+  - "5.14"
+  - "5.12"
+  - "5.10"
+  - "5.8"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Pod-1.48/Build.PL new/Test-Pod-1.49/Build.PL
--- old/Test-Pod-1.48/Build.PL  2013-05-06 06:47:26.0 +0200
+++ new/Test-Pod-1.49/Build.PL  2015-05-12 19:30:24.0 +0200
@@ -5,6 +5,7 @@
 Module::Build->new(
 module_name=> 'Test::Pod',
 license=> 'perl',
+dist_author => 'David E. Wheeler ',
 configure_requires => { 'Module::Build' => '0.30', },
 create_makefile_pl => 'traditional',
 build_requires => {
@@ -21,8 +22,8 @@
 meta_merge => {
 resources => {
 homepage   => 'http://search.cpan.org/dist/Test-Pod/',
-bugtracker => 'http://github.com/theory/test-pod/issues/',
-repository => 'http://github.com/theory/test-pod/tree/',
+bugtracker => 'http://github.com/perl-pod/test-pod/issues/',
+repository => 'http://github.com/

commit nautilus for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package nautilus for openSUSE:Factory 
checked in at 2015-05-16 07:12:57

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


Package is "nautilus"

Changes:

--- /work/SRC/openSUSE:Factory/nautilus/nautilus.changes2015-04-23 
07:56:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.nautilus.new/nautilus.changes   2015-05-16 
07:12:58.0 +0200
@@ -1,0 +2,10 @@
+Wed May 13 17:51:35 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.16.2:
+  + Allow opening multiple files with a different app than default.
+  + Fix sidebar always visible on starting nautilus even with
+setting disabled.
+  + Allow folders to be opened with a different app than default.
+  + Allow F5 and ctrl+r as shortcuts for reload the view.
+
+---

Old:

  nautilus-3.16.1.tar.xz

New:

  nautilus-3.16.2.tar.xz



Other differences:
--
++ nautilus.spec ++
--- /var/tmp/diff_new_pack.n7gm1g/_old  2015-05-16 07:12:58.0 +0200
+++ /var/tmp/diff_new_pack.n7gm1g/_new  2015-05-16 07:12:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   nautilus
-Version:3.16.1
+Version:3.16.2
 Release:0
 Summary:File Manager for the GNOME Desktop
 License:GPL-2.0+

++ nautilus-3.16.1.tar.xz -> nautilus-3.16.2.tar.xz ++
 3138 lines of diff (skipped)




commit xen for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package xen for openSUSE:Factory checked in 
at 2015-05-16 07:12:45

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


Package is "xen"

Changes:

--- /work/SRC/openSUSE:Factory/xen/xen.changes  2015-05-06 11:17:22.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xen.new/xen.changes 2015-05-16 
07:12:47.0 +0200
@@ -1,0 +2,15 @@
+Mon May 11 15:07:30 MDT 2015 - carn...@suse.com
+
+- bsc#927967 - VUL-0: CVE-2015-3340: xen: Information leak through
+  XEN_DOMCTL_gettscinfo (XSA-132) 
+  5535f633-dont-leak-hypervisor-stack-to-toolstacks.patch
+
+---
+Thu May  7 06:53:15 MDT 2015 - carn...@suse.com
+
+- bnc#929339 - VUL-0: CVE-2015-3456: qemu kvm xen: VENOM qemu
+  floppy driver host code execution
+  CVE-2015-3456-xsa133-qemuu.patch
+  CVE-2015-3456-xsa133-qemut.patch
+
+---

New:

  5535f633-dont-leak-hypervisor-stack-to-toolstacks.patch
  CVE-2015-3456-xsa133-qemut.patch
  CVE-2015-3456-xsa133-qemuu.patch



Other differences:
--
++ xen.spec ++
--- /var/tmp/diff_new_pack.MqyynZ/_old  2015-05-16 07:12:50.0 +0200
+++ /var/tmp/diff_new_pack.MqyynZ/_new  2015-05-16 07:12:50.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # needssslcertforbuild
 
 Name:   xen
@@ -157,7 +158,7 @@
 %endif
 %endif
 
-Version:4.5.0_03
+Version:4.5.0_04
 Release:0
 Summary:Xen Virtualization: Hypervisor (aka VMM aka Microkernel)
 License:GPL-2.0
@@ -204,6 +205,7 @@
 Patch2: 551ac326-xentop-add-support-for-qdisk.patch
 Patch3: 5513b458-allow-reboot-overrides-when-running-under-EFI.patch
 Patch4: 5513b4d1-dont-apply-reboot-quirks-if-reboot-set-by-user.patch
+Patch5: 5535f633-dont-leak-hypervisor-stack-to-toolstacks.patch
 # Upstream qemu
 Patch250:   VNC-Support-for-ExtendedKeyEvent-client-message.patch
 Patch251:   0001-net-move-the-tap-buffer-into-TAPState.patch
@@ -214,6 +216,8 @@
 Patch256:   0006-e1000-clear-EOP-for-multi-buffer-descriptors.patch
 Patch257:   0007-e1000-verify-we-have-buffers-upfront.patch
 Patch258:   0008-e1000-check-buffer-availability.patch
+Patch260:   CVE-2015-3456-xsa133-qemuu.patch
+Patch261:   CVE-2015-3456-xsa133-qemut.patch
 # Our platform specific patches
 Patch301:   xen-destdir.patch
 Patch302:   vif-bridge-no-iptables.patch
@@ -507,6 +511,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 # Upstream qemu patches
 %patch250 -p1
 %patch251 -p1
@@ -517,6 +522,8 @@
 %patch256 -p1
 %patch257 -p1
 %patch258 -p1
+%patch260 -p1
+%patch261 -p1
 # Our platform specific patches
 %patch301 -p1
 %patch302 -p1

++ 5535f633-dont-leak-hypervisor-stack-to-toolstacks.patch ++
Subject: domctl/sysctl: don't leak hypervisor stack to toolstacks
From: Andrew Cooper andrew.coop...@citrix.com Tue Apr 21 09:03:15 2015 +0200
Date: Tue Apr 21 09:03:15 2015 +0200:
Git: 4ff3449f0e9d175ceb9551d3f2aecb59273f639d

This is CVE-2015-3340 / XSA-132.

Signed-off-by: Andrew Cooper 
Reviewed-by: Jan Beulich 
Acked-by: Ian Campbell 

Index: xen-4.5.0-testing/xen/arch/x86/domctl.c
===
--- xen-4.5.0-testing.orig/xen/arch/x86/domctl.c
+++ xen-4.5.0-testing/xen/arch/x86/domctl.c
@@ -886,7 +886,7 @@ long arch_do_domctl(
 
 case XEN_DOMCTL_gettscinfo:
 {
-xen_guest_tsc_info_t info;
+xen_guest_tsc_info_t info = { 0 };
 
 domain_pause(d);
 tsc_get_info(d, &info.tsc_mode,
Index: xen-4.5.0-testing/xen/common/sysctl.c
===
--- xen-4.5.0-testing.orig/xen/common/sysctl.c
+++ xen-4.5.0-testing/xen/common/sysctl.c
@@ -76,7 +76,7 @@ long do_sysctl(XEN_GUEST_HANDLE_PARAM(xe
 case XEN_SYSCTL_getdomaininfolist:
 { 
 struct domain *d;
-struct xen_domctl_getdomaininfo info;
+struct xen_domctl_getdomaininfo info = { 0 };
 u32 num_domains = 0;
 
 rcu_read_lock(&domlist_read_lock);
++ CVE-2015-3456-xsa133-qemut.patch ++
>From ac7ddbe342d7aa2303c39ca731cc6229dbbd739b Mon Sep 17 00:00:00 2001
From: Petr Matousek 
Date: Wed, 6 May 2015 09:48:59 +0200
Subject: [PATCH] fdc: force the fifo access to be in bounds of the allocated 
buffer

During processing of certain commands such as FD_CMD_READ_ID and
FD_CMD_DRIVE_SPECIFICATION_COMMAND the fifo memory access could
get out of bounds leading to memory corruption with values coming
from the guest.

Fix this by making sur

commit gnutls for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package gnutls for openSUSE:Factory checked 
in at 2015-05-16 07:12:25

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


Package is "gnutls"

Changes:

--- /work/SRC/openSUSE:Factory/gnutls/gnutls.changes2015-05-06 
11:18:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnutls.new/gnutls.changes   2015-05-16 
07:12:26.0 +0200
@@ -1,0 +2,5 @@
+Tue May  5 19:06:29 UTC 2015 - dmuel...@suse.com
+
+- disable testsuite run against valgrind on aarch64 
+
+---



Other differences:
--
++ gnutls.spec ++
--- /var/tmp/diff_new_pack.c8jvZJ/_old  2015-05-16 07:12:27.0 +0200
+++ /var/tmp/diff_new_pack.c8jvZJ/_new  2015-05-16 07:12:27.0 +0200
@@ -56,11 +56,10 @@
 %endif
 # disabled ppc - valgrind crashes on email cert tests currently. Marcus 
20150413
 # disabled armv7l - valgrind appears to mishandle some insns
-%ifnarch armv7hl
-%ifarch %ix86 x86_64 ppc64 s390x ppc64le %arm aarch64
+# disabled aarch64 - valgrind mishandles exclusive load/store causing deadlocks
+%ifarch %ix86 x86_64 ppc64 s390x ppc64le
 BuildRequires:  valgrind
 %endif
-%endif
 %if %suse_version >= 1230
 BuildRequires:  makeinfo
 %endif






commit mysql-connector-java for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package mysql-connector-java for 
openSUSE:Factory checked in at 2015-05-16 07:12:51

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


Package is "mysql-connector-java"

Changes:

--- 
/work/SRC/openSUSE:Factory/mysql-connector-java/mysql-connector-java.changes
2015-04-02 15:58:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mysql-connector-java.new/mysql-connector-java.changes
   2015-05-16 07:12:53.0 +0200
@@ -1,0 +2,19 @@
+Tue Apr 21 15:22:44 UTC 2015 - tchva...@suse.com
+
+- Update to 5.1.35 (see CHANGES for full list of issues)
+  bnc#927981 CVE-2015-2575:
+  * http://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1.html
+- Remove not applicable patch:
+  * mysql-connector-java-7-jdbc-4.1.patch
+- Do not explicitely check for jdk6 but be happy with 7 and 8:
+  * jdk6-check-use-jdk7.patch
+- Do not require hibernate4 to actually build:
+  * extra-libs-build.patch
+- Do not build jdk5 depending jdbc3:
+  * no-jdk5-requirement.patch
+- Add and rebase jdbc4.1 patch:
+  * mysql-connector-java-jdbc-4.1.patch
+- Add new patch to build tests:
+  * use-classpath-in-tests.patch
+
+---

Old:

  mysql-connector-java-5.1.25-suse.tar.xz
  mysql-connector-java-7-jdbc-4.1.patch

New:

  extra-libs-build.patch
  generate-tarball.sh
  jdk6-check-use-jdk7.patch
  mysql-connector-java-5.1.35-suse.tar.xz
  mysql-connector-java-jdbc-4.1.patch
  no-jdk5-requirement.patch
  use-classpath-in-tests.patch



Other differences:
--
++ mysql-connector-java.spec ++
--- /var/tmp/diff_new_pack.UVy0kO/_old  2015-05-16 07:12:54.0 +0200
+++ /var/tmp/diff_new_pack.UVy0kO/_new  2015-05-16 07:12:54.0 +0200
@@ -17,32 +17,33 @@
 
 
 Name:   mysql-connector-java
-Version:5.1.25
+Version:5.1.35
 Release:0
 Summary:Official JDBC Driver for MySQL
 License:GPL-2.0+
 Group:  Development/Libraries/Java
-Url:http://www.mysql.com/downloads/api-jdbc-stable.html
-# url-for-download: 
http://dev.mysql.com/get/Downloads/Connector-J/%{name}-%{version}.zip/from/pick#mirrors
-# docs are now under very strict proprietary license by Oracle, so lets not 
distribute them
-# remove bundled jars as well
-# tar -xf %{name}-%{version}.tar.gz
-# rm -rf %{name}-%{version}/docs
-# find %{name}-%{version} -name '*jar' -delete
-# tar -xJf %{name}-%{version}-suse.tar.xz
+Url:http://dev.mysql.com/downloads/connector/j/
 Source0:%{name}-%{version}-suse.tar.xz
-# Patch to build Java 7/jdbc 4.1
-Patch0: mysql-connector-java-7-jdbc-4.1.patch
+# Script to repack upstream tarball
+# ./generate-tarball.sh VERSION
+Source99:   generate-tarball.sh
+# PATCH-FIX-UPSTREAM: do not strictly require jdk6 to compile
+Patch0: jdk6-check-use-jdk7.patch
+# PATCH-FIX-UPSTREAM: do not require hibernate4 to actually just build
+Patch1: extra-libs-build.patch
+# PATCH-FIX-SUSE: do not build jdbc3 driver needing too old java
+Patch2: no-jdk5-requirement.patch
+# PATCH-FIX-UPSTREAM: build with jdbc4.1 and also with new javac
+Patch3: mysql-connector-java-jdbc-4.1.patch
+# PATCH-FIX-UPSTREAM: do not lose classpath during tests build
+Patch4: use-classpath-in-tests.patch
 BuildRequires:  ant
 BuildRequires:  ant-contrib
 BuildRequires:  apache-commons-logging
-#BuildRequires:  jta >= 1.0
 BuildRequires:  geronimo-jta-1_1-api
-#BuildRequires:  java-1_5_0-gcj-compat-devel
 BuildRequires:  java-devel >= 1.6.0
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
-#!BuildIgnore:  maven2-bootstrap
 BuildRequires:  log4j-mini
 BuildRequires:  slf4j
 BuildRequires:  xz
@@ -69,6 +70,10 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 # dup
 rm -f README
@@ -76,13 +81,15 @@
 sed -i -e 's/.$//' README.txt
 
 %build
-
 # disable jboss integration
 rm -rf src/com/mysql/jdbc/integration/jboss
 rm src/testsuite/regression/ConnectionRegressionTest.java
 rm src/testsuite/regression/DataSourceRegressionTest.java
 rm src/testsuite/simple/ReadOnlyCallableStatementTest.java
 rm src/testsuite/simple/jdbc4/StatementsTest.java
+# disable hibernate4 integration
+rm -rf src/com/mysql/fabric/hibernate
+rm -rf src/demo
 
 export CLASSPATH=$(build-classpath \
 ant-contrib \
@@ -92,17 +99,12 @@
 jta \
 junit \
 log4j)
-
-# we need jdk5 for jdbc3.0
-# XXX: JAVA_HOME must be setup **after** CLASSPATH
-#export JAVA_HOME=%{_libdir}/jvm/java-1.5.0-gcj
 ant \
 -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
 -DbuildDir=build-mys

commit openmpi for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package openmpi for openSUSE:Factory checked 
in at 2015-05-16 07:12:30

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


Package is "openmpi"

Changes:

--- /work/SRC/openSUSE:Factory/openmpi/openmpi-testsuite.changes
2015-04-28 20:41:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.openmpi.new/openmpi-testsuite.changes   
2015-05-16 07:12:33.0 +0200
@@ -1,0 +2,19 @@
+Wed May  6 10:29:01 CEST 2015 - p...@suse.de
+
+- Use the distro supplied libldl, not the internal copy.
+- Add openmpi-external_libltdl.patch to make dlopen_test also compile
+  with external libltdl.
+- Run autogen.sh again, needed by the new patch as it modifies
+  Makefile.am.
+
+---
+Tue Apr 28 13:23:38 CEST 2015 - p...@suse.de
+
+- Just include README as a dummy. As openmpi-testsuite is only
+  meant to run the testsuite, the built package doesn't contain 
+  anything usefull and in case of test failures the package would
+  not be created.
+- Make clear that disabling Fortran 2008 support is only needed
+  until gcc5 becomes the default.
+
+---
@@ -17 +36 @@
-  automatically when using GCC 5.
+  automatically when using GCC 5. Reenable when gcc5 is the default.
openmpi.changes: same change

New:

  openmpi-external_libltdl.patch



Other differences:
--
++ openmpi-testsuite.spec ++
--- /var/tmp/diff_new_pack.zjxd1P/_old  2015-05-16 07:12:34.0 +0200
+++ /var/tmp/diff_new_pack.zjxd1P/_new  2015-05-16 07:12:34.0 +0200
@@ -43,6 +43,7 @@
 Patch1: openmpi-no_date_and_time.patch
 Patch2: openmpi-no_network_in_build.patch
 Patch3: openmpi-1.8.3-fix-bashisms.patch
+Patch4: openmpi-external_libltdl.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  Modules
 BuildRequires:  autoconf
@@ -83,7 +84,8 @@
 
 %description
 %if "%{name}" == "openmpi-testsuite"
-This package contains the test log in the documentation directory
+This package is just needed to run the testsuite and doesn't contain
+anything interesting.
 %else
 Open MPI is a project combining technologies and resources from several
 other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to
@@ -127,8 +129,16 @@
 %patch1
 %patch2
 %patch3 -p1
+%patch4
 
 %build
+%if 0%{suse_version} >= 1315
+# To force rebuilding Makefile.in
+rm -f ompi/debuggers/Makefile.in
+
+./autogen.sh
+%endif
+
 %configure --prefix="%{mpi_prefix}" \
--exec-prefix="%{mpi_prefix}" \
--bindir="%{mpi_bindir}" \
@@ -138,6 +148,7 @@
--mandir="%{mpi_mandir}" \
--disable-static  \
--enable-builtin-atomics \
+   --with-libltdl=external \
 %if %{with_openib}
   --with-verbs \
 %endif
@@ -150,8 +161,9 @@
 %endif
--with-devel-headers \
   --with-package-string="Open MPI Distribution for SUSE" \
-  --enable-mpi-fortran=usempi
-make %{?_smp_mflags} V=1
+  --enable-mpi-fortran=usempi \
+  --disable-silent-rules
+make %{?_smp_mflags}
 
 %if "%{name}" == "openmpi-testsuite"
 %check
@@ -509,6 +521,11 @@
 %{mpi_libdir}/*.so
 %{mpi_libdir}/pkgconfig/*.pc
 
+%else
+
+%files
+%defattr(-, root, root)
+%doc README
 %endif
 
 %changelog

++ openmpi.spec ++
--- /var/tmp/diff_new_pack.zjxd1P/_old  2015-05-16 07:12:34.0 +0200
+++ /var/tmp/diff_new_pack.zjxd1P/_new  2015-05-16 07:12:34.0 +0200
@@ -43,6 +43,7 @@
 Patch1: openmpi-no_date_and_time.patch
 Patch2: openmpi-no_network_in_build.patch
 Patch3: openmpi-1.8.3-fix-bashisms.patch
+Patch4: openmpi-external_libltdl.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  Modules
 BuildRequires:  autoconf
@@ -83,7 +84,8 @@
 
 %description
 %if "%{name}" == "openmpi-testsuite"
-This package contains the test log in the documentation directory
+This package is just needed to run the testsuite and doesn't contain
+anything interesting.
 %else
 Open MPI is a project combining technologies and resources from several
 other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to
@@ -127,8 +129,16 @@
 %patch1
 %patch2
 %patch3 -p1
+%patch4
 
 %build
+%if 0%{suse_version} >= 1315
+# To force rebuilding Makefile.in
+rm -f ompi/debuggers/Makefile.in
+
+./autogen.sh
+%endif
+
 %configure --prefix="%{mpi_prefix}" \
--exec-prefix="%{mpi_prefix}" \
--bindir="%{mpi_bindir}" \
@@ -138,6 +148,7 @@
--mandir="%{mpi_mandir}" \
--disable-static  \
--enable-builtin-atomics \
+  

commit tigervnc for openSUSE:13.2:Update

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package tigervnc for openSUSE:13.2:Update 
checked in at 2015-05-15 16:18:35

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


Package is "tigervnc"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.wexroG/_old  2015-05-15 16:18:37.0 +0200
+++ /var/tmp/diff_new_pack.wexroG/_new  2015-05-15 16:18:37.0 +0200
@@ -1 +1 @@
-
+




commit xf86-video-freedreno for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-freedreno for 
openSUSE:Factory checked in at 2015-05-15 14:21:12

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


Package is "xf86-video-freedreno"

Changes:

--- 
/work/SRC/openSUSE:Factory/xf86-video-freedreno/xf86-video-freedreno.changes
2014-08-29 17:43:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-freedreno.new/xf86-video-freedreno.changes
   2015-05-15 14:21:13.0 +0200
@@ -1,0 +2,11 @@
+Tue Apr 28 02:58:31 UTC 2015 - afaer...@suse.de
+
+- Updated to v1.3.0:
+* fix problems with multiple displays and display resolutions
+  which are not multiple of 32
+* server managed fd fixes
+* fix problem with black screen after server regeneration
+  (ScreenClose)
+* fix possible segfault on dri2 client disconnect
+
+---

Old:

  xf86-video-freedreno-1.2.0.tar.bz2

New:

  xf86-video-freedreno-1.3.0.tar.bz2
  xf86-video-freedreno-1.3.0.tar.bz2.sig



Other differences:
--
++ xf86-video-freedreno.spec ++
--- /var/tmp/diff_new_pack.Brl4co/_old  2015-05-15 14:21:16.0 +0200
+++ /var/tmp/diff_new_pack.Brl4co/_new  2015-05-15 14:21:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-freedreno
 #
-# 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
@@ -20,11 +20,12 @@
 Summary:X.Org X server -- freedreno display driver
 License:MIT and BSD-3-Clause
 Group:  System/X11/Servers/XF86_4
-Version:1.2.0
+Version:1.3.0
 Release:0.0
 ExclusiveArch:  %arm
 Url:https://github.com/freedreno/xf86-video-freedreno
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/xf86-video-freedreno-%{version}.tar.bz2
+Source1:
http://xorg.freedesktop.org/releases/individual/driver/xf86-video-freedreno-%{version}.tar.bz2.sig
 Requires:   xorg-x11-server
 BuildRequires:  autoconf
 BuildRequires:  automake

++ xf86-video-freedreno-1.2.0.tar.bz2 -> xf86-video-freedreno-1.3.0.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xf86-video-freedreno-1.2.0/COPYING 
new/xf86-video-freedreno-1.3.0/COPYING
--- old/xf86-video-freedreno-1.2.0/COPYING  1970-01-01 01:00:00.0 
+0100
+++ new/xf86-video-freedreno-1.3.0/COPYING  2014-08-25 16:01:27.0 
+0200
@@ -0,0 +1,50 @@
+Copyright © 2012-2014 Red Hat, Inc.
+Copyright © 2012-2014 Rob Clark 
+Copyright © 2007, 2013 Dave Airlie 
+Copyright © 2008 Maarten Maathuis
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice (including the next
+paragraph) shall be included in all copies or substantial portions of the
+Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+Copyright (c) 2009-2010, Code Aurora Forum. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+* Redistributions of source code must retain the above copyright
+  notice, this list of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the above copyright
+  notice, this list of conditions and the following disclaimer in the
+  documentation and/or other materials provided with the distribution.
+* Neither the name of Code Aurora nor
+  the names of its contributors may be used to endorse or promote
+  products derived from this software without specific prior written
+  permissi

commit libinfinity for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package libinfinity for openSUSE:Factory 
checked in at 2015-05-15 10:06:08

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


Package is "libinfinity"

Changes:

--- /work/SRC/openSUSE:Factory/libinfinity/libinfinity.changes  2015-02-05 
11:00:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.libinfinity.new/libinfinity.changes 
2015-05-15 10:06:09.0 +0200
@@ -1,0 +2,11 @@
+Wed May 13 11:32:53 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.6.6:
+  + Fix certificates being only verified for expiration and other
+criteria such as weak algorithms if the CA is not trusted.
+  + Fix some assertion failures and inconsistencies in
+InfTextFixlineBuffer.
+  + Fix a client-side crash when the server shuts down ordinarily
+while still connected.
+
+---

Old:

  libinfinity-0.6.5.tar.gz

New:

  libinfinity-0.6.6.tar.gz



Other differences:
--
++ libinfinity.spec ++
--- /var/tmp/diff_new_pack.8VEWRd/_old  2015-05-15 10:06:10.0 +0200
+++ /var/tmp/diff_new_pack.8VEWRd/_new  2015-05-15 10:06:10.0 +0200
@@ -20,7 +20,7 @@
 Summary:Implementation of the Infinote collaborative editing protocol
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:0.6.5
+Version:0.6.6
 Release:0
 %define _version 0.6
 Url:http://gobby.0x539.de/

++ libinfinity-0.6.5.tar.gz -> libinfinity-0.6.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libinfinity-0.6.5/ChangeLog 
new/libinfinity-0.6.6/ChangeLog
--- old/libinfinity-0.6.5/ChangeLog 2015-01-18 02:29:29.0 +0100
+++ new/libinfinity-0.6.6/ChangeLog 2015-05-13 02:57:57.0 +0200
@@ -1,3 +1,99 @@
+commit a5bc24e87714d3c3fa75711c5d06b9b8e4c81d53
+Author: Armin Burgmeier 
+Date:   Tue May 12 20:12:52 2015 -0400
+
+Release libinfinity 0.6.6
+
+ NEWS | 9 +
+ 1 file changed, 9 insertions(+)
+
+commit 3862714b942fe626308f06e01730df7b48921faf
+Author: Armin Burgmeier 
+Date:   Tue May 12 20:55:41 2015 -0400
+
+Fix make distcheck for recent automake versions
+
+Recent automake versions run with a more restrictive umask, so that the
+version.xml files are created with read-only permissions. This fails when
+trying to override them, so remove them explicitly before.
+
+ docs/reference/Makefile.am | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 06fa9455c687a67e4fc2c2f201817c64c73a3fcf
+Author: Armin Burgmeier 
+Date:   Mon May 11 22:59:34 2015 -0400
+
+Fix expired certificate validation (gobby #61)
+
+ libinfgtk/inf-gtk-certificate-manager.c | 6 --
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 244c7e8d69b98330ac7a285922c6fcb0a167ae20
+Author: Armin Burgmeier 
+Date:   Tue May 5 20:45:45 2015 -0400
+
+Update caret position when only updating fixline state
+
+When the user inserts some newlines that are "swallowed" by the fixline
+buffer, then still advance the user's cursor such that newly
+to-be-written
+text is inserted after the imaginary newline.
+
+ libinftext/inf-text-fixline-buffer.c | 54 ++
+ 1 file changed, 54 insertions(+)
+
+commit fb0c8532694476f3f624f66eb12becf851147e27
+Author: Armin Burgmeier 
+Date:   Mon May 4 20:31:12 2015 -0400
+
+fixline buffer: Fix crash when iterating backwards through empty
+base buffer
+
+ libinftext/inf-text-fixline-buffer.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit da06a82642c1d2d0d5a44f1ea3f62ad0b2b22c9a
+Author: Armin Burgmeier 
+Date:   Sun May 3 17:07:46 2015 -0400
+
+Fix insert/erase notifications in InfTextFixlineBuffer
+
+The notifications were missing when the fixline buffer was modified
+directly
+with the API, and not in response to modifications to the underlying base
+buffer.
+
+ libinftext/inf-text-fixline-buffer.c | 10 ++
+ 1 file changed, 10 insertions(+)
+
+commit 9b009160dd658fe9272d69025a8225b02eafb8de
+Author: Armin Burgmeier 
+Date:   Thu Apr 30 21:37:23 2015 -0400
+
+Fix create_end_iter() implementation in InfTextFixlineBuffer
+
+ libinftext/inf-text-fixline-buffer.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 8990cf98ab43f3aca6a7bf12e9608b0e2e9b5c70
+Author: Armin Burgmeier 
+Date:   Fri Apr 3 13:04:24 2015 -0400
+
+Fix a crash when the server explicitly changes client account to default
+
+ libinfinity/client/infc-browser.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 0ce00121225662125b2ae4e

commit yast2-drbd for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-drbd for openSUSE:Factory 
checked in at 2015-05-15 10:06:11

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


Package is "yast2-drbd"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-drbd/yast2-drbd.changes2014-12-22 
12:53:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-drbd.new/yast2-drbd.changes   
2015-05-15 10:06:12.0 +0200
@@ -1,0 +2,7 @@
+Fri May 15 06:44:30 UTC 2015 - nw...@suse.com
+
+- Feature implementation for SLE12SP1
+- Fate#317957, Fate#318555, Fate#318391
+- Version 3.1.12
+
+---

Old:

  yast2-drbd-3.1.11.tar.bz2

New:

  drbd-cluster.fwd
  yast2-drbd-3.1.12.tar.bz2



Other differences:
--
++ yast2-drbd.spec ++
--- /var/tmp/diff_new_pack.DZTtOB/_old  2015-05-15 10:06:12.0 +0200
+++ /var/tmp/diff_new_pack.DZTtOB/_new  2015-05-15 10:06:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-drbd
 #
-# 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,11 +17,13 @@
 
 
 Name:   yast2-drbd
-Version:3.1.11
+Version:3.1.12
 Release:0
 
+%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
+Source1:drbd-cluster.fwd
 
 BuildRequires:  perl-XML-Writer
 BuildRequires:  ruby
@@ -57,6 +59,9 @@
 %install
 %yast_install
 
+mkdir -p $RPM_BUILD_ROOT/%{_fwdefdir}
+install -m 644 %{S:1} $RPM_BUILD_ROOT/%{_fwdefdir}/drbd
+
 %files
 %defattr(-,root,root)
 %{yast_yncludedir}/drbd/
@@ -68,5 +73,6 @@
 %{yast_agentdir}/ag_drbd
 %{yast_agentdir}/drbd.rb.yy
 %doc %{yast_docdir}
+%config %{_fwdefdir}/drbd
 
 %changelog

++ drbd-cluster.fwd ++
## Name: Drbd
## Description: Opens ports for DRBD.
##   Port 7788 and higher is recommend.

# space separated list of allowed TCP ports
TCP="7788"

# space separated list of allowed UDP ports
UDP=""

# space separated list of allowed RPC services
RPC=""

# space separated list of allowed IP protocols
IP=""

# space separated list of allowed UDP broadcast ports
BROADCAST=""
++ yast2-drbd-3.1.11.tar.bz2 -> yast2-drbd-3.1.12.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-drbd-3.1.11/CONTRIBUTING.md 
new/yast2-drbd-3.1.12/CONTRIBUTING.md
--- old/yast2-drbd-3.1.11/CONTRIBUTING.md   2014-12-22 04:16:16.0 
+0100
+++ new/yast2-drbd-3.1.12/CONTRIBUTING.md   2015-05-15 08:56:08.0 
+0200
@@ -12,13 +12,13 @@
 ---
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
+[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
 or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
+[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
 that every bug will be fixed, but we'll try.
 
 When creating a bug report, please follow our [bug reporting
@@ -71,7 +71,7 @@
 [widely used
 
conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
 
-If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure
+If your commit is related to a bug in Bugzilla or an issue on GitHub, make sure
 you mention it in the commit message for cross-reference. Use format like
 bnc#775814 or gh#yast/yast-foo#42. See also [GitHub
 
autolinking](https://help.github.com/articles/github-flavored-markdown#references)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-drbd-3.1.11/package/drbd-cluster.fwd 
new/yast2-drbd-3.1.12/package/drbd-cluster.fwd
--- old/yast2-drbd-3.1.11/package/drbd-cluster.fwd  1970-01-01 
01:00:00.0 +0100
+++ new/yast2-drbd-3.1.12/package/drbd-cluster.fwd  2015-05-15 
08:56:09.0 +0200
@@ -0,0 +1,18 @@
+## Name: Drbd
+## Description: Opens ports for DRBD.
+##   Port 7788 and higher is recommend.
+
+# space separated list of allowed TCP ports
+TCP="7788"
+
+# space separated

commit kiwi-config-openSUSE for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package kiwi-config-openSUSE for 
openSUSE:Factory checked in at 2015-05-15 10:06:05

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


Package is "kiwi-config-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/kiwi-config-openSUSE/kiwi-config-openSUSE.changes
2014-12-05 21:03:53.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new/kiwi-config-openSUSE.changes
   2015-05-15 10:06:07.0 +0200
@@ -1,0 +2,6 @@
+Thu May 14 16:54:18 UTC 2015 - dims...@opensuse.org
+
+- With the switch to Plasma 5, the KDE related displaymanager to be
+  used is 'sddm' instead of 'kdm4'.
+
+---



Other differences:
--
++ kiwi-config-openSUSE.spec ++
--- /var/tmp/diff_new_pack.NNCx54/_old  2015-05-15 10:06:08.0 +0200
+++ /var/tmp/diff_new_pack.NNCx54/_new  2015-05-15 10:06:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kiwi-config-openSUSE
 #
-# 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
@@ -85,7 +85,7 @@
   type=`echo $config | cut -d- -f1`
   install -m 755 %{SOURCE3} config.sh
   if test $desktop = kde; then
-echo 'baseUpdateSysConfig /etc/sysconfig/displaymanager DISPLAYMANAGER 
kdm4' >> config.sh
+echo 'baseUpdateSysConfig /etc/sysconfig/displaymanager DISPLAYMANAGER 
sddm' >> config.sh
   fi
   if test $desktop = gnome; then
 echo 'baseUpdateSysConfig /etc/sysconfig/displaymanager DISPLAYMANAGER 
gdm' >> config.sh






commit MyODBC-unixODBC for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package MyODBC-unixODBC for openSUSE:Factory 
checked in at 2015-05-15 10:06:07

Comparing /work/SRC/openSUSE:Factory/MyODBC-unixODBC (Old)
 and  /work/SRC/openSUSE:Factory/.MyODBC-unixODBC.new (New)


Package is "MyODBC-unixODBC"

Changes:

--- /work/SRC/openSUSE:Factory/MyODBC-unixODBC/MyODBC-unixODBC.changes  
2015-02-27 11:10:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.MyODBC-unixODBC.new/MyODBC-unixODBC.changes 
2015-05-15 10:06:08.0 +0200
@@ -1,0 +2,17 @@
+Wed May 13 02:55:46 UTC 2015 - km...@suse.com
+
+- test() macro is undefined in libmyodbc5.so and is also not found
+  in libmysqlclient. Port changes found in v5.2 and beyond to prevent:
+
+  isql: symbol lookup error: /usr/lib64/libmyodbc5.so: undefined
+
+  * added: MyODBC-unixODBC-remove_use_of_test_macro.patch
+
+---
+Mon May 11 21:55:45 UTC 2015 - km...@suse.com
+
+- Backport fix from v5.2.3 related to incorrect implementation of
+  is_minimum_version().
+  * added MyODBC-unixODBC-is_minimum_version.patch
+
+---

New:

  MyODBC-unixODBC-is_minimum_version.patch
  MyODBC-unixODBC-remove_use_of_test_macro.patch



Other differences:
--
++ MyODBC-unixODBC.spec ++
--- /var/tmp/diff_new_pack.67BJIb/_old  2015-05-15 10:06:09.0 +0200
+++ /var/tmp/diff_new_pack.67BJIb/_new  2015-05-15 10:06:09.0 +0200
@@ -33,6 +33,8 @@
 Patch3: MyODBC-unixODBC-64bit.patch
 Patch4: MyODBC-unixODBC-my_init_dynamic_array_flags.patch
 Patch5: MyODBC-unixODBC-my_malloc_when_using_my_free.patch
+Patch6: MyODBC-unixODBC-is_minimum_version.patch
+Patch7: MyODBC-unixODBC-remove_use_of_test_macro.patch
 BuildRequires:  libtool
 BuildRequires:  mysql-devel
 BuildRequires:  unixODBC-devel
@@ -54,6 +56,8 @@
 %patch4
 fi
 %patch5 -p1
+%patch6 -p1
+%patch7 -p1
 
 %build
 # mysql 5.5.10 has stopped #define'ing THREAD in its exports, and has

++ MyODBC-unixODBC-is_minimum_version.patch ++
Index: mysql-connector-odbc-5.1.8/driver/catalog.c
===
--- mysql-connector-odbc-5.1.8.orig/driver/catalog.c
+++ mysql-connector-odbc-5.1.8/driver/catalog.c
@@ -42,7 +42,7 @@ my_bool server_has_i_s(DBC FAR *dbc)
 According to the server ChangeLog INFORMATION_SCHEMA was introduced
 in the 5.0.2
   */
-  return is_minimum_version(dbc->mysql.server_version, "5.0.2", 5);
+  return is_minimum_version(dbc->mysql.server_version, "5.0.2");
 }
 /*
   @type: internal
@@ -861,7 +861,7 @@ SQLRETURN i_s_foreign_keys(SQLHSTMT hstm
   /*
  With 5.1, we can use REFERENTIAL_CONSTRAINTS to get even more info.
   */
-  if (is_minimum_version(stmt->dbc->mysql.server_version, "5.1", 3))
+  if (is_minimum_version(stmt->dbc->mysql.server_version, "5.1"))
   {
 update_rule= "CASE"
  " WHEN R.UPDATE_RULE = 'CASCADE' THEN 0"
Index: mysql-connector-odbc-5.1.8/driver/connect.c
===
--- mysql-connector-odbc-5.1.8.orig/driver/connect.c
+++ mysql-connector-odbc-5.1.8/driver/connect.c
@@ -243,7 +243,7 @@ SQLRETURN myodbc_do_connect(DBC *dbc, Da
 return SQL_ERROR;
   }
 
-  if (!is_minimum_version(dbc->mysql.server_version, "4.1.1", 5))
+  if (!is_minimum_version(dbc->mysql.server_version, "4.1.1"))
   {
 mysql_close(mysql);
 set_dbc_error(dbc, "08001", "Driver does not support server versions under 
4.1.1", 0);
Index: mysql-connector-odbc-5.1.8/driver/execute.c
===
--- mysql-connector-odbc-5.1.8.orig/driver/execute.c
+++ mysql-connector-odbc-5.1.8/driver/execute.c
@@ -378,7 +378,7 @@ SQLRETURN insert_param(STMT *stmt, char
 
 /* TODO need to check if it was merged to other versions already */
 if (has_utf8_maxlen4 &&
-!is_minimum_version(dbc->mysql.server_version, "6.0.4", 5))
+!is_minimum_version(dbc->mysql.server_version, "6.0.4"))
   return set_stmt_error(stmt, "HY000",
 "Server does not support 4-byte encoded "
 "UTF8 characters.", 0);
Index: mysql-connector-odbc-5.1.8/driver/info.c
===
--- mysql-connector-odbc-5.1.8.orig/driver/info.c
+++ mysql-connector-odbc-5.1.8/driver/info.c
@@ -190,7 +190,7 @@ MySQLGetInfo(SQLHDBC hdbc, SQLUSMALLINT
 
   case SQL_CREATE_VIEW:
 /** @todo SQL_CV_LOCAL ? */
-if (is_minimum_version(dbc->mysql.server_version, "5.0", 3))
+if (is_minimum_v

commit ktp-kded-module for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package ktp-kded-module for openSUSE:Factory 
checked in at 2015-05-15 10:05:46

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


Package is "ktp-kded-module"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-kded-module/ktp-kded-module.changes  
2015-05-11 18:38:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-kded-module.new/ktp-kded-module.changes 
2015-05-15 10:05:47.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:31:44 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  ktp-kded-module-15.04.0.tar.xz

New:

  ktp-kded-module-15.04.1.tar.xz



Other differences:
--
++ ktp-kded-module.spec ++
--- /var/tmp/diff_new_pack.RhkQ6M/_old  2015-05-15 10:05:47.0 +0200
+++ /var/tmp/diff_new_pack.RhkQ6M/_new  2015-05-15 10:05:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-kded-module
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:KDED module that manages the telepathy interactions with the 
KDE Desktop
 License:LGPL-2.1+

++ ktp-kded-module-15.04.0.tar.xz -> ktp-kded-module-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-kded-module-15.04.0/CMakeLists.txt 
new/ktp-kded-module-15.04.1/CMakeLists.txt
--- old/ktp-kded-module-15.04.0/CMakeLists.txt  2015-04-07 20:45:32.0 
+0200
+++ new/ktp-kded-module-15.04.1/CMakeLists.txt  2015-05-07 15:04:10.0 
+0200
@@ -2,7 +2,7 @@
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
-set(KTP_KDED_MODULE_VERSION "15.04.0")
+set(KTP_KDED_MODULE_VERSION "15.04.1")
 
 cmake_policy(SET CMP0002 OLD)
 




commit ktp-text-ui for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package ktp-text-ui for openSUSE:Factory 
checked in at 2015-05-15 10:05:53

Comparing /work/SRC/openSUSE:Factory/ktp-text-ui (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-text-ui.new (New)


Package is "ktp-text-ui"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-text-ui/ktp-text-ui.changes  2015-05-11 
18:40:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-text-ui.new/ktp-text-ui.changes 
2015-05-15 10:05:54.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:31:53 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  ktp-text-ui-15.04.0.tar.xz

New:

  ktp-text-ui-15.04.1.tar.xz



Other differences:
--
++ ktp-text-ui.spec ++
--- /var/tmp/diff_new_pack.TLKpzY/_old  2015-05-15 10:05:54.0 +0200
+++ /var/tmp/diff_new_pack.TLKpzY/_new  2015-05-15 10:05:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-text-ui
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:Telepathy chat handler for KDE
 License:GPL-2.0+

++ ktp-text-ui-15.04.0.tar.xz -> ktp-text-ui-15.04.1.tar.xz ++
 5475 lines of diff (skipped)




commit ktp-desktop-applets for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package ktp-desktop-applets for 
openSUSE:Factory checked in at 2015-05-15 10:05:39

Comparing /work/SRC/openSUSE:Factory/ktp-desktop-applets (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-desktop-applets.new (New)


Package is "ktp-desktop-applets"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-desktop-applets/ktp-desktop-applets.changes  
2015-05-11 18:36:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-desktop-applets.new/ktp-desktop-applets.changes 
2015-05-15 10:05:40.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:31:34 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  ktp-desktop-applets-15.04.0.tar.xz

New:

  ktp-desktop-applets-15.04.1.tar.xz



Other differences:
--
++ ktp-desktop-applets.spec ++
--- /var/tmp/diff_new_pack.13RwR7/_old  2015-05-15 10:05:40.0 +0200
+++ /var/tmp/diff_new_pack.13RwR7/_new  2015-05-15 10:05:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-desktop-applets
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:Telepathy presence applet
 License:GPL-2.0+ and LGPL-2.1+

++ ktp-desktop-applets-15.04.0.tar.xz -> ktp-desktop-applets-15.04.1.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-desktop-applets-15.04.0/CMakeLists.txt 
new/ktp-desktop-applets-15.04.1/CMakeLists.txt
--- old/ktp-desktop-applets-15.04.0/CMakeLists.txt  2015-04-07 
20:45:03.0 +0200
+++ new/ktp-desktop-applets-15.04.1/CMakeLists.txt  2015-05-07 
15:02:50.0 +0200
@@ -2,7 +2,7 @@
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
-set(KTP_DESKTOP_APPLETS_VERSION "15.04.0")
+set(KTP_DESKTOP_APPLETS_VERSION "15.04.1")
 
 find_package(ECM 0.0.11 REQUIRED NO_MODULE)
 set (CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-desktop-applets-15.04.0/contactlist/org.kde.ktp-contactlist/metadata.desktop.cmake
 
new/ktp-desktop-applets-15.04.1/contactlist/org.kde.ktp-contactlist/metadata.desktop.cmake
--- 
old/ktp-desktop-applets-15.04.0/contactlist/org.kde.ktp-contactlist/metadata.desktop.cmake
  2015-04-07 20:45:03.0 +0200
+++ 
new/ktp-desktop-applets-15.04.1/contactlist/org.kde.ktp-contactlist/metadata.desktop.cmake
  2015-05-07 15:02:50.0 +0200
@@ -16,6 +16,8 @@
 Name[pl]=Komunikator internetowy
 Name[pt]=Mensagens Instantâneas
 Name[pt_BR]=Mensagens instantâneas
+Name[ro]=Mesagerie instantanee
+Name[ru]=Мгновенные сообщения
 Name[sk]=Priama komunikácia
 Name[sl]=Hipno sporočanje
 Name[sr]=Брзо гласништво
@@ -43,6 +45,8 @@
 Comment[pl]=Wyświetla twoją dostępności i kontakty
 Comment[pt]=Mostra a sua presença e contactos
 Comment[pt_BR]=Mostra a sua presença e contatos
+Comment[ro]=Vă afișează prezența și contactele
+Comment[ru]=Показывает список контактов и ваш статус
 Comment[sk]=Zobrazí vašu prítomnosť a kontakty
 Comment[sl]=Prikaže vašo prisotnost in stike
 Comment[sr]=Приказ вашег присуства и контаката
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-desktop-applets-15.04.0/person/org.kde.person/metadata.desktop.cmake 
new/ktp-desktop-applets-15.04.1/person/org.kde.person/metadata.desktop.cmake
--- 
old/ktp-desktop-applets-15.04.0/person/org.kde.person/metadata.desktop.cmake
2015-04-07 20:45:03.0 +0200
+++ 
new/ktp-desktop-applets-15.04.1/person/org.kde.person/metadata.desktop.cmake
2015-05-07 15:02:50.0 +0200
@@ -14,6 +14,8 @@
 Name[pl]=Osoba
 Name[pt]=Pessoa
 Name[pt_BR]=Pessoa
+Name[ro]=Persoană
+Name[ru]=Человек
 Name[sk]=Osoba
 Name[sl]=Oseba
 Name[sr]=Особа
@@ -39,6 +41,8 @@
 Comment[pl]=Czyni osobę łatwo dostępną
 Comment[pt]=Torna uma pessoa facilmente acessível
 Comment[pt_BR]=Torna uma pessoa facilmente acessível
+Comment[ro]=Face o persoană să fie accesibilă ușor
+Comment[ru]=Виджет для быстрого начала разговора с человеком
 Comment[sk]=Urobí osobu ľahko prístupnú
 Comment[sl]=Napravi osebo enostavno dostopno
 Comment[sr]=Чини особу лако доступном




commit libkdcraw for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package libkdcraw for openSUSE:Factory 
checked in at 2015-05-15 10:06:02

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


Package is "libkdcraw"

Changes:

--- /work/SRC/openSUSE:Factory/libkdcraw/libkdcraw.changes  2015-05-11 
19:21:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkdcraw.new/libkdcraw.changes 2015-05-15 
10:06:03.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:14:57 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  libkdcraw-15.04.0.tar.xz

New:

  libkdcraw-15.04.1.tar.xz



Other differences:
--
++ libkdcraw.spec ++
--- /var/tmp/diff_new_pack.7ghgTp/_old  2015-05-15 10:06:03.0 +0200
+++ /var/tmp/diff_new_pack.7ghgTp/_new  2015-05-15 10:06:03.0 +0200
@@ -19,7 +19,7 @@
 %define _so 23
 
 Name:   libkdcraw
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:Shared library interface around dcraw
 License:LGPL-2.0+ and GPL-2.0+ and GPL-3.0+
@@ -48,6 +48,9 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%if 0%{?suse_version} > 1320
+echo "add_definitions(\${KDE4_ENABLE_EXCEPTIONS})" >> libkdcraw/CMakeLists.txt
+%endif
 
 %build
   %cmake_kde4 -d build -- -DENABLE_LCMS2=true -DENABLE_RAWSPEED=true

++ libkdcraw-15.04.0.tar.xz -> libkdcraw-15.04.1.tar.xz ++




commit ktp-filetransfer-handler for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package ktp-filetransfer-handler for 
openSUSE:Factory checked in at 2015-05-15 10:05:43

Comparing /work/SRC/openSUSE:Factory/ktp-filetransfer-handler (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-filetransfer-handler.new (New)


Package is "ktp-filetransfer-handler"

Changes:

--- 
/work/SRC/openSUSE:Factory/ktp-filetransfer-handler/ktp-filetransfer-handler.changes
2015-05-11 18:37:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-filetransfer-handler.new/ktp-filetransfer-handler.changes
   2015-05-15 10:05:44.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:31:39 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  ktp-filetransfer-handler-15.04.0.tar.xz

New:

  ktp-filetransfer-handler-15.04.1.tar.xz



Other differences:
--
++ ktp-filetransfer-handler.spec ++
--- /var/tmp/diff_new_pack.phAgpX/_old  2015-05-15 10:05:44.0 +0200
+++ /var/tmp/diff_new_pack.phAgpX/_new  2015-05-15 10:05:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-filetransfer-handler
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:Telepathy filetransfer handler
 License:GPL-2.0+

++ ktp-filetransfer-handler-15.04.0.tar.xz -> 
ktp-filetransfer-handler-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-filetransfer-handler-15.04.0/CMakeLists.txt 
new/ktp-filetransfer-handler-15.04.1/CMakeLists.txt
--- old/ktp-filetransfer-handler-15.04.0/CMakeLists.txt 2015-04-07 
20:37:47.0 +0200
+++ new/ktp-filetransfer-handler-15.04.1/CMakeLists.txt 2015-05-07 
15:03:37.0 +0200
@@ -2,7 +2,7 @@
 
 cmake_minimum_required(VERSION 2.8.12)
 
-set(KTP_FILETRANSFER_HANDLER_VERSION "15.04.0")
+set(KTP_FILETRANSFER_HANDLER_VERSION "15.04.1")
 
 find_package(ECM 1.3.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_MODULE_PATH})




commit ktp-contact-runner for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package ktp-contact-runner for 
openSUSE:Factory checked in at 2015-05-15 10:05:35

Comparing /work/SRC/openSUSE:Factory/ktp-contact-runner (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-contact-runner.new (New)


Package is "ktp-contact-runner"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-contact-runner/ktp-contact-runner.changes
2015-05-11 18:35:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-contact-runner.new/ktp-contact-runner.changes   
2015-05-15 10:05:36.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:31:29 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  ktp-contact-runner-15.04.0.tar.xz

New:

  ktp-contact-runner-15.04.1.tar.xz



Other differences:
--
++ ktp-contact-runner.spec ++
--- /var/tmp/diff_new_pack.vitFx2/_old  2015-05-15 10:05:36.0 +0200
+++ /var/tmp/diff_new_pack.vitFx2/_new  2015-05-15 10:05:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-contact-runner
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:Telepathy Krunner plugin
 License:LGPL-2.1+

++ ktp-contact-runner-15.04.0.tar.xz -> ktp-contact-runner-15.04.1.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-contact-runner-15.04.0/CMakeLists.txt 
new/ktp-contact-runner-15.04.1/CMakeLists.txt
--- old/ktp-contact-runner-15.04.0/CMakeLists.txt   2015-04-07 
20:40:26.0 +0200
+++ new/ktp-contact-runner-15.04.1/CMakeLists.txt   2015-05-07 
15:02:17.0 +0200
@@ -2,7 +2,7 @@
 
 cmake_minimum_required(VERSION 2.8.12)
 
-set(KTP_CONTACT_RUNNER_VERSION "15.04.0")
+set(KTP_CONTACT_RUNNER_VERSION "15.04.1")
 set(IS_KTP_INTERNAL_MODULE TRUE)
 
 find_package(ECM 1.0.0 REQUIRED NO_MODULE)




commit ktp-send-file for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package ktp-send-file for openSUSE:Factory 
checked in at 2015-05-15 10:05:50

Comparing /work/SRC/openSUSE:Factory/ktp-send-file (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-send-file.new (New)


Package is "ktp-send-file"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-send-file/ktp-send-file.changes  
2015-05-11 18:39:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-send-file.new/ktp-send-file.changes 
2015-05-15 10:05:51.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:31:48 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  ktp-send-file-15.04.0.tar.xz

New:

  ktp-send-file-15.04.1.tar.xz



Other differences:
--
++ ktp-send-file.spec ++
--- /var/tmp/diff_new_pack.gQEEr8/_old  2015-05-15 10:05:52.0 +0200
+++ /var/tmp/diff_new_pack.gQEEr8/_new  2015-05-15 10:05:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-send-file
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:File manager plugin
 License:LGPL-2.1+

++ ktp-send-file-15.04.0.tar.xz -> ktp-send-file-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-send-file-15.04.0/CMakeLists.txt 
new/ktp-send-file-15.04.1/CMakeLists.txt
--- old/ktp-send-file-15.04.0/CMakeLists.txt2015-04-07 20:36:49.0 
+0200
+++ new/ktp-send-file-15.04.1/CMakeLists.txt2015-05-07 15:04:46.0 
+0200
@@ -2,7 +2,7 @@
 
 cmake_minimum_required(VERSION 2.8.12)
 
-set (KTP_SEND_FILE_VERSION "15.04.0")
+set (KTP_SEND_FILE_VERSION "15.04.1")
 
 set(IS_KTP_INTERNAL_MODULE TRUE)
 




commit kmix for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package kmix for openSUSE:Factory checked in 
at 2015-05-15 10:05:57

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


Package is "kmix"

Changes:

--- /work/SRC/openSUSE:Factory/kmix/kmix.changes2015-03-11 
09:50:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmix.new/kmix.changes   2015-05-15 
10:05:58.0 +0200
@@ -2,1962 +2 @@
-Tue Mar  3 10:40:40 UTC 2015 - tittiatc...@gmail.com
-
-- Update to KDE Applications 14.12.3
-   * KDE Applications 14.12.3
-   * See https://www.kde.org/announcements/announce-applications-14.12.3.php
-

-Fri Feb  6 08:47:26 UTC 2015 - tittiatc...@gmail.com
-
-- Update to KDE Applications 14.12.2
-   * KDE Applications 14.12.2
-   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
-

-Sun Nov 23 04:49:00 UTC 2014 - Led 
-
-- fix bashisms in kmixremote script
-- add patches:
-  * kmix-4.14.3-fix-bashisms.patch
-

-Sun Nov  9 20:39:19 UTC 2014 - tittiatc...@gmail.com
-
-- Update to 4.14.3
-   * KDE 4.14.3 SC Bugfix Release
-   * See http://www.kde.org/announcements/announce-4.14.3.php
-

-Sun Oct 12 12:08:43 UTC 2014 - tittiatc...@gmail.com
-
-- Update to 4.14.2
-   * KDE 4.14.2 SC Bugfix Release
-   * See http://www.kde.org/announcements/announce-4.14.2.php
-

-Sat Sep 13 16:35:30 UTC 2014 - tittiatc...@gmail.com
-
-- Update to 4.14.1
-   * KDE 4.14.1 SC Bugfix Release
-   * See http://www.kde.org/announcements/announce-4.14.1.php
-

-Fri Aug 15 08:36:30 UTC 2014 - tittiatc...@gmail.com
-
-- Update to 4.14.0
-   * KDE 4.14.0 SC Final Release
-   * See http://www.kde.org/announcements/4.14/
-

-Thu Jul 17 16:51:56 UTC 2014 - cgiboude...@gmx.com
-
-- Update to 4.13.90
-   * KDE 4.14 Beta 2 release
-   * See http://www.kde.org/announcements/announce-4.14-beta2.php
-

-Thu Jul 10 22:19:34 UTC 2014 - cgiboude...@gmx.com
-
-- Update to 4.13.80
-   * KDE 4.14 Beta 1 release
-   * See http://www.kde.org/announcements/announce-4.14-beta1.php
-

-Sun Jun  8 18:37:36 UTC 2014 - tittiatc...@gmail.com
-
-- Update to 4.13.2
-   * KDE 4.13  release
-   * See http://www.kde.org/announcements/announce-4.13.2.php
-

-Fri May  9 16:49:43 UTC 2014 - tittiatc...@gmail.com
-
-- Update to 4.13.1
-   * KDE 4.13.1  bug fix release
-   * See http://www.kde.org/announcements/announce-4.13.1.php
-

-Fri Apr 11 16:52:54 UTC 2014 - tittiatc...@gmail.com
-
-- Update to 4.13.0
-   * KDE 4.13  release
-   * See http://www.kde.org/announcements/4.13/
-

-Thu Mar 27 17:51:18 UTC 2014 - tittiatc...@gmail.com
-
-- Update to 4.12.97
-   * KDE 4.13 RC  release
-   * See http://www.kde.org/announcements/announce-4.13-rc.php
-

-Thu Mar 20 18:13:09 UTC 2014 - tittiatc...@gmail.com
-
-- Update to 4.12.95
-   * KDE 4.13 Beta 3  release
-   * See http://www.kde.org/announcements/announce-4.13-beta3.php
-

-Thu Mar 13 20:19:55 UTC 2014 - tittiatc...@gmail.com
-
-- Update to 4.12.90
-   * KDE 4.13 Beta 2  release
-   * See http://www.kde.org/announcements/announce-4.13-beta2.php
-

-Fri Mar  7 10:12:12 UTC 2014 - tittiatc...@gmail.com
-
-- Update to 4.12.80
-   * KDE 4.13 Beta 1  release
-   * See http://www.kde.org/announcements/announce-4.13-beta1.php
-

-Sat Feb  1 10:16:36 UTC 2014 - tittiatc...@gmail.com
-
-- Update to 4.12.2
-   * KDE 4.12.2  release
-   * See http://www.kde.org/announcements/announce-4.12.2.php
-

-Sat Jan 11 15:42:18 UTC 2014 - tittiatc...@gmail.com
-
-- Update to 4.12.1
-   * KDE 4.12.1  release
-   * See http://www.kde.org/announcements/announce-4.12.1.php
-

-Sat Dec 14 18:09:33 UTC 2013 - tittiatc...@

commit ktp-contact-list for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package ktp-contact-list for 
openSUSE:Factory checked in at 2015-05-15 10:05:31

Comparing /work/SRC/openSUSE:Factory/ktp-contact-list (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-contact-list.new (New)


Package is "ktp-contact-list"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-contact-list/ktp-contact-list.changes
2015-05-11 18:34:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-contact-list.new/ktp-contact-list.changes   
2015-05-15 10:05:32.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:31:25 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  ktp-contact-list-15.04.0.tar.xz

New:

  ktp-contact-list-15.04.1.tar.xz



Other differences:
--
++ ktp-contact-list.spec ++
--- /var/tmp/diff_new_pack.YDhj9b/_old  2015-05-15 10:05:32.0 +0200
+++ /var/tmp/diff_new_pack.YDhj9b/_new  2015-05-15 10:05:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-contact-list
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:Telepathy contact list
 License:LGPL-2.1+

++ ktp-contact-list-15.04.0.tar.xz -> ktp-contact-list-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-contact-list-15.04.0/CMakeLists.txt 
new/ktp-contact-list-15.04.1/CMakeLists.txt
--- old/ktp-contact-list-15.04.0/CMakeLists.txt 2015-04-07 20:39:57.0 
+0200
+++ new/ktp-contact-list-15.04.1/CMakeLists.txt 2015-05-07 15:01:38.0 
+0200
@@ -2,7 +2,7 @@
 
 cmake_minimum_required(VERSION 2.8.12)
 
-set(KTP_CONTACT_LIST_VERSION "15.04.0")
+set(KTP_CONTACT_LIST_VERSION "15.04.1")
 
 set(IS_KTP_INTERNAL_MODULE TRUE)
 
@@ -62,11 +62,11 @@
 
 configure_file(version.h.in ${CMAKE_CURRENT_BINARY_DIR}/version.h)
 
-qt5_wrap_ui (ktp_contactlist_SRCS
-   main-widget.ui
-   dialogs/remove-contact-dialog.ui
-   tooltips/contacttooltip.ui
-   tooltips/persontooltip.ui
+ki18n_wrap_ui(ktp_contactlist_SRCS
+main-widget.ui
+dialogs/remove-contact-dialog.ui
+tooltips/contacttooltip.ui
+tooltips/persontooltip.ui
 )
 
 add_executable (ktp-contactlist ${ktp_contactlist_SRCS})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-contact-list-15.04.0/dialogs/custom-presence-dialog.cpp 
new/ktp-contact-list-15.04.1/dialogs/custom-presence-dialog.cpp
--- old/ktp-contact-list-15.04.0/dialogs/custom-presence-dialog.cpp 
2015-04-07 20:39:57.0 +0200
+++ new/ktp-contact-list-15.04.1/dialogs/custom-presence-dialog.cpp 
2015-05-07 15:01:38.0 +0200
@@ -71,6 +71,7 @@
 setWindowTitle(i18n("Edit Custom Presences"));
 
 QDialogButtonBox *buttonBox = new 
QDialogButtonBox(QDialogButtonBox::Close, this);
+connect(buttonBox, SIGNAL(rejected()), this, SLOT(reject()));
 
 FilteredModel *filteredModel = new FilteredModel(this);
 filteredModel->setSourceModel(m_model);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-contact-list-15.04.0/main.cpp 
new/ktp-contact-list-15.04.1/main.cpp
--- old/ktp-contact-list-15.04.0/main.cpp   2015-04-07 20:39:57.0 
+0200
+++ new/ktp-contact-list-15.04.1/main.cpp   2015-05-07 15:01:38.0 
+0200
@@ -36,6 +36,8 @@
 int main(int argc, char *argv[])
 {
 QApplication app(argc, argv);
+KLocalizedString::setApplicationDomain("ktp-contactlist");
+
 KAboutData aboutData("ktpcontactlist", i18n("KDE Telepathy Contact List"), 
KTP_CONTACT_LIST_VERSION,
  i18n("KDE Telepathy Contact List"), 
KAboutLicense::GPL,
  i18n("(C) 2011, Martin Klapetek"));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-contact-list-15.04.0/org.kde.ktpcontactlist.desktop 
new/ktp-contact-list-15.04.1/org.kde.ktpcontactlist.desktop
--- old/ktp-contact-list-15.04.0/org.kde.ktpcontactlist.desktop 2015-04-07 
20:39:57.0 +0200
+++ new/ktp-contact-list-15.04.1/org.kde.ktpcontactlist.desktop 2015-05-07 
15:01:38.0 +0200
@@ -21,6 +21,8 @@
 Name[pl]=Kontakty komunikatorów internetowych
 Name[pt]=Contactos de MI
 Name[pt_BR]=Contatos de mensagens instantâneas
+Name[ro]=Contacte de MI
+Name[ru]=Список контактов
 Name[sk]=IM kontakty
 Name[sl]=Stiki hipnega sporočanja
 Name[sr]=ИМ контакти




commit ktp-approver for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package ktp-approver for openSUSE:Factory 
checked in at 2015-05-15 10:05:24

Comparing /work/SRC/openSUSE:Factory/ktp-approver (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-approver.new (New)


Package is "ktp-approver"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-approver/ktp-approver.changes
2015-05-11 18:33:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-approver.new/ktp-approver.changes   
2015-05-15 10:05:25.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:31:16 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  ktp-approver-15.04.0.tar.xz

New:

  ktp-approver-15.04.1.tar.xz



Other differences:
--
++ ktp-approver.spec ++
--- /var/tmp/diff_new_pack.CmK0lS/_old  2015-05-15 10:05:25.0 +0200
+++ /var/tmp/diff_new_pack.CmK0lS/_new  2015-05-15 10:05:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-approver
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:KDE Channel Approver for Telepathy
 License:LGPL-2.1+

++ ktp-approver-15.04.0.tar.xz -> ktp-approver-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-approver-15.04.0/CMakeLists.txt 
new/ktp-approver-15.04.1/CMakeLists.txt
--- old/ktp-approver-15.04.0/CMakeLists.txt 2015-04-07 20:35:49.0 
+0200
+++ new/ktp-approver-15.04.1/CMakeLists.txt 2015-05-07 14:58:24.0 
+0200
@@ -1,6 +1,6 @@
 project(ktp-approver)
 
-set(KTP_APPROVER_VERSION "15.04.0")
+set(KTP_APPROVER_VERSION "15.04.1")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-approver-15.04.0/ktp-approver.desktop 
new/ktp-approver-15.04.1/ktp-approver.desktop
--- old/ktp-approver-15.04.0/ktp-approver.desktop   2015-04-07 
20:35:49.0 +0200
+++ new/ktp-approver-15.04.1/ktp-approver.desktop   2015-05-07 
14:58:24.0 +0200
@@ -26,6 +26,7 @@
 Comment[pl]=Program zatwierdzający KTp
 Comment[pt]=Aprovação do KTp
 Comment[pt_BR]=Aprovação KTp
+Comment[ro]=KTp Approver
 Comment[ru]=Уведомитель KTp
 Comment[sk]=KTp schvaľovateľ
 Comment[sl]=Odobritelj KTp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-approver-15.04.0/src/CMakeLists.txt 
new/ktp-approver-15.04.1/src/CMakeLists.txt
--- old/ktp-approver-15.04.0/src/CMakeLists.txt 2015-04-07 20:35:49.0 
+0200
+++ new/ktp-approver-15.04.1/src/CMakeLists.txt 2015-05-07 14:58:24.0 
+0200
@@ -1,3 +1,5 @@
+add_definitions(-DTRANSLATION_DOMAIN=\"kded_ktp_approver\")
+
 set(ktp_approver_SRCS
 ktp_approver_debug.cpp
 ktpapprovermodule.cpp




commit ktp-accounts-kcm for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package ktp-accounts-kcm for 
openSUSE:Factory checked in at 2015-05-15 10:05:21

Comparing /work/SRC/openSUSE:Factory/ktp-accounts-kcm (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-accounts-kcm.new (New)


Package is "ktp-accounts-kcm"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-accounts-kcm/ktp-accounts-kcm.changes
2015-05-11 19:24:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-accounts-kcm.new/ktp-accounts-kcm.changes   
2015-05-15 10:05:22.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:31:11 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  ktp-accounts-kcm-15.04.0.tar.xz

New:

  ktp-accounts-kcm-15.04.1.tar.xz



Other differences:
--
++ ktp-accounts-kcm.spec ++
--- /var/tmp/diff_new_pack.XgDZjQ/_old  2015-05-15 10:05:22.0 +0200
+++ /var/tmp/diff_new_pack.XgDZjQ/_new  2015-05-15 10:05:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-accounts-kcm
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:KCM Module for configuring Telepathy Instant Messaging Accounts
 License:LGPL-2.1+

++ ktp-accounts-kcm-15.04.0.tar.xz -> ktp-accounts-kcm-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-accounts-kcm-15.04.0/CMakeLists.txt 
new/ktp-accounts-kcm-15.04.1/CMakeLists.txt
--- old/ktp-accounts-kcm-15.04.0/CMakeLists.txt 2015-04-07 20:44:32.0 
+0200
+++ new/ktp-accounts-kcm-15.04.1/CMakeLists.txt 2015-05-07 15:10:03.0 
+0200
@@ -10,7 +10,7 @@
 find_package(KF5 5.0.0 REQUIRED KCMUtils KIO I18n WidgetsAddons Codecs 
CoreAddons ConfigWidgets IconThemes ItemViews)
 
 set(KTP_ACCOUNTS_KCM_SONUMBER "9")
-set(KTP_ACCOUNTS_KCM_VERSION "15.04.0")
+set(KTP_ACCOUNTS_KCM_VERSION "15.04.1")
 
 set(IS_KTP_INTERNAL_MODULE TRUE)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-15.04.0/data/kaccounts/disabled/facebook-im.service.in 
new/ktp-accounts-kcm-15.04.1/data/kaccounts/disabled/facebook-im.service.in
--- old/ktp-accounts-kcm-15.04.0/data/kaccounts/disabled/facebook-im.service.in 
1970-01-01 01:00:00.0 +0100
+++ new/ktp-accounts-kcm-15.04.1/data/kaccounts/disabled/facebook-im.service.in 
2015-05-07 15:10:03.0 +0200
@@ -0,0 +1,25 @@
+
+
+  IM
+  
+  <_name>Chat
+  facebook-im
+  facebook
+  kaccounts-providers
+
+
+  
+
+  true
+  gabble
+  jabber
+
+  chat.facebook.com
+  chat.facebook.com
+  chat.facebook.com:443
+
+  
+
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-15.04.0/data/kaccounts/facebook-im.service.in 
new/ktp-accounts-kcm-15.04.1/data/kaccounts/facebook-im.service.in
--- old/ktp-accounts-kcm-15.04.0/data/kaccounts/facebook-im.service.in  
2015-04-07 20:44:32.0 +0200
+++ new/ktp-accounts-kcm-15.04.1/data/kaccounts/facebook-im.service.in  
1970-01-01 01:00:00.0 +0100
@@ -1,25 +0,0 @@
-
-
-  IM
-  
-  <_name>Chat
-  facebook-im
-  facebook
-  kaccounts-providers
-
-
-  
-
-  true
-  gabble
-  jabber
-
-  chat.facebook.com
-  chat.facebook.com
-  chat.facebook.com:443
-
-  
-
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-15.04.0/plugins/kaccounts/kaccounts-ui-provider.cpp 
new/ktp-accounts-kcm-15.04.1/plugins/kaccounts/kaccounts-ui-provider.cpp
--- old/ktp-accounts-kcm-15.04.0/plugins/kaccounts/kaccounts-ui-provider.cpp
2015-04-07 20:44:32.0 +0200
+++ new/ktp-accounts-kcm-15.04.1/plugins/kaccounts/kaccounts-ui-provider.cpp
2015-05-07 15:10:03.0 +0200
@@ -182,7 +182,8 @@
 
 QDialogButtonBox *dbb = new QDialogButtonBox(QDialogButtonBox::Ok | 
QDialogButtonBox::Cancel, d->dialog);
 connect(dbb, &QDialogButtonBox::accepted, this, 
&KAccountsUiProvider::onCreateAccountDialogAccepted);
-connect(dbb, &QDialogButtonBox::rejected, this, 
&KAccountsUiProvider::onCreateAccountDialogRejected);
+connect(dbb, &QDialogButtonBox::rejected, d->dialog, &QDialog::reject);
+connect(d->dialog, &QDialog::rejected, this, 
&KAccountsUiProvider::onCreateAccountDialogRejected);
 
 mainLayout->addWidget(d->accountEditWidget);
 mainLayout->addWidget(dbb);
@@ -234,7 +235,8 @@
 
 QDialogButtonBox *dbb = new QDialogButtonBox(QDialogButtonBox::Ok | 
QDialogButtonBox::Cancel, d->dialog);
 connect(dbb, &QDial

commit ktp-auth-handler for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package ktp-auth-handler for 
openSUSE:Factory checked in at 2015-05-15 10:05:26

Comparing /work/SRC/openSUSE:Factory/ktp-auth-handler (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-auth-handler.new (New)


Package is "ktp-auth-handler"

Changes:

--- /work/SRC/openSUSE:Factory/ktp-auth-handler/ktp-auth-handler.changes
2015-05-11 19:24:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-auth-handler.new/ktp-auth-handler.changes   
2015-05-15 10:05:28.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:31:20 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  ktp-auth-handler-15.04.0.tar.xz

New:

  ktp-auth-handler-15.04.1.tar.xz



Other differences:
--
++ ktp-auth-handler.spec ++
--- /var/tmp/diff_new_pack.15H096/_old  2015-05-15 10:05:28.0 +0200
+++ /var/tmp/diff_new_pack.15H096/_new  2015-05-15 10:05:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-auth-handler
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:Telepathy auth handler
 License:LGPL-2.1+

++ ktp-auth-handler-15.04.0.tar.xz -> ktp-auth-handler-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-auth-handler-15.04.0/CMakeLists.txt 
new/ktp-auth-handler-15.04.1/CMakeLists.txt
--- old/ktp-auth-handler-15.04.0/CMakeLists.txt 2015-04-07 20:38:12.0 
+0200
+++ new/ktp-auth-handler-15.04.1/CMakeLists.txt 2015-05-07 14:59:08.0 
+0200
@@ -1,6 +1,6 @@
 project(ktp-auth-handler)
 
-set(KTP_AUTH_HANDLER_VERSION "15.04.0")
+set(KTP_AUTH_HANDLER_VERSION "15.04.1")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 




commit kdenlive for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package kdenlive for openSUSE:Factory 
checked in at 2015-05-15 10:05:03

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


Package is "kdenlive"

Changes:

--- /work/SRC/openSUSE:Factory/kdenlive/kdenlive.changes2015-05-11 
19:32:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdenlive.new/kdenlive.changes   2015-05-15 
10:05:04.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:30:39 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  kdenlive-15.04.0.tar.xz

New:

  kdenlive-15.04.1.tar.xz



Other differences:
--
++ kdenlive.spec ++
--- /var/tmp/diff_new_pack.gkKV2Y/_old  2015-05-15 10:05:05.0 +0200
+++ /var/tmp/diff_new_pack.gkKV2Y/_new  2015-05-15 10:05:05.0 +0200
@@ -19,13 +19,13 @@
 %define mlt_version 0.9.6
 
 Name:   kdenlive
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:Non-linear video editor
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Video/Editors and Convertors
 Url:http://www.kdenlive.org/
-Source0:
http://download.kde.org/stable/applications/15.04.0/src/%{name}-%{version}.tar.xz
+Source0:
http://download.kde.org/stable/applications/15.04.1/src/%{name}-%{version}.tar.xz
 Patch1: use-mlt_datadir.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes

++ kdenlive-15.04.0.tar.xz -> kdenlive-15.04.1.tar.xz ++
 1916 lines of diff (skipped)




commit ktp-common-internals for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package ktp-common-internals for 
openSUSE:Factory checked in at 2015-05-15 10:05:18

Comparing /work/SRC/openSUSE:Factory/ktp-common-internals (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-common-internals.new (New)


Package is "ktp-common-internals"

Changes:

--- 
/work/SRC/openSUSE:Factory/ktp-common-internals/ktp-common-internals.changes
2015-05-11 19:32:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-common-internals.new/ktp-common-internals.changes
   2015-05-15 10:05:19.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:31:02 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  ktp-common-internals-15.04.0.tar.xz

New:

  ktp-common-internals-15.04.1.tar.xz



Other differences:
--
++ ktp-common-internals.spec ++
--- /var/tmp/diff_new_pack.Wf60ql/_old  2015-05-15 10:05:19.0 +0200
+++ /var/tmp/diff_new_pack.Wf60ql/_new  2015-05-15 10:05:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-common-internals
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:Telepathy common module
 License:LGPL-2.1+

++ ktp-common-internals-15.04.0.tar.xz -> 
ktp-common-internals-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-common-internals-15.04.0/CMakeLists.txt 
new/ktp-common-internals-15.04.1/CMakeLists.txt
--- old/ktp-common-internals-15.04.0/CMakeLists.txt 2015-04-07 
20:43:54.0 +0200
+++ new/ktp-common-internals-15.04.1/CMakeLists.txt 2015-05-07 
15:00:48.0 +0200
@@ -2,6 +2,11 @@
 
 cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)
 
+# Bump for every 0.x release, or whenever BC changes
+set (KTP_SONUMBER 9) # SO 9 is for 15.04 release
+set (KTP_VERSION "15.04.1")
+set (KTP_MESSAGE_FILTER_FRAMEWORK_VERSION "5")
+
 find_package(ECM 0.0.11 REQUIRED NO_MODULE)
 set (CMAKE_MODULE_PATH
  "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules"
@@ -66,11 +71,6 @@
 set_package_properties(LibOTR PROPERTIES DESCRIPTION "Required for OTR 
support" TYPE OPTIONAL)
 set_package_properties(Libgcrypt PROPERTIES DESCRIPTION "Required for OTR 
support" TYPE OPTIONAL)
 
-# Bump for every 0.x release, or whenever BC changes
-set (KTP_SONUMBER 9) # SO 9 is for 15.04 release
-set (KTP_VERSION "15.04.0")
-set (KTP_MESSAGE_FILTER_FRAMEWORK_VERSION "5")
-
 
add_definitions(-DKTP_MESSAGE_FILTER_FRAMEWORK_VERSION=\"${KTP_MESSAGE_FILTER_FRAMEWORK_VERSION}\")
 add_definitions(-DTRANSLATION_DOMAIN=\"ktp-common-internals\")
 add_definitions (
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-common-internals-15.04.0/KTp/Widgets/CMakeLists.txt 
new/ktp-common-internals-15.04.1/KTp/Widgets/CMakeLists.txt
--- old/ktp-common-internals-15.04.0/KTp/Widgets/CMakeLists.txt 2015-04-07 
20:43:54.0 +0200
+++ new/ktp-common-internals-15.04.1/KTp/Widgets/CMakeLists.txt 2015-05-07 
15:00:48.0 +0200
@@ -29,10 +29,10 @@
  settings-kcm-dialog.h
 )
 
-qt5_wrap_ui (ktp_widgets_private_SRCS
-   add-contact-dialog.ui
-   join-chat-room-dialog.ui
-   start-chat-dialog.ui
+ki18n_wrap_ui(ktp_widgets_private_SRCS
+add-contact-dialog.ui
+join-chat-room-dialog.ui
+start-chat-dialog.ui
 )
 
 add_library (KTpWidgets
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-common-internals-15.04.0/data/ktelepathy.notifyrc 
new/ktp-common-internals-15.04.1/data/ktelepathy.notifyrc
--- old/ktp-common-internals-15.04.0/data/ktelepathy.notifyrc   2015-04-07 
20:43:54.0 +0200
+++ new/ktp-common-internals-15.04.1/data/ktelepathy.notifyrc   2015-05-07 
15:00:48.0 +0200
@@ -736,7 +736,7 @@
 Comment[pt]=Foi recebida uma mensagem na janela de conversação activa
 Comment[pt_BR]=Chegou uma mensagem na janela de bate-papo ativa
 Comment[ro]=A fost recepționat un mesaj de intrare în fereastra de discuții 
activă
-Comment[ru]=Получено входящее сообщение в активном окне общения
+Comment[ru]=В активном окне разговора получено новое сообщение
 Comment[sk]=Bola prijatá prichádzajúca správa v okne aktívneho rozhovoru
 Comment[sl]=Prejeto je bilo dohodno sporočilo v oknu dejavnega klepeta
 Comment[sr]=Примљена је порука у прозору активног ћаскања
@@ -782,6 +782,8 @@
 Name[pl]=Wiadomość przychodząca w rozmowie grupowej
 Name[pt]=Mensagem Recebida na Conversa em Grupo
 Name[pt_BR]=Mensagem recebida no bate-papo em grupo
+Name[ro]=Mesaj

commit signon-kwallet-extension for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package signon-kwallet-extension for 
openSUSE:Factory checked in at 2015-05-15 10:05:14

Comparing /work/SRC/openSUSE:Factory/signon-kwallet-extension (Old)
 and  /work/SRC/openSUSE:Factory/.signon-kwallet-extension.new (New)


Package is "signon-kwallet-extension"

Changes:

--- 
/work/SRC/openSUSE:Factory/signon-kwallet-extension/signon-kwallet-extension.changes
2015-05-11 19:24:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.signon-kwallet-extension.new/signon-kwallet-extension.changes
   2015-05-15 10:05:15.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:30:57 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  signon-kwallet-extension-15.04.0.tar.xz

New:

  signon-kwallet-extension-15.04.1.tar.xz



Other differences:
--
++ signon-kwallet-extension.spec ++
--- /var/tmp/diff_new_pack.uYUd0n/_old  2015-05-15 10:05:15.0 +0200
+++ /var/tmp/diff_new_pack.uYUd0n/_new  2015-05-15 10:05:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   signon-kwallet-extension
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:KWallet integration for signon framework
 License:GPL-2.0+

++ signon-kwallet-extension-15.04.0.tar.xz -> 
signon-kwallet-extension-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/signon-kwallet-extension-15.04.0/CMakeLists.txt 
new/signon-kwallet-extension-15.04.1/CMakeLists.txt
--- old/signon-kwallet-extension-15.04.0/CMakeLists.txt 2015-04-07 
21:05:38.0 +0200
+++ new/signon-kwallet-extension-15.04.1/CMakeLists.txt 2015-05-07 
15:11:07.0 +0200
@@ -1,8 +1,8 @@
 project(kwalletsignon5)
 set(kwalletsignon_VERSION_MAJOR 15)
 set(kwalletsignon_VERSION_MINOR 04)
-set(kwalletsignon_VERSION_RELEASE 0)
-set(kwalletsignon_VERSION "15.04.0")
+set(kwalletsignon_VERSION_RELEASE 1)
+set(kwalletsignon_VERSION "15.04.1")
 
 cmake_minimum_required(VERSION 2.8.12)
 




commit kaccounts-providers for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package kaccounts-providers for 
openSUSE:Factory checked in at 2015-05-15 10:05:11

Comparing /work/SRC/openSUSE:Factory/kaccounts-providers (Old)
 and  /work/SRC/openSUSE:Factory/.kaccounts-providers.new (New)


Package is "kaccounts-providers"

Changes:

--- /work/SRC/openSUSE:Factory/kaccounts-providers/kaccounts-providers.changes  
2015-05-11 19:24:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kaccounts-providers.new/kaccounts-providers.changes 
2015-05-15 10:05:12.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:30:52 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  kaccounts-providers-15.04.0.tar.xz

New:

  kaccounts-providers-15.04.1.tar.xz



Other differences:
--
++ kaccounts-providers.spec ++
--- /var/tmp/diff_new_pack.qPW5OQ/_old  2015-05-15 10:05:12.0 +0200
+++ /var/tmp/diff_new_pack.qPW5OQ/_new  2015-05-15 10:05:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kaccounts-providers
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:KDE Accounts Providers
 License:GPL-2.0+

++ kaccounts-providers-15.04.0.tar.xz -> kaccounts-providers-15.04.1.tar.xz 
++




commit libkgeomap for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package libkgeomap for openSUSE:Factory 
checked in at 2015-05-15 10:04:55

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


Package is "libkgeomap"

Changes:

--- /work/SRC/openSUSE:Factory/libkgeomap/libkgeomap.changes2015-05-11 
19:47:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkgeomap.new/libkgeomap.changes   
2015-05-15 10:04:57.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:30:27 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  libkgeomap-15.04.0.tar.xz

New:

  libkgeomap-15.04.1.tar.xz



Other differences:
--
++ libkgeomap.spec ++
--- /var/tmp/diff_new_pack.GtxioF/_old  2015-05-15 10:04:57.0 +0200
+++ /var/tmp/diff_new_pack.GtxioF/_new  2015-05-15 10:04:57.0 +0200
@@ -24,7 +24,7 @@
 Group:  Development/Libraries/KDE
 Summary:Wrapper around different world-map components
 Url:http://www.kde.org
-Version:15.04.0
+Version:15.04.1
 Release:1
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkgeomap-15.04.0.tar.xz -> libkgeomap-15.04.1.tar.xz ++




commit kaccounts-integration for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package kaccounts-integration for 
openSUSE:Factory checked in at 2015-05-15 10:05:08

Comparing /work/SRC/openSUSE:Factory/kaccounts-integration (Old)
 and  /work/SRC/openSUSE:Factory/.kaccounts-integration.new (New)


Package is "kaccounts-integration"

Changes:

--- 
/work/SRC/openSUSE:Factory/kaccounts-integration/kaccounts-integration.changes  
2015-05-11 19:24:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kaccounts-integration.new/kaccounts-integration.changes
 2015-05-15 10:05:09.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:30:48 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  kaccounts-integration-15.04.0.tar.xz

New:

  kaccounts-integration-15.04.1.tar.xz



Other differences:
--
++ kaccounts-integration.spec ++
--- /var/tmp/diff_new_pack.3JJivj/_old  2015-05-15 10:05:10.0 +0200
+++ /var/tmp/diff_new_pack.3JJivj/_new  2015-05-15 10:05:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kaccounts-integration
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:KDE Accounts Providers
 License:GPL-2.0+

++ kaccounts-integration-15.04.0.tar.xz -> 
kaccounts-integration-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-integration-15.04.0/CMakeLists.txt 
new/kaccounts-integration-15.04.1/CMakeLists.txt
--- old/kaccounts-integration-15.04.0/CMakeLists.txt2015-04-07 
21:03:55.0 +0200
+++ new/kaccounts-integration-15.04.1/CMakeLists.txt2015-05-07 
15:07:59.0 +0200
@@ -8,7 +8,7 @@
 
 enable_testing()
 
-set(KACCOUNTS_VERSION "15.04.0")
+set(KACCOUNTS_VERSION "15.04.1")
 set(KACCOUNTS_SOVERSION "1")
 set(REQUIRED_QT_VERSION "5.2.0")
 set(KF5_DEP_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-15.04.0/src/daemon/accounts.desktop 
new/kaccounts-integration-15.04.1/src/daemon/accounts.desktop
--- old/kaccounts-integration-15.04.0/src/daemon/accounts.desktop   
2015-04-07 21:03:55.0 +0200
+++ new/kaccounts-integration-15.04.1/src/daemon/accounts.desktop   
2015-05-07 15:07:59.0 +0200
@@ -13,6 +13,7 @@
 Name[fr]=Comptes
 Name[hu]=Fiókok
 Name[it]=Account
+Name[ko]=계정
 Name[nl]=Accounts
 Name[pl]=Konta
 Name[pt]=Contas
@@ -44,6 +45,7 @@
 Comment[fr]=Gestion des comptes
 Comment[hu]=Fiókkezelés
 Comment[it]=Gestione account
+Comment[ko]=계정 관리
 Comment[nl]=Accountbeheer
 Comment[pl]=Zarządzanie kontami
 Comment[pt]=Gestão de contas
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-15.04.0/src/kcm_kaccounts.desktop 
new/kaccounts-integration-15.04.1/src/kcm_kaccounts.desktop
--- old/kaccounts-integration-15.04.0/src/kcm_kaccounts.desktop 2015-04-07 
21:03:55.0 +0200
+++ new/kaccounts-integration-15.04.1/src/kcm_kaccounts.desktop 2015-05-07 
15:07:59.0 +0200
@@ -24,10 +24,11 @@
 Name[fr]=Comptes en ligne
 Name[hu]=Online fiókok
 Name[it]=Account in linea
+Name[ko]=온라인 계정
 Name[nl]=Online rekeningen
 Name[pl]=Konta sieciowe
 Name[pt]=Contas 'Online'
-Name[pt_BR]=Contas online
+Name[pt_BR]=Contas Online
 Name[ru]=Учётные записи в Интернете
 Name[sk]=Online účty
 Name[sl]=Spletni računi
@@ -56,6 +57,7 @@
 Comment[fr]=Configurez vos comptes Internet tels que Google, Live, OwnCloud
 Comment[hu]=Állítsa be internetes fiókjait (Google, Live, Owncloud, stb)
 Comment[it]=Configura i tuoi account internet come Google, Live, ownCloud
+Comment[ko]=Google, Live, Owncloud 등 인터넷 계정 관리
 Comment[nl]=Stel uw internetaccounts in zoals Google, Live, Owncloud
 Comment[pl]=Skonfiguruj swoje konta internetowe, takie jak Google, Live, 
Owncloud
 Comment[pt]=Configure as suas contas da Internet, como as do Google, Live, 
Owncloud
@@ -88,10 +90,11 @@
 X-KDE-Keywords[fr]=Réseau, Google, Live, OwnCloud
 X-KDE-Keywords[hu]=Hálózat,Google,Live,Owncloud
 X-KDE-Keywords[it]=Rete,Google,Live,ownCloud
+X-KDE-Keywords[ko]=Network,Google,Live,ownCloud,계정,네트워크
 X-KDE-Keywords[nl]=Netwerk,Google,Live,ownCloud
 X-KDE-Keywords[pl]=Sieć,Google,Live,ownCloud
 X-KDE-Keywords[pt]=Rede,Google,Live,ownCloud
-X-KDE-Keywords[pt_BR]=Rede,Google,Live,ownCloud
+X-KDE-Keywords[pt_BR]=Rede,Internet,Google,Live,ownCloud
 X-KDE-Keywords[ru]=Network,Google,Live,ownCloud,учётные записи,учетные 
записи,Интернет,социальные сети,мгновенные 
сообщения,Facebook,ICQ,Jabber,Gadu-Gadu,KDE Talk,Yahoo,IBM Same

commit picmi for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package picmi for openSUSE:Factory checked 
in at 2015-05-15 10:03:59

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


Package is "picmi"

Changes:

--- /work/SRC/openSUSE:Factory/picmi/picmi.changes  2015-05-11 
19:22:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.picmi.new/picmi.changes 2015-05-15 
10:04:05.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:28:28 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  picmi-15.04.0.tar.xz

New:

  picmi-15.04.1.tar.xz



Other differences:
--
++ picmi.spec ++
--- /var/tmp/diff_new_pack.u8grbQ/_old  2015-05-15 10:04:05.0 +0200
+++ /var/tmp/diff_new_pack.u8grbQ/_new  2015-05-15 10:04:05.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Logic
 Url:http://www.kde.org
-Version:15.04.0
+Version:15.04.1
 Release:0
 Source0:picmi-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ picmi-15.04.0.tar.xz -> picmi-15.04.1.tar.xz ++




commit pairs for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package pairs for openSUSE:Factory checked 
in at 2015-05-15 10:03:51

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


Package is "pairs"

Changes:

--- /work/SRC/openSUSE:Factory/pairs/pairs.changes  2015-05-11 
19:22:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.pairs.new/pairs.changes 2015-05-15 
10:04:02.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:28:13 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  pairs-15.04.0.tar.xz

New:

  pairs-15.04.1.tar.xz



Other differences:
--
++ pairs.spec ++
--- /var/tmp/diff_new_pack.QHe79w/_old  2015-05-15 10:04:02.0 +0200
+++ /var/tmp/diff_new_pack.QHe79w/_new  2015-05-15 10:04:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pairs
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:Memory and Pairs Game
 License:GPL-2.0+

++ pairs-15.04.0.tar.xz -> pairs-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pairs-15.04.0/pairs.appdata.xml 
new/pairs-15.04.1/pairs.appdata.xml
--- old/pairs-15.04.0/pairs.appdata.xml 2015-02-21 03:13:43.0 +0100
+++ new/pairs-15.04.1/pairs.appdata.xml 2015-04-27 07:43:36.0 +0200
@@ -13,6 +13,7 @@
   Pairs
   Paarid
   Parit
+  Pairs
   Poren
   Paren
   Pary
@@ -34,6 +35,7 @@
   Juego para la mejora de la memoria
   Mälu parandamise mäng
   Muistipeli
+  기억력 향상 게임
   Speel för't Verbetern vun't Behollen
   Geheugenoefenspel
   Gra na ćwiczenie pamięci
@@ -73,6 +75,7 @@
 Juegos:
 Mängud:
 Pelit:
+게임:
 Spelen:
 Spellen:
 Gry:




commit analitza for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package analitza for openSUSE:Factory 
checked in at 2015-05-15 10:04:24

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


Package is "analitza"

Changes:

--- /work/SRC/openSUSE:Factory/analitza/analitza.changes2015-05-11 
19:23:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.analitza.new/analitza.changes   2015-05-15 
10:04:25.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:29:10 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  analitza-15.04.0.tar.xz

New:

  analitza-15.04.1.tar.xz



Other differences:
--
++ analitza.spec ++
--- /var/tmp/diff_new_pack.zsgmOC/_old  2015-05-15 10:04:25.0 +0200
+++ /var/tmp/diff_new_pack.zsgmOC/_new  2015-05-15 10:04:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   analitza
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:A library to add mathematical features to programs
 License:LGPL-2.1+

++ analitza-15.04.0.tar.xz -> analitza-15.04.1.tar.xz ++




commit parley for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package parley for openSUSE:Factory checked 
in at 2015-05-15 10:04:51

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


Package is "parley"

Changes:

--- /work/SRC/openSUSE:Factory/parley/parley.changes2015-05-11 
19:24:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.parley.new/parley.changes   2015-05-15 
10:04:52.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:30:17 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  parley-15.04.0.tar.xz

New:

  parley-15.04.1.tar.xz



Other differences:
--
++ parley.spec ++
--- /var/tmp/diff_new_pack.o3NwtR/_old  2015-05-15 10:04:53.0 +0200
+++ /var/tmp/diff_new_pack.o3NwtR/_new  2015-05-15 10:04:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   parley
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:Vocabulary Trainer
 License:GPL-2.0+

++ parley-15.04.0.tar.xz -> parley-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/parley-15.04.0/parley.appdata.xml 
new/parley-15.04.1/parley.appdata.xml
--- old/parley-15.04.0/parley.appdata.xml   2015-03-17 14:59:02.0 
+0100
+++ new/parley-15.04.1/parley.appdata.xml   2015-04-27 13:15:48.0 
+0200
@@ -15,12 +15,14 @@
   Parley
   Parley
   Parley
+  Parley
   Parley
   Parley
   Parley
   Parley
   Parley
   Parley
+  Parley
   Parley
   Parley
   Parley
@@ -39,12 +41,14 @@
   Sõnavara treening
   Sanaston harjoitusohjelma
   Apprendimento di vocaboli
+  어휘 연습 도구
   Žodyno treniruoklis
   Vokaveln lehren
   Woordjes oefenen
   Trening słownictwa
   Treinador do Vocabulário
   Treinador de vocabulário
+  Программа для изучения новой лексики
   Tréner slovnej zásoby
   Učenje besedišča
   Ordförrådsträning
@@ -66,6 +70,7 @@
 Parley jest programem do ćwiczenia słownictwa. Pomaga 
zapamiętać słownictwo np. w przypadku nauki obcego języka. Zapewnia wiele 
możliwości zależnych od języka, lecz można go użyć także do nauki innych 
rzeczy. Używa metody nauki polegającej na powtarzaniu w czasie, co sprawia, że 
nauka jest optymalna. Zbiory słownictwa można pobrać poprzez usługę "Get Hot 
New Stuff" lub utworzyć poprzez wbudowany edytor.
 O Parley é um treinador de vocabulários. Ajuda-o a 
memorizar o seu vocabulário, quando por exemplo está a tentar aprender uma 
língua estrangeira. Ele suporta muitas funcionalidades específicas das línguas, 
mas também poderá ser usado para outras tarefas de aprendizagem. Ele usa o 
método de aprendizagem por repetição espaçada, o que torna a aprendizagem 
óptima. As colecções de vocabulários poderão ser obtidas pelo mecanismo para 
"Obter Coisas Novas" ou criadas com o editor incorporado.
 Parley é um treinador de vocabulários. Ele o ajuda a 
memorizar seu vocabulário, quando, por exemplo, você estiver tentando aprender 
um idioma estrangeiro. Ele tem suporte a muitas funcionalidades específicas de 
idiomas, mas também pode ser usado para outras tarefas de aprendizagem. Ele usa 
o método de aprendizagem por repetição espaçada, o que torna a aprendizagem 
ótima. As coleções de vocabulários poderão ser obtidas pela funcionalidade 
"Obter novidades" ou criadas com o editor incorporado.
+Parley — программа для тренировки словарного запаса, 
например при изучении иностранного языка. Учитываются особенности языков, но 
тем не менее возможно заучивать не только переводы слов, но и другую 
информацию. В программе используется техника интервальных повторений, 
ускоряющая заучивание. Можно создавать свои файлы словарей. Также доступны 
готовые файлы, предоставленные другими пользователями Parley, которые можно 
загрузить прямо из программы.
 Parley je tréner slovnej zásoby. Pomôže vám naučiť sa 
slovnú zásobu, napríklad keď sa snažíte naučiť cudzí jazyk. Podporuje mnoho 
jazykovo špecifických funkcií, ale dá sa použiť aj na iné výukové účely. 
Používa metódu rozloženého opakovania učenia, ktorá robí výuku optimálnou. 
Kolekcie slovnej zásoby sa dajú stiahnuť cez "Získať nový materiál" alebo 
vytvoriť cez zabudovaný editor.
 Parley vam lahko pomaga pri učenju besedišča, če se na 
primer poskušate naučiti tuj jezik. Podpira zmožnosti, ki so določene za nek 
jezik, lahko pa ga uporabite tudi za druge stvari. Uporablja posebne metode, ki 
optimizirajo učenje. Zbirke besedišč lahko prejmete s pomočjo "Dobi vroče 
novosti" ali pa uporabite vgrajen urejevalnik.
 Pa

commit kate for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package kate for openSUSE:Factory checked in 
at 2015-05-15 10:04:35

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


Package is "kate"

Changes:

--- /work/SRC/openSUSE:Factory/kate/kate.changes2015-05-11 
19:32:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.kate.new/kate.changes   2015-05-15 
10:04:37.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:29:36 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  kate-15.04.0.tar.xz

New:

  kate-15.04.1.tar.xz



Other differences:
--
++ kate.spec ++
--- /var/tmp/diff_new_pack.Rirgio/_old  2015-05-15 10:04:37.0 +0200
+++ /var/tmp/diff_new_pack.Rirgio/_new  2015-05-15 10:04:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kate
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:Advanced Text Editor
 License:GPL-2.0+

++ kate-15.04.0.tar.xz -> kate-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kate-15.04.0/addons/backtracebrowser/katebacktracebrowserplugin.desktop 
new/kate-15.04.1/addons/backtracebrowser/katebacktracebrowserplugin.desktop
--- old/kate-15.04.0/addons/backtracebrowser/katebacktracebrowserplugin.desktop 
2015-04-04 14:41:53.0 +0200
+++ new/kate-15.04.1/addons/backtracebrowser/katebacktracebrowserplugin.desktop 
2015-05-07 13:58:12.0 +0200
@@ -39,7 +39,7 @@
 Name[pt]=Navegação na Lista de Chamadas
 Name[pt_BR]=Navegador de estouros
 Name[ro]=Navigator de backtrace-uri
-Name[ru]=Просмотрщик протокола сбоя
+Name[ru]=Просмотрщик стека вызовов
 Name[si]=පසුසෙවුම් ගවේශකය
 Name[sk]=Prehliadač Backtrace
 Name[sl]=Brskalnik po povratnih sledeh
@@ -90,7 +90,7 @@
 Comment[pt]=Área da ferramenta de navegação pela lista de chamadas
 Comment[pt_BR]=Janela da ferramenta de navegação dos estouros
 Comment[ro]=Mod de vizualizare a navigării backtrace
-Comment[ru]=Инструмент навигации протоколов сбоя
+Comment[ru]=Инструмент для просмотра стека вызовов
 Comment[si]=පසුසෙවුම් ගවේශන මෙවලම් දසුන
 Comment[sk]=Zobrazenie nástroja backtrace navigácie
 Comment[sl]=Orodni pogled za brskanje po povratnih sledeh
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kate-15.04.0/addons/pate/src/katepythonplugin.desktop 
new/kate-15.04.1/addons/pate/src/katepythonplugin.desktop
--- old/kate-15.04.0/addons/pate/src/katepythonplugin.desktop   2015-04-04 
14:41:53.0 +0200
+++ new/kate-15.04.1/addons/pate/src/katepythonplugin.desktop   2015-05-07 
13:58:12.0 +0200
@@ -19,6 +19,7 @@
 Comment[he]=תוספי Python של Kate
 Comment[hu]=Kate Python bővítmény
 Comment[ia]=Plugins de Python pro Kate
+Comment[it]=Estensione per Python di Kate
 Comment[kk]=Kate Python плагині
 Comment[ko]=Kate 파이썬 플러그인
 Comment[lt]=Kate Python priedas
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kate-15.04.0/addons/pate/src/plugins/cmake_utils/katepate_cmake_utils.desktop
 
new/kate-15.04.1/addons/pate/src/plugins/cmake_utils/katepate_cmake_utils.desktop
--- 
old/kate-15.04.0/addons/pate/src/plugins/cmake_utils/katepate_cmake_utils.desktop
   2015-04-04 14:41:53.0 +0200
+++ 
new/kate-15.04.1/addons/pate/src/plugins/cmake_utils/katepate_cmake_utils.desktop
   2015-05-07 13:58:12.0 +0200
@@ -19,6 +19,7 @@
 Name[he]=שירותיות CMake
 Name[hu]=CMake segédprogramok
 Name[ia]=Utilitates de CMake
+Name[it]=Programmi per CMake
 Name[kk]=CMake утилиталары
 Name[ko]=CMake 유틸리티
 Name[lt]=CMake pagalbininkai
@@ -59,6 +60,7 @@
 Comment[he]=משלים קוד, מטמון ודפדפן עזרה
 Comment[hu]=Kódkiegészítő, gyorsítótár és súgóböngésző
 Comment[ia]=Completator de codice, cache e navigator de adjuta
+Comment[it]=Completatore di codice, navigatore di cache e aiutante
 Comment[kk]=Код толтырғышы, кэш пен көмек шолғышы
 Comment[ko]=코드 자동 완성, 캐시 및 도움말 탐색기
 Comment[nb]=Kodefullfører, mellomlager og hjelp-navigatør
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kate-15.04.0/addons/pate/src/plugins/expand/katepate_expand.desktop 
new/kate-15.04.1/addons/pate/src/plugins/expand/katepate_expand.desktop
--- old/kate-15.04.0/addons/pate/src/plugins/expand/katepate_expand.desktop 
2015-04-04 14:41:53.0 +0200
+++ new/kate-15.04.1/addons/pate/src/plugins/expand/katepate_expand.desktop 
2015-05-07 13:58:12.0 +0200
@@ -18,6 +18,7 @@
 Name[he]=הרח

commit sweeper for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package sweeper for openSUSE:Factory checked 
in at 2015-05-15 10:04:17

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


Package is "sweeper"

Changes:

--- /work/SRC/openSUSE:Factory/sweeper/sweeper.changes  2015-05-11 
19:22:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.sweeper.new/sweeper.changes 2015-05-15 
10:04:18.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:28:59 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  sweeper-15.04.0.tar.xz

New:

  sweeper-15.04.1.tar.xz



Other differences:
--
++ sweeper.spec ++
--- /var/tmp/diff_new_pack.1JwJv7/_old  2015-05-15 10:04:18.0 +0200
+++ /var/tmp/diff_new_pack.1JwJv7/_new  2015-05-15 10:04:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sweeper
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:KDE Privacy Utility
 License:LGPL-2.1+

++ sweeper-15.04.0.tar.xz -> sweeper-15.04.1.tar.xz ++




commit okteta for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2015-05-15 10:04:48

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


Package is "okteta"

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2015-05-11 
19:21:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2015-05-15 
10:04:49.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:30:11 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  okteta-15.04.0.tar.xz

New:

  okteta-15.04.1.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.Kbo59r/_old  2015-05-15 10:04:49.0 +0200
+++ /var/tmp/diff_new_pack.Kbo59r/_new  2015-05-15 10:04:49.0 +0200
@@ -39,7 +39,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:15.04.0
+Version:15.04.1
 Release:0
 Source0:okteta-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ okteta-15.04.0.tar.xz -> okteta-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-15.04.0/core/piecetable/tests/piecetablechangehistorytest.cpp 
new/okteta-15.04.1/core/piecetable/tests/piecetablechangehistorytest.cpp
--- old/okteta-15.04.0/core/piecetable/tests/piecetablechangehistorytest.cpp
2015-04-08 11:19:04.0 +0200
+++ new/okteta-15.04.1/core/piecetable/tests/piecetablechangehistorytest.cpp
2015-05-06 14:02:14.0 +0200
@@ -37,16 +37,6 @@
 namespace KPieceTable
 {
 
-// local variables
-static const Address Start = 15;
-static const Address End = 27;
-
-static const Size Width = End - Start + 1;
-
-static const Address ChangeStart = 8;
-static const Address ChangeEnd = ChangeStart + Width - 1;
-
-
 void PieceTableChangeHistoryTest::testSimpleConstructor()
 {
 PieceTableChangeHistory pieceTableChangeHistory;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-15.04.0/core/tests/arraychangemetricstest.cpp 
new/okteta-15.04.1/core/tests/arraychangemetricstest.cpp
--- old/okteta-15.04.0/core/tests/arraychangemetricstest.cpp2015-04-08 
11:19:04.0 +0200
+++ new/okteta-15.04.1/core/tests/arraychangemetricstest.cpp2015-05-06 
14:02:14.0 +0200
@@ -35,8 +35,6 @@
 
 static const Size LengthDiff = 5;
 static const Size InsertLength = 15;
-static const Size BiggerRemoveLength = InsertLength + LengthDiff;
-static const Size SameRemoveLength = InsertLength;
 static const Size SmallerRemoveLength = InsertLength - LengthDiff;
 
 static const Size FirstLength = 15;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-15.04.0/core/tests/bookmarklisttest.cpp 
new/okteta-15.04.1/core/tests/bookmarklisttest.cpp
--- old/okteta-15.04.0/core/tests/bookmarklisttest.cpp  2015-04-08 
11:19:04.0 +0200
+++ new/okteta-15.04.1/core/tests/bookmarklisttest.cpp  2015-05-06 
14:02:14.0 +0200
@@ -33,13 +33,10 @@
 static const int Offset2 = 23;
 static const int Offset3 = 45;
 static const int Offset4 = 67;
-static const int Offset5 = 89;
 static const int Distance12 = Offset2 - Offset1;
 static const int Distance23 = Offset3 - Offset2;
 static const int Distance34 = Offset4 - Offset3;
-static const int Distance45 = Offset5 - Offset4;
 static const int Distance13 = Distance12 + Distance23;
-static const int Distance35 = Distance34 + Distance45;
 
 
 void BookmarkListTest::testSimpleConstructor()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-15.04.0/gui/test/coordrangelisttest.cpp 
new/okteta-15.04.1/gui/test/coordrangelisttest.cpp
--- old/okteta-15.04.0/gui/test/coordrangelisttest.cpp  2015-04-08 
11:19:04.0 +0200
+++ new/okteta-15.04.1/gui/test/coordrangelisttest.cpp  2015-05-06 
14:02:14.0 +0200
@@ -46,8 +46,6 @@
 static Coord Start2( Pos1, Line3 );
 static Coord End2(   Pos2, Line4 );
 
-static const Size BufferWidth = Pos2 + 5;
-
 
 void CoordRangeListTest::testSimpleConstructor()
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-15.04.0/gui/test/selectiontest.cpp 
new/okteta-15.04.1/gui/test/selectiontest.cpp
--- old/okteta-15.04.0/gui/test/selectiontest.cpp   2015-04-08 
11:19:04.0 +0200
+++ new/okteta-15.04.1/gui/test/selectiontest.cpp   20

commit palapeli for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package palapeli for openSUSE:Factory 
checked in at 2015-05-15 10:03:56

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


Package is "palapeli"

Changes:

--- /work/SRC/openSUSE:Factory/palapeli/palapeli.changes2015-05-11 
19:22:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.palapeli.new/palapeli.changes   2015-05-15 
10:04:04.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:28:21 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  palapeli-15.04.0.tar.xz

New:

  palapeli-15.04.1.tar.xz



Other differences:
--
++ palapeli.spec ++
--- /var/tmp/diff_new_pack.hkYIp6/_old  2015-05-15 10:04:04.0 +0200
+++ /var/tmp/diff_new_pack.hkYIp6/_new  2015-05-15 10:04:04.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:15.04.0
+Version:15.04.1
 Release:0
 Source0:palapeli-%{version}.tar.xz
 BuildRequires:  libkdegames4-devel

++ palapeli-15.04.0.tar.xz -> palapeli-15.04.1.tar.xz ++




commit oxygen-icon-theme for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package oxygen-icon-theme for 
openSUSE:Factory checked in at 2015-05-15 10:03:48

Comparing /work/SRC/openSUSE:Factory/oxygen-icon-theme (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen-icon-theme.new (New)


Package is "oxygen-icon-theme"

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-icon-theme/oxygen-icon-theme.changes  
2015-05-11 19:22:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen-icon-theme.new/oxygen-icon-theme.changes 
2015-05-15 10:03:49.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:20:07 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  oxygen-icons-15.04.0.tar.xz

New:

  oxygen-icons-15.04.1.tar.xz



Other differences:
--
++ oxygen-icon-theme.spec ++
--- /var/tmp/diff_new_pack.OXVIix/_old  2015-05-15 10:04:01.0 +0200
+++ /var/tmp/diff_new_pack.OXVIix/_new  2015-05-15 10:04:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   oxygen-icon-theme
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:Oxygen Icon Theme
 License:LGPL-2.1+











++ oxygen-icons-15.04.0.tar.xz -> oxygen-icons-15.04.1.tar.xz ++
/work/SRC/openSUSE:Factory/oxygen-icon-theme/oxygen-icons-15.04.0.tar.xz 
/work/SRC/openSUSE:Factory/.oxygen-icon-theme.new/oxygen-icons-15.04.1.tar.xz 
differ: char 27, line 1




commit konsole for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package konsole for openSUSE:Factory checked 
in at 2015-05-15 10:04:45

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


Package is "konsole"

Changes:

--- /work/SRC/openSUSE:Factory/konsole/konsole.changes  2015-05-11 
19:24:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.konsole.new/konsole.changes 2015-05-15 
10:04:46.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:30:05 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  konsole-15.04.0.tar.xz

New:

  konsole-15.04.1.tar.xz



Other differences:
--
++ konsole.spec ++
--- /var/tmp/diff_new_pack.OjbYHh/_old  2015-05-15 10:04:46.0 +0200
+++ /var/tmp/diff_new_pack.OjbYHh/_new  2015-05-15 10:04:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   konsole
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:KDE Terminal
 License:GPL-2.0+

++ konsole-15.04.0.tar.xz -> konsole-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-15.04.0/desktop/org.kde.konsole.appdata.xml 
new/konsole-15.04.1/desktop/org.kde.konsole.appdata.xml
--- old/konsole-15.04.0/desktop/org.kde.konsole.appdata.xml 2015-03-28 
20:16:01.0 +0100
+++ new/konsole-15.04.1/desktop/org.kde.konsole.appdata.xml 2015-05-06 
13:00:55.0 +0200
@@ -21,6 +21,7 @@
   Konsola
   Konsole
   Konsole
+  Konsole
   Konsole
   Konsole
   Конзола
@@ -50,6 +51,7 @@
   Terminal
   Terminal
   Terminal
+  Терминал
   Terminál
   Terminal
   Терминал
@@ -79,6 +81,7 @@
 Konsole jest emulatorem terminala.
 O Konsole é um emulador de terminal.
 Konsole é um emulador de terminal.
+Konsole — это эмулятор терминала.
 Konsole je emulátor terminálu.
 Konsole je posnemovalnik terminala.
 Конзола је емулатор терминала.
@@ -108,6 +111,7 @@
 Możliwości:
 Funcionalidades:
 Funcionalidades:
+Возможности:
 Funkcie:
 Zmožnosti:
 Могућности:
@@ -138,6 +142,7 @@
   Karty
   Páginas
   Abas
+  Вкладки
   Karty
   Zavihki
   језичци
@@ -165,6 +170,7 @@
   Wiele profili
   Múltiplos perfis
   Vários perfis
+  Выбор профиля
   Viacnásobné profily.
   Več profilov
   вишеструки профили
@@ -192,6 +198,7 @@
   Monitorowanie ciszy i aktywności
   Monitorização do silêncio e da actividade
   Monitoramento do silêncio e atividade
+  Отслеживание активности и простоя
   Monitorovanie ticha a aktivity
   Nadzorovanje dejavnosti in nedejavnosti
   надзирање тишине и активности
@@ -219,6 +226,7 @@
   Obsługa zakładek
   Suporte para favoritos
   Suporte para favoritos
+  Закладки
   Podpora záložiek
   Podpora zaznamkom
   обележивачи
@@ -246,6 +254,7 @@
   Wyszukiwanie
   Procurar
   Pesquisa
+  Поиск
   Hľadanie
   Iskanje
   претрага
@@ -273,6 +282,7 @@
   Zapisywanie wyniku
   Gravação do resultado
   Gravação do resultado
+  Сохранение вывода
   Ukladanie výstupu
   Shranjevanje izhoda
   уписивање излаза










commit poxml for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package poxml for openSUSE:Factory checked 
in at 2015-05-15 10:04:05

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


Package is "poxml"

Changes:

--- /work/SRC/openSUSE:Factory/poxml/poxml.changes  2015-05-11 
19:22:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.poxml.new/poxml.changes 2015-05-15 
10:04:06.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:28:34 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  poxml-15.04.0.tar.xz

New:

  poxml-15.04.1.tar.xz



Other differences:
--
++ poxml.spec ++
--- /var/tmp/diff_new_pack.qH3gZ2/_old  2015-05-15 10:04:06.0 +0200
+++ /var/tmp/diff_new_pack.qH3gZ2/_new  2015-05-15 10:04:06.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Version:15.04.0
+Version:15.04.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ poxml-15.04.0.tar.xz -> poxml-15.04.1.tar.xz ++




commit step for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package step for openSUSE:Factory checked in 
at 2015-05-15 10:04:08

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


Package is "step"

Changes:

--- /work/SRC/openSUSE:Factory/step/step.changes2015-05-11 
19:22:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.step.new/step.changes   2015-05-15 
10:04:09.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:28:43 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  step-15.04.0.tar.xz

New:

  step-15.04.1.tar.xz



Other differences:
--
++ step.spec ++
--- /var/tmp/diff_new_pack.gujyda/_old  2015-05-15 10:04:09.0 +0200
+++ /var/tmp/diff_new_pack.gujyda/_new  2015-05-15 10:04:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   step
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:An interactive physics simulator
 License:GPL-2.0+

++ step-15.04.0.tar.xz -> step-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-15.04.0/cmake/modules/FindGSL.cmake 
new/step-15.04.1/cmake/modules/FindGSL.cmake
--- old/step-15.04.0/cmake/modules/FindGSL.cmake2015-03-22 
10:31:20.0 +0100
+++ new/step-15.04.1/cmake/modules/FindGSL.cmake2015-05-02 
20:16:03.0 +0200
@@ -8,29 +8,44 @@
 # Redistribution and use is allowed according to the terms of the BSD license.
 # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
 
-if (GSL_INCLUDE_DIR AND GSL_LIBRARIES)
+if (GSL_INCLUDE_DIR AND GSL_LIBRARIES AND GSL_CBLAS_LIBRARIES)
 
   # Already in cache, be silent
   set(GSL_FIND_QUIETLY TRUE)
 
-else (GSL_INCLUDE_DIR AND GSL_LIBRARIES)
-  IF (NOT WIN32)
+else (GSL_INCLUDE_DIR AND GSL_LIBRARIES AND GSL_CBLAS_LIBRARIES)
+  if(NOT WIN32)
 # use pkg-config to get the directories and then use these values
 # in the FIND_PATH() and FIND_LIBRARY() calls
-INCLUDE(UsePkgConfig)
+include(FindPkgConfig)
+pkg_check_modules(_pc_GSL gsl)
+  else(NOT WIN32)
+set(_pc_GSL_FOUND TRUE)
+  endif(NOT WIN32)
+
+  if(_pc_GSL_FOUND)
+find_library(GSL_LIBRARIES
+  NAMES gsl
+  HINTS ${_pc_GSL_LIBRARY_DIRS} ${CMAKE_LIBRARY_PATH}
+)
+
+find_library(GSL_CBLAS_LIBRARIES
+  NAMES gslcblas
+  HINTS ${_pc_GSL_LIBRARY_DIRS} ${CMAKE_LIBRARY_PATH}
+)
+
+find_path(GSL_INCLUDE_DIR
+  NAMES gsl/gsl_cdf.h gsl/gsl_randist.h
+  HINTS ${_pc_GSL_INCLUDE_DIRS}
+  PATH_SUFFIXES gsl
+)
 
-PKGCONFIG(gsl _GSLIncDir _GSLLinkDir _GSLLinkFlags _GSLCflags)
-  ENDIF(NOT WIN32)
+  endif(_pc_GSL_FOUND)
 
-  find_path(GSL_INCLUDE_DIR
-NAMES gsl/gsl_cdf.h gsl/gsl_randist.h
-PATHS ${_GSLIncDir})
-  set(GSL_LIBRARIES ${_GSLLinkFlags})
+  mark_as_advanced(GSL_INCLUDE_DIR GSL_LIBRARIES GSL_CBLAS_LIBRARIES)
 
-  mark_as_advanced(GSL_INCLUDE_DIR GSL_LIBRARIES)
-
-endif (GSL_INCLUDE_DIR AND GSL_LIBRARIES)
+endif (GSL_INCLUDE_DIR AND GSL_LIBRARIES AND GSL_CBLAS_LIBRARIES)
 
 include(FindPackageHandleStandardArgs)
 FIND_PACKAGE_HANDLE_STANDARD_ARGS(GSL DEFAULT_MSG
-  GSL_LIBRARIES GSL_INCLUDE_DIR)
+  GSL_LIBRARIES GSL_CBLAS_LIBRARIES 
GSL_INCLUDE_DIR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-15.04.0/cmake/modules/FindQalculate.cmake 
new/step-15.04.1/cmake/modules/FindQalculate.cmake
--- old/step-15.04.0/cmake/modules/FindQalculate.cmake  2015-03-22 
10:31:20.0 +0100
+++ new/step-15.04.1/cmake/modules/FindQalculate.cmake  2015-05-02 
20:16:03.0 +0200
@@ -22,21 +22,43 @@
 
 else(QALCULATE_CFLAGS AND QALCULATE_LIBRARIES)
   if(NOT WIN32)
-include(UsePkgConfig)
+include(FindPkgConfig)
 
 if(QALCULATE_MIN_VERSION)
-  exec_program(${PKGCONFIG_EXECUTABLE} ARGS libqalculate 
--atleast-version=${QALCULATE_MIN_VERSION} RETURN_VALUE _return_VALUE 
OUTPUT_VARIABLE _pkgconfigDevNull)
+  pkg_check_modules(_pc_QALCULATE libqalculate>=${QALCULATE_MIN_VERSION})
 else(QALCULATE_MIN_VERSION)
-  exec_program(${PKGCONFIG_EXECUTABLE} ARGS libqalculate --exists 
RETURN_VALUE _return_VALUE OUTPUT_VARIABLE _pkgconfigDevNull)
+  pkg_check_modules(_pc_QALCULATE libqalculate)
 endif(QALCULATE_MIN_VERSION)
 
-if(_return_VALUE STREQUAL "0")
-  exec_program(${PKGCONFIG_EXECUTABLE} ARGS libqalculate --libs 
OUTPUT_VARIABLE QALCULATE_LIBRARIES)
-  exec_program(${PKG

commit kig for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package kig for openSUSE:Factory checked in 
at 2015-05-15 10:04:41

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


Package is "kig"

Changes:

--- /work/SRC/openSUSE:Factory/kig/kig.changes  2015-05-11 19:24:02.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kig.new/kig.changes 2015-05-15 
10:04:43.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:29:57 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  kig-15.04.0.tar.xz

New:

  kig-15.04.1.tar.xz



Other differences:
--
++ kig.spec ++
--- /var/tmp/diff_new_pack.V0izb3/_old  2015-05-15 10:04:44.0 +0200
+++ /var/tmp/diff_new_pack.V0izb3/_new  2015-05-15 10:04:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kig
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:Interactive Geometry
 License:GPL-2.0+

++ kig-15.04.0.tar.xz -> kig-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kig-15.04.0/kig.appdata.xml 
new/kig-15.04.1/kig.appdata.xml
--- old/kig-15.04.0/kig.appdata.xml 2015-02-27 10:38:37.0 +0100
+++ new/kig-15.04.1/kig.appdata.xml 2015-04-27 13:13:39.0 +0200
@@ -15,6 +15,7 @@
   Kig
   Kig
   Kig
+  Kig
   Kig
   Kig
   Kig
@@ -40,6 +41,7 @@
   Vuorovaikutteinen geometria
   Géométrie interactive
   Geometria interattiva
+  인터랙티브 기하학
   Interaktyvi geometrija
   Wesselwarken Geometrie
   Interactieve meetkunde




commit umbrello for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package umbrello for openSUSE:Factory 
checked in at 2015-05-15 10:04:21

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


Package is "umbrello"

Changes:

--- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2015-05-11 
19:22:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes   2015-05-15 
10:04:22.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:29:04 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  umbrello-15.04.0.tar.xz

New:

  umbrello-15.04.1.tar.xz



Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.AnNFFE/_old  2015-05-15 10:04:23.0 +0200
+++ /var/tmp/diff_new_pack.AnNFFE/_new  2015-05-15 10:04:23.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:15.04.0
+Version:15.04.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ umbrello-15.04.0.tar.xz -> umbrello-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/umbrello-15.04.0/CMakeLists.txt 
new/umbrello-15.04.1/CMakeLists.txt
--- old/umbrello-15.04.0/CMakeLists.txt 2015-04-07 22:32:52.0 +0200
+++ new/umbrello-15.04.1/CMakeLists.txt 2015-05-07 12:44:41.0 +0200
@@ -8,7 +8,7 @@
 
 set(VERSION_MAJOR "2")
 set(VERSION_MINOR "16")
-set(VERSION_PATCH "0")
+set(VERSION_PATCH "1")
 
 # set default umbrello version
 # umbrello version could be overridden by cmake command line using 
-DUMBRELLO_VERSION_STRING=major.minor.patch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/umbrello-15.04.0/umbrello/codegenerators/codegenfactory.cpp 
new/umbrello-15.04.1/umbrello/codegenerators/codegenfactory.cpp
--- old/umbrello-15.04.0/umbrello/codegenerators/codegenfactory.cpp 
2015-04-07 22:32:52.0 +0200
+++ new/umbrello-15.04.1/umbrello/codegenerators/codegenfactory.cpp 
2015-05-07 12:44:41.0 +0200
@@ -216,8 +216,10 @@
 default:
 break;
 }
-retval->initCodeClassFields();
-retval->synchronize();
+if (retval) {
+retval->initCodeClassFields();
+retval->synchronize();
+}
 return retval;
 }
 
@@ -283,7 +285,8 @@
 default:
 break;
 }
-retval->finishInitialization();
+if (retval)
+retval->finishInitialization();
 return retval;
 }
 
@@ -306,7 +309,8 @@
 default:
 break;
 }
-retval->finishInitialization();
+if (retval)
+retval->finishInitialization();
 return retval;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/umbrello-15.04.0/umbrello/codegenerators/codeparameter.cpp 
new/umbrello-15.04.1/umbrello/codegenerators/codeparameter.cpp
--- old/umbrello-15.04.0/umbrello/codegenerators/codeparameter.cpp  
2015-04-07 22:32:52.0 +0200
+++ new/umbrello-15.04.1/umbrello/codegenerators/codeparameter.cpp  
2015-05-07 12:44:41.0 +0200
@@ -227,7 +227,8 @@
 << Uml::ID::toString(id) << " w/role_id:" << role_id;
 
 // init using UMLRole obj
-initFields (m_parentDocument, role);
+if (role)
+initFields (m_parentDocument, role);
 
 } else
 initFields (m_parentDocument, obj); // just the regular approach
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/umbrello-15.04.0/umbrello/codegenerators/cpp/cppheadercodedocument.cpp 
new/umbrello-15.04.1/umbrello/codegenerators/cpp/cppheadercodedocument.cpp
--- old/umbrello-15.04.0/umbrello/codegenerators/cpp/cppheadercodedocument.cpp  
2015-04-07 22:32:52.0 +0200
+++ new/umbrello-15.04.1/umbrello/codegenerators/cpp/cppheadercodedocument.cpp  
2015-05-07 12:44:41.0 +0200
@@ -347,6 +347,7 @@
 {
 // Gather info on the various fields and parent objects of this class...
 UMLClassifier * c = getParentClassifier();
+Q_ASSERT(c != NULL);
 CodeGenPolicyExt *pe = UMLApp::app()->policyExt();
 CPPCodeGenerationPolicy * policy = 
dynamic_cast(pe);
 
@@ -381,11 +382,9 @@
 CodeClassFieldList privCompositionClassFields = getSpecificClassFields 
(CodeClassField::Composition, Uml::Visibility::Private

commit kanagram for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package kanagram for openSUSE:Factory 
checked in at 2015-05-15 10:04:32

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


Package is "kanagram"

Changes:

--- /work/SRC/openSUSE:Factory/kanagram/kanagram.changes2015-05-11 
19:23:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kanagram.new/kanagram.changes   2015-05-15 
10:04:33.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:29:20 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  kanagram-15.04.0.tar.xz

New:

  kanagram-15.04.1.tar.xz



Other differences:
--
++ kanagram.spec ++
--- /var/tmp/diff_new_pack.ZvEIO0/_old  2015-05-15 10:04:34.0 +0200
+++ /var/tmp/diff_new_pack.ZvEIO0/_new  2015-05-15 10:04:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kanagram
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:Anagram Game
 License:GPL-2.0+

++ kanagram-15.04.0.tar.xz -> kanagram-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kanagram-15.04.0/kanagram.appdata.xml 
new/kanagram-15.04.1/kanagram.appdata.xml
--- old/kanagram-15.04.0/kanagram.appdata.xml   2015-02-27 10:37:26.0 
+0100
+++ new/kanagram-15.04.1/kanagram.appdata.xml   2015-04-27 13:12:06.0 
+0200
@@ -18,6 +18,7 @@
   Kanagram
   Kanagram
   Kanagram
+  Kanagram
   Kanagram
   Kanagram
   Kanagram
@@ -45,6 +46,7 @@
   Szókirakó játék
   Permainan Urutan Huruf
   Gioco di anagrammi
+  글자 순서 게임
   Raidžių rūšiavimo žaidimas
   Bookstaven ornen
   Letters ordenen




commit kalgebra for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package kalgebra for openSUSE:Factory 
checked in at 2015-05-15 10:04:28

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


Package is "kalgebra"

Changes:

--- /work/SRC/openSUSE:Factory/kalgebra/kalgebra.changes2015-05-11 
19:23:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.kalgebra.new/kalgebra.changes   2015-05-15 
10:04:30.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:29:14 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  kalgebra-15.04.0.tar.xz

New:

  kalgebra-15.04.1.tar.xz



Other differences:
--
++ kalgebra.spec ++
--- /var/tmp/diff_new_pack.qZWAOj/_old  2015-05-15 10:04:30.0 +0200
+++ /var/tmp/diff_new_pack.qZWAOj/_new  2015-05-15 10:04:30.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:http://edu.kde.org
-Version:15.04.0
+Version:15.04.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  analitza-devel

++ kalgebra-15.04.0.tar.xz -> kalgebra-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-15.04.0/kalgebra.appdata.xml 
new/kalgebra-15.04.1/kalgebra.appdata.xml
--- old/kalgebra-15.04.0/kalgebra.appdata.xml   2015-03-15 12:31:58.0 
+0100
+++ new/kalgebra-15.04.1/kalgebra.appdata.xml   2015-04-27 13:11:48.0 
+0200
@@ -17,12 +17,14 @@
   KAlgebra
   KAlgebra
   KAlgebra
+  KAlgebra
   KAlgebra
   KAlgebra
   KAlgebra
   KAlgebra
   KAlgebra
   KAlgebra
+  KAlgebra
   KAlgebra
   KAlgebra
   Kalgebra
@@ -43,12 +45,14 @@
   Calculatrice graphique
   Grafikus számológép
   Calcolatrice grafica
+  그래핑 계산기
   Grafinis skaičiuotuvas
   Funkschonenreekner
   Rekenmachine met grafieken
   Kalkulator wykresów
   Calculadora de Grafos
   Calculadora gráfica
+  Калькулятор с функцией построения графиков
   Grafická kalkulačka
   Računalo z grafi
   Grafräknare
@@ -72,6 +76,7 @@
 KAlgebra jest programem, który może zastąpić twój 
kalkulator graficzny. Ma możliwość przeprowadzania analiz numerycznych, 
logicznych i  symbolicznych, które umożliwiają obliczanie wyrażeń 
matematycznych w konsoli i rysowanie wyników w 2D lub 3D. KAlgebra jest 
zakorzeniona w Mathematical Markup Language (MathML); lecz nie trzeba znać 
MathML, aby używać KAlgebra.
 O KAlgebra é uma aplicação que poderá substituir a sua 
calculadora gráfica. Ela tem funcionalidades numéricas, lógicas, simbólicas e 
de análise que lhe permitem calcular expressões matemáticas na consola e 
desenhar os resultados respectivos em 2D ou 3D. O KAlgebra baseia-se na 
Mathematical Markup Language (MathML); contudo, ninguém precisa de saber MathML 
para usar o KAlgebra.
 KAlgebra é um aplicativo que pode substituir a sua 
calculadora gráfica. Ele tem funcionalidades numéricas, lógicas, simbólicas e 
analíticas que lhe permitem calcular expressões matemáticas no console e 
desenhar graficamente os resultados em 2D ou 3D. O KAlgebra é baseado na 
Mathematical Markup Language (MathML). Entretanto, não é preciso conhecer o 
MathML para usar o KAlgebra.
+KAlgebra — программа-калькулятор с функцией построения 
графиков. Позволяет вычислять значения выражений и строить двумерные и 
трёхмерные графики функций. В основе KAlgebra лежит язык математической 
разметки MathML, однако его знания не требуется для использования программы.
 KAlgebra je aplikácia, ktorá môže nahradiť vašu grafickú 
kalkulačku. Má numerické, logické, symbolické a analytické funkcie, ktoré vám 
umožnia vypočítať matematické výrazy na konzole a graficky zakresliť výsledky v 
3D alebo 3D. KAlgebra je založená na jazyku MathML; avšak nemusíte poznať tento 
jazyk na používanie tohto programu.
 KAlgebra je program, ki lahko zamenja vaše grafično 
računalo. Ima zmožnosti za obdelavo številk, logike, simbolov in omogoča 
izračun matematičnih izrazov v konzoli ter njihov izris v 2D ali 3D. KAlgebra 
temelji na Matematičnem označevalnem jeziku (MathML), vendar ga za uporabo 
KAlgebre ni potrebno poznati.
 Kalgebra; är ett program som kan ersätta en grafisk 
miniräknare. Det har numeriska, logiska, symboliska och analytiska funktioner 
som gör det möjligt att beräkna matematiska uttryck i terminalen och rita upp 
resultatet grafiskt i två eller tre dimensioner. Kalgebra är grundat på det 
matematiska taggspråket (MathML), men man behöver dock inte känna till MathML 
för att a

commit superkaramba for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package superkaramba for openSUSE:Factory 
checked in at 2015-05-15 10:04:11

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


Package is "superkaramba"

Changes:

--- /work/SRC/openSUSE:Factory/superkaramba/superkaramba.changes
2015-05-11 19:22:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.superkaramba.new/superkaramba.changes   
2015-05-15 10:04:12.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:28:49 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  superkaramba-15.04.0.tar.xz

New:

  superkaramba-15.04.1.tar.xz



Other differences:
--
++ superkaramba.spec ++
--- /var/tmp/diff_new_pack.Zc9oiY/_old  2015-05-15 10:04:13.0 +0200
+++ /var/tmp/diff_new_pack.Zc9oiY/_new  2015-05-15 10:04:13.0 +0200
@@ -20,7 +20,7 @@
 BuildRequires:  libkde4-devel
 BuildRequires:  libqimageblitz-devel
 BuildRequires:  python-devel
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:Superkaramba allows you to have (interactive) desktop widgets
 License:GPL-2.0+

++ superkaramba-15.04.0.tar.xz -> superkaramba-15.04.1.tar.xz ++




commit svgpart for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package svgpart for openSUSE:Factory checked 
in at 2015-05-15 10:04:14

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


Package is "svgpart"

Changes:

--- /work/SRC/openSUSE:Factory/svgpart/svgpart.changes  2015-05-11 
19:22:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.svgpart.new/svgpart.changes 2015-05-15 
10:04:15.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:28:53 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  svgpart-15.04.0.tar.xz

New:

  svgpart-15.04.1.tar.xz



Other differences:
--
++ svgpart.spec ++
--- /var/tmp/diff_new_pack.q02Z1F/_old  2015-05-15 10:04:15.0 +0200
+++ /var/tmp/diff_new_pack.q02Z1F/_new  2015-05-15 10:04:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   svgpart
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:SVG viewer component
 License:GPL-2.0+

++ svgpart-15.04.0.tar.xz -> svgpart-15.04.1.tar.xz ++




commit khangman for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package khangman for openSUSE:Factory 
checked in at 2015-05-15 10:04:38

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


Package is "khangman"

Changes:

--- /work/SRC/openSUSE:Factory/khangman/khangman.changes2015-04-27 
22:09:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.khangman.new/khangman.changes   2015-05-15 
10:04:39.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:29:47 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  khangman-15.04.0.tar.xz

New:

  khangman-15.04.1.tar.xz



Other differences:
--
++ khangman.spec ++
--- /var/tmp/diff_new_pack.jm3J5x/_old  2015-05-15 10:04:40.0 +0200
+++ /var/tmp/diff_new_pack.jm3J5x/_new  2015-05-15 10:04:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   khangman
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:Hangman Game
 License:GPL-2.0+
@@ -37,6 +37,7 @@
 BuildRequires:  kxmlgui-devel
 BuildRequires:  libkeduvocdocument-devel
 BuildRequires:  phonon4qt5-devel
+BuildRequires:  kio-devel
 BuildRequires:  kdeclarative-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Core)

++ khangman-15.04.0.tar.xz -> khangman-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khangman-15.04.0/CMakeLists.txt 
new/khangman-15.04.1/CMakeLists.txt
--- old/khangman-15.04.0/CMakeLists.txt 2015-03-30 10:18:16.0 +0200
+++ new/khangman-15.04.1/CMakeLists.txt 2015-04-28 17:41:20.0 +0200
@@ -30,6 +30,7 @@
 NewStuff
 Notifications
 XmlGui
+KIO
 )
 
 find_package(LibKEduVocDocument REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khangman-15.04.0/khangman.appdata.xml 
new/khangman-15.04.1/khangman.appdata.xml
--- old/khangman-15.04.0/khangman.appdata.xml   2015-03-30 10:18:16.0 
+0200
+++ new/khangman-15.04.1/khangman.appdata.xml   2015-04-28 17:41:20.0 
+0200
@@ -17,6 +17,7 @@
   KHangMan
   KHangMan
   KHangMan
+  KHangMan
   KHangMan
   KHangMan
   KHangMan
@@ -43,6 +44,7 @@
   Jeu de pendu
   Akasztófajáték
   Gioco dell'impiccato
+  행맨 게임
   Budelio žaidimas
   Galgenmanntje-Speel
   Het spel Galgje
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khangman-15.04.0/src/main.cpp 
new/khangman-15.04.1/src/main.cpp
--- old/khangman-15.04.0/src/main.cpp   2015-03-30 10:18:16.0 +0200
+++ new/khangman-15.04.1/src/main.cpp   2015-04-28 17:41:20.0 +0200
@@ -37,6 +37,8 @@
 
 int main(int argc, char **argv)
 {
+QApplication app(argc, argv);
+
 QStringList configFiles;
 configFiles << QLatin1String("khangmanrc");
 Kdelibs4ConfigMigrator migrator(QLatin1String("khangman"));
@@ -50,7 +52,6 @@
 QApplication::setApplicationDisplayName(i18n("KHangMan"));
 QApplication::setWindowIcon(QIcon::fromTheme("khangman"));
 
-QApplication app(argc, argv);
 app.connect(&app, SIGNAL(lastWindowClosed()), &app, SLOT(quit()));
 
 KAboutData aboutData(I18N_NOOP("khangman"),




commit libkmahjongg for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package libkmahjongg for openSUSE:Factory 
checked in at 2015-05-15 10:03:17

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


Package is "libkmahjongg"

Changes:

--- /work/SRC/openSUSE:Factory/libkmahjongg/libkmahjongg.changes
2015-05-11 19:21:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkmahjongg.new/libkmahjongg.changes   
2015-05-15 10:03:18.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:15:56 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  libkmahjongg-15.04.0.tar.xz

New:

  libkmahjongg-15.04.1.tar.xz



Other differences:
--
++ libkmahjongg.spec ++
--- /var/tmp/diff_new_pack.FfiBfA/_old  2015-05-15 10:03:18.0 +0200
+++ /var/tmp/diff_new_pack.FfiBfA/_new  2015-05-15 10:03:18.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:15.04.0
+Version:15.04.1
 Release:0
 Source0:libkmahjongg-%{version}.tar.xz
 BuildRequires:  fdupes

++ libkmahjongg-15.04.0.tar.xz -> libkmahjongg-15.04.1.tar.xz ++




commit libkipi for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2015-05-15 10:03:14

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


Package is "libkipi"

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2015-05-11 
19:21:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2015-05-15 
10:03:15.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:15:51 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  libkipi-15.04.0.tar.xz

New:

  libkipi-15.04.1.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.f8iqb5/_old  2015-05-15 10:03:15.0 +0200
+++ /var/tmp/diff_new_pack.f8iqb5/_new  2015-05-15 10:03:15.0 +0200
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:15.04.0
+Version:15.04.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-15.04.0.tar.xz -> libkipi-15.04.1.tar.xz ++




commit libkface for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package libkface for openSUSE:Factory 
checked in at 2015-05-15 10:03:10

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


Package is "libkface"

Changes:

--- /work/SRC/openSUSE:Factory/libkface/libkface.changes2015-05-11 
19:21:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkface.new/libkface.changes   2015-05-15 
10:03:11.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:15:34 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  libkface-15.04.0.tar.xz

New:

  libkface-15.04.1.tar.xz



Other differences:
--
++ libkface.spec ++
--- /var/tmp/diff_new_pack.3MuJu6/_old  2015-05-15 10:03:12.0 +0200
+++ /var/tmp/diff_new_pack.3MuJu6/_new  2015-05-15 10:03:12.0 +0200
@@ -23,7 +23,7 @@
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:15.04.0
+Version:15.04.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkface-15.04.0.tar.xz -> libkface-15.04.1.tar.xz ++
/work/SRC/openSUSE:Factory/libkface/libkface-15.04.0.tar.xz 
/work/SRC/openSUSE:Factory/.libkface.new/libkface-15.04.1.tar.xz differ: char 
25, line 1




commit libksane for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package libksane for openSUSE:Factory 
checked in at 2015-05-15 10:03:25

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


Package is "libksane"

Changes:

--- /work/SRC/openSUSE:Factory/libksane/libksane.changes2015-05-11 
19:21:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.libksane.new/libksane.changes   2015-05-15 
10:03:26.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:16:15 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  libksane-15.04.0.tar.xz

New:

  libksane-15.04.1.tar.xz



Other differences:
--
++ libksane.spec ++
--- /var/tmp/diff_new_pack.eZV1F2/_old  2015-05-15 10:03:26.0 +0200
+++ /var/tmp/diff_new_pack.eZV1F2/_new  2015-05-15 10:03:26.0 +0200
@@ -31,7 +31,7 @@
 License:GPL-2.0+
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:15.04.0
+Version:15.04.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libksane-15.04.0.tar.xz -> libksane-15.04.1.tar.xz ++




commit libkcompactdisc4 for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package libkcompactdisc4 for 
openSUSE:Factory checked in at 2015-05-15 10:02:53

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


Package is "libkcompactdisc4"

Changes:

--- /work/SRC/openSUSE:Factory/libkcompactdisc4/libkcompactdisc4.changes
2015-05-11 19:20:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkcompactdisc4.new/libkcompactdisc4.changes   
2015-05-15 10:02:54.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:14:52 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  libkcompactdisc-15.04.0.tar.xz

New:

  libkcompactdisc-15.04.1.tar.xz



Other differences:
--
++ libkcompactdisc4.spec ++
--- /var/tmp/diff_new_pack.htNCmN/_old  2015-05-15 10:02:54.0 +0200
+++ /var/tmp/diff_new_pack.htNCmN/_new  2015-05-15 10:02:54.0 +0200
@@ -23,7 +23,7 @@
 Summary:KDE CD Library
 License:GPL-2.0+
 Group:  System/GUI/KDE
-Version:15.04.0
+Version:15.04.1
 Release:0
 Source0:libkcompactdisc-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkcompactdisc-15.04.0.tar.xz -> libkcompactdisc-15.04.1.tar.xz ++




commit mobipocket for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package mobipocket for openSUSE:Factory 
checked in at 2015-05-15 10:03:40

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


Package is "mobipocket"

Changes:

--- /work/SRC/openSUSE:Factory/mobipocket/mobipocket.changes2015-05-11 
19:21:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.mobipocket.new/mobipocket.changes   
2015-05-15 10:03:41.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:17:50 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  kdegraphics-mobipocket-15.04.0.tar.xz

New:

  kdegraphics-mobipocket-15.04.1.tar.xz



Other differences:
--
++ mobipocket.spec ++
--- /var/tmp/diff_new_pack.bNryAd/_old  2015-05-15 10:03:41.0 +0200
+++ /var/tmp/diff_new_pack.bNryAd/_new  2015-05-15 10:03:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mobipocket
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:E-book plugin and library
 License:GPL-2.0+

++ kdegraphics-mobipocket-15.04.0.tar.xz -> 
kdegraphics-mobipocket-15.04.1.tar.xz ++




commit marble for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package marble for openSUSE:Factory checked 
in at 2015-05-15 10:03:37

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


Package is "marble"

Changes:

--- /work/SRC/openSUSE:Factory/marble/marble.changes2015-05-11 
19:21:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.marble.new/marble.changes   2015-05-15 
10:03:38.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:16:50 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  marble-15.04.0.tar.xz

New:

  marble-15.04.1.tar.xz



Other differences:
--
++ marble.spec ++
--- /var/tmp/diff_new_pack.PNNzDp/_old  2015-05-15 10:03:39.0 +0200
+++ /var/tmp/diff_new_pack.PNNzDp/_new  2015-05-15 10:03:39.0 +0200
@@ -19,7 +19,7 @@
 %define _so 21
 
 Name:   marble
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:Generic map viewer
 License:LGPL-2.1+

++ marble-15.04.0.tar.xz -> marble-15.04.1.tar.xz ++
/work/SRC/openSUSE:Factory/marble/marble-15.04.0.tar.xz 
/work/SRC/openSUSE:Factory/.marble.new/marble-15.04.1.tar.xz differ: char 26, 
line 1




commit libkdegames for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package libkdegames for openSUSE:Factory 
checked in at 2015-05-15 10:03:00

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


Package is "libkdegames"

Changes:

--- /work/SRC/openSUSE:Factory/libkdegames/libkdegames.changes  2015-05-11 
19:32:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkdegames.new/libkdegames.changes 
2015-05-15 10:03:01.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:15:08 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  libkdegames-15.04.0.tar.xz

New:

  libkdegames-15.04.1.tar.xz



Other differences:
--
++ libkdegames.spec ++
--- /var/tmp/diff_new_pack.m4xCd2/_old  2015-05-15 10:03:02.0 +0200
+++ /var/tmp/diff_new_pack.m4xCd2/_new  2015-05-15 10:03:02.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:15.04.0
+Version:15.04.1
 Release:0
 Source0:libkdegames-%{version}.tar.xz
 Patch1: libkdegames-bnc793185.patch

++ libkdegames-15.04.0.tar.xz -> libkdegames-15.04.1.tar.xz ++




commit okular for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package okular for openSUSE:Factory checked 
in at 2015-05-15 10:03:44

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


Package is "okular"

Changes:

--- /work/SRC/openSUSE:Factory/okular/okular.changes2015-05-11 
19:22:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.okular.new/okular.changes   2015-05-15 
10:03:45.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:17:56 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  okular-15.04.0.tar.xz

New:

  okular-15.04.1.tar.xz



Other differences:
--
++ okular.spec ++
--- /var/tmp/diff_new_pack.PyqYY6/_old  2015-05-15 10:03:45.0 +0200
+++ /var/tmp/diff_new_pack.PyqYY6/_new  2015-05-15 10:03:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   okular
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:Document Viewer
 License:GPL-2.0+

++ okular-15.04.0.tar.xz -> okular-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-15.04.0/VERSION new/okular-15.04.1/VERSION
--- old/okular-15.04.0/VERSION  2015-04-07 22:37:49.0 +0200
+++ new/okular-15.04.1/VERSION  2015-05-02 14:49:49.0 +0200
@@ -1 +1 @@
-okular v0.22.0
+okular v0.22.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-15.04.0/cmake/modules/FindLibSpectre.cmake 
new/okular-15.04.1/cmake/modules/FindLibSpectre.cmake
--- old/okular-15.04.0/cmake/modules/FindLibSpectre.cmake   2015-04-07 
22:37:49.0 +0200
+++ new/okular-15.04.1/cmake/modules/FindLibSpectre.cmake   2015-05-02 
14:49:49.0 +0200
@@ -20,42 +20,34 @@
 else(LIBSPECTRE_INCLUDE_DIR AND LIBSPECTRE_LIBRARY)
 
 if(NOT WIN32)
-   # use pkg-config to get the directories and then use these values
-   # in the FIND_PATH() and FIND_LIBRARY() calls
-   INCLUDE(UsePkgConfig)
-
-   PKGCONFIG(libspectre _SpectreIncDir _SpectreLinkDir _SpectreLinkFlags 
_SpectreCflags)
-
-   if(_SpectreLinkFlags)
- # find again pkg-config, to query it about libspectre version
- FIND_PROGRAM(PKGCONFIG_EXECUTABLE NAMES pkg-config PATHS /usr/bin/ 
/usr/local/bin )
-
- # query pkg-config asking for a libspectre >= LIBSPECTRE_MINIMUM_VERSION
- EXEC_PROGRAM(${PKGCONFIG_EXECUTABLE} ARGS 
--atleast-version=${LIBSPECTRE_MINIMUM_VERSION} libspectre RETURN_VALUE 
_return_VALUE OUTPUT_VARIABLE _pkgconfigDevNull )
- if(_return_VALUE STREQUAL "0")
-set(LIBSPECTRE_INTERNAL_FOUND TRUE)
- endif(_return_VALUE STREQUAL "0")
-   endif(_SpectreLinkFlags)
+  # use pkg-config to get the directories and then use these values
+  # in the FIND_PATH() and FIND_LIBRARY() calls
+  include(FindPkgConfig)
+
+  if(LIBSPECTRE_MINIMUM_VERSION})
+pkg_check_modules(_pc_LIBSPECTRE libspectre>=${LIBSPECTRE_MINIMUM_VERSION})
+  else(LIBSPECTRE_MINIMUM_VERSION})
+pkg_check_modules(_pc_LIBSPECTRE libspectre)
+  endif(LIBSPECTRE_MINIMUM_VERSION})
 else(NOT WIN32)
-# do not use pkg-config on windows
-find_library(_SpectreLinkFlags NAMES libspectre spectre PATHS 
${CMAKE_LIBRARY_PATH})
-
-find_path(LIBSPECTRE_INCLUDE_DIR spectre.h PATH_SUFFIXES libspectre )
-
-set(LIBSPECTRE_INTERNAL_FOUND TRUE)
+  # do not use pkg-config on windows
+  set(_pc_LIBSPECTRE_FOUND TRUE)
 endif(NOT WIN32)
 
-if (LIBSPECTRE_INTERNAL_FOUND)
-  set(LIBSPECTRE_LIBRARY ${_SpectreLinkFlags})
 
-  # the cflags for libspectre can contain more than one include path
-  separate_arguments(_SpectreCflags)
-  foreach(_includedir ${_SpectreCflags})
-string(REGEX REPLACE "-I(.+)" "\\1" _includedir "${_includedir}")
-set(LIBSPECTRE_INCLUDE_DIR ${LIBSPECTRE_INCLUDE_DIR} ${_includedir})
-  endforeach(_includedir)
+if(_pc_LIBSPECTRE_FOUND)
+  find_library(LIBSPECTRE_LIBRARY
+NAMES libspectre spectre
+HINTS ${_pc_LIBSPECTRE_LIBRARY_DIRS} ${CMAKE_LIBRARY_PATH}
+  )
+
+  find_path(LIBSPECTRE_INCLUDE_DIR spectre.h
+HINTS ${_pc_LIBSPECTRE_INCLUDE_DIRS}
+PATH_SUFFIXES libspectre
+  )
 
-endif (LIBSPECTRE_INTERNAL_FOUND)
+  set(LIBSPECTRE_INTERNAL_FOUND TRUE)
+endif(_pc_LIBSPECTRE_FOUND)
 
 include(FindPackageHandleStandardArgs)
 find_package_handle_standard_args(LibSpectre DEFAULT_MSG LIBSPECTRE_LIBRARY 
LIBSPECTRE_INTERNAL_FOUND)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-15.04.0/core/version.h 
new/okular-15.04.1/core/version.h
--- o

commit lskat for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package lskat for openSUSE:Factory checked 
in at 2015-05-15 10:03:33

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


Package is "lskat"

Changes:

--- /work/SRC/openSUSE:Factory/lskat/lskat.changes  2015-05-11 
19:21:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.lskat.new/lskat.changes 2015-05-15 
10:03:34.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:16:30 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  lskat-15.04.0.tar.xz

New:

  lskat-15.04.1.tar.xz



Other differences:
--
++ lskat.spec ++
--- /var/tmp/diff_new_pack.aEy6GG/_old  2015-05-15 10:03:34.0 +0200
+++ /var/tmp/diff_new_pack.aEy6GG/_new  2015-05-15 10:03:34.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Card
 Url:http://www.kde.org
-Version:15.04.0
+Version:15.04.1
 Release:0
 Source0:lskat-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ lskat-15.04.0.tar.xz -> lskat-15.04.1.tar.xz ++




commit libkomparediff2 for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package libkomparediff2 for openSUSE:Factory 
checked in at 2015-05-15 10:03:21

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


Package is "libkomparediff2"

Changes:

--- /work/SRC/openSUSE:Factory/libkomparediff2/libkomparediff2.changes  
2015-05-11 19:21:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkomparediff2.new/libkomparediff2.changes 
2015-05-15 10:03:22.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:16:08 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  libkomparediff2-15.04.0.tar.xz

New:

  libkomparediff2-15.04.1.tar.xz



Other differences:
--
++ libkomparediff2.spec ++
--- /var/tmp/diff_new_pack.4TbSQK/_old  2015-05-15 10:03:22.0 +0200
+++ /var/tmp/diff_new_pack.4TbSQK/_new  2015-05-15 10:03:22.0 +0200
@@ -35,7 +35,7 @@
 Summary:A library to compare files and strings
 License:(GPL-2.0+ and LGPL-2.0+) and BSD-2-Clause
 Group:  Development/Libraries/KDE
-Version:15.04.0
+Version:15.04.1
 Release:0
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz

++ libkomparediff2-15.04.0.tar.xz -> libkomparediff2-15.04.1.tar.xz ++




commit lokalize for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package lokalize for openSUSE:Factory 
checked in at 2015-05-15 10:03:30

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


Package is "lokalize"

Changes:

--- /work/SRC/openSUSE:Factory/lokalize/lokalize.changes2015-05-11 
19:21:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.lokalize.new/lokalize.changes   2015-05-15 
10:03:31.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:16:22 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  lokalize-15.04.0.tar.xz

New:

  lokalize-15.04.1.tar.xz



Other differences:
--
++ lokalize.spec ++
--- /var/tmp/diff_new_pack.bpYhmz/_old  2015-05-15 10:03:31.0 +0200
+++ /var/tmp/diff_new_pack.bpYhmz/_new  2015-05-15 10:03:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   lokalize
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:KDE Translation Editor
 License:GPL-2.0+
@@ -36,6 +36,7 @@
 BuildRequires:  kxmlgui-devel
 BuildRequires:  kdelibs4support
 BuildRequires:  sonnet-devel
+BuildRequires:  kdbusaddons-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5DBus)

++ lokalize-15.04.0.tar.xz -> lokalize-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lokalize-15.04.0/CMakeLists.txt 
new/lokalize-15.04.1/CMakeLists.txt
--- old/lokalize-15.04.0/CMakeLists.txt 2015-04-04 13:50:03.0 +0200
+++ new/lokalize-15.04.1/CMakeLists.txt 2015-05-06 13:07:54.0 +0200
@@ -14,7 +14,7 @@
 
 find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core DBus Widgets Script 
Sql)
 
-find_package(KF5 REQUIRED I18n KIO XmlGui Notifications Config CoreAddons 
DocTools Kross Sonnet 
+find_package(KF5 REQUIRED I18n KIO XmlGui Notifications Config CoreAddons 
DocTools Kross Sonnet DBusAddons
 )
 
 add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lokalize-15.04.0/lokalize.appdata.xml 
new/lokalize-15.04.1/lokalize.appdata.xml
--- old/lokalize-15.04.0/lokalize.appdata.xml   2015-04-04 13:50:03.0 
+0200
+++ new/lokalize-15.04.1/lokalize.appdata.xml   2015-05-06 13:07:54.0 
+0200
@@ -18,6 +18,7 @@
   Lokalize
   Lokalize
   Lokalize
+  Lokalize
   Lokalize
   Lokalize
   Локализуј
@@ -44,6 +45,7 @@
   System tłumaczeń wspomagany komputerowo
   Sistema de traduções auxiliado por 
computador
   Sistema de tradução auxiliado pelo 
computador
+  Система автоматизированного перевода
   Počítačovo riadený prekladový systém
   Računalniško podprt prevajalni sistem
   Систем за превођење помоћу рачунара
@@ -68,6 +70,7 @@
 Lokalize jest narzędziem do tłumaczenia dla KDE i innego 
oprogramowania o otwartym źródle. Jest to także wszechstronny system do 
komputerowego wspomagania tłumaczeń (CAT), dzięki któremu można tłumaczyć pliki 
OpenDocument (*.odt). Zestaw narzędzi do tłumaczenia jest używany wewnętrznie 
do wydobywania tekstu z plików .odt do plików .xliff, tłumaczenia ich, a 
następnie do scalania plikami .odt na wyjściu.
 O Lokalize é a ferramenta de traduções para o KDE e para 
outras aplicações de 'software' livre. Também é um sistema de traduções 
auxiliado por computador, com o qual poderá traduzir ficheiros em OpenDocument 
(*.odt). O Translate-Toolkit é usado internamente para extrair o texto a 
traduzir do formato .odt para ficheiros .xliff e para reunir as traduções de 
volta para o ficheiro .odt.
 Lokalize é uma ferramenta de localização para o KDE e 
outros softwares de código aberto. Ele é também um sistema de tradução 
auxiliado pelo computador (CAT), que permite-lhe traduzir arquivos OpenDocument 
(*.odt). O Translate-Toolkit é usado internamente para extrair texto de 
arquivos .odt e transformá-lo em .xliff, de forma que possam ser traduzidos e 
depois mesclados ao arquivo .odt.
+Lokalize — инструмент переводчика от KDE. Это также 
система автоматизированного перевода (CAT), позволяющая переводить документы 
OpenDocument (*.odt). Для извлечения текста из документа ODT в файл XLIFF и 
переноса перевода в обратную сторону используется Translate-Toolkit.
 Lokalize je lokalizačný nástroj pre KDE a iný slobodný 
softvér. Je to tiež všeobecný počítačom riadený prekladový systém (CAT), ktorým 
môžete prekladať súbory OpenDocument (*.odt). Prekladový toolkit sa používa 
intern

commit libkexiv2 for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package libkexiv2 for openSUSE:Factory 
checked in at 2015-05-15 10:03:06

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


Package is "libkexiv2"

Changes:

--- /work/SRC/openSUSE:Factory/libkexiv2/libkexiv2.changes  2015-05-11 
19:21:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkexiv2.new/libkexiv2.changes 2015-05-15 
10:03:08.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:15:24 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  libkexiv2-15.04.0.tar.xz

New:

  libkexiv2-15.04.1.tar.xz



Other differences:
--
++ libkexiv2.spec ++
--- /var/tmp/diff_new_pack.QDU9if/_old  2015-05-15 10:03:08.0 +0200
+++ /var/tmp/diff_new_pack.QDU9if/_new  2015-05-15 10:03:08.0 +0200
@@ -19,7 +19,7 @@
 %define _so 11
 
 Name:   libkexiv2
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:Library to manipulate picture meta data
 License:GPL-2.0+

++ libkexiv2-15.04.0.tar.xz -> libkexiv2-15.04.1.tar.xz ++




commit libkeduvocdocument for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package libkeduvocdocument for 
openSUSE:Factory checked in at 2015-05-15 10:03:03

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


Package is "libkeduvocdocument"

Changes:

--- /work/SRC/openSUSE:Factory/libkeduvocdocument/libkeduvocdocument.changes
2015-05-11 18:47:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libkeduvocdocument.new/libkeduvocdocument.changes   
2015-05-15 10:03:04.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:15:18 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  libkeduvocdocument-15.04.0.tar.xz

New:

  libkeduvocdocument-15.04.1.tar.xz



Other differences:
--
++ libkeduvocdocument.spec ++
--- /var/tmp/diff_new_pack.LThRXk/_old  2015-05-15 10:03:04.0 +0200
+++ /var/tmp/diff_new_pack.LThRXk/_new  2015-05-15 10:03:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libkeduvocdocument
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:Library for KDE Education Applications
 License:GPL-2.0+

++ libkeduvocdocument-15.04.0.tar.xz -> libkeduvocdocument-15.04.1.tar.xz 
++




commit libkdeedu4 for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package libkdeedu4 for openSUSE:Factory 
checked in at 2015-05-15 10:02:56

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


Package is "libkdeedu4"

Changes:

--- /work/SRC/openSUSE:Factory/libkdeedu4/libkdeedu4.changes2015-05-11 
18:46:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkdeedu4.new/libkdeedu4.changes   
2015-05-15 10:02:57.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:15:02 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  libkdeedu-15.04.0.tar.xz

New:

  libkdeedu-15.04.1.tar.xz



Other differences:
--
++ libkdeedu4.spec ++
--- /var/tmp/diff_new_pack.xPEQyB/_old  2015-05-15 10:02:57.0 +0200
+++ /var/tmp/diff_new_pack.xPEQyB/_new  2015-05-15 10:02:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libkdeedu4
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:Library for KDE Education Applications
 License:GPL-2.0+

++ libkdeedu-15.04.0.tar.xz -> libkdeedu-15.04.1.tar.xz ++




commit libkcddb4 for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package libkcddb4 for openSUSE:Factory 
checked in at 2015-05-15 10:02:48

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


Package is "libkcddb4"

Changes:

--- /work/SRC/openSUSE:Factory/libkcddb4/libkcddb4.changes  2015-05-11 
19:20:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkcddb4.new/libkcddb4.changes 2015-05-15 
10:02:49.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:14:48 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  libkcddb-15.04.0.tar.xz

New:

  libkcddb-15.04.1.tar.xz



Other differences:
--
++ libkcddb4.spec ++
--- /var/tmp/diff_new_pack.KoYhR2/_old  2015-05-15 10:02:50.0 +0200
+++ /var/tmp/diff_new_pack.KoYhR2/_new  2015-05-15 10:02:50.0 +0200
@@ -26,7 +26,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:15.04.0
+Version:15.04.1
 Release:0
 Source0:libkcddb-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkcddb-15.04.0.tar.xz -> libkcddb-15.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-15.04.0/kcmcddb/libkcddb.desktop 
new/libkcddb-15.04.1/kcmcddb/libkcddb.desktop
--- old/libkcddb-15.04.0/kcmcddb/libkcddb.desktop   2015-01-21 
04:53:57.0 +0100
+++ new/libkcddb-15.04.1/kcmcddb/libkcddb.desktop   2015-05-01 
09:48:31.0 +0200
@@ -179,7 +179,7 @@
 Keywords[kk]=cddb;
 Keywords[ko]=cddb;
 Keywords[mr]=cddb;
-Keywords[nb]=cddb:
+Keywords[nb]=cddb;
 Keywords[nds]=CDDB;cddb;
 Keywords[nl]=cddb;
 Keywords[pl]=cddb;




commit kwalletmanager for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package kwalletmanager for openSUSE:Factory 
checked in at 2015-05-15 10:02:42

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


Package is "kwalletmanager"

Changes:

--- /work/SRC/openSUSE:Factory/kwalletmanager/kwalletmanager.changes
2015-05-11 19:20:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwalletmanager.new/kwalletmanager.changes   
2015-05-15 10:02:43.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:14:36 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  kwalletmanager-15.04.0.tar.xz

New:

  kwalletmanager-15.04.1.tar.xz



Other differences:
--
++ kwalletmanager.spec ++
--- /var/tmp/diff_new_pack.3MQc9d/_old  2015-05-15 10:02:43.0 +0200
+++ /var/tmp/diff_new_pack.3MQc9d/_new  2015-05-15 10:02:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kwalletmanager
-Version:15.04.0
+Version:15.04.1
 Release:0
 Summary:Wallet Management Tool
 License:GPL-2.0+

++ kwalletmanager-15.04.0.tar.xz -> kwalletmanager-15.04.1.tar.xz ++




  1   2   3   >