commit sbcl for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

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

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


Package is "sbcl"

Changes:

--- /work/SRC/openSUSE:Factory/sbcl/sbcl.changes2015-08-05 
06:50:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.sbcl.new/sbcl.changes   2015-10-03 
20:30:37.0 +0200
@@ -1,0 +2,57 @@
+Wed Sep 30 10:32:41 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.2.15
+  + new feature: DEPRECATION declaration for functions, variables
+and types causes {EARLY,LATE,FINAL}-DEPRECATION-WARNING to be
+signaled when subject of the declaration is used. Integrated
+with DESCRIBE, DOCUMENTATION and
+SB-CLTL2:{VARIABLE,FUNCTION}-INFORMATION. Documented in the
+"Deprecation" section of the manual.
+  + enhancement: ASDF updated to 3.1.5. (#1476867)
+  + enhancement: definitions within PROGN get proper source
+locations when compiled (needs latest Slime to take advantage
+of this). (#1473147)
+  + enhancement: source locations for DEFCLASS slots now point
+directly to the slot definitions, not the whole DEFCLASS form.
+  + bug fix: better source location in the presence of quoted
+forms. (#1370561)
+  + bug fix: better source locations inside backqoute. (#1361502)
+  + bug fix: HANDLER-BIND requires that the handler-function be a
+function designator at the time of binding establishment.
+(#1480679)
+  + bug fix: inlined functions surrounded by nested macrolets are
+properly inlined. (#309123) 
+
+- Changes in version 1.2.14
+  + minor incompatible change: The name of a compiled anonymous
+lambda as returned by the third value of
+FUNCTION-LAMBDA-EXPRESSION can have a lambda-list-like list
+following the introductory LAMBDA that is not in general a
+syntactically valid lambda list. Specifically, it won't retain
+default values, supplied-p variables, or &KEY or &AUX bindings.
+  + enhancement: DESTRUCTURING-BIND has been totally reimplemented
+from scratch to address a handful of performance and correctness
+issues. Some minor behavioral differences exist regarding order of
+evaluation of default forms for unsupplied &OPTIONAL and &KEY
+arguments when nested destructuring patterns are involved.
+(#707556, #707573, #707578, #708051)
+  + enhancement: DEFCONSTANT and DEFSTRUCT respect package locks.
+(#1186238, #1036716)
+  + enhancement: sb-unicode:normalize-string has a new optional
+argument, FILTER, a callback which controls which decomposed
+characters are collected. Useful for stripping away diacritics
+more efficiently.
+  + bug fix: (TYPE-OF ARRAY) for a non-simple array is subject to
+change after a call of ADJUST-ARRAY. (#1333731)
+  + bug fix: Dynamic-extent allocation with a loop between
+allocating a value and the start of its environment no longer
+discards the allocated data when the loop is taken. (#1472785)
+  + bug fix: Variable-reference elimination no longer generates
+incorrect code under certain circumstances. (#1446891)
+  + bug fix: variables with EQL types are no longer treated as
+constants by VOPs, which caused problems with closures being
+allocated for such variables, but they remained unused. (#1390149)
+  + bug fix: Windows installer generates registry key name
+correctly. (#1476447)
+
+---

Old:

  sbcl-1.2.13-source.tar.bz2

New:

  sbcl-1.2.15-source.tar.bz2



Other differences:
--
++ sbcl.spec ++
--- /var/tmp/diff_new_pack.MfAEpr/_old  2015-10-03 20:30:38.0 +0200
+++ /var/tmp/diff_new_pack.MfAEpr/_new  2015-10-03 20:30:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sbcl
-Version:1.2.13
+Version:1.2.15
 Release:0
 Summary:Steel Bank Common Lisp
 License:SUSE-Public-Domain and BSD-3-Clause

++ sbcl-1.2.13-source.tar.bz2 -> sbcl-1.2.15-source.tar.bz2 ++
 25888 lines of diff (skipped)




commit perl-MIME-tools for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package perl-MIME-tools for openSUSE:Factory 
checked in at 2015-10-03 20:30:22

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


Package is "perl-MIME-tools"

Changes:

--- /work/SRC/openSUSE:Factory/perl-MIME-tools/perl-MIME-tools.changes  
2015-05-02 16:16:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-MIME-tools.new/perl-MIME-tools.changes 
2015-10-03 20:30:42.0 +0200
@@ -1,0 +2,15 @@
+Fri Oct  2 09:14:28 UTC 2015 - co...@suse.com
+
+- updated to 5.507
+   see /usr/share/doc/packages/perl-MIME-tools/ChangeLog
+
+  5.507  2015-09-30  Dianne Skoll 
+  
+   * VERSION 5.507 RELEASED
+  
+   * Fix parsing bug
+ https://rt.cpan.org/Public/Bug/Display.html?id=105455
+  
+   * Fix typo that broke MIME::Body::incore->open() on Perl 5.20
+
+---

Old:

  MIME-tools-5.506.tar.gz

New:

  MIME-tools-5.507.tar.gz



Other differences:
--
++ perl-MIME-tools.spec ++
--- /var/tmp/diff_new_pack.Kn1PlW/_old  2015-10-03 20:30:43.0 +0200
+++ /var/tmp/diff_new_pack.Kn1PlW/_new  2015-10-03 20:30:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MIME-tools
-Version:5.506
+Version:5.507
 Release:0
 %define cpan_name MIME-tools
 Summary:Tools to manipulate MIME messages

++ MIME-tools-5.506.tar.gz -> MIME-tools-5.507.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-tools-5.506/ChangeLog 
new/MIME-tools-5.507/ChangeLog
--- old/MIME-tools-5.506/ChangeLog  2015-04-22 19:29:39.0 +0200
+++ new/MIME-tools-5.507/ChangeLog  2015-09-30 15:04:00.0 +0200
@@ -1,3 +1,12 @@
+5.5072015-09-30  Dianne Skoll 
+
+   * VERSION 5.507 RELEASED
+
+   * Fix parsing bug
+ https://rt.cpan.org/Public/Bug/Display.html?id=105455
+
+   * Fix typo that broke MIME::Body::incore->open() on Perl 5.20
+
 5.5062015-04-22  Dianne Skoll 
 
* VERSION 5.506 RELEASED
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-tools-5.506/META.yml 
new/MIME-tools-5.507/META.yml
--- old/MIME-tools-5.506/META.yml   2015-04-22 19:30:05.0 +0200
+++ new/MIME-tools-5.507/META.yml   2015-09-30 15:10:38.0 +0200
@@ -10,7 +10,7 @@
   ExtUtils::MakeMaker: 6.59
 distribution_type: module
 dynamic_config: 1
-generated_by: 'Module::Install version 1.06'
+generated_by: 'Module::Install version 1.14'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -38,4 +38,4 @@
   perl: 5.8.0
 resources:
   license: http://dev.perl.org/licenses/
-version: 5.506
+version: '5.507'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-tools-5.506/inc/Module/Install/Base.pm 
new/MIME-tools-5.507/inc/Module/Install/Base.pm
--- old/MIME-tools-5.506/inc/Module/Install/Base.pm 2015-04-22 
19:30:05.0 +0200
+++ new/MIME-tools-5.507/inc/Module/Install/Base.pm 2015-09-30 
15:10:37.0 +0200
@@ -4,7 +4,7 @@
 use strict 'vars';
 use vars qw{$VERSION};
 BEGIN {
-   $VERSION = '1.06';
+   $VERSION = '1.14';
 }
 
 # Suspend handler for "redefined" warnings
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-tools-5.506/inc/Module/Install/Can.pm 
new/MIME-tools-5.507/inc/Module/Install/Can.pm
--- old/MIME-tools-5.506/inc/Module/Install/Can.pm  2015-04-22 
19:30:05.0 +0200
+++ new/MIME-tools-5.507/inc/Module/Install/Can.pm  2015-09-30 
15:10:37.0 +0200
@@ -8,7 +8,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-   $VERSION = '1.06';
+   $VERSION = '1.14';
@ISA = 'Module::Install::Base';
$ISCORE  = 1;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-tools-5.506/inc/Module/Install/Fetch.pm 
new/MIME-tools-5.507/inc/Module/Install/Fetch.pm
--- old/MIME-tools-5.506/inc/Module/Install/Fetch.pm2015-04-22 
19:30:05.0 +0200
+++ new/MIME-tools-5.507/inc/Module/Install/Fetch.pm2015-09-30 
15:10:37.0 +0200
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-   $VERSION = '1.06';
+   $VERSION = '1.14';
@ISA = 'Module::Install::Base';
$ISCORE  = 1;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-tools-5.506/inc/Module/Install/Makefile.pm 
new/MIME-tools-5.507/inc/Module/Install/Makefile.pm
--- old/MIME-tools-5.506/

commit perl-Minion for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package perl-Minion for openSUSE:Factory 
checked in at 2015-10-03 20:30:24

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


Package is "perl-Minion"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Minion/perl-Minion.changes  2015-09-08 
17:42:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Minion.new/perl-Minion.changes 
2015-10-03 20:30:44.0 +0200
@@ -1,0 +2,30 @@
+Fri Oct  2 09:16:58 UTC 2015 - co...@suse.com
+
+- updated to 2.0
+   see /usr/share/doc/packages/perl-Minion/Changes
+
+  2.0  2015-10-01
+- Removed -t option from worker command.
+- Added support for multiple named queues.
+- Added retries attribute to Minion::Job.
+- Added retries argument to fail_job, finish_job and retry_job methods in
+  Minion::Backend::File and Minion::Backend::Pg.
+- Added queue option to enqueue method in Minion.
+- Added queue option to enqueue and retry_job methods in 
Minion::Backend::File
+  and Minion::Backend::Pg.
+- Added queues option to dequeue method in Minion::Worker.
+- Added queues option to dequeue method in Minion::Backend::File and
+  Minion::Backend::Pg.
+- Added -q option to job and worker commands.
+- Improved worker command to be more resilient to time jumps.
+- Fixed a race condition in Minion::Backend::File and Minion::Backend::Pg
+  where a retried job did not have to be dequeued again before it could be
+  finished.
+  
+  1.19  2015-09-28
+- Added support for retrying jobs with a new priority.
+- Added priority option to retry method in Minion::Job.
+- Added priority option to retry_job method in Minion::Backend::File and
+  Minion::Backend::Pg.
+
+---

Old:

  Minion-1.18.tar.gz

New:

  Minion-2.0.tar.gz



Other differences:
--
++ perl-Minion.spec ++
--- /var/tmp/diff_new_pack.u8dvOn/_old  2015-10-03 20:30:44.0 +0200
+++ /var/tmp/diff_new_pack.u8dvOn/_new  2015-10-03 20:30:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Minion
-Version:1.18
+Version:2.0
 Release:0
 %define cpan_name Minion
 Summary:Job queue

++ Minion-1.18.tar.gz -> Minion-2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-1.18/Changes new/Minion-2.0/Changes
--- old/Minion-1.18/Changes 2015-08-29 13:39:17.0 +0200
+++ new/Minion-2.0/Changes  2015-10-01 14:13:16.0 +0200
@@ -1,4 +1,28 @@
 
+2.0  2015-10-01
+  - Removed -t option from worker command.
+  - Added support for multiple named queues.
+  - Added retries attribute to Minion::Job.
+  - Added retries argument to fail_job, finish_job and retry_job methods in
+Minion::Backend::File and Minion::Backend::Pg.
+  - Added queue option to enqueue method in Minion.
+  - Added queue option to enqueue and retry_job methods in 
Minion::Backend::File
+and Minion::Backend::Pg.
+  - Added queues option to dequeue method in Minion::Worker.
+  - Added queues option to dequeue method in Minion::Backend::File and
+Minion::Backend::Pg.
+  - Added -q option to job and worker commands.
+  - Improved worker command to be more resilient to time jumps.
+  - Fixed a race condition in Minion::Backend::File and Minion::Backend::Pg
+where a retried job did not have to be dequeued again before it could be
+finished.
+
+1.19  2015-09-28
+  - Added support for retrying jobs with a new priority.
+  - Added priority option to retry method in Minion::Job.
+  - Added priority option to retry_job method in Minion::Backend::File and
+Minion::Backend::Pg.
+
 1.18  2015-08-30
   - Fixed Makefile.PL to be compliant with version 2 of the CPAN distribution
 metadata specification.
@@ -13,8 +37,8 @@
 1.15  2015-05-15
   - Added support for retrying jobs with a delay. (kwa)
   - Added delay option to retry method in Minion::Job. (kwa)
-  - Added delay option to retry_job method in Minion::Backend::File. (kwa)
-  - Added delay option to retry_job method in Minion::Backend::Pg. (kwa)
+  - Added delay option to retry_job method in Minion::Backend::File and
+Minion::Backend::Pg. (kwa)
 
 1.14  2015-04-21
   - Improved performance of Minion::Backend::Pg with a new index. (avkhozov)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-1.18/META.json new/Minion-2.0/META.json
--- old/Minion-1.18/META.json   2015-09-02 19:29:02.0 +0200
+++ new/Minion-2.0/META.json2015-10-01 20:35:41.0 +0200
@@ -55,6 +55,6 @@
   },
   "x_IRC" : "irc://ir

commit seamonkey for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package seamonkey for openSUSE:Factory 
checked in at 2015-10-03 20:30:18

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


Package is "seamonkey"

Changes:

--- /work/SRC/openSUSE:Factory/seamonkey/seamonkey.changes  2015-09-08 
17:49:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.seamonkey.new/seamonkey.changes 2015-10-03 
20:30:27.0 +0200
@@ -1,0 +2,47 @@
+Thu Oct  1 09:42:28 UTC 2015 - w...@rosenauer.org
+
+- update to SeaMonkey 2.38 (bnc#947003)
+  * based on 41.0.1
+  * MFSA 2015-96/CVE-2015-4500/CVE-2015-4501
+Miscellaneous memory safety hazards
+  * MFSA 2015-97/CVE-2015-4503 (bmo#994337)
+Memory leak in mozTCPSocket to servers
+  * MFSA 2015-98/CVE-2015-4504 (bmo#1132467)
+Out of bounds read in QCMS library with ICC V4 profile attributes
+  * MFSA 2015-100/CVE-2015-4505 (bmo#1177861) (Windows only)
+Arbitrary file manipulation by local user through Mozilla updater
+  * MFSA 2015-101/CVE-2015-4506 (bmo#1192226)
+Buffer overflow in libvpx while parsing vp9 format video
+  * MFSA 2015-102/CVE-2015-4507 (bmo#1192401)
+Crash when using debugger with SavedStacks in JavaScript
+  * MFSA 2015-104/CVE-2015-4510 (bmo#124)
+Use-after-free with shared workers and IndexedDB
+  * MFSA 2015-105/CVE-2015-4511 (bmo#1200148)
+Buffer overflow while decoding WebM video
+  * MFSA 2015-106/CVE-2015-4509 (bmo#1198435)
+Use-after-free while manipulating HTML media content
+  * MFSA 2015-107/CVE-2015-4512 (bmo#1170390)
+Out-of-bounds read during 2D canvas display on Linux 16-bit
+color depth systems
+  * MFSA 2015-108/CVE-2015-4502 (bmo#1105045)
+Scripted proxies can access inner window
+  * MFSA 2015-109/CVE-2015-4516 (bmo#904886)
+JavaScript immutable property enforcement can be bypassed
+  * MFSA 2015-110/CVE-2015-4519 (bmo#1189814)
+Dragging and dropping images exposes final URL after redirects
+  * MFSA 2015-111/CVE-2015-4520 (bmo#1200856, bmo#1200869)
+Errors in the handling of CORS preflight request headers
+  * MFSA 2015-112/CVE-2015-4517/CVE-2015-4521/CVE-2015-4522/
+CVE-2015-7174/CVE-2015-7175/CVE-2015-7176/CVE-2015-7177/
+CVE-2015-7180
+Vulnerabilities found through code inspection
+  * MFSA 2015-113/CVE-2015-7178/CVE-2015-7179 (bmo#1189860,
+bmo#1190526) (Windows only)
+Memory safety errors in libGLES in the ANGLE graphics library
+  * MFSA 2015-114 (bmo#1167498, bmo#1153672) (Windows only)
+Information disclosure via the High Resolution Time API
+- removed obsolete patch
+  * mozilla-add-glibcxx_use_cxx11_abi.patch
+- added mozilla-no-stdcxx-check.patch
+
+---

Old:

  l10n-2.35.tar.bz2
  mozilla-add-glibcxx_use_cxx11_abi.patch
  seamonkey-2.35-source.tar.bz2

New:

  l10n-2.38.tar.bz2
  mozilla-no-stdcxx-check.patch
  seamonkey-2.38-source.tar.bz2



Other differences:
--
++ seamonkey.spec ++
--- /var/tmp/diff_new_pack.AJDfs9/_old  2015-10-03 20:30:36.0 +0200
+++ /var/tmp/diff_new_pack.AJDfs9/_new  2015-10-03 20:30:36.0 +0200
@@ -60,9 +60,9 @@
 %endif
 Provides:   web_browser
 Provides:   browser(npapi)
-Version:2.35
+Version:2.38
 Release:0
-%define releasedate 2015082600
+%define releasedate 2015092600
 Summary:The successor of the Mozilla Application Suite
 License:MPL-2.0
 Group:  Productivity/Networking/Web/Browsers
@@ -83,7 +83,7 @@
 Patch3: mozilla-language.patch
 Patch4: mozilla-ntlm-full-path.patch
 Patch5: mozilla-ua-locale.patch
-Patch6: mozilla-add-glibcxx_use_cxx11_abi.patch
+Patch6: mozilla-no-stdcxx-check.patch
 Patch7: mozilla-icu-strncat.patch
 Patch8: mozilla-openaes-decl.patch
 Patch100:   seamonkey-ua-locale.patch
@@ -238,7 +238,7 @@
 %endif
 ac_add_options --disable-tests
 ac_add_options --enable-release
-ac_add_options --enable-stdcxx-compat
+#ac_add_options --enable-stdcxx-compat
 %ifarch %ix86 %arm
 %if 0%{?suse_version} > 1230
 ac_add_options --disable-optimize


++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.AJDfs9/_old  2015-10-03 20:30:36.0 +0200
+++ /var/tmp/diff_new_pack.AJDfs9/_new  2015-10-03 20:30:36.0 +0200
@@ -1,9 +1,9 @@
 #!/bin/bash
 
-CHANNEL="esr38"
+CHANNEL="release"
 BRANCH="releases/comm-$CHANNEL"
-RELEASE_TAG="SEAMONKEY_2_35_RELEASE"
-VERSION="2.35"
+RELEASE_TAG="SEAMONKEY_2_38_RELEASE"
+VERSION="2.38"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH seamonkey

++ l10n-2.35.tar.bz2 -> l10n-2.38.tar.bz2 ++
/work/SRC/o

commit perl-Mojolicious-Plugin-Bootstrap3 for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-Bootstrap3 
for openSUSE:Factory checked in at 2015-10-03 20:30:25

Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-Bootstrap3 (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-Bootstrap3.new 
(New)


Package is "perl-Mojolicious-Plugin-Bootstrap3"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-Bootstrap3/perl-Mojolicious-Plugin-Bootstrap3.changes
2015-09-08 17:39:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-Bootstrap3.new/perl-Mojolicious-Plugin-Bootstrap3.changes
   2015-10-03 20:30:44.0 +0200
@@ -1,0 +2,15 @@
+Fri Oct  2 09:18:23 UTC 2015 - co...@suse.com
+
+- updated to 3.3505
+   see /usr/share/doc/packages/perl-Mojolicious-Plugin-Bootstrap3/Changes
+
+  3.3505 2015-09-28T07:44:01+0200
+   - Require Mojolicious::Plugin::AssetPack 0.67
+  
+  3.3504 2015-09-27T15:46:40+0200
+   - Fix non-existing directory t/public for t/without-jquery.t
+  
+  3.3503 2015-09-25T16:56:30+0200
+   - Compatible with Mojolicious::Plugin::AssetPack 0.65
+
+---

Old:

  Mojolicious-Plugin-Bootstrap3-3.3502.tar.gz

New:

  Mojolicious-Plugin-Bootstrap3-3.3505.tar.gz



Other differences:
--
++ perl-Mojolicious-Plugin-Bootstrap3.spec ++
--- /var/tmp/diff_new_pack.F0r2As/_old  2015-10-03 20:30:45.0 +0200
+++ /var/tmp/diff_new_pack.F0r2As/_new  2015-10-03 20:30:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious-Plugin-Bootstrap3
-Version:3.3502
+Version:3.3505
 Release:0
 %define cpan_name Mojolicious-Plugin-Bootstrap3
 Summary:Mojolicious + http://getbootstrap.com/
@@ -31,10 +31,10 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Mojolicious) >= 6.00
-BuildRequires:  perl(Mojolicious::Plugin::AssetPack) >= 0.63
+BuildRequires:  perl(Mojolicious::Plugin::AssetPack) >= 0.67
 BuildRequires:  perl(Test::More) >= 0.88
 Requires:   perl(Mojolicious) >= 6.00
-Requires:   perl(Mojolicious::Plugin::AssetPack) >= 0.63
+Requires:   perl(Mojolicious::Plugin::AssetPack) >= 0.67
 %{perl_requires}
 
 %description

++ Mojolicious-Plugin-Bootstrap3-3.3502.tar.gz -> 
Mojolicious-Plugin-Bootstrap3-3.3505.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-Bootstrap3-3.3502/Changes 
new/Mojolicious-Plugin-Bootstrap3-3.3505/Changes
--- old/Mojolicious-Plugin-Bootstrap3-3.3502/Changes2015-08-29 
10:20:22.0 +0200
+++ new/Mojolicious-Plugin-Bootstrap3-3.3505/Changes2015-09-28 
07:44:01.0 +0200
@@ -1,5 +1,14 @@
 Revision history for perl distribution Mojolicious-Plugin-Bootstrap3
 
+3.3505 2015-09-28T07:44:01+0200
+ - Require Mojolicious::Plugin::AssetPack 0.67
+
+3.3504 2015-09-27T15:46:40+0200
+ - Fix non-existing directory t/public for t/without-jquery.t
+
+3.3503 2015-09-25T16:56:30+0200
+ - Compatible with Mojolicious::Plugin::AssetPack 0.65
+
 3.3502 2015-08-29T10:20:22+0200
  - Bundle new assets after release of AssetPack 0.62 #6
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-Bootstrap3-3.3502/MANIFEST 
new/Mojolicious-Plugin-Bootstrap3-3.3505/MANIFEST
--- old/Mojolicious-Plugin-Bootstrap3-3.3502/MANIFEST   2015-08-29 
10:20:23.0 +0200
+++ new/Mojolicious-Plugin-Bootstrap3-3.3505/MANIFEST   2015-09-28 
07:44:02.0 +0200
@@ -25,6 +25,7 @@
 lib/Mojolicious/Plugin/Bootstrap3/js/bootstrap/transition.js
 lib/Mojolicious/Plugin/Bootstrap3/js/jquery-1.11.0.min.js
 lib/Mojolicious/Plugin/Bootstrap3/js/jquery-1.11.0.min.map
+lib/Mojolicious/Plugin/Bootstrap3/packed/_assetpack.map
 
lib/Mojolicious/Plugin/Bootstrap3/packed/affix-683c19859764baf0d17538897ea1eba2.js
 
lib/Mojolicious/Plugin/Bootstrap3/packed/alert-ac9c0d62e9f1198d915aac1465bdcb64.js
 
lib/Mojolicious/Plugin/Bootstrap3/packed/bootstrap-ccaf8e6e3be9b527aa756b197b7f5cf3.min.js
@@ -125,7 +126,6 @@
 t/00-copy.t
 t/bundled.t
 t/custom.t
-t/public.t
 t/theme.t
 t/without-jquery.t
 META.yml Module YAML meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-Bootstrap3-3.3502/META.json 
new/Mojolicious-Plugin-Bootstrap3-3.3505/META.json
--- old/Mojolicious-Plugin-Bootstrap3-3.3502/META.json  2015-08-29 
10:20:23.0 +0200
+++ new/Mojolicious-Plugin-Bootstrap3-3.3505/META.json  2015-09-28 
07:44:02.0 +0200
@@ -33,7 +33,7 @@
   "runtime" : {
  "requires" : {
 "Mojolic

commit perl-Graph for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package perl-Graph for openSUSE:Factory 
checked in at 2015-10-03 20:30:21

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


Package is "perl-Graph"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Graph/perl-Graph.changes2015-09-30 
05:51:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Graph.new/perl-Graph.changes   
2015-10-03 20:30:41.0 +0200
@@ -1,0 +2,20 @@
+Fri Oct  2 09:08:25 UTC 2015 - co...@suse.com
+
+- updated to 0.9703
+   see /usr/share/doc/packages/perl-Graph/Changes
+
+  0.9703 2015-09-29  Jarkko Hietaniemi  
+  - document (at user level) the openbsd random problem
+  - using the 5.22+ Inf was done the wrong way:
+https://github.com/neilbowers/Graph/issues/1
+  
+  0.9702 2015-09-28  Jarkko Hietaniemi  
+  - rt.cpan.org 107394 $Storable::VERSION may contain underscores
+  - follow-up to rt.cpan.org 104687: more docs, fixes, and tests for
+diameter/radius/shortest_path/center_vertices/vertex_eccentricity
+for corner cases like empty graph, single-vertex graphs, and
+in general unconnected graphs
+  - for perl 5.22 or later one should be able to use Inf for Infinity
+  - openbsd before perl 5.20 had nondeterministic rand()
+
+---

Old:

  Graph-0.97.tar.gz

New:

  Graph-0.9703.tar.gz



Other differences:
--
++ perl-Graph.spec ++
--- /var/tmp/diff_new_pack.rI4Kws/_old  2015-10-03 20:30:42.0 +0200
+++ /var/tmp/diff_new_pack.rI4Kws/_new  2015-10-03 20:30:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Graph
-Version:0.97
+Version:0.9703
 Release:0
 %define cpan_name Graph
 Summary:Graph Data Structures and Algorithms

++ Graph-0.97.tar.gz -> Graph-0.9703.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.97/Changes new/Graph-0.9703/Changes
--- old/Graph-0.97/Changes  2015-09-23 03:11:19.0 +0200
+++ new/Graph-0.9703/Changes2015-09-29 12:43:44.0 +0200
@@ -1,5 +1,19 @@
 Revision history for Perl module Graph
 
+0.9703 2015-09-29  Jarkko Hietaniemi  
+- document (at user level) the openbsd random problem
+- using the 5.22+ Inf was done the wrong way:
+  https://github.com/neilbowers/Graph/issues/1
+
+0.9702 2015-09-28  Jarkko Hietaniemi  
+- rt.cpan.org 107394 $Storable::VERSION may contain underscores
+- follow-up to rt.cpan.org 104687: more docs, fixes, and tests for
+  diameter/radius/shortest_path/center_vertices/vertex_eccentricity
+  for corner cases like empty graph, single-vertex graphs, and
+  in general unconnected graphs
+- for perl 5.22 or later one should be able to use Inf for Infinity
+- openbsd before perl 5.20 had nondeterministic rand()
+
 0.97 2015-09-22  Jarkko Hietaniemi  
 - rt.cpan.org 104687 diameter and centre of a one vertex graph
 - rt.cpan.org 107195 [PATCH] fix POD: add missing NAME header
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.97/META.json new/Graph-0.9703/META.json
--- old/Graph-0.97/META.json2015-09-23 03:12:23.0 +0200
+++ new/Graph-0.9703/META.json  2015-09-29 12:43:46.0 +0200
@@ -27,5 +27,5 @@
  "web" : "https://github.com/neilbowers/Graph";
   }
},
-   "version" : "0.97"
+   "version" : "0.9703"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.97/META.yml new/Graph-0.9703/META.yml
--- old/Graph-0.97/META.yml 2015-09-23 03:12:23.0 +0200
+++ new/Graph-0.9703/META.yml   2015-09-29 12:43:46.0 +0200
@@ -16,4 +16,4 @@
 - inc
 resources:
   repository: git://github.com/neilbowers/Graph.git
-version: '0.97'
+version: '0.9703'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.97/lib/Graph.pm new/Graph-0.9703/lib/Graph.pm
--- old/Graph-0.97/lib/Graph.pm 2015-09-23 03:11:19.0 +0200
+++ new/Graph-0.9703/lib/Graph.pm   2015-09-29 12:40:54.0 +0200
@@ -18,12 +18,12 @@
 
 use vars qw($VERSION);
 
-$VERSION = '0.97';
+$VERSION = '0.9703';
 
 require 5.006; # Weak references are absolutely required.
 
 my $can_deep_copy_Storable =
-eval 'require Storable; require B::Deparse; $B::Deparse::VERSION =~ 
s/_\d+$//; $Storable::VERSION >= 2.05 && $B::Deparse::VERSION >= 0.61' && !$@;
+eval 'require Storable; require B::Deparse; $Storable::VERSION =~ 
s/_\d+$//;$B::Deparse::VERSION =~ s/_\d+$//; $Storable::VERSION >= 2.05 && 
$B::Depars

commit openal-soft for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package openal-soft for openSUSE:Factory 
checked in at 2015-10-03 20:30:06

Comparing /work/SRC/openSUSE:Factory/openal-soft (Old)
 and  /work/SRC/openSUSE:Factory/.openal-soft.new (New)


Package is "openal-soft"

Changes:

--- /work/SRC/openSUSE:Factory/openal-soft/openal-soft.changes  2015-04-27 
07:46:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.openal-soft.new/openal-soft.changes 
2015-10-03 20:30:07.0 +0200
@@ -1,0 +2,11 @@
+Tue Sep 29 19:17:39 UTC 2015 - dmuel...@suse.com
+
+- add openal-soft-arm_neon-only-for-32bit.patch to fix build
+  on aarch64
+
+---
+Sun Sep 20 08:43:22 UTC 2015 - meiss...@suse.com
+
+- baselibs for -devel too for building wine.
+
+---

New:

  openal-soft-arm_neon-only-for-32bit.patch



Other differences:
--
++ openal-soft.spec ++
--- /var/tmp/diff_new_pack.1HeAuK/_old  2015-10-03 20:30:07.0 +0200
+++ /var/tmp/diff_new_pack.1HeAuK/_new  2015-10-03 20:30:07.0 +0200
@@ -28,6 +28,7 @@
 Source3:baselibs.conf
 # PATCH-FIX-UPSTREAM openal-no-autospawn.diff
 Patch0: openal-no-autospawn.diff
+Patch1: openal-soft-arm_neon-only-for-32bit.patch
 BuildRequires:  cmake >= 2.4.4
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
@@ -128,6 +129,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %cmake \

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.1HeAuK/_old  2015-10-03 20:30:07.0 +0200
+++ /var/tmp/diff_new_pack.1HeAuK/_new  2015-10-03 20:30:07.0 +0200
@@ -1,2 +1,3 @@
 libopenal0
 libopenal1
+openal-soft-devel

++ openal-soft-arm_neon-only-for-32bit.patch ++
Index: openal-soft-1.16.0/CMakeLists.txt
===
--- openal-soft-1.16.0.orig/CMakeLists.txt
+++ openal-soft-1.16.0/CMakeLists.txt
@@ -679,7 +679,7 @@ ENDIF()
 # Check for ARM Neon support
 OPTION(ALSOFT_REQUIRE_NEON "Require ARM Neon support" OFF)
 CHECK_INCLUDE_FILE(arm_neon.h HAVE_ARM_NEON_H)
-IF(HAVE_ARM_NEON_H)
+IF(HAVE_ARM_NEON_H AND CMAKE_SIZEOF_VOID_P EQUAL 4)# only 32-bit ARM
 OPTION(ALSOFT_CPUEXT_NEON "Enable ARM Neon support" ON)
 IF(ALSOFT_CPUEXT_NEON)
 SET(HAVE_NEON 1)



commit openmcu for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package openmcu for openSUSE:Factory checked 
in at 2015-10-03 20:30:16

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


Package is "openmcu"

Changes:

--- /work/SRC/openSUSE:Factory/openmcu/openmcu.changes  2012-07-12 
10:49:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.openmcu.new/openmcu.changes 2015-10-03 
20:30:17.0 +0200
@@ -1,0 +2,35 @@
+Thu Sep 17 22:02:42 UTC 2015 - jeng...@inai.de
+
+- Trim filelist, use ffmpeg instead of libav
+
+---
+Thu Sep 17 13:45:33 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 3.48.0
+  * No changelog available
+- Remove openmcu_missing_includes.patch
+- Split out codecs into there own subpackage
+- Update homepage Url
+- Use download Url as source
+- Move from pwlib-devel and openh323-devel to libpt-devel and
+  h323plus-devel
+- Add additional dependencies
+  * libav-tools
+  * libavcodec-devel
+  * libswresample-devel
+  * pkgconfig(alsa)
+  * pkgconfig(expat)
+  * pkgconfig(freetype2)
+  * pkgconfig(sofia-sip-ua)
+  * pkgconfig(libsasl2)
+  * pkgconfig(libv4l2)
+  * pkgconfig(opal)
+  * pkgconfig(openssl)
+  * pkgconfig(vpx)
+  * libjpeg-devel
+  * bison
+  * flex
+  * autoconf
+  * automake
+
+---

Old:

  openmcu-v2_2_1-src.tar.bz2
  openmcu_missing_includes.patch

New:

  v3.48.0.tar.gz



Other differences:
--
++ openmcu.spec ++
--- /var/tmp/diff_new_pack.VypmbL/_old  2015-10-03 20:30:19.0 +0200
+++ /var/tmp/diff_new_pack.VypmbL/_new  2015-10-03 20:30:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openmcu
 #
-# Copyright (c) 2012 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,54 +16,84 @@
 #
 
 
-%ifarch %ix86
-%define arch x86
-%else
-%define arch %{_target_cpu}
-%endif
-
 Name:   openmcu
+Version:3.48.0
+Release:0
+Summary:H.323 Multipoint Control Unit
+License:MPL-1.1
+Group:  Productivity/Telephony/H323/Servers
+Url:http://openmcu.ru/eng.htm
+
+Source0:https://github.com/muggot/openmcu/archive/v%{version}.tar.gz
 BuildRequires:  SDL-devel
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  bison
+BuildRequires:  ffmpeg
+BuildRequires:  flex
 BuildRequires:  gcc-c++
+BuildRequires:  h323plus-devel
 BuildRequires:  libdv
-BuildRequires:  openh323-devel
+BuildRequires:  libjpeg-devel
+BuildRequires:  libpt-devel
 BuildRequires:  openldap2-devel
-BuildRequires:  pwlib-devel
-BuildRequires:  speex-devel
-Url:http://www.openh323.org
+BuildRequires:  pkgconfig(alsa)
+BuildRequires:  pkgconfig(expat)
+BuildRequires:  pkgconfig(freetype2)
+BuildRequires:  pkgconfig(libavcodec)
+BuildRequires:  pkgconfig(libsasl2)
+BuildRequires:  pkgconfig(libswresample)
+BuildRequires:  pkgconfig(libv4l2)
+BuildRequires:  pkgconfig(opal)
+BuildRequires:  pkgconfig(openssl)
+BuildRequires:  pkgconfig(opus)
+BuildRequires:  pkgconfig(sofia-sip-ua)
+BuildRequires:  pkgconfig(speex)
+BuildRequires:  pkgconfig(vpx)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:H.323 Multipoint Control Unit
-License:MPL-1.1
-Group:  Productivity/Telephony/H323/Servers
-Version:2.2.1
-Release:0
-Source0:openmcu-v2_2_1-src.tar.bz2
-Patch:  openmcu_missing_includes.patch
 
 %description
 OpenMCU implements a multipoint control unit for video conferences
 according to the H.323 standard. You might use ohphone as a client
 application.
 
+%package codecs
+Summary:H.323 Multipoint Control Unit - ptlib codecs
+Group:  Productivity/Telephony/H323/Servers
+
+%description codecs
+OpenMCU implements a multipoint control unit for video conferences
+according to the H.323 standard. You might use ohphone as a client
+application.
 
+This packages contains audio and video codecs.
 
 %prep
-%setup -n openmcu_v2_2_1
-%patch -p1
+%setup -q
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fstack-protector"
-make PREFIX=/usr OPENH323DIR=/usr/share/openh323 OH323_LIBDIR=%{_libdir} opt
+NOCONFIGURE=1 ./autogen.sh
+%configure \
+  --disable-h264
+make %{?_smp_mflags}
 
 %install
-mkdir -p $RPM_BUILD_ROOT/usr/sbin
-mkdir -p $RPM_BUILD_ROOT/usr/share/man/man1
-install -c obj_linux_%{arch}_r/openmcu $RPM_BUILD_ROOT/usr/sbin
-install -m644 -c openmcu.1 $RPM_BUILD_ROOT/usr/share/man/m

commit libqca-qt5 for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package libqca-qt5 for openSUSE:Factory 
checked in at 2015-10-03 20:30:11

Comparing /work/SRC/openSUSE:Factory/libqca-qt5 (Old)
 and  /work/SRC/openSUSE:Factory/.libqca-qt5.new (New)


Package is "libqca-qt5"

Changes:

--- /work/SRC/openSUSE:Factory/libqca-qt5/libqca-qt5.changes2015-02-16 
22:12:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqca-qt5.new/libqca-qt5.changes   
2015-10-03 20:30:13.0 +0200
@@ -1,0 +2,13 @@
+Sat Oct  3 09:21:25 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 2.1.1
+  * No changelog provided
+- Drop Use-Q_SLOTS-Q_SIGNALS.patch and 0001-Add-missing-QIODevice-include.patch
+
+---
+Sat Sep 26 14:13:08 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Added Use-Q_SLOTS-Q_SIGNALS.patch from upstream: allow building
+  without QT_NO_KEYWORDS define
+
+---

Old:

  0001-Add-missing-QIODevice-include.patch
  qca-qt5-2.1.0.3.tar.xz

New:

  qca-2.1.1.tar.xz



Other differences:
--
++ libqca-qt5.spec ++
--- /var/tmp/diff_new_pack.jgMhHz/_old  2015-10-03 20:30:14.0 +0200
+++ /var/tmp/diff_new_pack.jgMhHz/_new  2015-10-03 20:30:14.0 +0200
@@ -18,19 +18,17 @@
 
 %define _so 2
 Name:   libqca-qt5
-Version:2.1.0.3
+Version:2.1.1
 Release:0
 Summary:Qt Cryptographic Architecture 2
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Url:http://delta.affinix.com/qca/
-Source: 
http://download.kde.org/stable/qca-qt5/%{version}/src/qca-qt5-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/qca/%{version}/src/qca-%{version}.tar.xz
 Source1:baselibs.conf
 Source99:   libqca-qt5-rpmlintrc
 # PATCH-FIX-OPENSUSE ansi.diff -- rh#1182200. drop ansi flags in order to 
compile with latest gcrypt
 Patch0: ansi.diff
-# PATCH-FIX-UPSTREAM 0001-Add-missing-QIODevice-include.patch -- Fix build 
with Qt 5.5
-Patch1: 0001-Add-missing-QIODevice-include.patch
 BuildRequires:  ca-certificates
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  cyrus-sasl-devel
@@ -86,9 +84,8 @@
 SASL support.
 
 %prep
-%setup -q -n qca-qt5-%{version}
+%setup -q -n qca-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 %cmake \

++ qca-qt5-2.1.0.3.tar.xz -> qca-2.1.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qca-qt5-2.1.0.3/CMakeLists.txt 
new/qca-2.1.1/CMakeLists.txt
--- old/qca-qt5-2.1.0.3/CMakeLists.txt  2015-01-13 17:22:06.0 +0100
+++ new/qca-2.1.1/CMakeLists.txt2015-10-02 11:39:21.0 +0200
@@ -12,7 +12,7 @@
 
 set(QCA_LIB_MAJOR_VERSION "2")
 set(QCA_LIB_MINOR_VERSION "1")
-set(QCA_LIB_PATCH_VERSION "0")
+set(QCA_LIB_PATCH_VERSION "1")
 
 # Do not automatically link Qt executables to qtmain target on Windows.
 # QCA exucatables use console mode only. Not need to link against
@@ -272,7 +272,7 @@
 endif()
 
 if (APPLE)
-   find_package(Carbon REQUIRED)
+   find_package(CoreFoundation REQUIRED)
set(CMAKE_INSTALL_NAME_DIR ${QCA_LIBRARY_INSTALL_DIR})
set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
 endif (APPLE)
@@ -282,13 +282,13 @@
 if( WIN32 )
 # USE BUILTIN
 else ( WIN32 )
-  if ( ENV{QC_CERTSTORE_PATH} )
-if(EXISTS ENV{QC_CERTSTORE_PATH})
+  if ( DEFINED ENV{QC_CERTSTORE_PATH} )
+if(EXISTS $ENV{QC_CERTSTORE_PATH})
   set( qca_CERTSTORE $ENV{QC_CERTSTORE_PATH})
-else(EXISTS ENV{QC_CERTSTORE_PATH})
+else(EXISTS $ENV{QC_CERTSTORE_PATH})
   # path to try
-endif(EXISTS ENV{QC_CERTSTORE_PATH})
-  else( ENV{QC_CERTSTORE_PATH} )
+endif(EXISTS $ENV{QC_CERTSTORE_PATH})
+  else( DEFINED ENV{QC_CERTSTORE_PATH} )
 set( toTry
   "/etc/ssl/certs/ca-certificates.crt"
   "/usr/share/ssl/cert.pem"
@@ -302,7 +302,7 @@
 set( qca_CERTSTORE ${_current_try})
   endif(EXISTS ${_current_try})
 endforeach (_current_try)
-  endif( ENV{QC_CERTSTORE_PATH} )
+  endif( DEFINED ENV{QC_CERTSTORE_PATH} )
 endif(WIN32)
 
 if (qca_CERTSTORE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qca-qt5-2.1.0.3/cmake/modules/FindCarbon.cmake 
new/qca-2.1.1/cmake/modules/FindCarbon.cmake
--- old/qca-qt5-2.1.0.3/cmake/modules/FindCarbon.cmake  2015-01-13 
17:22:06.0 +0100
+++ new/qca-2.1.1/cmake/modules/FindCarbon.cmake1970-01-01 
01:00:00.0 +0100
@@ -1,13 +0,0 @@
-# Copyright (c) 2006, Benjamin Reed, 
-#
-# Redistribution and use is allowed according to the terms of the BSD license.
-# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
-
-INCLUDE(CMakeFind

commit profanity for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package profanity for openSUSE:Factory 
checked in at 2015-10-03 20:30:17

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


Package is "profanity"

Changes:

--- /work/SRC/openSUSE:Factory/profanity/profanity.changes  2015-07-12 
22:52:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.profanity.new/profanity.changes 2015-10-03 
20:30:20.0 +0200
@@ -1,0 +2,12 @@
+Thu Oct  1 09:40:35 UTC 2015 - mvet...@suse.com
+
+- Build with PGP enabled
+- Upgrade to version 0.4.7:
+* Build against libmesode if available
+* Handle invalid SSL certificates (requires libmesode)
+* Allow auto extended away
+* Include last acitvity in initial presence (xep-0256)
+* Last Activity (xep-0012)
+  libmesode is not yet packaged. So this version uses libstrophe still.
+
+---

Old:

  profanity-0.4.6.tar.gz

New:

  profanity-0.4.7.tar.gz



Other differences:
--
++ profanity.spec ++
--- /var/tmp/diff_new_pack.CykB2m/_old  2015-10-03 20:30:21.0 +0200
+++ /var/tmp/diff_new_pack.CykB2m/_new  2015-10-03 20:30:21.0 +0200
@@ -17,23 +17,26 @@
 
 
 Name:   profanity
-Version:0.4.6
+Version:0.4.7
 Release:0
 Summary:Console based XMPP client
 License:SUSE-GPL-3.0+-with-openssl-exception
 Group:  Productivity/Networking/Instant Messenger
 Url:http://profanity.im/
 Source: http://profanity.im/%{name}-%{version}.tar.gz
-BuildRequires:  libexpat-devel
 BuildRequires:  glib2-devel
 BuildRequires:  gnutls-devel
+BuildRequires:  libXss1
 BuildRequires:  libcurl-devel
+BuildRequires:  libexpat-devel
+BuildRequires:  libgpgme-devel
+BuildRequires:  libnotify-devel
 BuildRequires:  libotr-devel
 BuildRequires:  libstrophe-devel
+BuildRequires:  libuuid-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
-BuildRequires:  libnotify-devel
-BuildRequires:  libstrophe-devel
+BuildRequires:  readline-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -46,7 +49,8 @@
 %configure \
--enable-notifications \
--enable-otr \
-   --with-themes
+   --with-themes \
+   --enable-pgp
 
 make %{?_smp_mflags}
 
@@ -57,8 +61,8 @@
 %defattr(-,root,root)
 %{_bindir}/profanity
 %{_mandir}/man1/profanity.1.*
-%dir /usr/share/profanity/themes/
-%dir /usr/share/profanity/
-/usr/share/profanity/themes/*
+%dir %{_datadir}/profanity/themes/
+%dir %{_datadir}/profanity/
+%{_datadir}/profanity/themes/*
 
 %changelog

++ profanity-0.4.6.tar.gz -> profanity-0.4.7.tar.gz ++
 52747 lines of diff (skipped)




commit xf86-video-vesa for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-vesa for openSUSE:Factory 
checked in at 2015-10-03 20:29:57

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


Package is "xf86-video-vesa"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-vesa/xf86-video-vesa.changes  
2015-07-05 17:56:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-vesa.new/xf86-video-vesa.changes 
2015-10-03 20:29:59.0 +0200
@@ -1,0 +2,14 @@
+Sun Sep 27 11:10:58 UTC 2015 - mplus...@suse.com
+
+- Add gpg signature
+
+---
+Fri Sep 25 10:22:26 UTC 2015 - e...@suse.com
+
+- u_DPMS-Query-DPMS-capabilites-and-query-current-state-before-changing.patch
+  If the Xserver provides the VBEDPMSGetCapabilities() and VBEDPMSGet()
+  API, check DPMS capabilities if a requested DPMS mode is supported before
+  changing, and only change DPMS mode when the new state is different from 
+  the old (bsc#947356, boo#947493). 
+
+---

New:

  u_DPMS-Query-DPMS-capabilites-and-query-current-state-before-changing.patch
  xf86-video-vesa-2.3.4.tar.bz2.sig
  xf86-video-vesa.keyring



Other differences:
--
++ xf86-video-vesa.spec ++
--- /var/tmp/diff_new_pack.amDs1N/_old  2015-10-03 20:29:59.0 +0200
+++ /var/tmp/diff_new_pack.amDs1N/_new  2015-10-03 20:29:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-vesa
 #
-# 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
@@ -24,8 +24,11 @@
 Group:  System/X11/Servers/XF86_4
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
+Source1:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2.sig
+Source2:%{name}.keyring
 Patch0: u_Enable-DefaultRefresh-by-default.patch
 Patch1: u_Restore-palette-on-LeaveVT.patch
+Patch2: 
u_DPMS-Query-DPMS-capabilites-and-query-current-state-before-changing.patch
 #PATCH-FIX-UPSTREAM U_mibstore.patch -- removes obsolete include
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)
@@ -42,6 +45,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:s390 s390x
 %x11_abi_videodrv_req
+%{?x11_abi_has_dpms_get_capabilities: %x11_abi_has_dpms_get_capabilities}
 
 %description
 vesa is an Xorg driver for Generic VESA video cards.
@@ -54,6 +58,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure

++ 
u_DPMS-Query-DPMS-capabilites-and-query-current-state-before-changing.patch 
++
From: Egbert Eich 
Date: Thu Sep 24 19:42:38 2015 +0200
Subject: [PATCH]DPMS: Query DPMS capabilites and query current state before 
changing
Patch-mainline: to be upstreamed

References: bsc#947356
Signed-off-by: Egbert Eich 

There is a VBE call to query the DPMS capabilities and the current
state. If available use these calls to make sure to set only modes
which are available and not set the state that is currently active
already.
The latter works around a problem found on an Intel BIOS.

Signed-off-by: Egbert Eich 
---
 src/vesa.c | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/src/vesa.c b/src/vesa.c
index 44f93b2..983a5f5 100644
--- a/src/vesa.c
+++ b/src/vesa.c
@@ -1687,10 +1687,20 @@ VESADisplayPowerManagementSet(ScrnInfoPtr pScrn, int 
mode,
 int flags)
 {
 VESAPtr pVesa = VESAGetRec(pScrn);
-
+#ifdef VBE_HAVE_DPMS_GET_CAPABILITIES
+int val;
+#endif
 if (!pScrn->vtSema)
return;
 
+#ifdef VBE_HAVE_DPMS_GET_CAPABILITIES
+if (VBEDPMSGetCapabilities(pVesa->pVbe, &val) == FALSE ||
+(val & (1 << mode)) == 0)
+return;
+
+if (VBEDPMSGet(pVesa->pVbe, &val) == TRUE && val == mode)
+return;
+#endif
 VBEDPMSSet(pVesa->pVbe, mode);
 }
 



commit cluster-glue for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package cluster-glue for openSUSE:Factory 
checked in at 2015-10-03 20:30:01

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


Package is "cluster-glue"

Changes:

--- /work/SRC/openSUSE:Factory/cluster-glue/cluster-glue.changes
2015-08-29 20:03:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.cluster-glue.new/cluster-glue.changes   
2015-10-03 20:30:03.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep 25 09:49:28 UTC 2015 - kgronl...@suse.com
+
+- Dev: stonith: external/ec2: Be able to omit the "port" option. (bsc#947026) 
(fate#319008)
+- Add 0006-ec2-instance-tag-bsc-947026.patch
+
+---

New:

  0006-ec2-instance-tag-bsc-947026.patch



Other differences:
--
++ cluster-glue.spec ++
--- /var/tmp/diff_new_pack.TlMyAY/_old  2015-10-03 20:30:04.0 +0200
+++ /var/tmp/diff_new_pack.TlMyAY/_new  2015-10-03 20:30:04.0 +0200
@@ -62,6 +62,8 @@
 Patch9: 0004-low-hb_report-increase-time-to-wait-for-the-logmark.patch
 # PATCH-FIX-OPENSUSE: low: hb_report: Collect libqb version (bsc#943327)
 Patch10:0005-low-hb_report-collect-libqb-version-bsc-943327.patch
+# PATCH-FIX-UPSTREAM: Dev: stonith: external/ec2: Be able to omit the "port" 
option. (bsc#947026) (fate#319008)
+Patch11:0006-ec2-instance-tag-bsc-947026.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  OpenIPMI-devel
 BuildRequires:  asciidoc
@@ -174,6 +176,7 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 ###
 
 %build

++ 0006-ec2-instance-tag-bsc-947026.patch ++
# HG changeset patch
# User Kazuhiko Higashi 
# Date 1443417289 -32400
# Node ID 70c1608dd39535465b9f04147081436bcc59f611
# Parent  9da0680bc9c0b99eba65b40aac9282a8dd28889a
Dev: stonith: external/ec2: Be able to omit the "port" option.

It changed the following points.

 - the "tag" and the "port" options will be "not" required.

 - if the "port" option is not set, the 2nd argument of ec2 will use as the 
"port".
   - the 2nd argument of ec2 is "node to fence".

 - the "stat" and "status" action will be same the "monitor" action.
   (for do not use the "port" parameter in "stat" action.)

By this modifications, If it is described uname in the Name tag,
the setting of the "tag" and "port" parameters are no longer necessary.

diff -r 9da0680bc9c0 -r 70c1608dd395 lib/plugins/stonith/external/ec2
--- a/lib/plugins/stonith/external/ec2  Wed Mar 11 13:24:25 2015 +0100
+++ b/lib/plugins/stonith/external/ec2  Mon Sep 28 14:14:49 2015 +0900
@@ -47,7 +47,6 @@
 ###
 
 quiet=0
-port_default=""
 
 instance_not_found=0
 unknown_are_stopped=0
@@ -57,10 +56,9 @@
 
 sleep_time="1"
 
-ec2_tag=${tag}
+[ -n "$tag" ] && ec2_tag="$tag"
 
 : ${ec2_tag=${ec2_tag_default}}
-: ${port=${port_default}}
 
 function usage()
 {
@@ -94,7 +92,7 @@
 {
cat <
-   
+   

The name/id/tag of a instance to 
control/check

@@ -102,7 +100,7 @@

Use a specific profile from your 
credential file.

-   
+   

Name of the tag containing the instances 
uname

@@ -129,7 +127,7 @@

Fencing Action

-   
+   


The name/id/tag of a instance to 
control/check
@@ -139,7 +137,7 @@

Use a specific profile from your 
credential file.

-   
+   


Name of the tag containing the instances 
uname
@@ -219,6 +217,11 @@
return $rc
 }
 
+function monitor()
+{
+   # Is the device ok?
+   aws ec2 describe-instances $options | grep INSTANCES &> 
/dev/null
+}
 
 TEMP=`getopt -o qVho:e:p:n:t:U --long 
version,help,action:,port:,option:,profile:,tag:,quiet,unknown-are-stopped \
  -n 'fence_ec2' -- "$@"`
@@ -265,6 +268,7 @@
 done
 
 [ -n "$1" ] && action=$1
+[ -n "$2" ] && node_to_fence=$2
 
 if [ -z "$ec2_profile"]; then
options="--output text --profile default"
@@ -324,6 +328,10 @@
exit 1
 fi
 
+if [ -z "$port" ]; then
+   port="$node_to_fence"
+fi
+
 # get target's instance id
 instance=""
 if [ ! -z "$port" ]; then
@@ -376,8 +384,7 @@
done
;;
monitor)
-   # Is the device ok?
-   aws ec2 describe-instances $options | grep INSTANCES &> 
/dev/null
+   monitor
;;
get

commit libdvdread for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package libdvdread for openSUSE:Factory 
checked in at 2015-10-03 20:29:27

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


Package is "libdvdread"

Changes:

--- /work/SRC/openSUSE:Factory/libdvdread/libdvdread.changes2015-04-03 
14:32:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdvdread.new/libdvdread.changes   
2015-10-03 20:29:43.0 +0200
@@ -1,0 +2,8 @@
+Thu Sep 24 19:21:21 UTC 2015 - mplus...@suse.com
+
+- Add gpg signature
+- Use more explicit dependencies
+- Make build more verbose
+- Clenup spec file with spec-cleaner
+
+---

New:

  libdvdread-5.0.3.tar.bz2.asc
  libdvdread.keyring



Other differences:
--
++ libdvdread.spec ++
--- /var/tmp/diff_new_pack.65P2nc/_old  2015-10-03 20:29:44.0 +0200
+++ /var/tmp/diff_new_pack.65P2nc/_new  2015-10-03 20:29:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdvdread
 #
-# 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,19 +17,23 @@
 
 
 Name:   libdvdread
+Version:5.0.3
+Release:0
 Summary:Library for Reading DVD Video Images
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Other
 Url:http://www.mplayerhq.hu/
-Version:5.0.3
-Release:0
 Source0:
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
-Source1:baselibs.conf
+Source1:
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2.asc
+Source2:%{name}.keyring
+Source3:baselibs.conf
 Patch2: libdvdread-no-internal-crypto.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(openssl)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains shared libraries for accessing DVD images (this
@@ -60,19 +64,18 @@
 #patch2
 
 %build
-autoreconf -f -i -v
-%configure --disable-static --with-pic
-%__make %{?_smp_mflags}
+autoreconf -fiv
+%configure \
+  --disable-static \
+  --with-pic
+make %{?_smp_mflags} V=1
 
 %install
-%makeinstall
-%__rm -f %{buildroot}%{_libdir}/*.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 # We install the files on our own, using %%doc
 rm -rf %{buildroot}%{_datadir}/doc/libdvdread/
 
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
-
 %post   -n libdvdread4 -p /sbin/ldconfig
 
 %postun -n libdvdread4 -p /sbin/ldconfig
@@ -85,7 +88,6 @@
 
 %files devel
 %defattr(-,root,root)
-
 %{_includedir}/dvdread
 %{_libdir}/libdvdread.so
 %{_libdir}/pkgconfig/dvdread.pc




commit wicked for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package wicked for openSUSE:Factory checked 
in at 2015-10-03 20:29:44

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


Package is "wicked"

Changes:

--- /work/SRC/openSUSE:Factory/wicked/wicked.changes2015-09-24 
07:16:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.wicked.new/wicked.changes   2015-10-03 
20:29:48.0 +0200
@@ -1,0 +2,7 @@
+Fri Sep 25 11:21:26 UTC 2015 - pwieczorkiew...@suse.com
+
+- version 0.6.25
+- compat: read complete sysctl file set (bsc#928459)
+- wireless: fixed to parse/format hex escapes in essid (bsc#928459)
+
+---

Old:

  wicked-0.6.24.tar.bz2

New:

  wicked-0.6.25.tar.bz2



Other differences:
--
++ wicked.spec ++
--- /var/tmp/diff_new_pack.BVSB8m/_old  2015-10-03 20:29:50.0 +0200
+++ /var/tmp/diff_new_pack.BVSB8m/_new  2015-10-03 20:29:50.0 +0200
@@ -18,7 +18,7 @@
 
 %definerelease_prefix  %{?snapshot:%{snapshot}}%{!?snapshot:0}
 Name:   wicked
-Version:0.6.24
+Version:0.6.25
 Release:%{release_prefix}.0.0
 Summary:Network configuration infrastructure
 License:GPL-2.0

++ wicked-0.6.24.tar.bz2 -> wicked-0.6.25.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wicked-0.6.24/ChangeLog new/wicked-0.6.25/ChangeLog
--- old/wicked-0.6.24/ChangeLog 2015-09-17 18:58:43.0 +0200
+++ new/wicked-0.6.25/ChangeLog 2015-09-25 13:21:56.0 +0200
@@ -1,3 +1,42 @@
+commit c5d9fd4611d4c537a70443f2ed36be3e8452c9af
+Author: Pawel Wieczorkiewicz 
+Date:   Fri Sep 25 13:19:24 2015 +0200
+
+version 0.6.25
+
+commit b9dafbc68ab9e4cc3fc98b4b171292499fc0cce5
+Merge: 804c3f7 fa05c86
+Author: Pawel Wieczorkiewicz 
+Date:   Fri Sep 25 09:53:14 2015 +0200
+
+Merge pull request #594 from mtomaschewski/wlan-essid
+
+wireless: encode/decode ESSID as hex (bsc#941708)
+
+commit fa05c868cbededc4e4651c7f4feac4f735715c7e
+Author: Marius Tomaschewski 
+Date:   Thu Sep 24 15:53:43 2015 +0200
+
+wireless: dbus mode retrieving fix, invalid arg info
+
+commit 77e45aabb08fac721e941e12675dd1f1b7896b11
+Author: Marius Tomaschewski 
+Date:   Thu Sep 24 14:18:04 2015 +0200
+
+wireless: set bssid vs. scan bssid confusion fix
+
+commit da7a32f3ae9d210ad7a6aee530011b1fc618df33
+Author: Marius Tomaschewski 
+Date:   Thu Sep 24 14:17:02 2015 +0200
+
+wireless: encode/decode ESSID as hex (bsc#941708)
+
+commit 90f7e3132f8e8a5dc6d3ce2c6478cd4d52819540
+Author: Marius Tomaschewski 
+Date:   Wed Sep 23 13:34:58 2015 +0200
+
+compat: read complete sysctl file set (bsc#928459)
+
 commit ee5d15c87bc9deb4d6a97c248520e8075dca8fce
 Author: Pawel Wieczorkiewicz 
 Date:   Thu Sep 17 18:50:30 2015 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wicked-0.6.24/VERSION new/wicked-0.6.25/VERSION
--- old/wicked-0.6.24/VERSION   2015-09-17 18:51:31.0 +0200
+++ new/wicked-0.6.25/VERSION   2015-09-25 13:19:03.0 +0200
@@ -1 +1 @@
-0.6.24
+0.6.25
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wicked-0.6.24/client/compat.c 
new/wicked-0.6.25/client/compat.c
--- old/wicked-0.6.24/client/compat.c   2015-09-17 18:49:20.0 +0200
+++ new/wicked-0.6.25/client/compat.c   2015-09-25 13:18:29.0 +0200
@@ -960,9 +960,7 @@
return FALSE;
 
if (net->essid.len > 0) {
-   ni_string_set(&tmp, (const char *) net->essid.data, 
net->essid.len);
-   xml_node_new_element("essid", network, tmp);
-   ni_string_free(&tmp);
+   xml_node_new_element("essid", network, 
ni_wireless_print_ssid(&net->essid));
}
 
xml_node_new_element("scan-ssid", network, 
net->scan_ssid?"true":"false");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wicked-0.6.24/client/suse/compat-suse.c 
new/wicked-0.6.25/client/suse/compat-suse.c
--- old/wicked-0.6.24/client/suse/compat-suse.c 2015-09-17 18:49:20.0 
+0200
+++ new/wicked-0.6.25/client/suse/compat-suse.c 2015-09-25 13:18:29.0 
+0200
@@ -37,6 +37,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 
@@ -110,8 +111,14 @@
  
__NI_SUSE_SYSCONF_DIR"/HOSTNAME", \
  NULL }
 #define __NI_SUSE_SYSCTL_SUFFIX".conf"
-#define __NI_SUSE_SYSCTL_FILE

commit libburnia for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package libburnia for openSUSE:Factory 
checked in at 2015-10-03 20:29:23

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


Package is "libburnia"

Changes:

--- /work/SRC/openSUSE:Factory/libburnia/libburnia.changes  2015-02-16 
17:33:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.libburnia.new/libburnia.changes 2015-10-03 
20:29:40.0 +0200
@@ -1,0 +2,60 @@
+Thu Sep 24 18:15:44 UTC 2015 - mplus...@suse.com
+
+- Update libburn to 1.4.0
+  * Bug fix: iso_image_report_system_area() caused SIGSEGV by NULL 
+if no valid ISO 9660 image was loeaded. Thanks to OmegaPhil.
+  * Bug fix: A SIGSEGV could happen when loading a faulty ISO 
+filesystem. Debian bug 774152. Thanks to Jakub Wilk.
+  * Bug fix: Rock Ridge Continuation Area could be produced 
+crossing a block boundary. This is heavily disliked by the 
+Linux kernel and spoils the representation of directories 
+which contain many symbolic links.
+  * Bug fix: If iso_write_opts_set_hardlinks() enabled automatic 
+inode numbers, then they did not get into effect with nodes 
+were zisofs decoder filters got attached during the image 
+load process.
+  * Bug fix: The header indicator of the last El Torito catalog 
+section header was set to 0x90 rather than 0x91 if more than
+one boot image is in that section.
+  * Bug fix: Only 128 bytes of an emerging GPT header block were
+zeroized.
+  * Bug fix: iso_image_report_system_area() did not show GPT 
+partitions of size 0.
+  * Bug fix: A zero sized GPT partition was marked after the 
+last appended GPT partition.
+  * Bug fix: GPT production did not yield proper results with 
+appended sessions resp. with TOC emulation enabled.
+  * Increased default weight of El Torito boot catalog to 1 
+billion.
+  * Improved handling of cylinder alignment if the resulting 
+image size is not divisible by 2048. Old behavior was to not 
+align. New is to pad up by a few blocks of 512 bytes.
+  * New API call iso_write_opts_set_appended_as_gpt() and marking
+of appended partitions in GPT if GPT emerges for other reasons.
+  * New system area type 6 = DEC Alpha SRM boot sector. New API 
+calls iso_image_set_alpha_boot(), iso_image_get_alpha_boot(). 
+Thanks to Helge Deller.
+  * New API object iso_interval_reader. Enabling flag bits for 
+older API calls iso_write_opts_set_prep_img(), 
+iso_write_opts_set_efi_bootp(), and 
+iso_write_opts_set_partition_img().
+- update libisoburn to 1.4.0
+  * Bug fix: -dev or -indev of medium with non-ISO data caused 
+SIGSEGV by NULL
+  * New API calls isoburn_igopt_set_appended_as_gpt(),
+isoburn_igopt_get_appended_as_gpt()
+  * New API call isoburn_igopt_set_part_flag() and libisofs 
+interval reader flags
+  * New -find action "show_stream_id"
+  * Optional libisofs interval reader with -append_partition 
+and System Area
+  * New -boot_image bootspec "appended_part_as=", new -as 
+mkisofs option -appended_part_as_gpt
+  * New -report_system_area formats "cmd" and "as_mkisofs"
+- Update to libburn 1.4.0
+  * Bug fix: Wrong read access to memory. Reported by valgrind 
+of lian jianfei.
+  * Bug fix: Double free with cdrskin -vvv. Introduced with 
+rev 5065, version 1.3.1
+
+---

Old:

  libburn-1.3.8.tar.gz
  libisoburn-1.3.8.tar.gz
  libisofs-1.3.8.tar.gz

New:

  libburn-1.4.0.tar.gz
  libisoburn-1.4.0.tar.gz
  libisofs-1.4.0.tar.gz



Other differences:
--
++ libburnia.spec ++
--- /var/tmp/diff_new_pack.KKCeTV/_old  2015-10-03 20:29:42.0 +0200
+++ /var/tmp/diff_new_pack.KKCeTV/_new  2015-10-03 20:29:42.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define libburn_ver1.3.8
-%define libisoburn_ver 1.3.8
-%define libisofs_ver   1.3.8
+%define libburn_ver1.4.0
+%define libisoburn_ver 1.4.0
+%define libisofs_ver   1.4.0
 
 %define libburn_so 4
 %define libisoburn_so  1

++ libburn-1.3.8.tar.gz -> libburn-1.4.0.tar.gz ++
 2286 lines of diff (skipped)

++ libisoburn-1.3.8.tar.gz -> libisoburn-1.4.0.tar.gz ++
 7471 lines of diff (skipped)

++ libisofs-1.3.8.tar.gz -> libisofs-1.4.0.tar.gz ++
 4662 lines of diff (skipped)




commit duplicity for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package duplicity for openSUSE:Factory 
checked in at 2015-10-03 20:29:53

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


Package is "duplicity"

Changes:

--- /work/SRC/openSUSE:Factory/duplicity/duplicity.changes  2015-03-29 
20:17:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.duplicity.new/duplicity.changes 2015-10-03 
20:29:55.0 +0200
@@ -1,0 +2,16 @@
+Sat Sep 19 15:20:21 UTC 2015 - w...@rosenauer.org
+
+- update to 0.7.05
+  * bugfix release
+  * see details here
+http://duplicity.nongnu.org/CHANGELOG
+
+---
+Tue Aug  4 12:28:45 UTC 2015 - w...@rosenauer.org
+
+- update to 0.7.04
+  * bugfix release
+  * see details here
+http://duplicity.nongnu.org/CHANGELOG
+
+---

Old:

  duplicity-0.7.02.tar.gz

New:

  duplicity-0.7.05.tar.gz



Other differences:
--
++ duplicity.spec ++
--- /var/tmp/diff_new_pack.PMn4DO/_old  2015-10-03 20:29:56.0 +0200
+++ /var/tmp/diff_new_pack.PMn4DO/_new  2015-10-03 20:29:56.0 +0200
@@ -19,7 +19,7 @@
 %{!?python_sitelib:  %global python_sitelib  %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 %{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 Name:   duplicity
-Version:0.7.02
+Version:0.7.05
 Release:0
 Summary:Encrypted bandwidth-efficient backup using the rsync algorithm
 License:GPL-3.0+

++ duplicity-0.7.02.tar.gz -> duplicity-0.7.05.tar.gz ++
 107574 lines of diff (skipped)




commit xdm for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package xdm for openSUSE:Factory checked in 
at 2015-10-03 20:29:32

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


Package is "xdm"

Changes:

--- /work/SRC/openSUSE:Factory/xdm/xdm.changes  2015-08-19 13:41:32.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xdm.new/xdm.changes 2015-10-03 
20:29:44.0 +0200
@@ -1,0 +2,8 @@
+Mon Sep 14 11:48:31 UTC 2015 - dims...@opensuse.org
+
+- display-manager.service: require and conflict getty@tty7.service:
+  this is copied from gdm.service and is hopefully helping with
+  the race condition, where X is often not able to start up on
+  VT7 due to missing permissions. (boo#939594)
+
+---
@@ -28,0 +37,5 @@
+
+---
+Mon Jul 20 12:52:59 UTC 2015 - sndir...@suse.com
+
+- rename README.SuSE file to README.SUSE (bnc#938737, FATE#316521)



Other differences:
--
++ xdm.spec ++
--- /var/tmp/diff_new_pack.hg6q57/_old  2015-10-03 20:29:45.0 +0200
+++ /var/tmp/diff_new_pack.hg6q57/_new  2015-10-03 20:29:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xdm
 #
-# 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

++ display-manager.service ++
--- /var/tmp/diff_new_pack.hg6q57/_old  2015-10-03 20:29:45.0 +0200
+++ /var/tmp/diff_new_pack.hg6q57/_new  2015-10-03 20:29:45.0 +0200
@@ -1,9 +1,10 @@
 [Unit]
 Description=X Display Manager
 Requires=var-run.mount
+Conflicts=getty@tty7.service plymouth-quit.service
 After=ypbind.service gpm.service time-sync.target winbind.service acpid.service
 Wants=remote-fs.target dbus.socket systemd-user-sessions.service
-After=remote-fs.target dbus.socket systemd-user-sessions.service
+After=remote-fs.target dbus.socket systemd-user-sessions.service 
getty@tty7.service plymouth-quit.service
 
 [Service]
 Type=forking

++ xdm.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/X11/xdm/README.SUSE new/etc/X11/xdm/README.SUSE
--- old/etc/X11/xdm/README.SUSE 1970-01-01 01:00:00.0 +0100
+++ new/etc/X11/xdm/README.SUSE 2014-03-04 13:53:31.0 +0100
@@ -0,0 +1,61 @@
+
+ XDM configuration for SuSE Linux
+ 
+
+
+ xdm-config:   The configuration of xdm.
+   `authName' should be in general MIT-MAGIC-COOKIE-1 --
+   for XDM-AUTHENTICATION-1 which is default for xterminals
+   see man page of xdm and the manual coming with the
+   specific xterminal.
+   NOTE:   In order to use XDMCP this feature the resource
+   DisplayManager.requestPort in xdm-config should
+   be commented out to enable XDMCP.
+
+ Xaccess:  The XDMCP access control file, see note above.
+
+ Xsetup:   Handle all local and remote X Window System consoles.
+   For BackGround pictures go here and read.
+
+ RunChooser:   Handle the remote chooser call. For BackGround pictures
+   go here and read.
+
+ Xstartup: Do log on of the (remote) user. Write utmp/wtmp/lastlog
+   entries for the session.  If system console is used
+   give to the current virtual console to the user
+
+ GiveDevices:   Give the current virtual and logging consoles over
+to the user.  Any other device which should be given
+the user of display :0 should be added herein.
+Called by Xstartup.
+
+ Xreset:   Do log off of the (remote) user. Reset utmp/wtmp/lastlog
+   entries for the session. If system console was used
+   Take back the current virtual console.
+
+ TakeDevices:   Take the current virtual and and logging console back.
+Any other device which was given away should be taken
+back herein. Called by Xreset.
+
+ Xresources:   Disable the possibility to abort the xdm display
+   for any user. They can use --
+
+ Xsession: Setup the xsession and start the xsession script of
+   the user.
+
+ sys.xsession: Fallback for Xsession script
+
+ Xservers: The X server(s) for e.g. local console.
+
+ Xservers.fs:  An alternate Xservers file for system without display
+   being server for X terminals. It is a replacment for
+   Xservers in xdm-config.
+
+ Xwillin

commit pulseaudio for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package pulseaudio for openSUSE:Factory 
checked in at 2015-10-03 20:29:00

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


Package is "pulseaudio"

Changes:

--- /work/SRC/openSUSE:Factory/pulseaudio/pulseaudio.changes2015-08-21 
07:35:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.pulseaudio.new/pulseaudio.changes   
2015-10-03 20:29:31.0 +0200
@@ -1,0 +2,31 @@
+Thu Sep 24 06:21:35 UTC 2015 - ohole...@suse.com
+
+- Update to 7.0
+
+---
+Sun Sep 13 07:31:40 UTC 2015 - ohole...@suse.com
+
+- Update to 7.0 RC2 (6.99.2)
+ + better support for Creative SoundBlaster Omni Surround 5.1 USB
+ + coverity scan fixes
+ + bug fixes 
+
+---
+Fri Aug 28 17:15:40 UTC 2015 - ohole...@suse.com
+
+- spec-cleaner run 
+
+---
+Fri Aug 28 16:54:43 UTC 2015 - ohole...@suse.com
+
+- Update to 7.0 RC1 (6.99.1)
+ + LFE channel synthesis with low-pass filtering
+ + New libsoxr based resamplers
+ + Socket activation support for TCP
+ + The "srbchannel" IPC mechanism enabled by default
+ + More flexible jack detection support when using UCM
+ + Exiting due to SIGTERM isn't considered a failure
+- remove patch 0001-alsa-mixer-Make-line-out-path-unavailable-when-Front.patch
+  (upstreamed)
+
+---

Old:

  0001-alsa-mixer-Make-line-out-path-unavailable-when-Front.patch
  pulseaudio-6.0.tar.xz

New:

  pulseaudio-7.0.tar.xz



Other differences:
--
++ pulseaudio.spec ++
--- /var/tmp/diff_new_pack.dfcIy8/_old  2015-10-03 20:29:32.0 +0200
+++ /var/tmp/diff_new_pack.dfcIy8/_new  2015-10-03 20:29:32.0 +0200
@@ -16,18 +16,19 @@
 #
 
 
-Name:   pulseaudio
-Version:6.0
-Release:0
-%define drvver  6.0
+%define drvver  7.0
 %define soname  0
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
-%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
+%define _fwdefdir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
 # store bluez version from bluez-devel and check for bluez4/5
 # _bluezVersion is than also used in requires for bluetooth subpackage
 # once oS 12.3 is EOL, this can be removed as there will probably be nothing 
providing bluez4
 %define _bluezVersion %(LC_ALL="C" rpm --qf '%%{VERSION}' -q bluez-devel | 
grep -v 'not installed')
 %define _bluez5used 0%(echo "%{_bluezVersion}" | grep -q '^5' && echo 1)
+%define _bashcompletionsdir %{_datadir}/bash-completion/completions
+Name:   pulseaudio
+Version:7.0
+Release:0
 Summary:A Networked Sound Server
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/Sound Daemons
@@ -42,8 +43,6 @@
 Patch0: disabled-start.diff
 Patch1: suppress-socket-error-msg.diff
 Patch2: pulseaudio-wrong-memset.patch
-# PATCH-FIX-UPSTREAM 
0001-alsa-mixer-Make-line-out-path-unavailable-when-Front.patch boo#934850
-Patch101:   0001-alsa-mixer-Make-line-out-path-unavailable-when-Front.patch
 # PATCH-FIX-UPSTREAM 0002-alsa-mixer-Recognize-Dock-Line-Out-jack.patch 
boo#934850
 Patch102:   0002-alsa-mixer-Recognize-Dock-Line-Out-jack.patch
 BuildRequires:  alsa-devel >= 1.0.19
@@ -51,31 +50,25 @@
 BuildRequires:  bluez-devel >= 4.99
 BuildRequires:  doxygen
 BuildRequires:  fdupes
+BuildRequires:  fftw3-devel >= 3.0
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
 BuildRequires:  jack-devel
 BuildRequires:  libatomic_ops-devel >= 1.2
 BuildRequires:  libavahi-devel
+BuildRequires:  libcap-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  libsndfile-devel >= 1.0.18
-#our libtdb-devel does not have a .pc file
-BuildRequires:  fftw3-devel >= 3.0
-BuildRequires:  libcap-devel
-BuildRequires:  libtdb-devel
 BuildRequires:  libtool
 BuildRequires:  libudev-devel >= 143
 BuildRequires:  libwebrtc_audio_processing-devel
 BuildRequires:  lirc-devel
 BuildRequires:  orc >= 0.4.9
-%if 0%{?suse_version} > 1320
-BuildRequires:  speexdsp-devel
-%else
-BuildRequires:  speex-devel
-%endif
 BuildRequires:  systemd
 BuildRequires:  systemd-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(bash-completion)
 BuildRequires:  pkgconfig(dbus-1) >= 1.4.12
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
@@ -84,26 +77,35 @@
 BuildRequires:  pkgconfig(json) >= 0.11
 BuildRequires:  pkgconfig(sbc) >= 1.0
 BuildRequires:  pkgconfig(sm)
+BuildRequires:  pkgconfig(soxr)
+BuildR

commit kdelibs4 for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package kdelibs4 for openSUSE:Factory 
checked in at 2015-10-03 20:28:52

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


Package is "kdelibs4"

Changes:

--- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4-apidocs.changes
2015-07-14 17:43:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4-apidocs.changes   
2015-10-03 20:29:28.0 +0200
@@ -1,0 +2,16 @@
+Sun Sep 20 18:50:12 UTC 2015 - tittiatc...@gmail.com
+
+- Update to 4.14.12
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Mon Aug 24 16:57:28 UTC 2015 - tittiatc...@gmail.com
+
+- Update to 4,14,11
+   * KDE Applications 15.08.0 
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+
+---
--- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4.changes2015-07-14 
17:43:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4.changes   2015-10-03 
20:29:28.0 +0200
@@ -1,0 +2,16 @@
+Sun Sep 20 18:50:02 UTC 2015 - tittiatc...@gmail.com
+
+- Update to 4.14.12
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Mon Aug 24 16:57:28 UTC 2015 - tittiatc...@gmail.com
+
+- Update to 4,14,11
+   * KDE Applications 15.08.0 
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+
+---

Old:

  kdelibs-4.14.10.tar.xz

New:

  kdelibs-4.14.12.tar.xz



Other differences:
--
++ kdelibs4-apidocs.spec ++
--- /var/tmp/diff_new_pack.4BqDag/_old  2015-10-03 20:29:30.0 +0200
+++ /var/tmp/diff_new_pack.4BqDag/_new  2015-10-03 20:29:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdelibs4-apidocs
-Version:4.14.10
+Version:4.14.12
 Release:0
 Summary:KDE 4 API documentation
 License:LGPL-2.1+

++ kdelibs4.spec ++
--- /var/tmp/diff_new_pack.4BqDag/_old  2015-10-03 20:29:30.0 +0200
+++ /var/tmp/diff_new_pack.4BqDag/_new  2015-10-03 20:29:30.0 +0200
@@ -20,7 +20,7 @@
 %bcond_with gendoxygen
 
 Name:   kdelibs4
-Version:4.14.10
+Version:4.14.12
 Release:0
 BuildRequires:  OpenEXR-devel
 BuildRequires:  automoc4

++ 0001-Drop-Nepomuk-from-KParts-LINK_INTERFACE_LIBRARIES.patch ++
--- /var/tmp/diff_new_pack.4BqDag/_old  2015-10-03 20:29:30.0 +0200
+++ /var/tmp/diff_new_pack.4BqDag/_new  2015-10-03 20:29:30.0 +0200
@@ -15,10 +15,10 @@
 --- a/kparts/CMakeLists.txt
 +++ b/kparts/CMakeLists.txt
 @@ -39,7 +39,6 @@ target_link_libraries(kparts  ${KDE4_KDECORE_LIBS} kdeui kio)
- target_link_libraries(kparts  LINK_INTERFACE_LIBRARIES kio kdeui kdecore 
${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} )
+ target_link_libraries(kparts  LINK_PUBLIC kio kdeui kdecore 
${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} )
  if(HAVE_NEPOMUK)
-   target_link_libraries(kparts  nepomuk nepomukutils)
--  target_link_libraries(kparts  LINK_INTERFACE_LIBRARIES nepomuk nepomukutils 
)
+   target_link_libraries(kparts  LINK_PRIVATE nepomuk nepomukutils)
+-  target_link_libraries(kparts  LINK_PUBLIC nepomuk nepomukutils )
  endif(HAVE_NEPOMUK)
  
  set_target_properties(kparts PROPERTIES VERSION ${GENERIC_LIB_VERSION} 

++ exclude-qtuitools-symbols-from-public-libraries.patch ++
--- /var/tmp/diff_new_pack.4BqDag/_old  2015-10-03 20:29:30.0 +0200
+++ /var/tmp/diff_new_pack.4BqDag/_new  2015-10-03 20:29:30.0 +0200
@@ -1,22 +1,7 @@
-From 87dd1e894da87b871eb86329c35a15e7d235c9a7 Mon Sep 17 00:00:00 2001
-From: Hrvoje Senjan 
-Date: Sun, 12 May 2013 16:14:20 +0200
-Subject: [PATCH 1/1] Exclude QtUiTools symbols from public libraries
-
-Otherwise it makes users of those libs crash
-when linked with -Bsymbolic-functions

- kjsembed/kjsembed/CMakeLists.txt | 3 ++-
- kross/modules/CMakeLists.txt | 3 +++
- kross/qts/CMakeLists.txt | 3 +++
- plasma/CMakeLists.txt| 3 +++
- 4 files changed, 11 insertions(+), 1 deletion(-)
-
-diff --git a/kjsembed/kjsembed/CMakeLists.txt 
b/kjsembed/kjsembed/CMakeLists.txt
-index d70f260..5760313 100644
 a/kjsembed/kjsembed/CMakeLists.txt
-+++ b/kjsembed/kjsembed/CMakeLists.txt
-@@ -71,7 +71,8 @@ target_link_libraries(${KJSEMBEDLIBNAME} 
${KDE4_KDECORE_LIBS} ${QT_QTUITOOLS_LIB
+diff -urNB b/kjsembed/kjsembed/CMakeLists.txt 
c/kjsembed/kjsembed/CMakeLists.txt
+--- b/kjsembed/kjse

commit scons for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package scons for openSUSE:Factory checked 
in at 2015-10-03 20:29:18

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


Package is "scons"

Changes:

--- /work/SRC/openSUSE:Factory/scons/scons.changes  2015-08-13 
18:09:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.scons.new/scons.changes 2015-10-03 
20:29:38.0 +0200
@@ -1,0 +2,11 @@
+Thu Sep 24 16:47:39 UTC 2015 - mplus...@suse.com
+
+- Update to 2.4.0
+  * Switched several core classes to use "slots", to reduce the 
+overall memory consumption in large projects (fixes #2180, 
+#2178, #2198)
+  * Memoizer counting uses decorators now, instead of the old 
+metaclasses approach.
+  * Fixed typo in SWIGPATH description
+
+---

Old:

  scons-2.3.6.tar.gz
  scons-user.html-2.3.6.tar.bz2

New:

  scons-2.4.0.tar.gz
  scons-user.html-2.4.0.tar.bz2



Other differences:
--
++ scons.spec ++
--- /var/tmp/diff_new_pack.Ac2n31/_old  2015-10-03 20:29:39.0 +0200
+++ /var/tmp/diff_new_pack.Ac2n31/_new  2015-10-03 20:29:39.0 +0200
@@ -22,7 +22,7 @@
 %{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %endif
 Name:   scons
-Version:2.3.6
+Version:2.4.0
 Release:0
 Summary:Replacement for Make
 License:MIT
@@ -42,8 +42,8 @@
 %if 0%{?suse_version} > 1110
 BuildArch:  noarch
 %endif
-%if 0%{?suse_version} == 1110
-%{py_requires}
+%if 0%{?suse_version} >= 1110
+%py_requires
 %endif
 
 %description
@@ -56,7 +56,7 @@
 %prep
 %setup -q -a1
 %patch0 -p1
-%patch1
+%patch1 -p0
 
 # fix libdir for qt
 patch -p0 < scons-2.4.0.tar.gz ++
 5801 lines of diff (skipped)

++ scons-user.html-2.3.6.tar.bz2 -> scons-user.html-2.4.0.tar.bz2 ++
 1817 lines of diff (skipped)




commit mediastreamer2 for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package mediastreamer2 for openSUSE:Factory 
checked in at 2015-10-03 20:28:56

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


Package is "mediastreamer2"

Changes:

--- /work/SRC/openSUSE:Factory/mediastreamer2/mediastreamer2.changes
2015-09-19 06:53:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.mediastreamer2.new/mediastreamer2.changes   
2015-10-03 20:29:30.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep 21 09:08:07 UTC 2015 - o...@aepfle.de
+
+- Use pkgconfig for ffmpeg to fix build in PMBS
+
+---



Other differences:
--
++ mediastreamer2.spec ++
--- /var/tmp/diff_new_pack.dDgQni/_old  2015-10-03 20:29:31.0 +0200
+++ /var/tmp/diff_new_pack.dDgQni/_new  2015-10-03 20:29:31.0 +0200
@@ -52,7 +52,8 @@
 BuildRequires:  pkgconfig(xv)
 Recommends: %{name}-lang
 %if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 
0%{?is_opensuse}) || %{with ffmpeg}
-BuildRequires:  ffmpeg-devel
+BuildRequires:  pkgconfig(libavcodec) >= 51.0.0
+BuildRequires:  pkgconfig(libswscale) >= 0.7.0
 BuildRequires:  pkgconfig(glew)
 BuildRequires:  pkgconfig(glu)
 %endif




commit hyper-v for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package hyper-v for openSUSE:Factory checked 
in at 2015-10-03 20:29:39

Comparing /work/SRC/openSUSE:Factory/hyper-v (Old)
 and  /work/SRC/openSUSE:Factory/.hyper-v.new (New)


Package is "hyper-v"

Changes:

--- /work/SRC/openSUSE:Factory/hyper-v/hyper-v.changes  2015-05-10 
10:55:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.hyper-v.new/hyper-v.changes 2015-10-03 
20:29:47.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 18 10:11:01 UTC 2015 - oher...@suse.de
+
+- add a python script lsvmbus to list VMBus devices (fate#315887)
+
+---

New:

  hyper-v.lsvmbus.py



Other differences:
--
++ hyper-v.spec ++
--- /var/tmp/diff_new_pack.YRnzXk/_old  2015-10-03 20:29:48.0 +0200
+++ /var/tmp/diff_new_pack.YRnzXk/_new  2015-10-03 20:29:48.0 +0200
@@ -45,6 +45,7 @@
 # Arbitrary version number
 Version:6
 Release:0
+Source0:hyper-v.lsvmbus.py
 Source5:hyper-v.kvptest.ps1.txt
 Source9:hyper-v.include.linux.hyperv.h
 Source10:   hyper-v.tools.hv.hv_kvp_daemon.c
@@ -111,13 +112,14 @@
 # It is not a callable app anyway, so move it out of the way
 bindir=%{helper_dir}/bin
 %else
-bindir=/usr/sbin
+bindir=%{_sbindir}
 %endif
 mkdir -p $RPM_BUILD_ROOT${bindir}
 mkdir -p $RPM_BUILD_ROOT%{helper_dir}/bin
 install -m755 %{hv_kvp_daemon} $RPM_BUILD_ROOT${bindir}
 install -m755 %{hv_vss_daemon} $RPM_BUILD_ROOT${bindir}
 install -m755 %{hv_fcopy_daemon} $RPM_BUILD_ROOT${bindir}
+install -D -m755 %{S:0} $RPM_BUILD_ROOT%{_sbindir}/lsvmbus
 cp -avL %{S:20} $RPM_BUILD_ROOT%{helper_dir}/bin/hv_get_dhcp_info
 cp -avL %{S:21} $RPM_BUILD_ROOT%{helper_dir}/bin/hv_get_dns_info
 cp -avL %{S:22} $RPM_BUILD_ROOT%{helper_dir}/bin/hv_set_ifconfig
@@ -241,8 +243,8 @@
 %{_udevrulesdir}
 %else
 /etc/init.d/*
-/usr/sbin/*
 %endif
+%{_sbindir}/*
 %{helper_dir}
 
 %pre

++ hyper-v.lsvmbus.py ++
#!/usr/bin/env python

import os
from optparse import OptionParser

parser = OptionParser()
parser.add_option("-v", "--verbose", dest="verbose",
   help="print verbose messages. Try -vv, -vvv for \
more verbose messages", action="count")

(options, args) = parser.parse_args()

verbose = 0
if options.verbose is not None:
verbose = options.verbose

vmbus_sys_path = '/sys/bus/vmbus/devices'
if not os.path.isdir(vmbus_sys_path):
print "%s doesn't exist: exiting..." % vmbus_sys_path
exit(-1)

vmbus_dev_dict = {
'{0e0b6031-5213-4934-818b-38d90ced39db}' : '[Operating system 
shutdown]',
'{9527e630-d0ae-497b-adce-e80ab0175caf}' : '[Time Synchronization]',
'{57164f39-9115-4e78-ab55-382f3bd5422d}' : '[Heartbeat]',
'{a9a0f4e7-5a45-4d96-b827-8a841e8c03e6}' : '[Data Exchange]',
'{35fa2e29-ea23-4236-96ae-3a6ebacba440}' : '[Backup (volume 
checkpoint)]',
'{34d14be3-dee4-41c8-9ae7-6b174977c192}' : '[Guest services]',
'{525074dc-8985-46e2-8057-a307dc18a502}' : '[Dynamic Memory]',
'{cfa8b69e-5b4a-4cc0-b98b-8ba1a1f3f95a}' : 'Synthetic mouse',
'{f912ad6d-2b17-48ea-bd65-f927a61c7684}' : 'Synthetic keyboard',
'{da0a7802-e377-4aac-8e77-0558eb1073f8}' : 'Synthetic framebuffer 
adapter',
'{f8615163-df3e-46c5-913f-f2d2f965ed0e}' : 'Synthetic network adapter',
'{32412632-86cb-44a2-9b5c-50d1417354f5}' : 'Synthetic IDE Controller',
'{ba6163d9-04a1-4d29-b605-72e2ffb1dc7f}' : 'Synthetic SCSI Controller',
'{2f9bcc4a-0069-4af3-b76b-6fd0be528cda}' : 'Synthetic fiber channel 
adapter',
'{8c2eaf3d-32a7-4b09-ab99-bd1f1c86b501}' : 'Synthetic RDMA adapter',
'{276aacf4-ac15-426c-98dd-7521ad3f01fe}' : '[Reserved system device]',
'{f8e65716-3cb3-4a06-9a60-1889c5cccab5}' : '[Reserved system device]',
'{3375baf4-9e15-4b30-b765-67acb10d607b}' : '[Reserved system device]',
}

def get_vmbus_dev_attr(dev_name, attr):
try:
f = open('%s/%s/%s' % (vmbus_sys_path, dev_name, attr), 'r')
lines = f.readlines()
f.close()
except IOError:
lines = []

return lines

class VMBus_Dev:
pass


vmbus_dev_list = []

for f in os.listdir(vmbus_sys_path):
vmbus_id = get_vmbus_dev_attr(f, 'id')[0].strip()
class_id = get_vmbus_dev_attr(f, 'class_id')[0].strip()
device_id = get_vmbus_dev_attr(f, 'device_id')[0].strip()
dev_desc = vmbus_dev_dict.get(class_id, 'Unknown')

chn_vp_mapping = get_vmbus_dev_attr(f, 'channel_vp_mapping')
chn_vp_mapping = [c.strip() for c in chn_vp_mapping]
chn_vp_mapping = sorted(chn_vp_mapping,
key 

commit xorg-x11-server for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2015-10-03 20:29:48

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


Package is "xorg-x11-server"

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2015-08-05 19:13:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes 
2015-10-03 20:29:52.0 +0200
@@ -1,0 +2,7 @@
+Fri Sep 25 10:06:45 UTC 2015 - e...@suse.com
+
+- u_vesa-Add-VBEDPMSGetCapabilities-VBEDPMSGet.patch
+  Add VBEDPMSGetCapabilities() and VBEDPMSGet() functions
+  (bsc#947356, boo#947493).
+
+---

New:

  u_vesa-Add-VBEDPMSGetCapabilities-VBEDPMSGet.patch



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.mUB3Cb/_old  2015-10-03 20:29:53.0 +0200
+++ /var/tmp/diff_new_pack.mUB3Cb/_new  2015-10-03 20:29:53.0 +0200
@@ -150,6 +150,9 @@
 Provides:   xf86-video-modesetting = %{version}
 Obsoletes:  xf86-video-modesetting < %{version}
 
+ # Remove (also from depending driver(s)) when updating X11_ABI_VIDEODRV by 
updating the server package - NOTE: also remove from xorg-x11-server.macros.in !
+Provides:   X11_ABI_HAS_DPMS_GET_CAPABILITIES
+
 # Xvfb requires keyboard files as well (bnc#797124)
 Requires:   xkeyboard-config
 
@@ -178,6 +181,8 @@
 
 Patch117:   xorg-x11-server-byte-order.patch
 
+Patch160:   u_vesa-Add-VBEDPMSGetCapabilities-VBEDPMSGet.patch
+
 Patch201:   U_linux-Add-linux_parse_vt_settings-and-linux_get_keep.patch
 Patch202:   U_linux-Add-a-may_fail-paramter-to-linux_parse_vt_sett.patch
 Patch203:   U_systemd-logind-Only-use-systemd-logind-integration-t.patch
@@ -277,6 +282,8 @@
 
 %patch117 -p1
 
+%patch160 -p1
+
 %patch201 -p1
 %patch202 -p1
 %patch203 -p1

++ u_vesa-Add-VBEDPMSGetCapabilities-VBEDPMSGet.patch ++
From: Egbert Eich 
Date: Thu Sep 24 12:38:13 2015 +0200
Subject: [PATCH]vesa: Add VBEDPMSGetCapabilities & VBEDPMSGet()
Patch-mainline: to be upstreamed

References: bnc#947356
Signed-off-by: Egbert Eich 

Signed-off-by: Egbert Eich 
---
 hw/xfree86/vbe/vbe.c | 147 ++-
 hw/xfree86/vbe/vbe.h |   3 ++
 2 files changed, 149 insertions(+), 1 deletion(-)

diff --git a/hw/xfree86/vbe/vbe.c b/hw/xfree86/vbe/vbe.c
index 39f0cef..179d4c6 100644
--- a/hw/xfree86/vbe/vbe.c
+++ b/hw/xfree86/vbe/vbe.c
@@ -20,6 +20,28 @@
 #include "vbe.h"
 #include 
 
+#ifdef DEBUG
+#define LOG_RESULT(x) { \
+xf86DrvMsg(x->pInt10->pScrn->scrnIndex, X_INFO, "%s () = %s\n", \
+   __FUNCTION__,\
+   R16(x->pInt10->ax) == 0x4f ? "success" : "failure"); }
+
+#define LOG_SUCCESS(x) { \
+xf86DrvMsg(x->pInt10->pScrn->scrnIndex, X_INFO, "%s () = success\n", \
+   __FUNCTION__); }
+#define LOG_FAILURE(x) { \
+xf86DrvMsg(x->pInt10->pScrn->scrnIndex, X_INFO, "%s () = failure\n", \
+   __FUNCTION__); }
+#define LOG_VBE(x,fmt, args...) { \
+xf86DrvMsg(x->pInt10->pScrn->scrnIndex, X_INFO, "%s " fmt, __FUNCTION__, \
+   ##args); }
+#else
+#define LOG_RESULT(x) {}
+#define LOG_SUCCESS(x) {}
+#define LOG_FAILURE(x) {}
+#define LOG_VBE(x,fmt, args...) {}
+#endif
+
 #define VERSION(x) VBE_VERSION_MAJOR(x),VBE_VERSION_MINOR(x)
 
 #if X_BYTE_ORDER == X_LITTLE_ENDIAN
@@ -187,6 +209,7 @@ vbeProbeDDC(vbeInfoPtr pVbe)
 if (pVbe->ddc != DDC_UNCHECKED)
 return TRUE;
 
+LOG_VBE(pVbe,"()\n");
 pVbe->pInt10->ax = 0x4F15;
 pVbe->pInt10->bx = 0;
 pVbe->pInt10->cx = 0;
@@ -195,6 +218,7 @@ vbeProbeDDC(vbeInfoPtr pVbe)
 pVbe->pInt10->num = 0x10;
 
 xf86ExecX86int10(pVbe->pInt10);
+LOG_RESULT(pVbe);
 
 if ((pVbe->pInt10->ax & 0xff) != 0x4f) {
 xf86DrvMsgVerb(screen, X_INFO, 3, "VESA VBE DDC not supported\n");
@@ -285,6 +309,7 @@ vbeReadEDID(vbeInfoPtr pVbe)
 memset(page, 0, sizeof(vbeInfoPtr));
 strcpy(page, vbeVersionString);
 
+LOG_VBE(pVbe, "()\n");
 pVbe->pInt10->ax = 0x4F15;
 pVbe->pInt10->bx = 0x01;
 pVbe->pInt10->cx = 0;
@@ -294,6 +319,7 @@ vbeReadEDID(vbeInfoPtr pVbe)
 pVbe->pInt10->num = 0x10;
 
 xf86ExecX86int10(pVbe->pInt10);
+LOG_RESULT(pVbe);
 
 if ((pVbe->pInt10->ax & 0xff) != 0x4f) {
 xf86DrvMsgVerb(screen, X_INFO, 3, "VESA VBE DDC invalid\n");
@@ -365,11 +391,13 @@ VBEGetVBEInfo(vbeInfoPtr pVbe)
 ((char *) pVbe->memory)[2] = 'E';
 ((char *) pVbe->memory)[3] = '2';
 
+LOG_VBE(pVbe, "()\n");
 pVbe->pInt10->num = 0x10;
 pVbe->pInt10->

commit python-pip for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package python-pip for openSUSE:Factory 
checked in at 2015-10-03 20:29:36

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


Package is "python-pip"

Changes:

--- /work/SRC/openSUSE:Factory/python-pip/python-pip.changes2015-08-07 
00:20:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pip.new/python-pip.changes   
2015-10-03 20:29:45.0 +0200
@@ -1,0 +2,131 @@
+Fri Sep 25 08:16:40 UTC 2015 - tbecht...@suse.com
+
+- update to 7.1.2:
+  * Don't raise an error if pip is not installed when checking for the latest 
pip
+version.
+  * Check that the wheel cache directory is writable before we attempt to write
+cached files to them.
+  * Move the pip version check until *after* any installs have been performed,
+thus removing the extraenous warning when upgrading pip.
+  * Added debug logging when using a cached wheel.
+  * Respect platlib by default on platforms that have it separated from purlib.
+  * Upgrade packaging to 15.3.
+* Normalize post-release spellings for rev/r prefixes.
+  * Upgrade distlib to 0.2.1.
+* Updated launchers to decode shebangs using UTF-8. This allows non-ASCII
+  pathnames to be correctly handled.
+* Ensured that the executable written to shebangs is normcased.
+* Changed ScriptMaker to work better under Jython.
+  * Upgrade ipaddress to 1.0.13.
+  * Allow constraining versions globally without having to know exactly what 
will
+be installed by the pip command. :issue:`2731`.
+  * Accept --no-binary and --only-binary via pip.conf. :issue:`2867`.
+  * Allow ``--allow-all-external`` within a requirements file.
+  * Fixed an issue where ``--user`` could not be used when ``--prefix`` was 
used
+in a distutils configuration file.
+  * Fixed an issue where the SOABI tags were not correctly being generated on
+Python 3.5.
+  * Fixed an issue where we were advising windows users to upgrade by directly
+executing pip, when that would always fail on Windows.
+  * Allow ``~`` to be expanded within a cache directory in all situations.
+  * Fixed a regression where ``--no-cache-dir`` would raise an exception, fixes
+:issue:`2855`.
+  * **BACKWARD INCOMPATIBLE** Revert the change (released in v7.0.0) that
+required quoting in requirements files around specifiers containing
+environment markers. (:pull:`2841`)
+  * **BACKWARD INCOMPATIBLE** Revert the accidental introduction of support for
+options interleaved with requirements, version specifiers etc in
+``requirements`` files. (:pull:`2841`)
+  * Expand ``~`` in the cache directory when caching wheels, fixes 
:issue:`2816`.
+  * Use ``python -m pip`` instead of ``pip`` when recommending an upgrade 
command
+to Windows users.
+  * Don't build and cache wheels for non-editable installations from VCSs.
+  * Allow ``--allow-all-external`` inside of a requirements.txt file, fixing a
+regression in 7.0.
+  * **BACKWARD INCOMPATIBLE** Removed the deprecated ``--mirror``,
+``--use-mirrors``, and ``-M`` options.
+  * **BACKWARD INCOMPATIBLE** Removed the deprecated ``zip`` and ``unzip``
+commands.
+  * **BACKWARD INCOMPATIBLE** Removed the deprecated ``--no-install`` and
+``--no-download`` options.
+  * **BACKWARD INCOMPATIBLE** No longer implicitly support an insecure origin
+origin, and instead require insecure origins be explicitly trusted with the
+``--trusted-host`` option.
+  * **BACKWARD INCOMPATIBLE** Removed the deprecated link scraping that 
attempted
+to parse HTML comments for a specially formatted comment.
+  * **BACKWARD INCOMPATIBLE** Requirements in requirements files containing
+markers must now be quoted due to parser changes from (:pull:`2697`) and
+(:pull:`2725`).  For example, use ``"SomeProject; python_version < 
'2.7'"``,
+not simply ``SomeProject; python_version < '2.7'``
+  * Ignores bz2 archives if Python wasn't compiled with bz2 support.
+Fixes :issue:`497`
+  * Support ``--install-option`` and ``--global-option`` per requirement in
+requirement files (:pull:`2537`)
+  * Build Wheels prior to installing from sdist, caching them in the pip cache
+directory to speed up subsequent installs. (:pull:`2618`)
+  * Allow fine grained control over the use of wheels and source builds.
+(:pull:`2699`)
+  * ``--no-use-wheel`` and ``--use-wheel`` are deprecated in favour of new
+options ``--no-binary`` and ``--only-binary``. The equivalent of
+``--no-use-wheel`` is ``--no-binary=:all:``. (:pull:`2699`)
+  * The use of ``--install-option``, ``--global-option`` or ``--build-option``
+disable the use of wheels, and the autobuilding of wheels. (:pull:`2711`)
+Fixes :issue:`2677`
+  * Improve logging when a requirem

commit yast2-security for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package yast2-security for openSUSE:Factory 
checked in at 2015-10-03 20:29:11

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


Package is "yast2-security"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-security/yast2-security.changes
2015-08-21 12:42:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-security.new/yast2-security.changes   
2015-10-03 20:29:36.0 +0200
@@ -1,0 +2,7 @@
+Thu Sep 24 14:50:20 UTC 2015 - an...@suse.com
+
+- Bumped version number in order to branch the SLE version due to
+  different display manager behavior (bnc#946889).
+- 3.2.0
+
+---

Old:

  yast2-security-3.1.11.tar.bz2

New:

  yast2-security-3.2.0.tar.bz2



Other differences:
--
++ yast2-security.spec ++
--- /var/tmp/diff_new_pack.H8hHBZ/_old  2015-10-03 20:29:36.0 +0200
+++ /var/tmp/diff_new_pack.H8hHBZ/_new  2015-10-03 20:29:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-security
-Version:3.1.11
+Version:3.2.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-security-3.1.11.tar.bz2 -> yast2-security-3.2.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.1.11/package/yast2-security.changes 
new/yast2-security-3.2.0/package/yast2-security.changes
--- old/yast2-security-3.1.11/package/yast2-security.changes2015-08-19 
17:11:08.0 +0200
+++ new/yast2-security-3.2.0/package/yast2-security.changes 2015-09-24 
17:06:12.0 +0200
@@ -1,4 +1,11 @@
 ---
+Thu Sep 24 14:50:20 UTC 2015 - an...@suse.com
+
+- Bumped version number in order to branch the SLE version due to
+  different display manager behavior (bnc#946889).
+- 3.2.0
+
+---
 Wed Aug 19 14:55:48 UTC 2015 - an...@suse.com
 
 - Added some entries to the list of optional services (bnc#942379)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.1.11/package/yast2-security.spec 
new/yast2-security-3.2.0/package/yast2-security.spec
--- old/yast2-security-3.1.11/package/yast2-security.spec   2015-08-19 
17:11:08.0 +0200
+++ new/yast2-security-3.2.0/package/yast2-security.spec2015-09-24 
17:06:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-security
-Version:3.1.11
+Version:3.2.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit vorbis-tools for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package vorbis-tools for openSUSE:Factory 
checked in at 2015-10-03 20:29:14

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


Package is "vorbis-tools"

Changes:

--- /work/SRC/openSUSE:Factory/vorbis-tools/vorbis-tools.changes
2015-03-16 06:55:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.vorbis-tools.new/vorbis-tools.changes   
2015-10-03 20:29:37.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 24 17:46:49 CEST 2015 - ti...@suse.de
+
+- Fix buffer overflow in aiff_open() (CVE-2015-6749, bsc#943795):
+  oggenc-Fix-large-alloca-on-bad-AIFF-input.patch
+
+---

New:

  oggenc-Fix-large-alloca-on-bad-AIFF-input.patch



Other differences:
--
++ vorbis-tools.spec ++
--- /var/tmp/diff_new_pack.IGXrE7/_old  2015-10-03 20:29:37.0 +0200
+++ /var/tmp/diff_new_pack.IGXrE7/_new  2015-10-03 20:29:37.0 +0200
@@ -34,6 +34,8 @@
 Patch3: vorbis-tools-r19117-CVE-2014-9640.patch
 # PATCH-FIX-SUSE vorbis-tools-oggenc-CVE-2014-9639.patch bnc#914439 bnc#914441 
CVE-2014-9638 CVE-2014-9639
 Patch4: vorbis-tools-oggenc-CVE-2014-9639.patch
+# PATCH-FIX-SUSE oggenc-Fix-large-alloca-on-bad-AIFF-input.patch bsc#943795 
CVE-2015-6749
+Patch5: oggenc-Fix-large-alloca-on-bad-AIFF-input.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  flac-devel
@@ -77,6 +79,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 # automake 1.13 deprecated AM_CONFIG_HEADER
 sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
 

++ oggenc-Fix-large-alloca-on-bad-AIFF-input.patch ++
>From 04815d3e1bfae3a6cdfb2c25358a5a72b61299f7 Mon Sep 17 00:00:00 2001
From: Mark Harris 
Date: Sun, 30 Aug 2015 05:54:46 -0700
Subject: [PATCH] oggenc: Fix large alloca on bad AIFF input

Fixes #2212
---
 oggenc/audio.c | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/oggenc/audio.c b/oggenc/audio.c
index 477da8c..4921fb9 100644
--- a/oggenc/audio.c
+++ b/oggenc/audio.c
@@ -245,8 +245,8 @@ static int aiff_permute_matrix[6][6] =
 int aiff_open(FILE *in, oe_enc_opt *opt, unsigned char *buf, int buflen)
 {
 int aifc; /* AIFC or AIFF? */
-unsigned int len;
-unsigned char *buffer;
+unsigned int len, readlen;
+unsigned char buffer[22];
 unsigned char buf2[8];
 aiff_fmt format;
 aifffile *aiff = malloc(sizeof(aifffile));
@@ -269,9 +269,9 @@ int aiff_open(FILE *in, oe_enc_opt *opt, unsigned char 
*buf, int buflen)
 return 0; /* Weird common chunk */
 }
 
-buffer = alloca(len);
-
-if(fread(buffer,1,len,in) < len)
+readlen = len < sizeof(buffer) ? len : sizeof(buffer);
+if(fread(buffer,1,readlen,in) < readlen ||
+   (len > readlen && !seek_forward(in, len-readlen)))
 {
 fprintf(stderr, _("Warning: Unexpected EOF in reading AIFF header\n"));
 return 0;
-- 
2.5.0




commit okular for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package okular for openSUSE:Factory checked 
in at 2015-10-03 20:27:45

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-08-02 
22:44:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.okular.new/okular.changes   2015-10-03 
20:29:06.0 +0200
@@ -1,0 +2,35 @@
+Thu Sep 24 17:11:33 UTC 2015 - alarr...@suse.com
+
+- Added libqjson-devel to buildrequires
+
+---
+Sun Sep 13 19:45:22 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:24 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Mon Aug 10 15:35:17 UTC 2015 - wba...@tmo.at
+
+- Replace pkgconfig(exiv2) BuildRequires with pkgconfig(libkexiv2).
+  Okular needs to be built against libkexiv2 for image support
+  (kimgio plugin), not exiv2.
+
+---
+Fri Aug  7 07:04:59 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  okular-15.04.3.tar.xz

New:

  okular-15.08.1.tar.xz



Other differences:
--
++ okular.spec ++
--- /var/tmp/diff_new_pack.jWlHZi/_old  2015-10-03 20:29:07.0 +0200
+++ /var/tmp/diff_new_pack.jWlHZi/_new  2015-10-03 20:29:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   okular
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:Document Viewer
 License:GPL-2.0+
@@ -36,11 +36,12 @@
 BuildRequires:  libgphoto2-devel
 BuildRequires:  libkactivities-devel
 BuildRequires:  libkde4-devel
-BuildRequires:  pkgconfig(exiv2)
+BuildRequires:  pkgconfig(libkexiv2)
 BuildRequires:  libkscreen-devel >= 1.0.2
 BuildRequires:  pkgconfig(poppler-qt4)
 BuildRequires:  pkgconfig(qca2)
 BuildRequires:  pkgconfig(qimageblitz)
+BuildRequires:  libqjson-devel
 BuildRequires:  libspectre-devel
 BuildRequires:  mobipocket-devel
 BuildRequires:  net-snmp-devel

++ okular-15.04.3.tar.xz -> okular-15.08.1.tar.xz ++
 1851 lines of diff (skipped)




commit marble for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

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

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


Package is "marble"

Changes:

New Changes file:

--- /dev/null   2015-09-24 09:51:01.260026505 +0200
+++ /work/SRC/openSUSE:Factory/.marble.new/libmarblewidget.changes  
2015-10-03 20:28:57.0 +0200
@@ -0,0 +1,14 @@
+---
+Sun Sep 13 19:43:47 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+- Drop upstream patch marble_fix_ppc64_build.patch
+---
+Sun Aug 30 18:20:17 UTC 2015 - tittiatc...@gmail.com
+
+- Initial package to fullfil the buildrequirements for libkgeomap
+  as it is still based on Qt4
+
--- /work/SRC/openSUSE:Factory/marble/marble.changes2015-07-14 
17:39:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.marble.new/marble.changes   2015-10-03 
20:28:58.0 +0200
@@ -1,0 +2,40 @@
+Sun Sep 13 19:43:47 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+- Drop upstream patch marble_fix_ppc64_build.patch
+---
+Sat Aug 29 18:27:03 UTC 2015 - tittiatc...@gmail.com
+
+- Switch back to Qt4 build for Marble so that other dependencies 
+  can be build too
+
+---
+Wed Aug 19 19:44:22 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Wed Aug 19 11:09:31 UTC 2015 - cgiboude...@gmx.com
+
+- Add marble_fix_ppc64_build.patch. Fixes the ppc64 installation paths
+- Move FindMarble.cmake to marble-devel
+- Spec cleanup
+
+---
+Fri Aug  7 07:04:33 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+   * Marble is now Qt5/KF5 based
+
+- Drop patch  do_not_build_qtonly_and_mobile.diff which is no 
+  longer required
+
+
+---

Old:

  do_not_build_qtonly_and_mobile.diff
  marble-15.04.3.tar.xz

New:

  libmarblewidget.changes
  libmarblewidget.spec
  marble-15.08.1.tar.xz



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

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

%define _so 22

Name:   libmarblewidget
Version:15.08.1
Release:0
Summary:Generic map viewer library for libkgeomapr
License:LGPL-2.1+
Group:  Amusements/Teaching/Other
Url:http://edu.kde.org
Source0:marble-%{version}.tar.xz
BuildRequires:  fdupes
BuildRequires:  gpsd-devel
BuildRequires:  perl
BuildRequires:  libkde4-devel
BuildRequires:  quazip-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
The shared library for the MarbleWidget shared library.

%package devel
Summary:Generic map viewer: Build Environment
Group:  Development/Libraries/KDE
Requires:   libmarblewidget%{_so} = %{version}
Conflicts:  marble-devel

%description devel
Development headers and libraries for Marble.

%package -n libmarblewidget%{_so}
Summary:Generic map viewer: Shared Library
Group:  Development/Libraries/KDE

%description -n libmarblewidget%{_so}
The shared library for the MarbleWidget shared library.

%prep
%setup -q -n marble-%{version}

%build
%ifarch ppc ppc64
export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"

commit sox for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

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

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


Package is "sox"

Changes:

--- /work/SRC/openSUSE:Factory/sox/sox.changes  2013-09-13 14:46:28.0 
+0200
+++ /work/SRC/openSUSE:Factory/.sox.new/sox.changes 2015-10-03 
20:29:34.0 +0200
@@ -1,0 +2,34 @@
+Wed Sep 22 15:57:49 UTC 2015 - mplus...@suse.com
+
+- Update to 14.4.2
+  o Add optional support for reading Ogg Opus files.
+  o Fix for max size text chunks in aiff files.
+  o Add reading support for RF64 WAV files.
+  o Work around for libsndfile created RF64 files with invalid
+sizes. 
+  o Detect MS ADPCM WAV files with invalid blocks.
+  o Detect Sphere files with invalid header sizes.
+  o 'Deemph' can now also be used at 48kHz sample rate.
+  o 'Rate' now much faster in many cases. 
+  o Allow sending spectrograms to stdout.
+  o Allow use of Dolph window with spectrograms. 
+  o Allow mixing time and sample-count arguments for the delay
+effect, and for spectrogram -S and -d.
+  o Support multi-channel LADSPA plugins.
+  o Support infinite repetition with repeat.
+  o Improved pink noise frequency response in synth. 
+  o Extended syntax for specifying audio positions to several
+effects. 
+  o Fix integer overflow in mcompand. [3590093] 
+  o Add optional latency compenstation for LADSPA plugins.
+  o New -p option for soxi to display sample precision.
+  o New libsox example6: give explicit output attributes.
+  o Speed optimization for effects that operate on channels
+independently.
+  o Fix memory leaks.
+  o Most internal symbols (lsx_*) are no longer exported.
+- Drop sox-14.4.0-ocloexec.patch as it brings little enhancement 
+  and there has been no activity at upstreaming it
+- Enable ffmpeg and opus by default
+
+---

Old:

  sox-14.4.0-ocloexec.patch
  sox-14.4.1.tar.bz2

New:

  sox-14.4.2.tar.bz2



Other differences:
--
++ sox.spec ++
--- /var/tmp/diff_new_pack.ucMuQ5/_old  2015-10-03 20:29:35.0 +0200
+++ /var/tmp/diff_new_pack.ucMuQ5/_new  2015-10-03 20:29:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sox
 #
-# 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
@@ -16,9 +16,10 @@
 #
 
 
-%define soname 2
+%define soname 3
 
-%bcond_with ffmpeg
+%bcond_without ffmpeg
+%bcond_without opus
 %bcond_with mad
 %bcond_with lame
 %bcond_with amrwb
@@ -30,7 +31,6 @@
 BuildRequires:  ladspa-devel
 BuildRequires:  libgsm-devel
 BuildRequires:  libid3tag-devel
-BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(ao)
@@ -50,6 +50,9 @@
 BuildRequires:  pkgconfig(libavformat)
 BuildRequires:  pkgconfig(libavutil)
 %endif
+%if %{with opus}
+BuildRequires:  libopus-devel
+%endif
 %if %{with mad}
 BuildRequires:  pkgconfig(mad)
 %endif
@@ -66,15 +69,14 @@
 BuildRequires:  pkgconfig(twolame)
 %endif
 BuildRequires:  libtool
-Version:14.4.1
+Version:14.4.2
 Release:0
 Summary:Sound Conversion Tools
 License:LGPL-2.1+ and GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Url:http://sox.sourceforge.net
 Source0:
http://downloads.sourceforge.net/project/sox/sox/%{version}/%{name}-%{version}.tar.bz2
-#PATCH-FIX-OPENSUSE crrodrig...@opensuse.org linux/glibc specific patch to 
open all fds with O_CLOEXEC (not suitable for other OS)
-Patch0: sox-14.4.0-ocloexec.patch
+Source1:%{name}.changes
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -106,16 +108,17 @@
 
 %prep
 %setup -q
-%patch0
-FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')
-sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" src/sox.h src/libsox.c
-FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes 
'+%%H:%%M:%%S')
-sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/" src/sox.h src/libsox.c
+modified="$(sed -n '/^/n;s/ - .*$//;p;q' "%{SOURCE1}")"
+DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
+TIME="\"$(date -d "${modified}" "+%%R")\""
+find .  -name '*.[ch]' | xargs sed -i 
"s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g"
 
 %build
-autoreconf -fiv
-%configure --without-oss --disable-static --with-distro=openSUSE
-make %{?_smp_mflags}
+%configure \
+  --without-oss \
+  --disable-static \
+  --with-distro=openSUS

commit yast2-network for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package yast2-network for openSUSE:Factory 
checked in at 2015-10-03 20:28:16

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


Package is "yast2-network"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes  
2015-09-24 07:15:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-network.new/yast2-network.changes 
2015-10-03 20:29:18.0 +0200
@@ -1,0 +2,15 @@
+Thu Oct  1 07:26:55 UTC 2015 - mvid...@suse.com
+
+- Moved "Network Settings" into "System" group also in the Gnome/GTK
+  control center (FATE#318804, bsc#867809).
+- 3.1.131
+
+---
+Wed Sep 23 09:06:08 UTC 2015 - mfi...@suse.com
+
+- bnc#866742
+  - Do not fail with internal error when cloning configuration
+twice in a row
+- 3.1.130
+
+---

Old:

  yast2-network-3.1.129.tar.bz2

New:

  yast2-network-3.1.131.tar.bz2



Other differences:
--
++ yast2-network.spec ++
--- /var/tmp/diff_new_pack.qYBvIe/_old  2015-10-03 20:29:20.0 +0200
+++ /var/tmp/diff_new_pack.qYBvIe/_new  2015-10-03 20:29:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:3.1.129
+Version:3.1.131
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-network-3.1.129.tar.bz2 -> yast2-network-3.1.131.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.129/package/yast2-network.changes 
new/yast2-network-3.1.131/package/yast2-network.changes
--- old/yast2-network-3.1.129/package/yast2-network.changes 2015-09-16 
13:17:10.0 +0200
+++ new/yast2-network-3.1.131/package/yast2-network.changes 2015-10-01 
13:42:17.0 +0200
@@ -1,4 +1,19 @@
 ---
+Thu Oct  1 07:26:55 UTC 2015 - mvid...@suse.com
+
+- Moved "Network Settings" into "System" group also in the Gnome/GTK
+  control center (FATE#318804, bsc#867809).
+- 3.1.131
+
+---
+Wed Sep 23 09:06:08 UTC 2015 - mfi...@suse.com
+
+- bnc#866742
+  - Do not fail with internal error when cloning configuration
+twice in a row
+- 3.1.130
+
+---
 Wed Sep 16 09:06:48 UTC 2015 - mfi...@suse.com
 
 - bnc#945947
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.129/package/yast2-network.spec 
new/yast2-network-3.1.131/package/yast2-network.spec
--- old/yast2-network-3.1.129/package/yast2-network.spec2015-09-16 
13:17:10.0 +0200
+++ new/yast2-network-3.1.131/package/yast2-network.spec2015-10-01 
13:42:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:3.1.129
+Version:3.1.131
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.129/src/clients/lan_auto.rb 
new/yast2-network-3.1.131/src/clients/lan_auto.rb
--- old/yast2-network-3.1.129/src/clients/lan_auto.rb   2015-09-16 
13:17:10.0 +0200
+++ new/yast2-network-3.1.131/src/clients/lan_auto.rb   2015-10-01 
13:42:17.0 +0200
@@ -84,7 +84,6 @@
 @ret = Ops.get_string(Lan.Summary("summary"), 0, "")
   elsif @func == "Reset"
 Lan.Import({})
-LanItems.UnsetModified
 @ret = {}
   elsif @func == "Change"
 @ret = LanAutoSequence("")
@@ -101,7 +100,7 @@
 @ret = true
   elsif @func == "Read"
 @progress_orig = Progress.set(false)
-@ret = Lan.Read(:cache)
+@ret = Lan.Read(:nocache)
 Progress.set(@progress_orig)
   elsif @func == "Packages"
 @ret = Lan.AutoPackages
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.129/src/desktop/lan.desktop 
new/yast2-network-3.1.131/src/desktop/lan.desktop
--- old/yast2-network-3.1.129/src/desktop/lan.desktop   2015-09-16 
13:17:10.0 +0200
+++ new/yast2-network-3.1.131/src/desktop/lan.desktop   2015-10-01 
13:42:17.0 +0200
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Type=Application
-Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Network;
+Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-System;
 
 X-KDE-ModuleType=Library
 X-KDE-HasReadOnlyMode=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'

commit alsa-utils for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package alsa-utils for openSUSE:Factory 
checked in at 2015-10-03 20:28:37

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


Package is "alsa-utils"

Changes:

--- /work/SRC/openSUSE:Factory/alsa-utils/alsa-utils.changes2015-08-21 
07:38:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-utils.new/alsa-utils.changes   
2015-10-03 20:29:25.0 +0200
@@ -1,0 +2,10 @@
+Tue Sep 29 17:30:30 CEST 2015 - ti...@suse.de
+
+- Backport upstream fixes: particularly fixing the inconsistent
+  mixer state after service reload (bnc#929619):
+  0010-speaker-test-fix-option-ordering.patch
+  0011-arecord-Remove-only-regular-files.patch
+  0012-aplay-fix-VU-meter-for-S24_LE-etc-formats.patch
+  0013-alsactl-Manage-both-save-and-restore-in-a-single-uni.patch
+
+---

New:

  0010-speaker-test-fix-option-ordering.patch
  0011-arecord-Remove-only-regular-files.patch
  0012-aplay-fix-VU-meter-for-S24_LE-etc-formats.patch
  0013-alsactl-Manage-both-save-and-restore-in-a-single-uni.patch



Other differences:
--
++ alsa-utils.spec ++
--- /var/tmp/diff_new_pack.kasF44/_old  2015-10-03 20:29:26.0 +0200
+++ /var/tmp/diff_new_pack.kasF44/_new  2015-10-03 20:29:26.0 +0200
@@ -54,6 +54,10 @@
 Patch7: 0007-speaker-test-Add-option-to-specify-signal-scale.patch
 Patch8: 0008-topology-Add-command-line-topology-tool-to-build-top.patch
 Patch9: 0009-alsactl-Add-path-condition-to-alsa-store-and-alsa-re.patch
+Patch10:0010-speaker-test-fix-option-ordering.patch
+Patch11:0011-arecord-Remove-only-regular-files.patch
+Patch12:0012-aplay-fix-VU-meter-for-S24_LE-etc-formats.patch
+Patch13:0013-alsactl-Manage-both-save-and-restore-in-a-single-uni.patch
 #
 Patch99:alsa-utils-gettext-version-removal.diff
 BuildRequires:  alsa-devel
@@ -90,6 +94,10 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
+%patch13 -p1
 #
 %if 0%{?suse_version} < 1020
 %patch99 -p1
@@ -146,7 +154,6 @@
 %{_unitdir}/*.service
 %{_unitdir}/basic.target.wants/alsa-state.service
 %{_unitdir}/basic.target.wants/alsa-restore.service
-%{_unitdir}/shutdown.target.wants/alsa-store.service
 %endif
 %if %{use_varlib}
 %{_localstatedir}/lib/alsa

++ 0010-speaker-test-fix-option-ordering.patch ++
>From 4482cc7cfe97fd69b38687816a6450b0fcc9ba59 Mon Sep 17 00:00:00 2001
From: Ken Benoit 
Date: Thu, 17 Sep 2015 15:06:38 -0400
Subject: [PATCH] speaker-test: fix option ordering

The -c and -s options needed to be provided in a specific order for the -s 
option to work correctly.

This pulls the speaker option check outside of the option parsing so that all 
the options have been parsed before checking to see if the parameter to -s is 
correct.

Signed-off-by: Ken Benoit 
Signed-off-by: Jaroslav Kysela 
---
 speaker-test/speaker-test.c | 15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/speaker-test/speaker-test.c b/speaker-test/speaker-test.c
index 25970af1c9bc..5b9cbeca632d 100644
--- a/speaker-test/speaker-test.c
+++ b/speaker-test/speaker-test.c
@@ -1041,6 +1041,7 @@ int main(int argc, char *argv[]) {
   double   time1,time2,time3;
   unsigned int n, nloops;
   struct   timeval tv1,tv2;
+  int  speakeroptset = 0;
 #ifdef CONFIG_SUPPORT_CHMAP
   const char *chmap = NULL;
 #endif
@@ -1162,11 +1163,7 @@ int main(int argc, char *argv[]) {
 case 's':
   speaker = atoi(optarg);
   speaker = speaker < 1 ? 0 : speaker;
-  speaker = speaker > channels ? 0 : speaker;
-  if (speaker==0) {
-fprintf(stderr, _("Invalid parameter for -s option.\n"));
-exit(EXIT_FAILURE);
-  }  
+  speakeroptset = 1;
   break;
 case 'w':
   given_test_wav_file = optarg;
@@ -1200,6 +1197,14 @@ int main(int argc, char *argv[]) {
 exit(EXIT_SUCCESS);
   }
 
+  if (speakeroptset) {
+speaker = speaker > channels ? 0 : speaker;
+if (speaker==0) {
+  fprintf(stderr, _("Invalid parameter for -s option.\n"));
+  exit(EXIT_FAILURE);
+}
+  }
+
   if (!force_frequency) {
 freq = freq < 30.0 ? 30.0 : freq;
 freq = freq > 8000.0 ? 8000.0 : freq;
-- 
2.5.3

++ 0011-arecord-Remove-only-regular-files.patch ++
>From 5f0fc49a3ab9e9a66eb7a74582829c21556506a1 Mon Sep 17 00:00:00 2001
From: Alexander Volkov 
Date: Mon, 21 Sep 2015 16:05:57 +0300
Subject: [PATCH] arecord: Remove only regular files

arecord removes a file before writing into it. It's not
appropriate in some cases. For example, if you a pass
a symlink t

commit yast2-transfer for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package yast2-transfer for openSUSE:Factory 
checked in at 2015-10-03 20:28:12

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


Package is "yast2-transfer"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-transfer/yast2-transfer.changes
2015-01-30 23:57:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-transfer.new/yast2-transfer.changes   
2015-10-03 20:29:17.0 +0200
@@ -4 +4,2 @@
-- fixed \r character lost during conversion to Ruby 
+- fixed \r character lost during conversion to Ruby (bnc#344123)
+- 3.1.2

Old:

  yast2-transfer-3.1.1.tar.bz2

New:

  yast2-transfer-3.1.2.tar.bz2



Other differences:
--
++ yast2-transfer.spec ++
--- /var/tmp/diff_new_pack.DW7Tdr/_old  2015-10-03 20:29:18.0 +0200
+++ /var/tmp/diff_new_pack.DW7Tdr/_new  2015-10-03 20:29:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-transfer
 #
-# 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-transfer
-Version:3.1.1
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-transfer-3.1.1.tar.bz2 -> yast2-transfer-3.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-transfer-3.1.1/CONTRIBUTING.md 
new/yast2-transfer-3.1.2/CONTRIBUTING.md
--- old/yast2-transfer-3.1.1/CONTRIBUTING.md2015-01-27 13:29:11.0 
+0100
+++ new/yast2-transfer-3.1.2/CONTRIBUTING.md2015-10-01 13:29: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-transfer-3.1.1/package/yast2-transfer.changes 
new/yast2-transfer-3.1.2/package/yast2-transfer.changes
--- old/yast2-transfer-3.1.1/package/yast2-transfer.changes 2015-01-27 
13:29:11.0 +0100
+++ new/yast2-transfer-3.1.2/package/yast2-transfer.changes 2015-10-01 
13:29:11.0 +0200
@@ -1,7 +1,8 @@
 ---
 Mon Jan 26 13:56:18 UTC 2015 - jreidin...@suse.com
 
-- fixed \r character lost during conversion to Ruby 
+- fixed \r character lost during conversion to Ruby (bnc#344123)
+- 3.1.2
 
 ---
 Wed Nov 13 15:56:18 UTC 2013 - jreidin...@suse.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-transfer-3.1.1/package/yast2-transfer.spec 
new/yast2-transfer-3.1.2/package/yast2-transfer.spec
--- old/yast2-transfer-3.1.1/package/yast2-transfer.spec2015-01-27 
13:29:11.0 +0100
+++ new/yast2-transfer-3.1.2/package/yast2-transfer.spec2015-10-01 
13:29:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-transfer
-Version:3.1.1
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit gwenview for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package gwenview for openSUSE:Factory 
checked in at 2015-10-03 20:28:46

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


Package is "gwenview"

Changes:

--- /work/SRC/openSUSE:Factory/gwenview/gwenview.changes2015-09-03 
18:06:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.gwenview.new/gwenview.changes   2015-10-03 
20:29:26.0 +0200
@@ -1,0 +2,5 @@
+Sun Sep 20 17:55:11 UTC 2015 - tittiatc...@gmail.com
+
+- Add KDE to the desktop Categories (boo#868337)
+
+---



Other differences:
--
++ gwenview.spec ++
--- /var/tmp/diff_new_pack.Tvx1FM/_old  2015-10-03 20:29:27.0 +0200
+++ /var/tmp/diff_new_pack.Tvx1FM/_new  2015-10-03 20:29:27.0 +0200
@@ -56,7 +56,7 @@
 %install
   cd build
   %kde4_makeinstall
-  %suse_update_desktop_file -r gwenview   Graphics RasterGraphics Viewer
+  %suse_update_desktop_file -r gwenview   Graphics RasterGraphics Viewer 
KDE
   %kde_post_install
 
 # symlink solid actions into place known to Plasma 5, remove once k3b is 
KF5-based




commit kate for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package kate for openSUSE:Factory checked in 
at 2015-10-03 20:27:27

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-07-14 
17:40:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.kate.new/kate.changes   2015-10-03 
20:29:01.0 +0200
@@ -1,0 +2,28 @@
+Tue Sep 22 22:30:37 UTC 2015 - alarr...@suse.com
+
+- Fixed a "directories not owned by a package" error
+
+---
+Sun Sep 13 19:00:20 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:42:45 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:08:07 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  kate-15.04.3.tar.xz

New:

  kate-15.08.1.tar.xz



Other differences:
--
++ kate.spec ++
--- /var/tmp/diff_new_pack.09mkQV/_old  2015-10-03 20:29:02.0 +0200
+++ /var/tmp/diff_new_pack.09mkQV/_new  2015-10-03 20:29:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kate
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:Advanced Text Editor
 License:GPL-2.0+
@@ -37,6 +37,7 @@
 BuildRequires:  kguiaddons-devel
 BuildRequires:  ki18n-devel
 BuildRequires:  kiconthemes-devel
+BuildRequires:  kactivities5-devel
 BuildRequires:  kinit-devel
 BuildRequires:  kio-devel
 BuildRequires:  kitemmodels-devel
@@ -117,7 +118,8 @@
 %dir %{_kf5_htmldir}
 %doc %{_kf5_htmldir}/en/katepart/
 %doc %{_kf5_htmldir}/en/kate/
-%_kf5_sharedir/appdata/org.kde.kate.appdata.xml
+%dir %{_kf5_sharedir}/appdata
+%{_kf5_sharedir}/appdata/org.kde.kate.appdata.xml
 
 %files -n kwrite
 %defattr(-,root,root)
@@ -128,7 +130,8 @@
 %dir %{_kf5_htmldir}/en
 %dir %{_kf5_htmldir}
 %doc %{_kf5_htmldir}/en/kwrite/
-%_kf5_sharedir/appdata/org.kde.kwrite.appdata.xml
+%dir %{_kf5_sharedir}/appdata
+%{_kf5_sharedir}/appdata/org.kde.kwrite.appdata.xml
 
 %files plugins
 %defattr(-,root,root)

++ kate-15.04.3.tar.xz -> kate-15.08.1.tar.xz ++
 8568 lines of diff (skipped)




commit libapr1 for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package libapr1 for openSUSE:Factory checked 
in at 2015-10-03 20:28:25

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


Package is "libapr1"

Changes:

--- /work/SRC/openSUSE:Factory/libapr1/libapr1.changes  2015-05-06 
07:47:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.libapr1.new/libapr1.changes 2015-10-03 
20:29:23.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 29 10:05:23 UTC 2015 - mplus...@suse.com
+
+- Add gpg signature
+
+---

New:

  apr-1.5.2.tar.bz2.asc
  libapr1.keyring



Other differences:
--
++ libapr1.spec ++
--- /var/tmp/diff_new_pack.6MeyeE/_old  2015-10-03 20:29:24.0 +0200
+++ /var/tmp/diff_new_pack.6MeyeE/_new  2015-10-03 20:29:24.0 +0200
@@ -26,7 +26,9 @@
 License:Apache-2.0
 Group:  Development/Libraries/Other
 Url:http://apr.apache.org/
-Source: http://www.apache.org/dist/apr/apr-%{version}.tar.bz2
+Source0:http://www.apache.org/dist/apr/apr-%{version}.tar.bz2
+Source1:http://www.apache.org/dist/apr/apr-%{version}.tar.bz2.asc
+Source2:%{name}.keyring
 Patch4: apr-1.4.5-linux3.patch
 Patch5: apr-visibility.patch
 Patch6: apr-use-getrandom.patch




commit mozilla-nss for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:Factory 
checked in at 2015-10-03 20:28:20

Comparing /work/SRC/openSUSE:Factory/mozilla-nss (Old)
 and  /work/SRC/openSUSE:Factory/.mozilla-nss.new (New)


Package is "mozilla-nss"

Changes:

--- /work/SRC/openSUSE:Factory/mozilla-nss/mozilla-nss.changes  2015-07-19 
11:44:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.mozilla-nss.new/mozilla-nss.changes 
2015-10-03 20:29:20.0 +0200
@@ -1,0 +2,87 @@
+Thu Sep 24 15:41:09 UTC 2015 - fst...@suse.com
+
+- Install the static libfreebl.a that is needed in order to link
+  Sun elliptical curves provider in Java 7.
+
+---
+Thu Sep 24 09:39:17 UTC 2015 - w...@rosenauer.org
+
+- update to NSS 3.20
+  New functionality:
+  * The TLS library has been extended to support DHE ciphersuites in
+server applications.
+  New Functions:
+  * SSL_DHEGroupPrefSet - Configure the set of allowed/enabled DHE group
+parameters that can be used by NSS for a server socket.
+  * SSL_EnableWeakDHEPrimeGroup - Enable the use of weak DHE group
+parameters that are smaller than the library default's minimum size.
+  New Types:
+  * SSLDHEGroupType - Enumerates the set of DHE parameters embedded in
+NSS that can be used with function SSL_DHEGroupPrefSet.
+  New Macros:
+  * SSL_ENABLE_SERVER_DHE - A socket option user to enable or disable
+DHE ciphersuites for a server socket.
+  Notable Changes:
+  * For backwards compatibility reasons, the server side implementation
+of the TLS library keeps all DHE ciphersuites disabled by default.
+They can be enabled with the new socket option SSL_ENABLE_SERVER_DHE
+and the SSL_OptionSet or the SSL_OptionSetDefault API.
+  * The server side implementation of the TLS implementation does not
+support session tickets when using a DHE ciphersuite (see bmo#1174677).
+  * Support for the following ciphersuites has been added:
+- TLS_DHE_DSS_WITH_AES_128_GCM_SHA256
+- TLS_DHE_DSS_WITH_AES_128_CBC_SHA256
+- TLS_DHE_DSS_WITH_AES_256_CBC_SHA256
+  * By default, the server side TLS implementation will use DHE
+parameters with a size of 2048 bits when using DHE ciphersuites.
+  * NSS embeds fixed DHE parameters sized 2048, 3072, 4096, 6144 and
+8192 bits, which were copied from version 08 of the Internet-Draft
+"Negotiated Finite Field Diffie-Hellman Ephemeral Parameters for
+TLS", Appendix A.
+  * A new API SSL_DHEGroupPrefSet has been added to NSS, which allows a
+server application to select one or multiple of the embedded DHE
+parameters as the preferred parameters. The current implementation of
+NSS will always use the first entry in the array that is passed as a
+parameter to the SSL_DHEGroupPrefSet API. In future versions of the
+TLS implementation, a TLS client might signal a preference for
+certain DHE parameters, and the NSS TLS server side implementation
+might select a matching entry from the set of parameters that have
+been configured as preferred on the server side.
+  * NSS optionally supports the use of weak DHE parameters with DHE
+ciphersuites to support legacy clients. In order to enable this
+support, the new API SSL_EnableWeakDHEPrimeGroup must be used. Each
+time this API is called for the first time in a process, a fresh set
+of weak DHE parameters will be randomly created, which may take a
+long amount of time. Please refer to the comments in the header file
+that declares the SSL_EnableWeakDHEPrimeGroup API for additional
+details.
+  * The size of the default PQG parameters used by certutil when
+creating DSA keys has been increased to use 2048 bit parameters.
+  * The selfserv utility has been enhanced to support the new DHE features.
+  * NSS no longer supports C compilers that predate the ANSI C standard (C89).
+
+---
+Thu Sep 24 09:38:17 UTC 2015 - w...@rosenauer.org
+
+- update to NSS 3.19.3; certstore updates only
+  * The following CA certificates were removed
+- Buypass Class 3 CA 1
+- TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı
+- SG TRUST SERVICES RACINE
+- TC TrustCenter Universal CA I
+- TC TrustCenter Class 2 CA II
+  * The following CA certificate had the Websites trust bit turned off
+- ComSign Secured CA
+  * The following CA certificates were added
+- TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H5
+- TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H6
+- Certinomis - Root CA
+  * The version number of the updated root CA list has been set to 2.5
+
+---
+Thu Sep 24 09:31:11 UTC 2015 - fst...@suse.com
+
+-

commit kde-l10n for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package kde-l10n for openSUSE:Factory 
checked in at 2015-10-03 20:27:17

Comparing /work/SRC/openSUSE:Factory/kde-l10n (Old)
 and  /work/SRC/openSUSE:Factory/.kde-l10n.new (New)


Package is "kde-l10n"

Changes:

--- /work/SRC/openSUSE:Factory/kde-l10n/kde-l10n.changes2015-07-14 
17:42:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde-l10n.new/kde-l10n.changes   2015-10-03 
20:27:40.0 +0200
@@ -1,0 +2,31 @@
+Sun Sep 13 20:22:40 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Sep  9 18:58:50 UTC 2015 - wba...@tmo.at
+
+- Provide and obsolete kio-extras5-lang too to prevent update
+  problems. The kio-extras5 translations are included in kde-l10n
+  since 15.08.0, kio-extras5-lang doesn't exist any more.
+  (boo#944656)
+
+---
+Wed Aug 19 21:38:42 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:06:32 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  kde-l10n-ar-15.04.3.tar.xz
  kde-l10n-bg-15.04.3.tar.xz
  kde-l10n-bs-15.04.3.tar.xz
  kde-l10n-ca-15.04.3.tar.xz
  kde-l10n...@valencia-15.04.3.tar.xz
  kde-l10n-cs-15.04.3.tar.xz
  kde-l10n-da-15.04.3.tar.xz
  kde-l10n-de-15.04.3.tar.xz
  kde-l10n-el-15.04.3.tar.xz
  kde-l10n-en_GB-15.04.3.tar.xz
  kde-l10n-eo-15.04.3.tar.xz
  kde-l10n-es-15.04.3.tar.xz
  kde-l10n-et-15.04.3.tar.xz
  kde-l10n-eu-15.04.3.tar.xz
  kde-l10n-fa-15.04.3.tar.xz
  kde-l10n-fi-15.04.3.tar.xz
  kde-l10n-fr-15.04.3.tar.xz
  kde-l10n-ga-15.04.3.tar.xz
  kde-l10n-gl-15.04.3.tar.xz
  kde-l10n-he-15.04.3.tar.xz
  kde-l10n-hi-15.04.3.tar.xz
  kde-l10n-hr-15.04.3.tar.xz
  kde-l10n-hu-15.04.3.tar.xz
  kde-l10n-ia-15.04.3.tar.xz
  kde-l10n-id-15.04.3.tar.xz
  kde-l10n-is-15.04.3.tar.xz
  kde-l10n-it-15.04.3.tar.xz
  kde-l10n-ja-15.04.3.tar.xz
  kde-l10n-kk-15.04.3.tar.xz
  kde-l10n-km-15.04.3.tar.xz
  kde-l10n-ko-15.04.3.tar.xz
  kde-l10n-lt-15.04.3.tar.xz
  kde-l10n-lv-15.04.3.tar.xz
  kde-l10n-mr-15.04.3.tar.xz
  kde-l10n-nb-15.04.3.tar.xz
  kde-l10n-nds-15.04.3.tar.xz
  kde-l10n-nl-15.04.3.tar.xz
  kde-l10n-nn-15.04.3.tar.xz
  kde-l10n-pa-15.04.3.tar.xz
  kde-l10n-pl-15.04.3.tar.xz
  kde-l10n-pt-15.04.3.tar.xz
  kde-l10n-pt_BR-15.04.3.tar.xz
  kde-l10n-ro-15.04.3.tar.xz
  kde-l10n-ru-15.04.3.tar.xz
  kde-l10n-sk-15.04.3.tar.xz
  kde-l10n-sl-15.04.3.tar.xz
  kde-l10n-sr-15.04.3.tar.xz
  kde-l10n-sv-15.04.3.tar.xz
  kde-l10n-tr-15.04.3.tar.xz
  kde-l10n-ug-15.04.3.tar.xz
  kde-l10n-uk-15.04.3.tar.xz
  kde-l10n-wa-15.04.3.tar.xz
  kde-l10n-zh_CN-15.04.3.tar.xz
  kde-l10n-zh_TW-15.04.3.tar.xz

New:

  kde-l10n-ar-15.08.1.tar.xz
  kde-l10n-bg-15.08.1.tar.xz
  kde-l10n-bs-15.08.1.tar.xz
  kde-l10n-ca-15.08.1.tar.xz
  kde-l10n...@valencia-15.08.1.tar.xz
  kde-l10n-cs-15.08.1.tar.xz
  kde-l10n-da-15.08.1.tar.xz
  kde-l10n-de-15.08.1.tar.xz
  kde-l10n-el-15.08.1.tar.xz
  kde-l10n-en_GB-15.08.1.tar.xz
  kde-l10n-eo-15.08.1.tar.xz
  kde-l10n-es-15.08.1.tar.xz
  kde-l10n-et-15.08.1.tar.xz
  kde-l10n-eu-15.08.1.tar.xz
  kde-l10n-fa-15.08.1.tar.xz
  kde-l10n-fi-15.08.1.tar.xz
  kde-l10n-fr-15.08.1.tar.xz
  kde-l10n-ga-15.08.1.tar.xz
  kde-l10n-gl-15.08.1.tar.xz
  kde-l10n-he-15.08.1.tar.xz
  kde-l10n-hi-15.08.1.tar.xz
  kde-l10n-hr-15.08.1.tar.xz
  kde-l10n-hu-15.08.1.tar.xz
  kde-l10n-ia-15.08.1.tar.xz
  kde-l10n-id-15.08.1.tar.xz
  kde-l10n-is-15.08.1.tar.xz
  kde-l10n-it-15.08.1.tar.xz
  kde-l10n-ja-15.08.1.tar.xz
  kde-l10n-kk-15.08.1.tar.xz
  kde-l10n-km-15.08.1.tar.xz
  kde-l10n-ko-15.08.1.tar.xz
  kde-l10n-lt-15.08.1.tar.xz
  kde-l10n-lv-15.08.1.tar.xz
  kde-l10n-mr-15.08.1.tar.xz
  kde-l10n-nb-15.08.1.tar.xz
  kde-l10n-nds-15.08.1.tar.xz
  kde-l10n-nl-15.08.1.tar.xz
  kde-l10n-nn-15.08.1.tar.xz
  kde-l10n-pa-15.08.1.tar.xz
  kde-l10n-pl-15.08.1.tar.xz
  kde-l10n-pt-15.08.1.tar.xz
  kde-l10n-pt_BR-15.08.1.tar.xz
  kde-l10n-ro-15.08.1.tar.xz
  kde-l10n-ru-15.08.1.tar.xz
  kde-l10n-sk-15.08.1.tar.xz
  kde-l10n-sl-15.08.1.tar.xz
  kde-l10n-sr-15.08.1.tar.xz
  kde-l10n-sv-15.08.1.tar.xz
  kde-l10n-tr-15.08.1.tar.xz
  kde-l10n-ug-15.08.1.tar.xz
  kde-l10n-uk-15.08.1.tar.xz
  kde-l10n-wa-15.08.1.tar.xz
  kde-l10n-zh_CN-15.08.1.tar.xz
  kde-l10n-zh_TW-15.08.1.tar.xz

+++

commit rubygem-packaging_rake_tasks for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package rubygem-packaging_rake_tasks for 
openSUSE:Factory checked in at 2015-10-03 20:28:31

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


Package is "rubygem-packaging_rake_tasks"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-packaging_rake_tasks/rubygem-packaging_rake_tasks.changes
2014-10-20 07:26:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-packaging_rake_tasks.new/rubygem-packaging_rake_tasks.changes
   2015-10-03 20:29:24.0 +0200
@@ -2 +2 @@
-Mon Oct 13 14:28:25 UTC 2014 - co...@suse.com
+Thu May 14 14:28:25 UTC 2015 - co...@suse.com
@@ -4,0 +5,18 @@
+
+---
+Thu May 14 12:06:01 UTC 2015 - jreidin...@suse.com
+
+- Do not crash if tarball have different name in devel project
+- 1.1.3
+
+---
+Tue Apr 28 15:51:40 UTC 2015 - jreidin...@suse.com
+
+- stop osc commit if there is no change
+- 1.1.2
+
+---
+Thu Nov 13 16:22:40 UTC 2014 - lsle...@suse.cz
+
+- additionally report warnings in the "check:syntax" task
+- 1.1.1

Old:

  packaging_rake_tasks-1.1.0.gem

New:

  packaging_rake_tasks-1.1.3.gem



Other differences:
--
++ rubygem-packaging_rake_tasks.spec ++
--- /var/tmp/diff_new_pack.lzcq0f/_old  2015-10-03 20:29:24.0 +0200
+++ /var/tmp/diff_new_pack.lzcq0f/_new  2015-10-03 20:29:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-packaging_rake_tasks
 #
-# 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:   rubygem-packaging_rake_tasks
-Version:1.1.0
+Version:1.1.3
 Release:0
 %define mod_name packaging_rake_tasks
 %define mod_full_name %{mod_name}-%{version}

++ packaging_rake_tasks-1.1.0.gem -> packaging_rake_tasks-1.1.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 1970-01-01 01:00:00.0 +0100
+++ new/VERSION 2015-05-06 10:39:43.0 +0200
@@ -1 +1 @@
-1.1.0
+1.1.3
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/tasks/check_syntax.rake 
new/lib/tasks/check_syntax.rake
--- old/lib/tasks/check_syntax.rake 1970-01-01 01:00:00.0 +0100
+++ new/lib/tasks/check_syntax.rake 2015-05-06 10:39:43.0 +0200
@@ -33,7 +33,7 @@
 raise
   end
 
-  res = `ruby -c #{file}`
+  res = `ruby -c -w #{file}`
   puts "#{file}: #{res}" if verbose
   raise "Syntax error found in file '#{file}'" unless $?.exitstatus.zero?
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/tasks/osc.rake new/lib/tasks/osc.rake
--- old/lib/tasks/osc.rake  1970-01-01 01:00:00.0 +0100
+++ new/lib/tasks/osc.rake  2015-05-06 10:39:43.0 +0200
@@ -18,6 +18,7 @@
 
 require 'rake'
 require "tempfile"
+require "tmpdir"
 
 namespace :osc do
 
@@ -68,7 +69,7 @@
   cp f, osc_checkout_dir
 end
 
-Dir.chdir(osc_checkout_dir) do 
+Dir.chdir(osc_checkout_dir) do
   sh "osc -A '#{obs_api}' addremove"
 end
   end
@@ -81,6 +82,43 @@
 version
   end
 
+  def different_tarballs?(source1, source2)
+return true if !File.exist?(source1) || !File.exist?(source2)
+
+Dir.mktmpdir("unpacked_tarball") do |d1|
+  sh "tar xvf #{source1} -C #{d1}"
+
+  Dir.mktmpdir("unpacked_tarball") do |d2|
+sh "tar xvf #{source2} -C #{d2}"
+
+res = `diff -ur #{d1} #{d2}`
+puts res if verbose
+
+return !$?.success?
+  end
+end
+  end
+
+  def check_changes!
+# run spec file service to ensure that just formatting changes is not 
detected
+Dir.chdir(package_dir) { sh "/usr/lib/obs/service/format_spec_file 
--outdir ." }
+Dir["#{package_dir}/*"].each do |f|
+  orig = f.sub(/#{package_dir}\//, "")
+  if orig =~ /\.(tar|tbz2|tgz|tlz)/ # tar archive, so ignore archive 
creation time otherwise it always looks like new one
+return if different_tarballs?(f, File.join(osc_checkout_dir, orig))
+  else
+cmd = "diff -u #{f} #{osc_checkout_dir}/#{orig}"
+puts cmd if verbose
+puts `b

commit khangman for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package khangman for openSUSE:Factory 
checked in at 2015-10-03 20:27:50

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-07-14 
17:41:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.khangman.new/khangman.changes   2015-10-03 
20:29:08.0 +0200
@@ -1,0 +2,28 @@
+Wed Sep 30 15:45:41 UTC 2015 - wba...@tmo.at
+
+- Remove conflict with itself
+
+---
+Sun Sep 13 19:15:03 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:43:17 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:08:15 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  khangman-15.04.3.tar.xz

New:

  khangman-15.08.1.tar.xz



Other differences:
--
++ khangman.spec ++
--- /var/tmp/diff_new_pack.8mkuJQ/_old  2015-10-03 20:29:09.0 +0200
+++ /var/tmp/diff_new_pack.8mkuJQ/_new  2015-10-03 20:29:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   khangman
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:Hangman Game
 License:GPL-2.0+
@@ -45,7 +45,6 @@
 BuildRequires:  pkgconfig(Qt5Quick)
 BuildRequires:  pkgconfig(Qt5QuickWidgets)
 BuildRequires:  pkgconfig(Qt5Svg)
-Conflicts:  khangman
 Requires:   kdeedu-data
 Obsoletes:  %{name}5 < %{version}
 Provides:   %{name}5 = %{version}

++ khangman-15.04.3.tar.xz -> khangman-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khangman-15.04.3/CMakeLists.txt 
new/khangman-15.08.1/CMakeLists.txt
--- old/khangman-15.04.3/CMakeLists.txt 2015-05-31 13:05:31.0 +0200
+++ new/khangman-15.08.1/CMakeLists.txt 2015-08-27 04:29:15.0 +0200
@@ -9,7 +9,7 @@
 include(FeatureSummary)
 find_package(Qt5 REQUIRED COMPONENTS Core Qml Quick QuickWidgets Svg)
 
-find_package(ECM 1.3.0 NO_MODULE REQUIRED)
+find_package(ECM 1.7.0 NO_MODULE REQUIRED)
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
@@ -17,6 +17,7 @@
 include(KDECompilerSettings)
 include(ECMInstallIcons)
 include(GenerateExportHeader)
+include(ECMAddAppIcon)
 
 find_package(KF5 REQUIRED COMPONENTS
 I18n
@@ -46,6 +47,6 @@
 
 add_subdirectory( icons )
 
-install(FILES khangman.appdata.xml DESTINATION 
${SHARE_INSTALL_PREFIX}/appdata/)
+install(FILES khangman.appdata.xml DESTINATION 
${KDE_INSTALL_DATAROOTDIR}/appdata/)
 
 feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khangman-15.04.3/doc/CMakeLists.txt 
new/khangman-15.08.1/doc/CMakeLists.txt
--- old/khangman-15.04.3/doc/CMakeLists.txt 2015-05-31 13:05:31.0 
+0200
+++ new/khangman-15.08.1/doc/CMakeLists.txt 2015-08-27 04:29:15.0 
+0200
@@ -1,5 +1,5 @@
 ### install files ###
 #
 
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/en SUBDIR khangman)
-kdoctools_create_manpage(man-khangman.6.docbook 6 INSTALL_DESTINATION 
${MAN_INSTALL_DIR})
+kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR khangman)
+kdoctools_create_manpage(man-khangman.6.docbook 6 INSTALL_DESTINATION 
${KDE_INSTALL_MANDIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khangman-15.04.3/fonts/CMakeLists.txt 
new/khangman-15.08.1/fonts/CMakeLists.txt
--- old/khangman-15.04.3/fonts/CMakeLists.txt   2015-05-31 13:05:31.0 
+0200
+++ new/khangman-15.08.1/fonts/CMakeLists.txt   2015-08-27 04:29:15.0 
+0200
@@ -1,2 +1,2 @@
 
-install( FILES Dustismo_Roman.ttf Domestic_Manners.ttf  DESTINATION  
${DATA_INSTALL_DIR}/khangman/fonts )
+install( FILES Dustismo_Roman.ttf Domestic_Manners.ttf  DESTINATION  
${KDE_INSTALL_DATADIR}/khangman/fonts )
Files old/kha

commit kde-print-manager for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package kde-print-manager for 
openSUSE:Factory checked in at 2015-10-03 20:27:53

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


Package is "kde-print-manager"

Changes:

--- /work/SRC/openSUSE:Factory/kde-print-manager/kde-print-manager.changes  
2015-07-14 17:33:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde-print-manager.new/kde-print-manager.changes 
2015-10-03 20:29:10.0 +0200
@@ -1,0 +2,28 @@
+Thu Oct  1 11:54:19 UTC 2015 - wba...@tmo.at
+
+- own directory %{_kf5_servicesdir}/kded to fix build
+
+---
+Sun Sep 13 19:03:45 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:43:07 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 06:48:55 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  print-manager-15.04.3.tar.xz

New:

  print-manager-15.08.1.tar.xz



Other differences:
--
++ kde-print-manager.spec ++
--- /var/tmp/diff_new_pack.gIJMRl/_old  2015-10-03 20:29:11.0 +0200
+++ /var/tmp/diff_new_pack.gIJMRl/_new  2015-10-03 20:29:11.0 +0200
@@ -21,7 +21,7 @@
 Summary:A new print manager for KDE
 License:GPL-2.0+
 Group:  System/GUI/KDE
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source: print-manager-%{version}.tar.xz
 BuildRequires:  cups
@@ -95,6 +95,7 @@
 %{_kf5_libdir}/libkcupslib.so*
 %{_kf5_servicesdir}/kcm_printer_manager.desktop
 %{_kf5_appsdir}/printmanager/
+%dir %{_kf5_servicesdir}/kded
 %{_kf5_servicesdir}/kded/printmanager.desktop
 %{_kf5_plugindir}/kcm_printer_manager.so
 %{_kf5_plugindir}/kded_printmanager.so

++ print-manager-15.04.3.tar.xz -> print-manager-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-15.04.3/add-printer/org.kde.AddPrinter.desktop 
new/print-manager-15.08.1/add-printer/org.kde.AddPrinter.desktop
--- old/print-manager-15.04.3/add-printer/org.kde.AddPrinter.desktop
2015-05-27 14:00:40.0 +0200
+++ new/print-manager-15.08.1/add-printer/org.kde.AddPrinter.desktop
2015-07-31 14:05:50.0 +0200
@@ -1,15 +1,18 @@
 [Desktop Entry]
 Name=Add Printer
+Name[ast]=Amestar imprentadora
 Name[ca]=Afegeix impressora
 Name[cs]=Přidat tiskárnu
 Name[da]=Tilføj printer
 Name[de]=Drucker hinzufügen
+Name[el]=Προσθήκη εκτυπωτή
 Name[en_GB]=Add Printer
 Name[es]=Añadir Impresora
 Name[fi]=Lisää tulostin
 Name[gl]=Engadir unha impresora
 Name[hu]=Nyomtató hozzáadása
 Name[it]=Aggiungi stampante
+Name[ko]=프린터 추가
 Name[nl]=Printer toevoegen
 Name[pl]=Dodaj drukarkę
 Name[pt]=Adicionar uma Impressora
@@ -22,21 +25,25 @@
 Name[sr@ijekavianlatin]=Dodavanje štampača
 Name[sr@latin]=Dodavanje štampača
 Name[sv]=Lägg till skrivare
+Name[tr]=Yazıcı Ekle
 Name[uk]=Додати принтер
 Name[x-test]=xxAdd Printerxx
 Name[zh_CN]=添加打印机
 Name[zh_TW]=新增印表機
 Comment=Tool for adding new printers
+Comment[ast]=Ferramienta p'amestar imprentadores nueves
 Comment[ca]=Eina per afegir impressores noves
 Comment[cs]=Nástroj pro přidávání nových tiskáren
 Comment[da]=Værktøj til at tilføje nye printere
 Comment[de]=Hilfsprogramm für das Hinzufügen von neuen Druckern
+Comment[el]=Εργαλείο για την προσθήκη νέων εκτυπωτών
 Comment[en_GB]=Tool for adding new printers
 Comment[es]=Herramienta para añadir nuevas impresoras
 Comment[fi]=Työkalu uusien tulostinten lisäämiseen
 Comment[gl]=Ferramenta para engadir novas impresoras.
 Comment[hu]=Segédprogram új nyomtatók hozzáadáshoz
 Comment[it]=Strumento per aggiungere nuove stampanti
+Comment[ko]=새 프린터 추가 도구
 Comment[nl]=Hulpmiddel voor het toevoegen van nieuwe printers
 Comment[pl]=Narzędzie do dodawania nowych drukarek
 Comment[pt]=Ferramenta para adicionar novas impressoras
@@ -49,6 +56,7 @@
 Comment[sr@ijekavianlatin]=Alatka za dodavanje novih štampača
 Comment[sr@latin]=Alatka za dodavanje novih štampača
 Comment[sv]=Verktyg för att lägga till nya skrivare
+Comment[tr]=Yeni yazıcıları eklemek için bir

commit jovie for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package jovie for openSUSE:Factory checked 
in at 2015-10-03 20:27:58

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


Package is "jovie"

Changes:

--- /work/SRC/openSUSE:Factory/jovie/jovie.changes  2015-07-14 
17:31:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.jovie.new/jovie.changes 2015-10-03 
20:29:11.0 +0200
@@ -1,0 +2,28 @@
+Thu Oct  1 14:51:22 UTC 2015 - wba...@tmo.at
+
+- Own directory %_datadir/appdata to fix build on Leap
+
+---
+Sun Sep 13 18:58:23 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:42:37 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 06:46:32 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  jovie-15.04.3.tar.xz

New:

  jovie-15.08.1.tar.xz



Other differences:
--
++ jovie.spec ++
--- /var/tmp/diff_new_pack.8f6sQA/_old  2015-10-03 20:29:15.0 +0200
+++ /var/tmp/diff_new_pack.8f6sQA/_new  2015-10-03 20:29:15.0 +0200
@@ -26,7 +26,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source0:jovie-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -71,6 +71,7 @@
 %_kde4_modulesdir/*.so
 %_kde4_iconsdir/hicolor/*/*/*.png
 %_kde4_applicationsdir/jovieapp.desktop
+%dir %_datadir/appdata
 %_datadir/appdata/jovie.appdata.xml
 
 %changelog

++ jovie-15.04.3.tar.xz -> jovie-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jovie-15.04.3/CMakeLists.txt 
new/jovie-15.08.1/CMakeLists.txt
--- old/jovie-15.04.3/CMakeLists.txt2015-06-24 08:11:32.0 +0200
+++ new/jovie-15.08.1/CMakeLists.txt2015-08-08 08:00:38.0 +0200
@@ -19,8 +19,8 @@
 include_directories (${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})
 
 if (Q_WS_X11)
-  macro_optional_find_package(Speechd)
-  macro_log_feature(SPEECHD_FOUND "speechd" "Speech Dispatcher provides a 
high-level device independent layer for speech synthesis" 
"http://www.freebsoft.org/speechd"; FALSE "" "Jovie requires speech dispatcher.")
+  find_package(Speechd)
+  macro_log_feature(SPEECHD_FOUND "speechd" "Speech Dispatcher provides a 
high-level device independent layer for speech synthesis" 
"http://www.freebsoft.org/speechd"; TRUE "" "Jovie requires speech dispatcher.")
 
   if (SPEECHD_FOUND)
 configure_file (config-jovie.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/config-jovie.h )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jovie-15.04.3/jovie/jovie.appdata.xml 
new/jovie-15.08.1/jovie/jovie.appdata.xml
--- old/jovie-15.04.3/jovie/jovie.appdata.xml   2015-06-24 08:11:32.0 
+0200
+++ new/jovie-15.08.1/jovie/jovie.appdata.xml   2015-08-08 08:00:38.0 
+0200
@@ -4,6 +4,7 @@
   CC0-1.0
   GPL-2.0+
   Jovie
+  Jovie
   Jovie
   Jovie
   Jovie
@@ -11,8 +12,10 @@
   Jovie
   Jovie
   Jovie
+  Jovie
   Jovie
   Jovie
+  Jovie
   Jovie
   Jovie
   Jovie
@@ -26,7 +29,6 @@
   Џови
   Džovi
   Jovie
-  Jovie
   Jovie
   xxJoviexx
   Jovie
@@ -37,8 +39,10 @@
   Der KDE-Dämon für Sprachausgabe
   KDE Text To Speech Daemon
   Demonio de conversión de texto a voz de KDE
+  KDE teksti ettelugemise deemon
   KDE:n puhesyntetisaattoripalvelu
   Démon de synthèse vocale de KDE
+  Servizo de texto-para-voz de KDE
   Il demone di pronuncia di KDE
   Daemon van KDE voor tekst naar spraak
   Usługa tekstu-na-mowę KDE
@@ -52,7 +56,6 @@
   КДЕ‑ов демон за текст‑у‑говор
   KDE‑ov demon za tekst‑u‑govor
   KDE:s text till tal-demon
-  KDE Metin Okuma Servisi
   Фонова служба синтезу мовлення з тексту KDE
   xxKDE Text To Speech Daemonxx
   KDE 文字轉語音伺服程式
@@ -67,7 +70,10 @@
 Das KDE-Sprachausgabesystem Jovie ist ein Dienst für die 
KDE-Arbeitsumgebung zur Umwandlung von Text in hörbare Sprache. Jovie wird 
zurzeit noch entwickelt, um das Standardsystem für alle KDE-Anwendungen zur 
Sp

commit svgpart for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package svgpart for openSUSE:Factory checked 
in at 2015-10-03 20:27:03

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-07-14 
17:40:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.svgpart.new/svgpart.changes 2015-10-03 
20:27:05.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:48:09 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:31 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:07:09 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  svgpart-15.04.3.tar.xz

New:

  svgpart-15.08.1.tar.xz



Other differences:
--
++ svgpart.spec ++
--- /var/tmp/diff_new_pack.Izs7At/_old  2015-10-03 20:27:06.0 +0200
+++ /var/tmp/diff_new_pack.Izs7At/_new  2015-10-03 20:27:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   svgpart
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:SVG viewer component
 License:GPL-2.0+

++ svgpart-15.04.3.tar.xz -> svgpart-15.08.1.tar.xz ++




commit signon-kwallet-extension for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package signon-kwallet-extension for 
openSUSE:Factory checked in at 2015-10-03 20:26:54

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-07-14 17:41:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.signon-kwallet-extension.new/signon-kwallet-extension.changes
   2015-10-03 20:26:56.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:47:25 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:29 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:09:40 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  signon-kwallet-extension-15.04.3.tar.xz

New:

  signon-kwallet-extension-15.08.1.tar.xz



Other differences:
--
++ signon-kwallet-extension.spec ++
--- /var/tmp/diff_new_pack.IYOiER/_old  2015-10-03 20:26:56.0 +0200
+++ /var/tmp/diff_new_pack.IYOiER/_new  2015-10-03 20:26:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   signon-kwallet-extension
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:KWallet integration for signon framework
 License:GPL-2.0+

++ signon-kwallet-extension-15.04.3.tar.xz -> 
signon-kwallet-extension-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/signon-kwallet-extension-15.04.3/CMakeLists.txt 
new/signon-kwallet-extension-15.08.1/CMakeLists.txt
--- old/signon-kwallet-extension-15.04.3/CMakeLists.txt 2015-05-29 
00:06:21.0 +0200
+++ new/signon-kwallet-extension-15.08.1/CMakeLists.txt 2015-09-10 
01:00:06.0 +0200
@@ -1,8 +1,9 @@
 project(kwalletsignon5)
-set(kwalletsignon_VERSION_MAJOR 15)
-set(kwalletsignon_VERSION_MINOR 04)
-set(kwalletsignon_VERSION_RELEASE 2)
-set(kwalletsignon_VERSION "15.04.2")
+
+set(KDE_APPLICATIONS_VERSION_MAJOR "15")
+set(KDE_APPLICATIONS_VERSION_MINOR "08")
+set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(kwalletsignon_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 cmake_minimum_required(VERSION 2.8.12)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/signon-kwallet-extension-15.04.3/src/CMakeLists.txt 
new/signon-kwallet-extension-15.08.1/src/CMakeLists.txt
--- old/signon-kwallet-extension-15.04.3/src/CMakeLists.txt 2015-05-29 
00:06:21.0 +0200
+++ new/signon-kwallet-extension-15.08.1/src/CMakeLists.txt 2015-09-10 
01:00:06.0 +0200
@@ -15,9 +15,4 @@
 KF5::Wallet
 ${SIGNONEXTENSION_LIBRARIES})
 
-set_target_properties(libkeyring-kwallet PROPERTIES
-VERSION ${kwalletsignon_VERSION}
-SOVERSION ${kwalletsignon_VERSION_MAJOR}
-)
-
 install(TARGETS libkeyring-kwallet DESTINATION ${SIGNONEXTENSION_PLUGINDIR})
\ No newline at end of file




commit superkaramba for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package superkaramba for openSUSE:Factory 
checked in at 2015-10-03 20:26:59

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-07-14 17:40:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.superkaramba.new/superkaramba.changes   
2015-10-03 20:27:00.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:47:55 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:30 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:07:03 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  superkaramba-15.04.3.tar.xz

New:

  superkaramba-15.08.1.tar.xz



Other differences:
--
++ superkaramba.spec ++
--- /var/tmp/diff_new_pack.xFJRoY/_old  2015-10-03 20:27:01.0 +0200
+++ /var/tmp/diff_new_pack.xFJRoY/_new  2015-10-03 20:27:01.0 +0200
@@ -20,7 +20,7 @@
 BuildRequires:  libkde4-devel
 BuildRequires:  libqimageblitz-devel
 BuildRequires:  python-devel
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:Superkaramba allows you to have (interactive) desktop widgets
 License:GPL-2.0+

++ superkaramba-15.04.3.tar.xz -> superkaramba-15.08.1.tar.xz ++




commit umbrello for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package umbrello for openSUSE:Factory 
checked in at 2015-10-03 20:27:12

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-07-14 
17:40:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes   2015-10-03 
20:27:13.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:48:39 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:33 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:07:27 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  umbrello-15.04.3.tar.xz

New:

  umbrello-15.08.1.tar.xz



Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.ApDpZg/_old  2015-10-03 20:27:14.0 +0200
+++ /var/tmp/diff_new_pack.ApDpZg/_new  2015-10-03 20:27:14.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.3
+Version:15.08.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ umbrello-15.04.3.tar.xz -> umbrello-15.08.1.tar.xz ++
 24010 lines of diff (skipped)




commit sweeper for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package sweeper for openSUSE:Factory checked 
in at 2015-10-03 20:27:08

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-07-14 
17:40:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.sweeper.new/sweeper.changes 2015-10-03 
20:27:09.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:48:17 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:32 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:07:18 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  sweeper-15.04.3.tar.xz

New:

  sweeper-15.08.1.tar.xz



Other differences:
--
++ sweeper.spec ++
--- /var/tmp/diff_new_pack.TTGMdx/_old  2015-10-03 20:27:10.0 +0200
+++ /var/tmp/diff_new_pack.TTGMdx/_new  2015-10-03 20:27:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sweeper
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:KDE Privacy Utility
 License:LGPL-2.1+

++ sweeper-15.04.3.tar.xz -> sweeper-15.08.1.tar.xz ++




commit picmi for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package picmi for openSUSE:Factory checked 
in at 2015-10-03 20:26:37

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-07-14 
17:40:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.picmi.new/picmi.changes 2015-10-03 
20:26:38.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:46:56 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:27 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:06:32 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  picmi-15.04.3.tar.xz

New:

  picmi-15.08.1.tar.xz



Other differences:
--
++ picmi.spec ++
--- /var/tmp/diff_new_pack.x1Mt2o/_old  2015-10-03 20:26:39.0 +0200
+++ /var/tmp/diff_new_pack.x1Mt2o/_new  2015-10-03 20:26:39.0 +0200
@@ -17,17 +17,29 @@
 
 
 Name:   picmi
-BuildRequires:  libkdegames4-devel
-BuildRequires:  xz
+BuildRequires:  libkdegames-devel
+BuildRequires:  extra-cmake-modules
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5Svg)
+BuildRequires:  pkgconfig(Qt5Quick)
+BuildRequires:  pkgconfig(Qt5QuickWidgets)
+BuildRequires:  pkgconfig(Qt5Test)
+BuildRequires:  kcoreaddons-devel
+BuildRequires:  kdeclarative-devel
+BuildRequires:  ki18n-devel
+BuildRequires:  kdelibs4support-devel
+BuildRequires:  knewstuff-devel
+BuildRequires:  kxmlgui-devel
+BuildRequires:  update-desktop-files
 Summary:Nonogram Logic game
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Logic
 Url:http://www.kde.org
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source0:picmi-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
 
 %description
 A nonogram logic game for KDE
@@ -37,14 +49,12 @@
 %setup -q -n picmi-%{version}
 
 %build
-  %cmake_kde4 -d build
+  %cmake_kf5 -d build
   %make_jobs
 
 %install
-  cd build
-  %makeinstall
-  %suse_update_desktop_file -r picmi  Game LogicGame
-  %kde_post_install
+  %kf5_makeinstall -C build
+  %suse_update_desktop_file -r org.kde.picmi  Game LogicGame
 
 %clean
   rm -rf $RPM_BUILD_ROOT
@@ -52,12 +62,14 @@
 %files 
 %defattr(-,root,root)
 %doc COPYING
-%{_kde4_bindir}/picmi
-%{_kde4_htmldir}/en/picmi/
-%{_kde4_applicationsdir}/picmi.desktop
-%dir %{_kde4_iconsdir}/hicolor/256x256
-%dir %{_kde4_iconsdir}/hicolor/256x256/apps
-%{_kde4_iconsdir}/hicolor/*/apps/picmi.*
-%{_kde4_appsdir}/picmi/
+%{_kf5_bindir}/picmi
+%{_kf5_htmldir}/en/picmi/
+%{_kf5_applicationsdir}/org.kde.picmi.desktop
+%dir %{_kf5_iconsdir}/hicolor/256x256
+%dir %{_kf5_iconsdir}/hicolor/256x256/apps
+%{_kf5_iconsdir}/hicolor/*/apps/picmi.*
+%{_kf5_appsdir}/picmi/
+%_kf5_kxmlguidir/picmi/
+%{_datadir}/appdata/
 
 %changelog

++ picmi-15.04.3.tar.xz -> picmi-15.08.1.tar.xz ++
 1734 lines of diff (skipped)




commit palapeli for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package palapeli for openSUSE:Factory 
checked in at 2015-10-03 20:26:29

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-07-14 
17:40:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.palapeli.new/palapeli.changes   2015-10-03 
20:26:31.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:46:19 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:26 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:06:26 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  palapeli-15.04.3.tar.xz

New:

  palapeli-15.08.1.tar.xz



Other differences:
--
++ palapeli.spec ++
--- /var/tmp/diff_new_pack.iBER8O/_old  2015-10-03 20:26:32.0 +0200
+++ /var/tmp/diff_new_pack.iBER8O/_new  2015-10-03 20:26:32.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source0:palapeli-%{version}.tar.xz
 BuildRequires:  libkdegames4-devel

++ palapeli-15.04.3.tar.xz -> palapeli-15.08.1.tar.xz ++




commit parley for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package parley for openSUSE:Factory checked 
in at 2015-10-03 20:26:34

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-07-14 
17:41:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.parley.new/parley.changes   2015-10-03 
20:26:35.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:46:34 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:27 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:08:53 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  parley-15.04.3.tar.xz

New:

  parley-15.08.1.tar.xz



Other differences:
--
++ parley.spec ++
--- /var/tmp/diff_new_pack.ufMZvG/_old  2015-10-03 20:26:37.0 +0200
+++ /var/tmp/diff_new_pack.ufMZvG/_new  2015-10-03 20:26:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   parley
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:Vocabulary Trainer
 License:GPL-2.0+

++ parley-15.04.3.tar.xz -> parley-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/parley-15.04.3/parley.appdata.xml 
new/parley-15.08.1/parley.appdata.xml
--- old/parley-15.04.3/parley.appdata.xml   2015-05-31 14:01:14.0 
+0200
+++ new/parley-15.08.1/parley.appdata.xml   2015-08-27 14:02:26.0 
+0200
@@ -14,6 +14,7 @@
   Parley
   Parley
   Parley
+  Parley
   Parley
   Parley
   Parley
@@ -40,6 +41,7 @@
   Entrenador de vocabulario
   Sõnavara treening
   Sanaston harjoitusohjelma
+  Adestrador de vocabulario
   Apprendimento di vocaboli
   어휘 연습 도구
   Žodyno treniruoklis
@@ -58,12 +60,14 @@
   字彙訓練師
   
 Parley is a vocabulary trainer. It helps you to memorize your 
vocabulary, for example when you are trying to learn a foreign language. It 
supports many language specific features, but can be used for other learning 
tasks as well. It uses the spaced repetition learning method, which makes 
learning optimal. Vocabulary collections can be downloaded by "Get Hot New 
Stuff" or created with the built-in editor.
+Parley ye un entrenador de vocabulariu. Ayúdate a 
memorizar el to vocabulariu, por exemplu cuando intentes deprender una llingua 
foriata. Sofita munches carauterístiques específiques de llingua, pero tamién 
pue usase pa otres xeres de deprendimientu. Usa'l métodu de deprendizax de 
repitición espaciada, que fai óptimu'l deprendimientu. Les coleiciones de 
vocabulariu puen baxase de "Consigui material nuevu" o crease col editor 
integráu.
 Parlej je trener rječnika. Pomaže vam da zapamtite svoj 
rječnik, na primer, kada pokušavate da naučite strani jezik. On podržava mnoge 
jezičke specifičnosti, ali se može koristiti za druge zadatke učenja jednako 
dobro. On koristi raspoređeni metod ponavljanja učenja , što čini učenje 
optimalno. Vokabular kolekcije možete preuzeti sa "Dobavi nove dobre stvari" 
ili kreirati sa ugrađenim urednikom.
 El Parley és un entrenador de vocabulari. Us ajuda a 
memoritzar vocabulari, per exemple quan esteu intentant aprendre un idioma 
estranger. Accepta moltes funcionalitats específiques d'idioma, però també es 
pot utilitzar per altres tasques d'aprenentatge. Utilitza el mètode 
d'aprenentatge de repetició espaiada, que optimitza l'aprenentatge. Les 
col·leccions dels vocabularis es poden baixar amb «Obtén les novetats» (Get Hot 
New Stuff) o es poden crear amb l'editor integrat.
 Parley is a vocabulary trainer. It helps you to 
memorise your vocabulary, for example when you are trying to learn a foreign 
language. It supports many language specific features, but can be used for 
other learning tasks as well. It uses the spaced repetition learning method, 
which makes learning optimal. Vocabulary collections can be downloaded by "Get 
Hot New Stuff" or created with the built-in editor.
 Parley es un entrenador de vocabulario. Ayuda a memorizar 
vocabulario, por ejemplo, cuando se está intentando aprende

commit poxml for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package poxml for openSUSE:Factory checked 
in at 2015-10-03 20:26:45

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-07-14 
17:40:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.poxml.new/poxml.changes 2015-10-03 
20:26:47.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:47:05 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:28 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:06:42 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  poxml-15.04.3.tar.xz

New:

  poxml-15.08.1.tar.xz



Other differences:
--
++ poxml.spec ++
--- /var/tmp/diff_new_pack.q3pMKj/_old  2015-10-03 20:26:48.0 +0200
+++ /var/tmp/diff_new_pack.q3pMKj/_new  2015-10-03 20:26:48.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.3
+Version:15.08.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ poxml-15.04.3.tar.xz -> poxml-15.08.1.tar.xz ++




commit rocs for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package rocs for openSUSE:Factory checked in 
at 2015-10-03 20:26:51

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-07-14 
17:40:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.rocs.new/rocs.changes   2015-10-03 
20:26:52.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:47:14 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:29 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:06:49 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  rocs-15.04.3.tar.xz

New:

  rocs-15.08.1.tar.xz



Other differences:
--
++ rocs.spec ++
--- /var/tmp/diff_new_pack.Xz6dpN/_old  2015-10-03 20:26:53.0 +0200
+++ /var/tmp/diff_new_pack.Xz6dpN/_new  2015-10-03 20:26:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rocs
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:Graph Theory IDE
 License:GPL-3.0+
@@ -104,7 +104,7 @@
 %{_kf5_bindir}/rocs
 %{_kf5_configkcfgdir}/
 %dir %{_kf5_sharedir}/appdata
-%{_kf5_sharedir}/appdata/rocs.appdata.xml
+%{_kf5_sharedir}/appdata/org.kde.rocs.appdata.xml
 %{_kf5_sharedir}/kxmlgui5/
 %{_kf5_plugindir}/
 %{_kf5_iconsdir}/hicolor/*/*/*

++ rocs-15.04.3.tar.xz -> rocs-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-15.04.3/CMakeLists.txt 
new/rocs-15.08.1/CMakeLists.txt
--- old/rocs-15.04.3/CMakeLists.txt 2015-06-24 14:17:48.0 +0200
+++ new/rocs-15.08.1/CMakeLists.txt 2015-09-10 23:19:40.0 +0200
@@ -36,6 +36,7 @@
 include(KDECompilerSettings)
 include(KDECMakeSettings)
 include(FeatureSummary)
+include(GenerateExportHeader)
 
 find_package(Qt5 5.4 REQUIRED NO_MODULE COMPONENTS
   Concurrent
@@ -84,4 +85,4 @@
 set_package_info(Boost "Boost C++ Libraries" "http://www.boost.org";)
 feature_summary(WHAT ALL)
 
-install(FILES rocs.appdata.xml DESTINATION ${SHARE_INSTALL_PREFIX}/appdata/)
+install(FILES org.kde.rocs.appdata.xml DESTINATION 
${SHARE_INSTALL_PREFIX}/appdata/)
Files old/rocs-15.04.3/icons/128-apps-rocs.png and 
new/rocs-15.08.1/icons/128-apps-rocs.png differ
Files old/rocs-15.04.3/icons/16-apps-rocs.png and 
new/rocs-15.08.1/icons/16-apps-rocs.png differ
Files old/rocs-15.04.3/icons/22-apps-rocs.png and 
new/rocs-15.08.1/icons/22-apps-rocs.png differ
Files old/rocs-15.04.3/icons/32-apps-rocs.png and 
new/rocs-15.08.1/icons/32-apps-rocs.png differ
Files old/rocs-15.04.3/icons/48-apps-rocs.png and 
new/rocs-15.08.1/icons/48-apps-rocs.png differ
Files old/rocs-15.04.3/icons/64-apps-rocs.png and 
new/rocs-15.08.1/icons/64-apps-rocs.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-15.04.3/icons/CMakeLists.txt 
new/rocs-15.08.1/icons/CMakeLists.txt
--- old/rocs-15.04.3/icons/CMakeLists.txt   2015-06-24 14:17:48.0 
+0200
+++ new/rocs-15.08.1/icons/CMakeLists.txt   2015-09-10 23:19:40.0 
+0200
@@ -24,6 +24,7 @@
 include(ECMInstallIcons)
 
 ecm_install_icons( ICONS
+  128-apps-rocs.png  16-apps-rocs.png  22-apps-rocs.png  32-apps-rocs.png  
48-apps-rocs.png  64-apps-rocs.png
   sc-apps-rocs.svgz
 
   sc-actions-rocsdelete.svgz
Files old/rocs-15.04.3/icons/hi128-apps-rocs.png and 
new/rocs-15.08.1/icons/hi128-apps-rocs.png differ
Files old/rocs-15.04.3/icons/hi16-apps-rocs.png and 
new/rocs-15.08.1/icons/hi16-apps-rocs.png differ
Files old/rocs-15.04.3/icons/hi22-apps-rocs.png and 
new/rocs-15.08.1/icons/hi22-apps-rocs.png differ
Files old/rocs-15.04.3/icons/hi32-apps-rocs.png and 
new/rocs-15.08.1/icons/hi32-apps-rocs.png differ
Files old/rocs-15.04.3/icons/hi48-apps-rocs.png and 
new/rocs-15.08.1/icons/hi48-apps-rocs.png differ
Files old/rocs-15.04.3/icons/hi64-apps-rocs.png and 
new/rocs-15.08.1/icons/hi64-apps-rocs.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-15.04.3/libgraphtheory/CMakeLists.txt 
new/rocs-

commit okteta for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2015-10-03 20:26:26

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-07-14 
17:41:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2015-10-03 
20:26:27.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:44:50 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:23 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:08:38 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  okteta-15.04.3.tar.xz

New:

  okteta-15.08.1.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.tjWSex/_old  2015-10-03 20:26:28.0 +0200
+++ /var/tmp/diff_new_pack.tjWSex/_new  2015-10-03 20:26:28.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.3
+Version:15.08.1
 Release:0
 Source0:okteta-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ okteta-15.04.3.tar.xz -> okteta-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-15.04.3/CMakeLists.txt 
new/okteta-15.08.1/CMakeLists.txt
--- old/okteta-15.04.3/CMakeLists.txt   2015-06-20 16:11:22.0 +0200
+++ new/okteta-15.08.1/CMakeLists.txt   2015-08-10 17:18:53.0 +0200
@@ -3,7 +3,7 @@
 cmake_minimum_required(VERSION 2.8.12)
 set(QT_MIN_VERSION "5.2.0")
 
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is 
checked
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules" 
${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
@@ -12,6 +12,7 @@
 include(ECMGenerateHeaders)
 include(ECMSetupVersion)
 include(ECMPackageConfigHelpers)
+include(ECMAddAppIcon)
 
 include(FeatureSummary)
 include(GenerateExportHeader)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-15.04.3/kasten/controllers/view/bookmarks/bookmarkscontroller.cpp 
new/okteta-15.08.1/kasten/controllers/view/bookmarks/bookmarkscontroller.cpp
--- 
old/okteta-15.04.3/kasten/controllers/view/bookmarks/bookmarkscontroller.cpp
2015-06-20 16:11:22.0 +0200
+++ 
new/okteta-15.08.1/kasten/controllers/view/bookmarks/bookmarkscontroller.cpp
2015-08-10 17:18:53.0 +0200
@@ -37,7 +37,7 @@
 #include 
 #include 
 #include 
-#include 
+#include 
 // KF5
 #include 
 #include 
@@ -106,16 +106,12 @@
 if( hasViewWithBookmarks )
 {
 bookmarksCount = mBookmarks->bookmarksCount();
-// TODO: not PieceTableByteArrayModel ?
-if (auto asByteArraModel = 
qobject_cast(mByteArray) ) {
-connect( asByteArraModel, &Okteta::ByteArrayModel::bookmarksAdded,
- this, &BookmarksController::onBookmarksAdded );
-connect( asByteArraModel, 
&Okteta::ByteArrayModel::bookmarksRemoved,
- this, &BookmarksController::onBookmarksRemoved );
-connect( asByteArraModel,
- static_cast&)>(&Okteta::ByteArrayModel::bookmarksModified),
- this, &BookmarksController::updateBookmarks );
-}
+connect( mByteArray, SIGNAL(bookmarksAdded(QList)),
+ SLOT(onBookmarksAdded(QList)) );
+connect( mByteArray, SIGNAL(bookmarksRemoved(QList)),
+ SLOT(onBookmarksRemoved(QList)) );
+connect( mByteArray, SIGNAL(bookmarksModified(QList)),
+ SLOT(updateBookmarks()) );
 connect( mByteArrayView, &ByteArrayView::cursorPositionChanged,
  this, &BookmarksController::onCursorPositionChanged );
 connect( mByteArrayView, &ByteArrayView::offsetCodingChanged,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--

commit libkcompactdisc4 for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package libkcompactdisc4 for 
openSUSE:Factory checked in at 2015-10-03 20:25:26

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-07-14 17:38:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkcompactdisc4.new/libkcompactdisc4.changes   
2015-10-03 20:25:27.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:36:20 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:13 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:02:56 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  libkcompactdisc-15.04.3.tar.xz

New:

  libkcompactdisc-15.08.1.tar.xz



Other differences:
--
++ libkcompactdisc4.spec ++
--- /var/tmp/diff_new_pack.lR2o67/_old  2015-10-03 20:25:28.0 +0200
+++ /var/tmp/diff_new_pack.lR2o67/_new  2015-10-03 20:25:28.0 +0200
@@ -23,7 +23,7 @@
 Summary:KDE CD Library
 License:GPL-2.0+
 Group:  System/GUI/KDE
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source0:libkcompactdisc-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkcompactdisc-15.04.3.tar.xz -> libkcompactdisc-15.08.1.tar.xz ++




commit libkeduvocdocument for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

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

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-07-14 17:39:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libkeduvocdocument.new/libkeduvocdocument.changes   
2015-10-03 20:25:42.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:38:26 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:16 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:03:23 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  libkeduvocdocument-15.04.3.tar.xz

New:

  libkeduvocdocument-15.08.1.tar.xz



Other differences:
--
++ libkeduvocdocument.spec ++
--- /var/tmp/diff_new_pack.A7ALYq/_old  2015-10-03 20:25:43.0 +0200
+++ /var/tmp/diff_new_pack.A7ALYq/_new  2015-10-03 20:25:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libkeduvocdocument
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:Library for KDE Education Applications
 License:GPL-2.0+

++ libkeduvocdocument-15.04.3.tar.xz -> libkeduvocdocument-15.08.1.tar.xz 
++




commit libkmahjongg for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package libkmahjongg for openSUSE:Factory 
checked in at 2015-10-03 20:26:01

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-07-14 17:39:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkmahjongg.new/libkmahjongg.changes   
2015-10-03 20:26:02.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:41:29 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:19 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:03:56 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  libkmahjongg-15.04.3.tar.xz

New:

  libkmahjongg-15.08.1.tar.xz



Other differences:
--
++ libkmahjongg.spec ++
--- /var/tmp/diff_new_pack.on72DP/_old  2015-10-03 20:26:03.0 +0200
+++ /var/tmp/diff_new_pack.on72DP/_new  2015-10-03 20:26:03.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source0:libkmahjongg-%{version}.tar.xz
 BuildRequires:  fdupes

++ libkmahjongg-15.04.3.tar.xz -> libkmahjongg-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkmahjongg-15.04.3/backgrounds/color_plain.desktop 
new/libkmahjongg-15.08.1/backgrounds/color_plain.desktop
--- old/libkmahjongg-15.04.3/backgrounds/color_plain.desktop2015-02-10 
12:20:16.0 +0100
+++ new/libkmahjongg-15.08.1/backgrounds/color_plain.desktop2015-08-13 
16:17:56.0 +0200
@@ -55,8 +55,9 @@
 Name[zh_CN]=纯色
 Name[zh_TW]=普通顏色
 Description=Use the default window background color.
+Description[ast]=Usar la color por defeutu del fondu de la ventana.
 Description[bs]=Podrazumijevana boja pozadine prozora
-Description[ca]=Usa el color de fons de la finestra per omissió
+Description[ca]=Usa el color de fons de la finestra per omissió.
 Description[ca@valencia]=Usa el color de fons de la finestra per omissió
 Description[da]=Brug standard baggrundsfarve for vinduer.
 Description[de]=Die Standard-Hintergrundfarbe des Fensters verwenden.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkmahjongg-15.04.3/backgrounds/default.desktop 
new/libkmahjongg-15.08.1/backgrounds/default.desktop
--- old/libkmahjongg-15.04.3/backgrounds/default.desktop2015-02-10 
12:20:16.0 +0100
+++ new/libkmahjongg-15.08.1/backgrounds/default.desktop2015-08-13 
16:17:56.0 +0200
@@ -48,6 +48,7 @@
 Name[zh_CN]=埃及
 Name[zh_TW]=埃及式
 Description=A Egyptian style background
+Description[ast]=Un fandu d'estilu exipciu
 Description[bs]=Pozadina u Egipatskom stilu
 Description[ca]=Un fons d'estil egipci
 Description[ca@valencia]=Un fons d'estil egipci
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkmahjongg-15.04.3/tilesets/bamboo.desktop 
new/libkmahjongg-15.08.1/tilesets/bamboo.desktop
--- old/libkmahjongg-15.04.3/tilesets/bamboo.desktop2015-02-10 
12:20:16.0 +0100
+++ new/libkmahjongg-15.08.1/tilesets/bamboo.desktop2015-08-13 
16:17:56.0 +0200
@@ -1,5 +1,6 @@
 [KMahjonggTileset]
 Name=Bamboo
+Name[ast]=Bambú
 Name[bs]=Bambus
 Name[ca]=Bamboo
 Name[ca@valencia]=Bamboo
@@ -44,6 +45,7 @@
 Name[zh_CN]=Bovo
 Name[zh_TW]=竹子
 Description=Japanese tileset with brightly-colored kanji on a soft woodgrain
+Description[ast]=Conxuntu de fiches xapones con kanjis de rellumantes colores 
sobro madera clara
 Description[bs]=Japanske pločice svjetlih boja kanji na godovima drveta
 Description[ca]=Conjunt de fitxes amb caràcters kanji de colors brillants 
sobre una fusta tova
 Description[ca@valencia]=Conjunt de fitxes amb caràcters kanji de colors 
brillants sobre una fusta tova
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkmahjongg-15.04.3/tilesets/egypt.desktop 
new/libkmahjon

commit libkdeedu4 for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package libkdeedu4 for openSUSE:Factory 
checked in at 2015-10-03 20:25:33

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-07-14 
17:38:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkdeedu4.new/libkdeedu4.changes   
2015-10-03 20:25:35.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:36:50 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:14 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:03:07 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  libkdeedu-15.04.3.tar.xz

New:

  libkdeedu-15.08.1.tar.xz



Other differences:
--
++ libkdeedu4.spec ++
--- /var/tmp/diff_new_pack.3kn7CA/_old  2015-10-03 20:25:36.0 +0200
+++ /var/tmp/diff_new_pack.3kn7CA/_new  2015-10-03 20:25:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libkdeedu4
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:Library for KDE Education Applications
 License:GPL-2.0+

++ libkdeedu-15.04.3.tar.xz -> libkdeedu-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkdeedu-15.04.3/keduvocdocument/keduvocdocument.cpp 
new/libkdeedu-15.08.1/keduvocdocument/keduvocdocument.cpp
--- old/libkdeedu-15.04.3/keduvocdocument/keduvocdocument.cpp   2015-01-20 
18:26:57.0 +0100
+++ new/libkdeedu-15.08.1/keduvocdocument/keduvocdocument.cpp   2015-03-15 
14:26:32.0 +0100
@@ -72,7 +72,7 @@
 
 /** autosave file used to provide locking access to the underlying file
  * Note: It is a pointer to allow locking a new file, saving results and
- * then transfering the lock to m_autosave without risking loss of lock.
+ * then transferring the lock to m_autosave without risking loss of lock.
  * See saveAs for clarification*/
 KAutoSaveFile*m_autosave;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdeedu-15.04.3/qtmmlwidget/qtmmlwidget.cpp 
new/libkdeedu-15.08.1/qtmmlwidget/qtmmlwidget.cpp
--- old/libkdeedu-15.04.3/qtmmlwidget/qtmmlwidget.cpp   2015-01-20 
18:26:57.0 +0100
+++ new/libkdeedu-15.08.1/qtmmlwidget/qtmmlwidget.cpp   2015-03-15 
14:26:32.0 +0100
@@ -3436,7 +3436,7 @@
break;
 
default:
-   // exact ammount of children specified - check...
+   // exact amount of children specified - check...
if (spec->child_spec != child_cnt) {
if (errorMsg != 0)
*errorMsg = QString("element ")
@@ -5425,7 +5425,7 @@
 Sets the MathML expression to be rendered. The expression is given
 in the string \a text. If the expression is successfully parsed,
 this method returns true; otherwise it returns false. If an error
-occured \a errorMsg is set to a diagnostic message, while \a
+occurred \a errorMsg is set to a diagnostic message, while \a
 errorLine and \a errorColumn contain the location of the error.
 Any of \a errorMsg, \a errorLine and \a errorColumn may be 0,
 in which case they are not set.
@@ -6299,7 +6299,7 @@
 Sets the MathML expression to be rendered. The expression is given
 in the string \a text. If the expression is successfully parsed,
 this method returns true; otherwise it returns false. If an error
-occured \a errorMsg is set to a diagnostic message, while \a
+occurred \a errorMsg is set to a diagnostic message, while \a
 errorLine and \a errorColumn contain the location of the error.
 Any of \a errorMsg, \a errorLine and \a errorColumn may be 0,
 in which case they are not set.




commit lokalize for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package lokalize for openSUSE:Factory 
checked in at 2015-10-03 20:26:14

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-07-14 
17:39:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.lokalize.new/lokalize.changes   2015-10-03 
20:26:16.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:42:31 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:21 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:04:15 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  lokalize-15.04.3.tar.xz

New:

  lokalize-15.08.1.tar.xz



Other differences:
--
++ lokalize.spec ++
--- /var/tmp/diff_new_pack.5CpP7p/_old  2015-10-03 20:26:17.0 +0200
+++ /var/tmp/diff_new_pack.5CpP7p/_new  2015-10-03 20:26:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   lokalize
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:KDE Translation Editor
 License:GPL-2.0+

++ lokalize-15.04.3.tar.xz -> lokalize-15.08.1.tar.xz ++
Files old/lokalize-15.04.3/icons/global/128-apps-lokalize.png and 
new/lokalize-15.08.1/icons/global/128-apps-lokalize.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lokalize-15.04.3/icons/global/CMakeLists.txt 
new/lokalize-15.08.1/icons/global/CMakeLists.txt
--- old/lokalize-15.04.3/icons/global/CMakeLists.txt2015-06-23 
16:10:36.0 +0200
+++ new/lokalize-15.08.1/icons/global/CMakeLists.txt2015-08-30 
16:09:30.0 +0200
@@ -2,6 +2,7 @@
 32-apps-lokalize.png
 64-apps-lokalize.png
 sc-apps-lokalize.svgz
+128-apps-lokalize.png
 DESTINATION ${ICON_INSTALL_DIR}
 THEME hicolor
 )
Files old/lokalize-15.04.3/icons/global/hi128-app-lokalize.png and 
new/lokalize-15.08.1/icons/global/hi128-app-lokalize.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lokalize-15.04.3/lokalize.appdata.xml 
new/lokalize-15.08.1/lokalize.appdata.xml
--- old/lokalize-15.04.3/lokalize.appdata.xml   2015-06-23 16:10:36.0 
+0200
+++ new/lokalize-15.08.1/lokalize.appdata.xml   2015-08-30 16:09:30.0 
+0200
@@ -15,6 +15,7 @@
   Lokalize
   Lokalize
   Lokalize
+  Lokalize
   Lokalize
   Lokalize
   Lokalize
@@ -42,6 +43,7 @@
   Sistema de tradución asistida por 
computador.
   Sistema di traduzione assistita
   Computerondersteund vertaalsysteem
+  Dataassistert omsetjing
   System tłumaczeń wspomagany komputerowo
   Sistema de traduções auxiliado por 
computador
   Sistema de tradução auxiliado pelo 
computador
@@ -59,6 +61,7 @@
   電腦協助翻譯系統
   
 Lokalize is the localization tool for KDE and other open source 
software. It is also a general computer-aided translation system (CAT) with 
which you can translate OpenDocument files (*.odt). Translate-Toolkit is used 
internally to extract text for translation from .odt to .xliff files and to 
merge translation back into .odt file.
+Lokalize ye la ferramienta de llocalización pa KDE y 
otru software de códigu llibre. Ye tamién un sistema de traducción asistíu per 
ordenador (CAT) col que pues traducir ficheros OpenDocument (*.odt). 
Internamente úsase Translate-Toolkit pa estrayer el testu pa la traducción de 
ficheros 
 El Lokalize és l'eina de traducció pel KDE i altre 
programari de codi lliure. També és un sistema de traducció assistit per 
ordinador (CAT) general que amb el que es poden traduir fitxers OpenDocument 
(*.odt). Internament s'utilitza el Translate-Toolkit per extreure text per la 
traducció des de fitxers .odt a .xliff i per tornar a fusionar la traducció al 
fitxer .odt.
 Lokalize ist ein Lokalisierungs-Programm für KDE und 
andere quelloffene Software. Es ist außerdem ein  rechnergestütztes 
Übersetzungssystem (CAT), mit dem Sie auch OpenDocument-Dateien (odt) 
übersetzen können. Intern wird „Translate-Toolkit“ zum Extrahieren von Text für 
die Überset

commit libkomparediff2 for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package libkomparediff2 for openSUSE:Factory 
checked in at 2015-10-03 20:26:06

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-07-14 17:39:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkomparediff2.new/libkomparediff2.changes 
2015-10-03 20:26:08.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:41:44 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:20 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:04:02 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  libkomparediff2-15.04.3.tar.xz

New:

  libkomparediff2-15.08.1.tar.xz



Other differences:
--
++ libkomparediff2.spec ++
--- /var/tmp/diff_new_pack.ZqFz01/_old  2015-10-03 20:26:08.0 +0200
+++ /var/tmp/diff_new_pack.ZqFz01/_new  2015-10-03 20:26:08.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.3
+Version:15.08.1
 Release:0
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz

++ libkomparediff2-15.04.3.tar.xz -> libkomparediff2-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkomparediff2-15.04.3/diffmodel.cpp 
new/libkomparediff2-15.08.1/diffmodel.cpp
--- old/libkomparediff2-15.04.3/diffmodel.cpp   2015-03-12 12:47:57.0 
+0100
+++ new/libkomparediff2-15.08.1/diffmodel.cpp   2015-07-10 18:59:30.0 
+0200
@@ -27,6 +27,7 @@
 #include "diffhunk.h"
 #include "levenshteintable.h"
 #include "stringlistpair.h"
+#include "parserbase.h"
 
 Q_DECLARE_LOGGING_CATEGORY(LIBKOMPAREDIFF2)
 
@@ -161,11 +162,11 @@
// recreate header
QString tab = QString::fromLatin1( "\t" );
QString nl  = QString::fromLatin1( "\n" );
-   diff += QString::fromLatin1( "--- %1\t%2" ).arg( m_source ).arg( 
m_sourceTimestamp );
+   diff += QString::fromLatin1( "--- %1\t%2" ).arg( 
ParserBase::escapePath( m_source ) ).arg( m_sourceTimestamp );
if ( !m_sourceRevision.isEmpty() )
diff += tab + m_sourceRevision;
diff += nl;
-   diff += QString::fromLatin1( "+++ %1\t%2" ).arg( m_destination ).arg( 
m_destinationTimestamp );
+   diff += QString::fromLatin1( "+++ %1\t%2" ).arg( 
ParserBase::escapePath( m_destination ) ).arg( m_destinationTimestamp );
if ( !m_destinationRevision.isEmpty() )
diff += tab + m_destinationRevision;
diff += nl;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkomparediff2-15.04.3/diffsettings.cpp 
new/libkomparediff2-15.08.1/diffsettings.cpp
--- old/libkomparediff2-15.04.3/diffsettings.cpp2015-03-12 
12:47:57.0 +0100
+++ new/libkomparediff2-15.08.1/diffsettings.cpp2015-07-10 
18:59:30.0 +0200
@@ -106,4 +106,3 @@
config->sync();
 }
 
-#include "diffsettings.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkomparediff2-15.04.3/komparemodellist.cpp 
new/libkomparediff2-15.08.1/komparemodellist.cpp
--- old/libkomparediff2-15.04.3/komparemodellist.cpp2015-03-12 
12:47:57.0 +0100
+++ new/libkomparediff2-15.08.1/komparemodellist.cpp2015-07-10 
18:59:30.0 +0200
@@ -72,35 +72,35 @@
m_applyDifference = m_actionCollection->addAction( "difference_apply", 
this, SLOT(slotActionApplyDifference()) );
m_applyDifference->setIcon( QIcon::fromTheme("arrow-right") );
m_applyDifference->setText( i18n("&Apply Difference") );
-   m_applyDifference->setShortcut( QKeySequence(Qt::Key_Space) );
+   m_actionCollection->setDefaultShortcut( m_applyDifference, 
QKeySequence(Qt::Key_Space) );
m_unApplyDifference = m_actionCollection->addAction( 
"differe

commit libkface for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

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

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-07-14 
17:39:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkface.new/libkface.changes   2015-10-03 
20:25:50.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:40:19 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:17 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:03:39 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  libkface-15.04.3.tar.xz

New:

  libkface-15.08.1.tar.xz



Other differences:
--
++ libkface.spec ++
--- /var/tmp/diff_new_pack.aPsXz7/_old  2015-10-03 20:25:51.0 +0200
+++ /var/tmp/diff_new_pack.aPsXz7/_new  2015-10-03 20:25:51.0 +0200
@@ -23,7 +23,7 @@
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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




commit lskat for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package lskat for openSUSE:Factory checked 
in at 2015-10-03 20:26:18

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-07-14 
17:39:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.lskat.new/lskat.changes 2015-10-03 
20:26:20.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:42:55 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:22 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:04:22 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  lskat-15.04.3.tar.xz

New:

  lskat-15.08.1.tar.xz



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

++ lskat-15.04.3.tar.xz -> lskat-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lskat-15.04.3/grafix/oxygen.desktop 
new/lskat-15.08.1/grafix/oxygen.desktop
--- old/lskat-15.04.3/grafix/oxygen.desktop 2014-12-31 05:00:16.0 
+0100
+++ new/lskat-15.08.1/grafix/oxygen.desktop 2015-03-26 05:48:07.0 
+0100
@@ -9,7 +9,7 @@
 Name[de]=Oxygen
 Name[el]=Oxygen
 Name[en_GB]=Oxygen
-Name[eo]=Oxygen
+Name[eo]=Oksigeno
 Name[es]=Oxígeno
 Name[et]=Oxygen
 Name[eu]=Oxygen




commit mobipocket for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package mobipocket for openSUSE:Factory 
checked in at 2015-10-03 20:26:22

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-07-14 
17:39:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.mobipocket.new/mobipocket.changes   
2015-10-03 20:26:23.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:44:27 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:23 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:04:52 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  kdegraphics-mobipocket-15.04.3.tar.xz

New:

  kdegraphics-mobipocket-15.08.1.tar.xz



Other differences:
--
++ mobipocket.spec ++
--- /var/tmp/diff_new_pack.9faeOK/_old  2015-10-03 20:26:23.0 +0200
+++ /var/tmp/diff_new_pack.9faeOK/_new  2015-10-03 20:26:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mobipocket
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:E-book plugin and library
 License:GPL-2.0+

++ kdegraphics-mobipocket-15.04.3.tar.xz -> 
kdegraphics-mobipocket-15.08.1.tar.xz ++




commit libksane for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package libksane for openSUSE:Factory 
checked in at 2015-10-03 20:26:11

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-07-14 
17:39:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.libksane.new/libksane.changes   2015-10-03 
20:26:12.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:42:08 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:20 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:04:09 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  libksane-15.04.3.tar.xz

New:

  libksane-15.08.1.tar.xz



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

++ libksane-15.04.3.tar.xz -> libksane-15.08.1.tar.xz ++




commit libkgeomap for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package libkgeomap for openSUSE:Factory 
checked in at 2015-10-03 20:25:53

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-07-14 
17:41:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkgeomap.new/libkgeomap.changes   
2015-10-03 20:25:54.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:40:45 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:18 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:09:02 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  libkgeomap-15.04.3.tar.xz

New:

  libkgeomap-15.08.1.tar.xz



Other differences:
--
++ libkgeomap.spec ++
--- /var/tmp/diff_new_pack.3lduLG/_old  2015-10-03 20:25:55.0 +0200
+++ /var/tmp/diff_new_pack.3lduLG/_new  2015-10-03 20:25:55.0 +0200
@@ -20,12 +20,12 @@
 BuildRequires:  boost-devel
 BuildRequires:  libkde4-devel
 BuildRequires:  libkexiv2-devel
-BuildRequires:  marble-devel
+BuildRequires:  libmarblewidget-devel
 Summary:Wrapper around different world-map components
 License:LGPL-2.1 and GPL-2.0+
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkgeomap-15.04.3.tar.xz -> libkgeomap-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkgeomap-15.04.3/libkgeomap/backend_map_googlemaps.cpp 
new/libkgeomap-15.08.1/libkgeomap/backend_map_googlemaps.cpp
--- old/libkgeomap-15.04.3/libkgeomap/backend_map_googlemaps.cpp
2014-11-22 11:58:46.0 +0100
+++ new/libkgeomap-15.08.1/libkgeomap/backend_map_googlemaps.cpp
2015-03-26 22:57:30.0 +0100
@@ -1411,7 +1411,7 @@
 }
 slotTracksChanged(trackChanges);
 }
-else
+else if (d->htmlWidget)
 {
 const QVariant successClear = 
d->htmlWidget->runScript(QString::fromLatin1("kgeomapClearTracks();"));
 }




commit libkipi for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2015-10-03 20:25:57

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-07-14 
17:39:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2015-10-03 
20:25:58.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:41:01 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:18 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:03:48 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  libkipi-15.04.3.tar.xz

New:

  libkipi-15.08.1.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.n1VAvB/_old  2015-10-03 20:25:59.0 +0200
+++ /var/tmp/diff_new_pack.n1VAvB/_new  2015-10-03 20:25:59.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.3
+Version:15.08.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-15.04.3.tar.xz -> libkipi-15.08.1.tar.xz ++




commit libkexiv2 for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package libkexiv2 for openSUSE:Factory 
checked in at 2015-10-03 20:25:45

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-07-14 
17:39:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkexiv2.new/libkexiv2.changes 2015-10-03 
20:25:46.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:38:42 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:16 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:03:29 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  libkexiv2-15.04.3.tar.xz

New:

  libkexiv2-15.08.1.tar.xz



Other differences:
--
++ libkexiv2.spec ++
--- /var/tmp/diff_new_pack.Ac2RJm/_old  2015-10-03 20:25:47.0 +0200
+++ /var/tmp/diff_new_pack.Ac2RJm/_new  2015-10-03 20:25:47.0 +0200
@@ -19,7 +19,7 @@
 %define _so 11
 
 Name:   libkexiv2
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:Library to manipulate picture meta data
 License:GPL-2.0+

++ libkexiv2-15.04.3.tar.xz -> libkexiv2-15.08.1.tar.xz ++




commit libkcddb4 for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package libkcddb4 for openSUSE:Factory 
checked in at 2015-10-03 20:25:23

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-07-14 
17:38:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkcddb4.new/libkcddb4.changes 2015-10-03 
20:25:24.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:36:03 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:12 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:02:44 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  libkcddb-15.04.3.tar.xz

New:

  libkcddb-15.08.1.tar.xz



Other differences:
--
++ libkcddb4.spec ++
--- /var/tmp/diff_new_pack.qpVCIN/_old  2015-10-03 20:25:24.0 +0200
+++ /var/tmp/diff_new_pack.qpVCIN/_new  2015-10-03 20:25:24.0 +0200
@@ -26,7 +26,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source0:libkcddb-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkcddb-15.04.3.tar.xz -> libkcddb-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-15.04.3/CMakeLists.txt 
new/libkcddb-15.08.1/CMakeLists.txt
--- old/libkcddb-15.04.3/CMakeLists.txt 2015-05-01 09:48:31.0 +0200
+++ new/libkcddb-15.08.1/CMakeLists.txt 2015-06-26 06:18:08.0 +0200
@@ -13,7 +13,7 @@
 
 if(MUSICBRAINZ5_FOUND)
 set(HAVE_MUSICBRAINZ5 1)
-include_directories(${MUSICBRAINZ5_INCLUDE_DIR})
+include_directories(${MUSICBRAINZ5_INCLUDE_DIRS})
 
 set(libmusicbrainz_SRCS ${libmusicbrainz_SRCS}
musicbrainz/musicbrainzlookup.cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-15.04.3/cmake/FindMusicBrainz5.cmake 
new/libkcddb-15.08.1/cmake/FindMusicBrainz5.cmake
--- old/libkcddb-15.04.3/cmake/FindMusicBrainz5.cmake   2015-05-01 
09:48:31.0 +0200
+++ new/libkcddb-15.08.1/cmake/FindMusicBrainz5.cmake   2015-06-26 
06:18:08.0 +0200
@@ -1,7 +1,7 @@
 # Module to find the musicbrainz-4 library
 #
 # It defines
-#  MUSICBRAINZ5_INCLUDE_DIR - the include dir
+#  MUSICBRAINZ5_INCLUDE_DIRS - the include dirs
 #  MUSICBRAINZ5_LIBRARIES - the required libraries
 #  MUSICBRAINZ5_FOUND - true if both of the above have been found
 
@@ -10,17 +10,23 @@
 # Redistribution and use is allowed according to the terms of the BSD license.
 # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
 
-if(MUSICBRAINZ5_INCLUDE_DIR AND MUSICBRAINZ5_LIBRARIES)
+if(MUSICBRAINZ5_INCLUDE_DIRS AND MUSICBRAINZ5_LIBRARIES)
set(MUSICBRAINZ5_FIND_QUIETLY TRUE)
-endif(MUSICBRAINZ5_INCLUDE_DIR AND MUSICBRAINZ5_LIBRARIES)
+endif(MUSICBRAINZ5_INCLUDE_DIRS AND MUSICBRAINZ5_LIBRARIES)
 
-FIND_PATH(MUSICBRAINZ5_INCLUDE_DIR musicbrainz5/Disc.h)
-
-FIND_LIBRARY( MUSICBRAINZ5_LIBRARIES NAMES musicbrainz5)
+IF (NOT WIN32)
+   # use pkg-config to get the directories and then use these values
+   # in the FIND_PATH() and FIND_LIBRARY() calls
+   find_package(PkgConfig)
+   PKG_SEARCH_MODULE( MUSICBRAINZ5 libmusicbrainz5 )
+ELSE (NOT WIN32)
+  FIND_PATH( MUSICBRAINZ5_INCLUDE_DIRS musicbrainz5/Disc.h )
+  FIND_LIBRARY( MUSICBRAINZ5_LIBRARIES NAMES musicbrainz5 )
+ENDIF (NOT WIN32)
 
 include(FindPackageHandleStandardArgs)
 find_package_handle_standard_args( MusicBrainz5 DEFAULT_MSG
-   MUSICBRAINZ5_INCLUDE_DIR 
MUSICBRAINZ5_LIBRARIES)
+   MUSICBRAINZ5_INCLUDE_DIRS 
MUSICBRAINZ5_LIBRARIES)
 
-MARK_AS_ADVANCED(MUSICBRAINZ5_INCLUDE_DIR MUSICBRAINZ5_LIBRARIES)
+MARK_AS_ADVANCED(MUSICBRAINZ5_INCLUDE_DIRS MUSICBRAINZ5_LIBRARIES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-15.04.3/kcmcddb/libkcddb.desktop 
new/libkcddb-15.08.1/kcmcddb/libkcddb.desktop
--- old/libkcddb-15

commit libkdegames for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package libkdegames for openSUSE:Factory 
checked in at 2015-10-03 20:25:37

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-07-14 
17:39:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkdegames.new/libkdegames.changes 
2015-10-03 20:25:39.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:38:03 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:15 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:03:15 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  libkdegames-15.04.3.tar.xz

New:

  libkdegames-15.08.1.tar.xz



Other differences:
--
++ libkdegames.spec ++
--- /var/tmp/diff_new_pack.d1sgJY/_old  2015-10-03 20:25:40.0 +0200
+++ /var/tmp/diff_new_pack.d1sgJY/_new  2015-10-03 20:25:40.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source0:libkdegames-%{version}.tar.xz
 Patch1: libkdegames-bnc793185.patch

++ libkdegames-15.04.3.tar.xz -> libkdegames-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdegames-15.04.3/CMakeLists.txt 
new/libkdegames-15.08.1/CMakeLists.txt
--- old/libkdegames-15.04.3/CMakeLists.txt  2015-02-04 13:23:32.0 
+0100
+++ new/libkdegames-15.08.1/CMakeLists.txt  2015-07-18 23:46:54.0 
+0200
@@ -111,9 +111,6 @@
 kgthemeselector.cpp
 kstandardgameaction.cpp
 )
-if(Q_WS_X11)
-   set(kdegames_LIB_SRCS ${kdegames_LIB_SRCS} 
chooserastergraphicssystem.cpp)
-endif(Q_WS_X11)
 
 add_library(KF5KDEGames SHARED ${kdegames_LIB_SRCS})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkdegames-15.04.3/carddecks/svg-ancient-egyptians/index.desktop 
new/libkdegames-15.08.1/carddecks/svg-ancient-egyptians/index.desktop
--- old/libkdegames-15.04.3/carddecks/svg-ancient-egyptians/index.desktop   
2015-02-04 13:23:32.0 +0100
+++ new/libkdegames-15.08.1/carddecks/svg-ancient-egyptians/index.desktop   
2015-07-18 23:46:54.0 +0200
@@ -1,5 +1,6 @@
 [KDE Backdeck]
 Name=Ancient Egyptians
+Name[ast]=Exipcios antiguos
 Name[bs]=Drevni Egipćani
 Name[ca]=Egipcis antics
 Name[ca@valencia]=Egipcis antics
@@ -45,6 +46,7 @@
 Name[zh_CN]=古埃及
 Name[zh_TW]=古埃及
 Comment=An ancient Egyptian card deck.
+Comment[ast]=Una baraxa exipcia antigua.
 Comment[bs]=Drevni Egipatski špil karata.
 Comment[ca]=Dorsal de baralla amb l'estil de l'antic Egipte.
 Comment[ca@valencia]=Dorsal de baralla amb l'estil de l'antic Egipte.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkdegames-15.04.3/carddecks/svg-dondorf/index.desktop 
new/libkdegames-15.08.1/carddecks/svg-dondorf/index.desktop
--- old/libkdegames-15.04.3/carddecks/svg-dondorf/index.desktop 2015-02-04 
13:23:32.0 +0100
+++ new/libkdegames-15.08.1/carddecks/svg-dondorf/index.desktop 2015-07-18 
23:46:54.0 +0200
@@ -1,6 +1,7 @@
 [KDE Backdeck]
 Name=Dondorf
 Name[af]=Dondorf
+Name[ast]=Dondorf
 Name[be]=Дандорф
 Name[bn]=ডনডর্ফ
 Name[br]=Dondorf
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkdegames-15.04.3/carddecks/svg-future/index.desktop 
new/libkdegames-15.08.1/carddecks/svg-future/index.desktop
--- old/libkdegames-15.04.3/carddecks/svg-future/index.desktop  2015-02-04 
13:23:32.0 +0100
+++ new/libkdegames-15.08.1/carddecks/svg-future/index.desktop  2015-07-18 
23:46:54.0 +0200
@@ -1,5 +1,6 @@
 [KDE Backdeck]
 Name=Future Simple
+Name[ast]=Futuru simple
 Name[bs]=Jednostavna budućnost
 Name[ca]=Futur senzill
 Name[ca@valencia]=Futur senzill
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkdegames-15.04.3/carddecks/svg-gm-pa

commit libkdcraw for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package libkdcraw for openSUSE:Factory 
checked in at 2015-10-03 20:25:30

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-07-14 
17:38:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkdcraw.new/libkdcraw.changes 2015-10-03 
20:25:31.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:36:35 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:14 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:03:02 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  libkdcraw-15.04.3.tar.xz

New:

  libkdcraw-15.08.1.tar.xz



Other differences:
--
++ libkdcraw.spec ++
--- /var/tmp/diff_new_pack.10AC9f/_old  2015-10-03 20:25:32.0 +0200
+++ /var/tmp/diff_new_pack.10AC9f/_new  2015-10-03 20:25:32.0 +0200
@@ -19,7 +19,7 @@
 %define _so 23
 
 Name:   libkdcraw
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:Shared library interface around dcraw
 License:LGPL-2.0+ and GPL-2.0+ and GPL-3.0+

++ libkdcraw-15.04.3.tar.xz -> libkdcraw-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdcraw-15.04.3/libkdcraw/CMakeLists.txt 
new/libkdcraw-15.08.1/libkdcraw/CMakeLists.txt
--- old/libkdcraw-15.04.3/libkdcraw/CMakeLists.txt  2014-11-20 
10:49:01.0 +0100
+++ new/libkdcraw-15.08.1/libkdcraw/CMakeLists.txt  2015-05-14 
22:54:16.0 +0200
@@ -4,6 +4,8 @@
 # Redistribution and use is allowed according to the terms of the BSD license.
 # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
 
+add_definitions(${KDE4_ENABLE_EXCEPTIONS})
+
 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake.in 
${CMAKE_CURRENT_BINARY_DIR}/version.h)
 
 set(kdcraw_LIB_SRCS kdcraw.cpp




commit ktuberling for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package ktuberling for openSUSE:Factory 
checked in at 2015-10-03 20:24:59

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


Package is "ktuberling"

Changes:

--- /work/SRC/openSUSE:Factory/ktuberling/ktuberling.changes2015-07-14 
17:38:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktuberling.new/ktuberling.changes   
2015-10-03 20:25:01.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:33:37 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:08 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:01:41 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  ktuberling-15.04.3.tar.xz

New:

  ktuberling-15.08.1.tar.xz



Other differences:
--
++ ktuberling.spec ++
--- /var/tmp/diff_new_pack.uHbguU/_old  2015-10-03 20:25:02.0 +0200
+++ /var/tmp/diff_new_pack.uHbguU/_new  2015-10-03 20:25:02.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Toys/Other
 Url:http://www.kde.org
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source0:ktuberling-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ktuberling-15.04.3.tar.xz -> ktuberling-15.08.1.tar.xz ++




commit ktp-contact-runner for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package ktp-contact-runner for 
openSUSE:Factory checked in at 2015-10-03 20:24:36

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-07-14 17:42:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-contact-runner.new/ktp-contact-runner.changes   
2015-10-03 20:24:38.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:31:56 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:04 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:10:29 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  ktp-contact-runner-15.04.3.tar.xz

New:

  ktp-contact-runner-15.08.1.tar.xz



Other differences:
--
++ ktp-contact-runner.spec ++
--- /var/tmp/diff_new_pack.S9XPSq/_old  2015-10-03 20:24:39.0 +0200
+++ /var/tmp/diff_new_pack.S9XPSq/_new  2015-10-03 20:24:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-contact-runner
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:Telepathy Krunner plugin
 License:LGPL-2.1+

++ ktp-contact-runner-15.04.3.tar.xz -> ktp-contact-runner-15.08.1.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-contact-runner-15.04.3/CMakeLists.txt 
new/ktp-contact-runner-15.08.1/CMakeLists.txt
--- old/ktp-contact-runner-15.04.3/CMakeLists.txt   2015-05-28 
23:55:58.0 +0200
+++ new/ktp-contact-runner-15.08.1/CMakeLists.txt   2015-09-10 
00:58:00.0 +0200
@@ -2,7 +2,11 @@
 
 cmake_minimum_required(VERSION 2.8.12)
 
-set(KTP_CONTACT_RUNNER_VERSION "15.04.2")
+# KDE Application Version, managed by release script
+set(KDE_APPLICATIONS_VERSION_MAJOR "15")
+set(KDE_APPLICATIONS_VERSION_MINOR "08")
+set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KTP_CONTACT_RUNNER_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 set(IS_KTP_INTERNAL_MODULE TRUE)
 
 find_package(ECM 1.0.0 REQUIRED NO_MODULE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-contact-runner-15.04.3/plasma-runner-ktp-contact.desktop.cmake 
new/ktp-contact-runner-15.08.1/plasma-runner-ktp-contact.desktop.cmake
--- old/ktp-contact-runner-15.04.3/plasma-runner-ktp-contact.desktop.cmake  
2015-05-28 23:55:58.0 +0200
+++ new/ktp-contact-runner-15.08.1/plasma-runner-ktp-contact.desktop.cmake  
2015-09-10 00:58:00.0 +0200
@@ -1,5 +1,6 @@
 [Desktop Entry]
 Name=Instant Messaging
+Name[ar]=التّراسل المباشر
 Name[ast]=Mensaxería nel intre
 Name[bs]=Brze poruke
 Name[ca]=Missatgeria instantània
@@ -43,6 +44,8 @@
 Name[zh_CN]=即时通讯
 Name[zh_TW]=即時訊息
 Comment=Start a chat with any of your IM contacts or change your IM status
+Comment[ar]=ابدأ محادثة بأيّ من متراسلي ت‌م أو غيّر حالة ت‌م
+Comment[ast]=Anicia una charra con cualesquiera de los tos contautos de MI o 
camuda'l to estáu
 Comment[bs]=Pokrenite ćaskanje s bilo kojim od vaših IM kontakta ili 
promijenite svoj IM status
 Comment[ca]=Inicia un xat amb qualsevol dels vostres contactes de MI o canvia 
el vostre estat de MI
 Comment[ca@valencia]=Inicia un xat amb qualsevol dels vostres contactes de MI 
o canvia el vostre estat de MI
@@ -67,7 +70,7 @@
 Comment[nl]=Begin een chat met een van uw IM-contactpersonen of wijzig uw 
IM-status
 Comment[pl]=Rozpocznij rozmowę z którymkolwiek z twoich kontaktów lub zmień 
swoja dostępność
 Comment[pt]=Iniciar uma conversa com qualquer um dos seus contactos MI ou 
mudar o seu estado
-Comment[pt_BR]=Inicia um bate-papo com um dos seus contatos de MI ou altera o 
seu status
+Comment[pt_BR]=Inicia uma conversa com um dos seus contatos de MI ou altera o 
seu status
 Comment[ro]=Începeți o discuție cu oricare dintre contactele de MI sau 
schimbați-vă starea
 Comment[ru]=Начать общение с любым вашим контактом или изменить ваш статус в 
системе обмена сооб

commit ktp-send-file for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package ktp-send-file for openSUSE:Factory 
checked in at 2015-10-03 20:24:52

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-07-14 17:42:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-send-file.new/ktp-send-file.changes 
2015-10-03 20:24:53.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:32:51 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:07 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:10:54 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  ktp-send-file-15.04.3.tar.xz

New:

  ktp-send-file-15.08.1.tar.xz



Other differences:
--
++ ktp-send-file.spec ++
--- /var/tmp/diff_new_pack.2zFJt2/_old  2015-10-03 20:24:53.0 +0200
+++ /var/tmp/diff_new_pack.2zFJt2/_new  2015-10-03 20:24:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-send-file
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:File manager plugin
 License:LGPL-2.1+

++ ktp-send-file-15.04.3.tar.xz -> ktp-send-file-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-send-file-15.04.3/CMakeLists.txt 
new/ktp-send-file-15.08.1/CMakeLists.txt
--- old/ktp-send-file-15.04.3/CMakeLists.txt2015-05-28 23:55:58.0 
+0200
+++ new/ktp-send-file-15.08.1/CMakeLists.txt2015-09-10 00:59:09.0 
+0200
@@ -2,7 +2,11 @@
 
 cmake_minimum_required(VERSION 2.8.12)
 
-set (KTP_SEND_FILE_VERSION "15.04.2")
+# KDE Application Version, managed by release script
+set (KDE_APPLICATIONS_VERSION_MAJOR "15")
+set (KDE_APPLICATIONS_VERSION_MINOR "08")
+set (KDE_APPLICATIONS_VERSION_MICRO "1")
+set (KTP_SEND_FILE_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 set(IS_KTP_INTERNAL_MODULE TRUE)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-send-file-15.04.3/ktp-send-file.desktop 
new/ktp-send-file-15.08.1/ktp-send-file.desktop
--- old/ktp-send-file-15.04.3/ktp-send-file.desktop 2015-05-28 
23:55:58.0 +0200
+++ new/ktp-send-file-15.08.1/ktp-send-file.desktop 2015-09-10 
00:59:09.0 +0200
@@ -6,6 +6,7 @@
 
 [Desktop Action sendFile]
 Name=Send file to IM contact
+Name[ast]=Unviar ficheru al contautu
 Name[bs]=Slanje datoteke na IM kontakt
 Name[ca]=Envia fitxer a contacte de MI
 Name[ca@valencia]=Envia fitxer a contacte de MI




commit ktp-contact-list for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package ktp-contact-list for 
openSUSE:Factory checked in at 2015-10-03 20:24:33

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-07-14 17:42:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-contact-list.new/ktp-contact-list.changes   
2015-10-03 20:24:34.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:31:35 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:04 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:10:17 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  ktp-contact-list-15.04.3.tar.xz

New:

  ktp-contact-list-15.08.1.tar.xz



Other differences:
--
++ ktp-contact-list.spec ++
--- /var/tmp/diff_new_pack.W0R99F/_old  2015-10-03 20:24:34.0 +0200
+++ /var/tmp/diff_new_pack.W0R99F/_new  2015-10-03 20:24:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-contact-list
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:Telepathy contact list
 License:LGPL-2.1+

++ ktp-contact-list-15.04.3.tar.xz -> ktp-contact-list-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-contact-list-15.04.3/CMakeLists.txt 
new/ktp-contact-list-15.08.1/CMakeLists.txt
--- old/ktp-contact-list-15.04.3/CMakeLists.txt 2015-06-23 17:36:37.0 
+0200
+++ new/ktp-contact-list-15.08.1/CMakeLists.txt 2015-09-10 00:57:41.0 
+0200
@@ -2,7 +2,12 @@
 
 cmake_minimum_required(VERSION 2.8.12)
 
-set(KTP_CONTACT_LIST_VERSION "15.04.2")
+# KDE Application Version, managed by release script
+set (KDE_APPLICATIONS_VERSION_MAJOR "15")
+set (KDE_APPLICATIONS_VERSION_MINOR "08")
+set (KDE_APPLICATIONS_VERSION_MICRO "1")
+
+set(KTP_CONTACT_LIST_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 set(IS_KTP_INTERNAL_MODULE TRUE)
 
@@ -10,10 +15,9 @@
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 find_package (Qt5 5.0 REQUIRED COMPONENTS Widgets Xml)
-find_package (KF5 5.0 REQUIRED COMPONENTS DBusAddons KIO KCMUtils 
Notifications WindowSystem NotifyConfig I18n IconThemes XmlGui KCMUtils)
+find_package (KF5 5.11 REQUIRED COMPONENTS DBusAddons KIO KCMUtils 
Notifications WindowSystem NotifyConfig I18n IconThemes XmlGui KCMUtils People)
 find_package (TelepathyQt5 0.9.3 REQUIRED)
 find_package (KTp REQUIRED)
-find_package (KF5People 0.5)
 
 include(KDEInstallDirs)
 include(KDECMakeSettings)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-contact-list-15.04.3/context-menu.cpp 
new/ktp-contact-list-15.08.1/context-menu.cpp
--- old/ktp-contact-list-15.04.3/context-menu.cpp   2015-06-23 
17:36:37.0 +0200
+++ new/ktp-contact-list-15.08.1/context-menu.cpp   2015-09-10 
00:57:41.0 +0200
@@ -158,7 +158,7 @@
 action->setEnabled(true);
 }
 
-action = menu->addAction(i18n("Open Log Viewer..."));
+action = menu->addAction(i18n("Open Log..."));
 action->setIcon(QIcon::fromTheme("documentation"));
 action->setDisabled(true);
 connect(action, SIGNAL(triggered(bool)),
@@ -274,15 +274,14 @@
 }
 
 // remove contact action, must be QAction because that's what 
menu->addAction returns
-
 //TODO find an "if canRemove"
-QAction *removeAction = 
menu->addAction(QIcon::fromTheme("list-remove-user"), i18n("Remove Contact"));
+QAction *removeAction = 
menu->addAction(QIcon::fromTheme("list-remove-user"), i18n("Remove 
Contact..."));
 connect(removeAction, SIGNAL(triggered(bool)), this, 
SLOT(onDeleteContactTriggered()));
 
 menu->addSeparator();
 }
 
-action = menu->addAction(i18n("Show Info..."));
+action = menu->addAction(i18n("Show Contact Information..."));
 action->setIcon(QIcon::fromTheme("")

commit ktp-kded-module for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package ktp-kded-module for openSUSE:Factory 
checked in at 2015-10-03 20:24:49

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-07-14 17:42:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-kded-module.new/ktp-kded-module.changes 
2015-10-03 20:24:50.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:32:39 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:06 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:10:48 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  ktp-kded-module-15.04.3.tar.xz

New:

  ktp-kded-module-15.08.1.tar.xz



Other differences:
--
++ ktp-kded-module.spec ++
--- /var/tmp/diff_new_pack.NFG3MN/_old  2015-10-03 20:24:51.0 +0200
+++ /var/tmp/diff_new_pack.NFG3MN/_new  2015-10-03 20:24:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-kded-module
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:KDED module that manages the telepathy interactions with the 
KDE Desktop
 License:LGPL-2.1+

++ ktp-kded-module-15.04.3.tar.xz -> ktp-kded-module-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-kded-module-15.04.3/CMakeLists.txt 
new/ktp-kded-module-15.08.1/CMakeLists.txt
--- old/ktp-kded-module-15.04.3/CMakeLists.txt  2015-05-28 23:55:58.0 
+0200
+++ new/ktp-kded-module-15.08.1/CMakeLists.txt  2015-09-10 00:58:52.0 
+0200
@@ -2,7 +2,11 @@
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
-set(KTP_KDED_MODULE_VERSION "15.04.2")
+# KDE Application Version, managed by release script
+set(KDE_APPLICATIONS_VERSION_MAJOR "15")
+set(KDE_APPLICATIONS_VERSION_MINOR "08")
+set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KTP_KDED_MODULE_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 cmake_policy(SET CMP0002 OLD)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-15.04.3/config/kcm_ktp_integration_module.desktop 
new/ktp-kded-module-15.08.1/config/kcm_ktp_integration_module.desktop
--- old/ktp-kded-module-15.04.3/config/kcm_ktp_integration_module.desktop   
2015-05-28 23:55:58.0 +0200
+++ new/ktp-kded-module-15.08.1/config/kcm_ktp_integration_module.desktop   
2015-09-10 00:58:52.0 +0200
@@ -14,6 +14,7 @@
 Categories=Qt;KDE;X-KDE-settings-network;
 
 Name=General
+Name[ar]=عامّ
 Name[ast]=Xeneral
 Name[bs]=Općenito
 Name[ca]=General
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-kded-module-15.04.3/ktp_integration_module.desktop 
new/ktp-kded-module-15.08.1/ktp_integration_module.desktop
--- old/ktp-kded-module-15.04.3/ktp_integration_module.desktop  2015-05-28 
23:55:58.0 +0200
+++ new/ktp-kded-module-15.08.1/ktp_integration_module.desktop  2015-09-10 
00:58:52.0 +0200
@@ -80,7 +80,7 @@
 Comment[pa]=ਮੋਡੀਊਲ ਤੁਰੰਤ ਸੁਨੇਹੇਦਾਰ ਨੂੰ KDE ਨਾਲ ਡੂੰਘੇ ਰੂਪ ਵਿੱਚ ਜੋੜਦਾ ਹੈ।
 Comment[pl]=Moduł zapewniający głębszą integrację komunikatora internetowego z 
KDE.
 Comment[pt]=Um módulo que fornece maior integração com as Mensagens 
Instantâneas no KDE.
-Comment[pt_BR]=Módulo que fornece uma maior integração com as mensagens 
instantâneas no KDE.
+Comment[pt_BR]=Módulo que proporciona maior integração com as mensagens 
instantâneas no KDE.
 Comment[ro]=Modul ce furnizează integrare mai profundă între mesageria 
instantanee și KDE.
 Comment[ru]=Предоставляет интеграцию системы обмена сообщениями в KDE.
 Comment[sk]=Modul poskytujúci hlbšiu integráciu instant messagingu s KDE.




commit ktp-text-ui for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package ktp-text-ui for openSUSE:Factory 
checked in at 2015-10-03 20:24:56

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-07-14 
17:42:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-text-ui.new/ktp-text-ui.changes 
2015-10-03 20:24:57.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:33:08 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:07 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:11:00 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  ktp-text-ui-15.04.3.tar.xz

New:

  ktp-text-ui-15.08.1.tar.xz



Other differences:
--
++ ktp-text-ui.spec ++
--- /var/tmp/diff_new_pack.UUxSkE/_old  2015-10-03 20:24:57.0 +0200
+++ /var/tmp/diff_new_pack.UUxSkE/_new  2015-10-03 20:24:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-text-ui
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:Telepathy chat handler for KDE
 License:GPL-2.0+

++ fix_desktop.diff ++
--- /var/tmp/diff_new_pack.UUxSkE/_old  2015-10-03 20:24:57.0 +0200
+++ /var/tmp/diff_new_pack.UUxSkE/_new  2015-10-03 20:24:57.0 +0200
@@ -1,6 +1,6 @@
 a/logviewer/org.kde.ktplogviewer.desktop
-+++ b/logviewer/org.kde.ktplogviewer.desktop
-@@ -138,7 +138,7 @@
+--- a/logviewer/ktp-log-viewer.desktop
 b/logviewer/ktp-log-viewer.desktop
+@@ -141,6 +141,6 @@
  Exec=ktp-log-viewer %u
  Type=Application
  Terminal=false
@@ -8,4 +8,3 @@
 +Icon=ktp-log-viewer
  Categories=Qt;KDE;Network;InstantMessaging;
  X-DBUS-StartupType=Unique
- X-DBUS-ServiceName=org.kde.ktplogviewer

++ ktp-text-ui-15.04.3.tar.xz -> ktp-text-ui-15.08.1.tar.xz ++
 1663 lines of diff (skipped)




commit ktp-filetransfer-handler for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package ktp-filetransfer-handler for 
openSUSE:Factory checked in at 2015-10-03 20:24:45

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-07-14 17:42:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-filetransfer-handler.new/ktp-filetransfer-handler.changes
   2015-10-03 20:24:46.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:32:23 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:05 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:10:43 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  ktp-filetransfer-handler-15.04.3.tar.xz

New:

  ktp-filetransfer-handler-15.08.1.tar.xz



Other differences:
--
++ ktp-filetransfer-handler.spec ++
--- /var/tmp/diff_new_pack.ZTdiE0/_old  2015-10-03 20:24:46.0 +0200
+++ /var/tmp/diff_new_pack.ZTdiE0/_new  2015-10-03 20:24:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-filetransfer-handler
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:Telepathy filetransfer handler
 License:GPL-2.0+

++ ktp-filetransfer-handler-15.04.3.tar.xz -> 
ktp-filetransfer-handler-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-filetransfer-handler-15.04.3/CMakeLists.txt 
new/ktp-filetransfer-handler-15.08.1/CMakeLists.txt
--- old/ktp-filetransfer-handler-15.04.3/CMakeLists.txt 2015-05-28 
23:55:58.0 +0200
+++ new/ktp-filetransfer-handler-15.08.1/CMakeLists.txt 2015-09-10 
00:58:35.0 +0200
@@ -2,7 +2,11 @@
 
 cmake_minimum_required(VERSION 2.8.12)
 
-set(KTP_FILETRANSFER_HANDLER_VERSION "15.04.2")
+# KDE Application Version, managed by release script
+set(KDE_APPLICATIONS_VERSION_MAJOR "15")
+set(KDE_APPLICATIONS_VERSION_MINOR "08")
+set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KTP_FILETRANSFER_HANDLER_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 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-auth-handler for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package ktp-auth-handler for 
openSUSE:Factory checked in at 2015-10-03 20:24:25

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-07-14 17:41:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-auth-handler.new/ktp-auth-handler.changes   
2015-10-03 20:24:26.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:31:03 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:02 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:10:08 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  ktp-auth-handler-15.04.3.tar.xz

New:

  ktp-auth-handler-15.08.1.tar.xz



Other differences:
--
++ ktp-auth-handler.spec ++
--- /var/tmp/diff_new_pack.froUmt/_old  2015-10-03 20:24:27.0 +0200
+++ /var/tmp/diff_new_pack.froUmt/_new  2015-10-03 20:24:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-auth-handler
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:Telepathy auth handler
 License:LGPL-2.1+

++ ktp-auth-handler-15.04.3.tar.xz -> ktp-auth-handler-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-auth-handler-15.04.3/CMakeLists.txt 
new/ktp-auth-handler-15.08.1/CMakeLists.txt
--- old/ktp-auth-handler-15.04.3/CMakeLists.txt 2015-05-28 23:55:57.0 
+0200
+++ new/ktp-auth-handler-15.08.1/CMakeLists.txt 2015-09-10 00:57:06.0 
+0200
@@ -1,6 +1,10 @@
 project(ktp-auth-handler)
 
-set(KTP_AUTH_HANDLER_VERSION "15.04.2")
+# KDE Application Version, managed by release script
+set(KDE_APPLICATIONS_VERSION_MAJOR "15")
+set(KDE_APPLICATIONS_VERSION_MINOR "08")
+set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KTP_AUTH_HANDLER_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
@@ -62,7 +66,6 @@
 types.cpp
 x-telepathy-password-auth-operation.cpp
 x-telepathy-password-prompt.cpp
-x-telepathy-sso-facebook-operation.cpp
 x-telepathy-sso-google-operation.cpp
 conference-auth-op.cpp
 conference-auth-observer.cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-auth-handler-15.04.3/sasl-auth-op.cpp 
new/ktp-auth-handler-15.08.1/sasl-auth-op.cpp
--- old/ktp-auth-handler-15.04.3/sasl-auth-op.cpp   2015-05-28 
23:55:57.0 +0200
+++ new/ktp-auth-handler-15.08.1/sasl-auth-op.cpp   2015-09-10 
00:57:06.0 +0200
@@ -21,7 +21,6 @@
 #include "sasl-auth-op.h"
 
 #include "x-telepathy-password-auth-operation.h"
-#include "x-telepathy-sso-facebook-operation.h"
 #include "x-telepathy-sso-google-operation.h"
 
 #include 
@@ -38,11 +37,13 @@
   m_channel(channel),
   
m_saslIface(channel->interface())
 {
-KSharedConfigPtr config = 
KSharedConfig::openConfig(QStringLiteral("kaccounts-ktprc"));
-KConfigGroup ktpKaccountsGroup = 
config->group(QStringLiteral("ktp-kaccounts"));
-m_kaccountsId = 
ktpKaccountsGroup.readEntry(account->objectPath()).toUInt();
+//Check if the account has any StorageIdentifier, in which case we will
+//prioritize those mechanism related with KDE Accounts integration
+QScopedPointer 
accountStorageInterface(
+new Tp::Client::AccountInterfaceStorageInterface(m_account->busName(), 
m_account->objectPath()));
 
-setReady();
+Tp::PendingVariantMap *pendingMap = 
accountStorageInterface->requestAllProperties();
+connect(pendingMap, SIGNAL(finished(Tp::PendingOperation*)), 
SLOT(onGetAccountStorageFetched(Tp::PendingOperation*)));
 }
 
 SaslAuthOp::~SaslAuthOp()
@@ -67,17 +68,9 @@
 QString error = 
qdbus_cast(props.value(QLatin1String("SASLError")));
 QVariantMap errorDetails = 
qdbus_cast(props.value(QLatin1String("SASLErrorDetails")));
 
-if (mechanisms.contains(QLatin1String("X-FAC

commit kturtle for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

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

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


Package is "kturtle"

Changes:

--- /work/SRC/openSUSE:Factory/kturtle/kturtle.changes  2015-07-14 
17:38:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.kturtle.new/kturtle.changes 2015-10-03 
20:25:05.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:34:04 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:09 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:01:55 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  kturtle-15.04.3.tar.xz

New:

  kturtle-15.08.1.tar.xz



Other differences:
--
++ kturtle.spec ++
--- /var/tmp/diff_new_pack.3A9LRN/_old  2015-10-03 20:25:05.0 +0200
+++ /var/tmp/diff_new_pack.3A9LRN/_new  2015-10-03 20:25:05.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Amusements/Teaching/Mathematics
 Url:http://edu.kde.org
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  update-desktop-files

++ kturtle-15.04.3.tar.xz -> kturtle-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kturtle-15.04.3/CMakeLists.txt 
new/kturtle-15.08.1/CMakeLists.txt
--- old/kturtle-15.04.3/CMakeLists.txt  2015-04-28 16:36:32.0 +0200
+++ new/kturtle-15.08.1/CMakeLists.txt  2015-07-01 10:29:00.0 +0200
@@ -3,7 +3,7 @@
 
 project (kturtle)
 
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH
 ${CMAKE_MODULE_PATH}
@@ -14,7 +14,7 @@
 include(KDECompilerSettings)
 include(KDECMakeSettings)
 include(FeatureSummary)
-
+include(ECMAddAppIcon)
 find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
 Core
 Gui
@@ -47,5 +47,5 @@
 add_subdirectory (src)
 add_subdirectory (icons)
 
-install(FILES kturtle.appdata.xml DESTINATION ${SHARE_INSTALL_PREFIX}/appdata/)
+install(FILES kturtle.appdata.xml DESTINATION 
${KDE_INSTALL_DATAROOTDIR}/appdata/)
 feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kturtle-15.04.3/doc/CMakeLists.txt 
new/kturtle-15.08.1/doc/CMakeLists.txt
--- old/kturtle-15.04.3/doc/CMakeLists.txt  2015-04-28 16:36:32.0 
+0200
+++ new/kturtle-15.08.1/doc/CMakeLists.txt  2015-07-01 10:29:00.0 
+0200
@@ -1,3 +1,3 @@
 ### install files ###
 #
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/en SUBDIR kturtle)
+kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kturtle)
Files old/kturtle-15.04.3/icons/128-apps-kturtle.png and 
new/kturtle-15.08.1/icons/128-apps-kturtle.png differ
Files old/kturtle-15.04.3/icons/16-apps-kturtle.png and 
new/kturtle-15.08.1/icons/16-apps-kturtle.png differ
Files old/kturtle-15.04.3/icons/22-apps-kturtle.png and 
new/kturtle-15.08.1/icons/22-apps-kturtle.png differ
Files old/kturtle-15.04.3/icons/32-apps-kturtle.png and 
new/kturtle-15.08.1/icons/32-apps-kturtle.png differ
Files old/kturtle-15.04.3/icons/48-apps-kturtle.png and 
new/kturtle-15.08.1/icons/48-apps-kturtle.png differ
Files old/kturtle-15.04.3/icons/64-apps-kturtle.png and 
new/kturtle-15.08.1/icons/64-apps-kturtle.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kturtle-15.04.3/icons/CMakeLists.txt 
new/kturtle-15.08.1/icons/CMakeLists.txt
--- old/kturtle-15.04.3/icons/CMakeLists.txt2015-04-28 16:36:32.0 
+0200
+++ new/kturtle-15.08.1/icons/CMakeLists.txt2015-07-01 10:29:00.0 
+0200
@@ -1,2 +1,2 @@
 include(ECMInstallIcons)
-ecm_install_icons (ICONS hi128-apps-kturtle.png  hi16-apps-kturtle.png  
hi22-apps-kturtle.png  hi32-apps-kturtle.png  hi48-apps-kturtle.png  
hi64-apps-kturtle.pn

commit kubrick for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package kubrick for openSUSE:Factory checked 
in at 2015-10-03 20:25:12

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


Package is "kubrick"

Changes:

--- /work/SRC/openSUSE:Factory/kubrick/kubrick.changes  2015-07-14 
17:38:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.kubrick.new/kubrick.changes 2015-10-03 
20:25:13.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:34:37 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:10 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:02:15 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  kubrick-15.04.3.tar.xz

New:

  kubrick-15.08.1.tar.xz



Other differences:
--
++ kubrick.spec ++
--- /var/tmp/diff_new_pack.mECkFR/_old  2015-10-03 20:25:13.0 +0200
+++ /var/tmp/diff_new_pack.mECkFR/_new  2015-10-03 20:25:13.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Logic
 Url:http://www.kde.org
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source0:kubrick-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kubrick-15.04.3.tar.xz -> kubrick-15.08.1.tar.xz ++




commit ktux for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package ktux for openSUSE:Factory checked in 
at 2015-10-03 20:25:07

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


Package is "ktux"

Changes:

--- /work/SRC/openSUSE:Factory/ktux/ktux.changes2015-07-14 
17:38:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktux.new/ktux.changes   2015-10-03 
20:25:08.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:34:22 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:09 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:02:09 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  ktux-15.04.3.tar.xz

New:

  ktux-15.08.1.tar.xz



Other differences:
--
++ ktux.spec ++
--- /var/tmp/diff_new_pack.iQBtyx/_old  2015-10-03 20:25:08.0 +0200
+++ /var/tmp/diff_new_pack.iQBtyx/_new  2015-10-03 20:25:08.0 +0200
@@ -22,7 +22,7 @@
 License:GPL-2.0+
 Group:  Amusements/Toys/Screensavers
 Url:http://www.kde.org
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ktux-15.04.3.tar.xz -> ktux-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktux-15.04.3/src/CMakeLists.txt 
new/ktux-15.08.1/src/CMakeLists.txt
--- old/ktux-15.04.3/src/CMakeLists.txt 2015-06-14 09:55:55.0 +0200
+++ new/ktux-15.08.1/src/CMakeLists.txt 2015-06-14 06:30:44.0 +0200
@@ -6,7 +6,7 @@
 )
 
 kde4_add_executable( ktux ${ktux_SRCS} )
-target_link_libraries( ktux ${KDE4_KDEUI_LIBS} ${QT_QT3SUPPORT_LIBRARY} 
${KDE4WORKSPACE_KSCREENSAVER_LIBRARY} )
+target_link_libraries( ktux ${KDE4_KDEUI_LIBS} 
${KDE4WORKSPACE_KSCREENSAVER_LIBRARY} )
 
 install( TARGETS ktux ${INSTALL_TARGETS_DEFAULT_ARGS} )
 install( FILES ktux.desktop DESTINATION ${SERVICES_INSTALL_DIR}/ScreenSavers )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktux-15.04.3/src/ktux.desktop 
new/ktux-15.08.1/src/ktux.desktop
--- old/ktux-15.04.3/src/ktux.desktop   2015-06-14 09:55:55.0 +0200
+++ new/ktux-15.08.1/src/ktux.desktop   2015-06-14 06:30:44.0 +0200
@@ -2,6 +2,7 @@
 Name=KTux
 Name[af]=Ktux
 Name[ar]=KTux
+Name[ast]=KTux
 Name[be]=KTux
 Name[bg]=KTux
 Name[bn]=কে-টাক্স
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktux-15.04.3/src/sprite.cpp 
new/ktux-15.08.1/src/sprite.cpp
--- old/ktux-15.04.3/src/sprite.cpp 2015-06-14 09:55:55.0 +0200
+++ new/ktux-15.08.1/src/sprite.cpp 2015-06-14 06:30:44.0 +0200
@@ -19,31 +19,31 @@
 #include "spritepm.h"
 #include "spritemisc.h"
 
-#include 
-#include 
+#include 
+#include 
 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
 
-#include 
+#include 
 #include 
 #include 
-#include 
-#include 
-#include 
+#include 
+#include 
 #include 
-#include 
-#include 
+#include 
+#include 
 #include 
-#include 
-#include 
-#include 
+#include 
+#include 
 
 
 
@@ -215,7 +215,7 @@
 {
 mTimer.stop();
 delete mView;
-delete mCanvas;
+delete mScene;
 }
 
 
@@ -247,9 +247,9 @@
 mTimerIds.resize(list.count());
 for (int i = 0; i < list.count(); i++)
 {
-kDebug() << "Group: " << list.at(i);
+qDebug() << "Group: " << list.at(i);
 KConfigGroup grp = pConfig->group(list.at(i));
-SpriteGroup *obj = new SpriteGroup(mCanvas, grp);
+SpriteGroup *obj = new SpriteGroup(mScene, grp);
 mTimerIds[i] = startTimer(obj->refreshTime());
 mGroups.append(obj);
 }
@@ -259,11 +259,11 @@
 
 void KSpriteSaver::initialise()
 {
-mCanvas = new Q3Canvas();
+mScene = new QGraphicsScene();
 QPixmap pm( KStandardDirs::locate("sprite", QLatin1String( "bg.png" )) );
-mCanvas->setBackgroundPixmap( pm );
-mCanvas->resize( width(), height() );
-mView = new Q3Ca

commit ktp-desktop-applets for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package ktp-desktop-applets for 
openSUSE:Factory checked in at 2015-10-03 20:24:41

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-07-14 17:42:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-desktop-applets.new/ktp-desktop-applets.changes 
2015-10-03 20:24:43.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:32:10 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:05 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:10:35 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  ktp-desktop-applets-15.04.3.tar.xz

New:

  ktp-desktop-applets-15.08.1.tar.xz



Other differences:
--
++ ktp-desktop-applets.spec ++
--- /var/tmp/diff_new_pack.T3J2cZ/_old  2015-10-03 20:24:44.0 +0200
+++ /var/tmp/diff_new_pack.T3J2cZ/_new  2015-10-03 20:24:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-desktop-applets
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:Telepathy presence applet
 License:GPL-2.0+ and LGPL-2.1+

++ ktp-desktop-applets-15.04.3.tar.xz -> ktp-desktop-applets-15.08.1.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-desktop-applets-15.04.3/CMakeLists.txt 
new/ktp-desktop-applets-15.08.1/CMakeLists.txt
--- old/ktp-desktop-applets-15.04.3/CMakeLists.txt  2015-06-22 
14:18:07.0 +0200
+++ new/ktp-desktop-applets-15.08.1/CMakeLists.txt  2015-09-10 
00:58:17.0 +0200
@@ -2,7 +2,12 @@
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
-set(KTP_DESKTOP_APPLETS_VERSION "15.04.2")
+# KDE Application Version, managed by release script
+set (KDE_APPLICATIONS_VERSION_MAJOR "15")
+set (KDE_APPLICATIONS_VERSION_MINOR "08")
+set (KDE_APPLICATIONS_VERSION_MICRO "1")
+
+set(KTP_DESKTOP_APPLETS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 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.3/chat/org.kde.ktp-chat/contents/ui/FullChatList.qml
 
new/ktp-desktop-applets-15.08.1/chat/org.kde.ktp-chat/contents/ui/FullChatList.qml
--- 
old/ktp-desktop-applets-15.04.3/chat/org.kde.ktp-chat/contents/ui/FullChatList.qml
  2015-06-22 14:18:07.0 +0200
+++ 
new/ktp-desktop-applets-15.08.1/chat/org.kde.ktp-chat/contents/ui/FullChatList.qml
  2015-09-10 00:58:17.0 +0200
@@ -58,6 +58,7 @@
 }
 
 function closeAllConversations() {
+base.currentIndex = -1
 conversationsModel.closeAllConversations()
 }
 
@@ -92,14 +93,12 @@
 width: base.itemWidth
 height: base.itemHeight
 onClicked: {
-telepathyManager.startChat(account, contact, 
"org.freedesktop.Telepathy.Client.KTp.chatPlasmoid")
+telepathyManager.startChat(account, contact, 
"org.freedesktop.Telepathy.Client.KTp.ChatPlasmoid")
 }
 avatar: decoration
-overlay: ExtraComponents.QIconItem {
-anchors.fill: parent
-anchors.margins: parent.width/3
-icon: presenceIcon
-}
+title: display
+overlay: PlasmaCore.IconItem { source: "rating" }
+presenceIcon: model.presenceIcon
 account: model.account
 contact: model.contact
 }
@@ -107,7 +106,6 @@
 sourceModel: KTp.PinnedContactsModel {
 id: pinnedModel
 conversations: conversationsModel
-accountManager: telepathyManager.accountManager
 
 Component.onCompleted: {
 state = plasmoid.configuration.pinnedContacts
diff 

commit kwordquiz for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package kwordquiz for openSUSE:Factory 
checked in at 2015-10-03 20:25:19

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


Package is "kwordquiz"

Changes:

--- /work/SRC/openSUSE:Factory/kwordquiz/kwordquiz.changes  2015-07-14 
17:38:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwordquiz.new/kwordquiz.changes 2015-10-03 
20:25:20.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:35:44 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:12 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:02:37 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  kwordquiz-15.04.3.tar.xz

New:

  kwordquiz-15.08.1.tar.xz



Other differences:
--
++ kwordquiz.spec ++
--- /var/tmp/diff_new_pack.E1xCIZ/_old  2015-10-03 20:25:21.0 +0200
+++ /var/tmp/diff_new_pack.E1xCIZ/_new  2015-10-03 20:25:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kwordquiz
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:Vocabulary Trainer
 License:GPL-2.0+

++ kwordquiz-15.04.3.tar.xz -> kwordquiz-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwordquiz-15.04.3/CMakeLists.txt 
new/kwordquiz-15.08.1/CMakeLists.txt
--- old/kwordquiz-15.04.3/CMakeLists.txt2015-04-27 13:15:27.0 
+0200
+++ new/kwordquiz-15.08.1/CMakeLists.txt2015-08-26 13:11:32.0 
+0200
@@ -48,5 +48,5 @@
 add_subdirectory(doc)
 add_subdirectory(src)
 
-install(FILES kwordquiz.appdata.xml DESTINATION 
${SHARE_INSTALL_PREFIX}/appdata/)
+install(FILES kwordquiz.appdata.xml DESTINATION 
${KDE_INSTALL_DATAROOTDIR}/appdata/)
 feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwordquiz-15.04.3/doc/CMakeLists.txt 
new/kwordquiz-15.08.1/doc/CMakeLists.txt
--- old/kwordquiz-15.04.3/doc/CMakeLists.txt2015-04-27 13:15:27.0 
+0200
+++ new/kwordquiz-15.08.1/doc/CMakeLists.txt2015-08-26 13:11:32.0 
+0200
@@ -1,4 +1,4 @@
 ### install files ###
 #
 #
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/en SUBDIR kwordquiz)
+kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kwordquiz)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwordquiz-15.04.3/kwordquiz.appdata.xml 
new/kwordquiz-15.08.1/kwordquiz.appdata.xml
--- old/kwordquiz-15.04.3/kwordquiz.appdata.xml 2015-04-27 13:15:27.0 
+0200
+++ new/kwordquiz-15.08.1/kwordquiz.appdata.xml 2015-08-26 13:11:32.0 
+0200
@@ -15,6 +15,7 @@
   KWordQuiz
   KWordQuiz
   KWordQuiz
+  KWordQuiz
   KWordQuiz
   KWordQuiz
   KWordQuiz
@@ -32,6 +33,7 @@
   KWordQuiz
   語言_KWordQuiz
   Flash Card Trainer
+  Entrenador de tarxetes
   Učitelj fleš karticama
   Entrenador per targetes ràpides
   Procvičování slovní zásoby s kartičkami
@@ -41,6 +43,7 @@
   Sähvikute treening
   Sanaston harjoittelu kysymyskorteilla
   Entraînement aux cartes mémoire
+  Adestrador de vocabulario
   Apprendimento con carte mnemoniche
   플래시 카드 트레이너
   Mokymasis iš kortelių
@@ -58,6 +61,7 @@
   閃卡訓練師
   
 KWordQuiz is a general purpose flash card program. It can be used for 
vocabulary learning and many other subjects. It provides an editor and five 
different flashcard quiz modes. It uses the KVTML file format and contributed 
files can be downloaded from within the application.
+KWordQuiz ye un programa de tarxetes. Pue usase pal 
deprendimientu de vocabulariu y munches otres asignatures. Apurre un editor y 5 
moos estremaos de tarxetes. Usa'l formatu de ficheru KVTML y puen baxase dende 
l'aplicación ficheros d'otros contribuyentes.
 KWordQuiz je program opšte namjene fleš kartica. Može se 
koristiti za učenje riječi i s mnogim drugim temama. On pruža urednik i pet 
različitih flashcard kviz režima. K

commit kuser for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

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

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


Package is "kuser"

Changes:

--- /work/SRC/openSUSE:Factory/kuser/kuser.changes  2015-07-14 
17:38:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.kuser.new/kuser.changes 2015-10-03 
20:25:16.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:34:55 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:11 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:02:21 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  kuser-15.04.3.tar.xz

New:

  kuser-15.08.1.tar.xz



Other differences:
--
++ kuser.spec ++
--- /var/tmp/diff_new_pack.zs0Jdv/_old  2015-10-03 20:25:17.0 +0200
+++ /var/tmp/diff_new_pack.zs0Jdv/_new  2015-10-03 20:25:17.0 +0200
@@ -19,7 +19,7 @@
 Name:   kuser
 BuildRequires:  libkdepimlibs4-devel
 Url:http://www.kde.org
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:User Account Manager
 License:GPL-2.0+

++ kuser-15.04.3.tar.xz -> kuser-15.08.1.tar.xz ++




commit ktp-common-internals for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package ktp-common-internals for 
openSUSE:Factory checked in at 2015-10-03 20:24:29

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-07-14 17:41:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-common-internals.new/ktp-common-internals.changes
   2015-10-03 20:24:30.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:31:18 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:03 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:09:46 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  ktp-common-internals-15.04.3.tar.xz

New:

  ktp-common-internals-15.08.1.tar.xz



Other differences:
--
++ ktp-common-internals.spec ++
--- /var/tmp/diff_new_pack.RmPOYo/_old  2015-10-03 20:24:31.0 +0200
+++ /var/tmp/diff_new_pack.RmPOYo/_new  2015-10-03 20:24:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-common-internals
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:Telepathy common module
 License:LGPL-2.1+

++ ktp-common-internals-15.04.3.tar.xz -> 
ktp-common-internals-15.08.1.tar.xz ++
 2173 lines of diff (skipped)




commit ktp-approver for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

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

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-07-14 17:41:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-approver.new/ktp-approver.changes   
2015-10-03 20:24:23.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:30:51 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:02 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:09:59 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  ktp-approver-15.04.3.tar.xz

New:

  ktp-approver-15.08.1.tar.xz



Other differences:
--
++ ktp-approver.spec ++
--- /var/tmp/diff_new_pack.e1IAJx/_old  2015-10-03 20:24:23.0 +0200
+++ /var/tmp/diff_new_pack.e1IAJx/_new  2015-10-03 20:24:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-approver
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:KDE Channel Approver for Telepathy
 License:LGPL-2.1+

++ ktp-approver-15.04.3.tar.xz -> ktp-approver-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-approver-15.04.3/CMakeLists.txt 
new/ktp-approver-15.08.1/CMakeLists.txt
--- old/ktp-approver-15.04.3/CMakeLists.txt 2015-05-28 23:55:57.0 
+0200
+++ new/ktp-approver-15.08.1/CMakeLists.txt 2015-09-10 00:56:49.0 
+0200
@@ -1,6 +1,11 @@
 project(ktp-approver)
 
-set(KTP_APPROVER_VERSION "15.04.2")
+# KDE Application Version, managed by release script
+set (KDE_APPLICATIONS_VERSION_MAJOR "15")
+set (KDE_APPLICATIONS_VERSION_MINOR "08")
+set (KDE_APPLICATIONS_VERSION_MICRO "1")
+
+set(KTP_APPROVER_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-approver-15.04.3/ktp-approver.desktop 
new/ktp-approver-15.08.1/ktp-approver.desktop
--- old/ktp-approver-15.04.3/ktp-approver.desktop   2015-05-28 
23:55:57.0 +0200
+++ new/ktp-approver-15.08.1/ktp-approver.desktop   2015-09-10 
00:56:49.0 +0200
@@ -2,6 +2,7 @@
 Type=ServiceType
 X-KDE-ServiceType=KTpApprover
 Comment=KTp Approver
+Comment[ast]=Aprobador KTp
 Comment[bs]=KTp potvrđivač
 Comment[ca]=Aprovador de KTp
 Comment[ca@valencia]=Aprovador de KTp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-approver-15.04.3/src/ktp_approver.desktop 
new/ktp-approver-15.08.1/src/ktp_approver.desktop
--- old/ktp-approver-15.04.3/src/ktp_approver.desktop   2015-05-28 
23:55:57.0 +0200
+++ new/ktp-approver-15.08.1/src/ktp_approver.desktop   2015-09-10 
00:56:49.0 +0200
@@ -1,5 +1,6 @@
 [Desktop Entry]
 Name=Instant Messaging Approver
+Name[ast]=Aprobador de mansaxería nel intre
 Name[bs]=Potvrđivač instant poruka
 Name[ca]=Aprovador de missatgeria instantània
 Name[ca@valencia]=Aprovador de missatgeria instantània




commit ktouch for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package ktouch for openSUSE:Factory checked 
in at 2015-10-03 20:24:11

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


Package is "ktouch"

Changes:

--- /work/SRC/openSUSE:Factory/ktouch/ktouch.changes2015-07-14 
17:38:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktouch.new/ktouch.changes   2015-10-03 
20:24:12.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:30:17 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:01 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:01:24 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  ktouch-15.04.3.tar.xz

New:

  ktouch-15.08.1.tar.xz



Other differences:
--
++ ktouch.spec ++
--- /var/tmp/diff_new_pack.56Mjno/_old  2015-10-03 20:24:13.0 +0200
+++ /var/tmp/diff_new_pack.56Mjno/_new  2015-10-03 20:24:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktouch
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:Touch Typing Tutor
 License:GPL-2.0+

++ ktouch-15.04.3.tar.xz -> ktouch-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktouch-15.04.3/ktouch.appdata.xml 
new/ktouch-15.08.1/ktouch.appdata.xml
--- old/ktouch-15.04.3/ktouch.appdata.xml   2015-05-22 08:31:14.0 
+0200
+++ new/ktouch-15.08.1/ktouch.appdata.xml   2015-07-08 03:52:28.0 
+0200
@@ -4,16 +4,19 @@
   CC0-1.0
   GPL-2.0+
   KTouch
+  KTouch
   KTouch
   KTouch
   KTouch
   KTouch
   KTouch
   KTouch
+  KTouch
   KTouch
   KTouch
   KTouch
   KTouch
+  KTouch
   KTouch
   KTouch
   KTouch
@@ -33,10 +36,12 @@
   Výuka psaní na stroji
   Schreibmaschinenkurs
   Touch Typing Tutor
+  Lernilo por la tajpado
   Tutor de mecanografía al tacto
   Klaviatuuri treening
   Konekirjoituksen harjoitteluohjelma
   Formateur en dactylographie KTouch
+  Titor de mecanografía
   타자 연습
   Schriefmaschien öven
   Typcursus
@@ -54,10 +59,12 @@
 KTouch je trener za učenje kucanja na pisaćoj mašini. On 
vam pruža tekst za trenirati i prilagođava na različite nivoe zavisno od toga 
koliko ste dobri. On prikazuje tastaturu i ukazuje na to koji taster pritisnuti 
sljedeći i koji je ispravan prst za korištenje. Učite kucanje sa svim prstima, 
korak po korak, bez da pogledom dolje na tastaturi pronađete svoje tastere. On 
je pogodan za sve uzraste i savršen učitelj kucanja za škole, univerzitete i 
osobnu upotrebu. KTouch dolazi s desecima različitih kurseva za mnoge jezike i 
udobnim urednikom kurseva. Različite tastature su podržane i novi korisnički 
definirani rasporedi mogu biti kreirani. Tokom treninga, KTouch prikuplja 
sveobuhvatne statističke podatke koji će pomoći vama ili vašem učitelj da 
analizirate vaš napredak.
 El KTouch és un entrenador mecanogràfic per aprendre 
mecanografia. Proporciona text per entrenar i s'ajusta a diferents nivells en 
funció del vostre nivell. Mostra el teclat i indica la tecla següent a prémer i 
quin és el dit correcte a utilitzar. Aprendreu mecanografia amb tots els dits, 
pas a pas, sense haver de mirar el teclat per cercar les tecles. És apropiat 
per a totes les edats i és el tutor de mecanografia perfecte per escoles, 
universitats i ús personal. El KTouch es distribueix amb dotzenes de cursos 
diferents en molts idiomes i un editor còmode de cursos. S'accepten diferents 
disposicions de teclat i es poden crear noves disposicions definides per 
l'usuari. Durant l'entrenament, el KTouch acumula informació estadística global 
per ajudar-vos a analitzar el progrés.
 KTouch is a typewriter trainer for learning to touch 
type. It provides you with text to train on and adjusts to different levels 
depending on how good you are. It displays your keyboard and indicates which 
key to press next and which is the correct finger to use. You learn typing with 
all fingers, step by step, without having to look down at the keyboard to find 
your keys. It is convenient for all ages and the perfect typing tutor for 
schools, univers

commit ktp-accounts-kcm for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package ktp-accounts-kcm for 
openSUSE:Factory checked in at 2015-10-03 20:24:18

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-07-14 17:41:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-accounts-kcm.new/ktp-accounts-kcm.changes   
2015-10-03 20:24:19.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:30:37 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:01 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:09:53 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  ktp-accounts-kcm-15.04.3.tar.xz

New:

  ktp-accounts-kcm-15.08.1.tar.xz



Other differences:
--
++ ktp-accounts-kcm.spec ++
--- /var/tmp/diff_new_pack.E1OVuj/_old  2015-10-03 20:24:20.0 +0200
+++ /var/tmp/diff_new_pack.E1OVuj/_new  2015-10-03 20:24:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktp-accounts-kcm
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:KCM Module for configuring Telepathy Instant Messaging Accounts
 License:LGPL-2.1+
@@ -46,6 +46,7 @@
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Widgets)
 Requires:   telepathy-mission-control
+Requires:   telepathy-accounts-signon
 Recommends: telepathy-gabble
 Recommends: telepathy-haze
 Recommends: telepathy-idle

++ ktp-accounts-kcm-15.04.3.tar.xz -> ktp-accounts-kcm-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-accounts-kcm-15.04.3/CMakeLists.txt 
new/ktp-accounts-kcm-15.08.1/CMakeLists.txt
--- old/ktp-accounts-kcm-15.04.3/CMakeLists.txt 2015-06-01 13:57:21.0 
+0200
+++ new/ktp-accounts-kcm-15.08.1/CMakeLists.txt 2015-09-10 00:56:31.0 
+0200
@@ -7,20 +7,24 @@
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
 
 find_package(Qt5 5.2.0 CONFIG REQUIRED Core Widgets DBus)
-find_package(KF5 5.0.0 REQUIRED KCMUtils KIO I18n WidgetsAddons Codecs 
CoreAddons ConfigWidgets IconThemes ItemViews)
+find_package(KF5 5.11 REQUIRED KCMUtils KIO I18n WidgetsAddons Codecs 
CoreAddons ConfigWidgets IconThemes ItemViews)
+
+# KDE Application Version, managed by release script
+set (KDE_APPLICATIONS_VERSION_MAJOR "15")
+set (KDE_APPLICATIONS_VERSION_MINOR "08")
+set (KDE_APPLICATIONS_VERSION_MICRO "1")
 
 set(KTP_ACCOUNTS_KCM_SONUMBER "9")
-set(KTP_ACCOUNTS_KCM_VERSION "15.04.2")
+set(KTP_ACCOUNTS_KCM_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 set(IS_KTP_INTERNAL_MODULE TRUE)
 
 find_package (TelepathyQt5 REQUIRED)
 find_package (KAccounts REQUIRED)
-find_package (AccountsFileDir REQUIRED)
-find_package (AccountsQt5 1.10 REQUIRED CONFIG)
-find_package (SignOnQt5 8.55 REQUIRED CONFIG)
 find_package (Intltool REQUIRED) #needed to generate service and provider files
 
+set(CMAKE_MODULE_PATH ${KACCOUNTS_MACROS_PATH} ${CMAKE_MODULE_PATH}) #for 
KAccountsMacros
+
 # make some more macros available
 # include (MacroLibrary)
 
@@ -30,6 +34,7 @@
 include(KDECompilerSettings)
 include(ECMInstallIcons)
 include(FeatureSummary)
+include(KAccountsMacros)
 
 add_definitions (
 #  -DQT_NO_CAST_FROM_ASCII
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-accounts-kcm-15.04.3/cmake/modules/FindAccountsFileDir.cmake 
new/ktp-accounts-kcm-15.08.1/cmake/modules/FindAccountsFileDir.cmake
--- old/ktp-accounts-kcm-15.04.3/cmake/modules/FindAccountsFileDir.cmake
2015-06-01 13:57:21.0 +0200
+++ new/ktp-accounts-kcm-15.08.1/cmake/modules/FindAccountsFileDir.cmake
1970-01-01 01:00:00.0 +0100
@@ -1,49 +0,0 @@
-find_package(PkgConfig REQUIRED)
-
-execute_process(
-COMMAND "${PKG_CONFIG_EXECUTABLE}" --variable=prefix libaccounts-glib
-OUTPUT_VARIABLE _pkgconf

commit ksystemlog for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package ksystemlog for openSUSE:Factory 
checked in at 2015-10-03 20:23:59

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


Package is "ksystemlog"

Changes:

--- /work/SRC/openSUSE:Factory/ksystemlog/ksystemlog.changes2015-07-14 
17:37:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksystemlog.new/ksystemlog.changes   
2015-10-03 20:24:01.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:29:10 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:43:58 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:00:49 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  ksystemlog-15.04.3.tar.xz

New:

  ksystemlog-15.08.1.tar.xz



Other differences:
--
++ ksystemlog.spec ++
--- /var/tmp/diff_new_pack.Kkcx4B/_old  2015-10-03 20:24:02.0 +0200
+++ /var/tmp/diff_new_pack.Kkcx4B/_new  2015-10-03 20:24:02.0 +0200
@@ -20,7 +20,7 @@
 BuildRequires:  libkde4-devel
 BuildRequires:  oxygen-icon-theme-large
 Url:http://www.kde.org
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:System Log Viewer Tool
 License:GPL-2.0

++ ksystemlog-15.04.3.tar.xz -> ksystemlog-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksystemlog-15.04.3/src/ksystemlog.desktop 
new/ksystemlog-15.08.1/src/ksystemlog.desktop
--- old/ksystemlog-15.04.3/src/ksystemlog.desktop   2014-08-13 
06:38:07.0 +0200
+++ new/ksystemlog-15.08.1/src/ksystemlog.desktop   2015-03-26 
05:46:46.0 +0100
@@ -130,6 +130,7 @@
 GenericName[de]=Systemprotokoll-Betrachter
 GenericName[el]=Εμφάνιση καταγραφών του συστήματος
 GenericName[en_GB]=System Log Viewer
+GenericName[eo]=Sistemprotokola rigardilo
 GenericName[es]=Visor de registros del sistema
 GenericName[et]=Süsteemi logide jälgija
 GenericName[eu]=Sistema egunkarien erakuslea




commit kteatime for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package kteatime for openSUSE:Factory 
checked in at 2015-10-03 20:24:03

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


Package is "kteatime"

Changes:

--- /work/SRC/openSUSE:Factory/kteatime/kteatime.changes2015-07-14 
17:38:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.kteatime.new/kteatime.changes   2015-10-03 
20:24:05.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:29:29 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:43:58 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:00:57 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  kteatime-15.04.3.tar.xz

New:

  kteatime-15.08.1.tar.xz



Other differences:
--
++ kteatime.spec ++
--- /var/tmp/diff_new_pack.iymWv3/_old  2015-10-03 20:24:06.0 +0200
+++ /var/tmp/diff_new_pack.iymWv3/_new  2015-10-03 20:24:06.0 +0200
@@ -37,7 +37,7 @@
 License:GPL-2.0+
 Group:  Amusements/Toys/Other
 Url:http://www.kde.org
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ kteatime-15.04.3.tar.xz -> kteatime-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kteatime-15.04.3/org.kde.kteatime.appdata.xml 
new/kteatime-15.08.1/org.kde.kteatime.appdata.xml
--- old/kteatime-15.04.3/org.kde.kteatime.appdata.xml   2015-06-01 
13:02:45.0 +0200
+++ new/kteatime-15.08.1/org.kde.kteatime.appdata.xml   2015-08-28 
14:33:40.0 +0200
@@ -5,6 +5,7 @@
   GPL-2.0+
   KTeaTime
   KTeaTime
+  KTeaTime
   KTeaTime
   KTeaTime
   KTeaTime
@@ -17,6 +18,7 @@
   KTeaTime
   KTeaTime
   KTeaTime
+  KTeaTime
   KTeaTime
   KTeaTime
   KTeaTime
@@ -35,6 +37,7 @@
   KTeaTime
   Tea Cooker
   Tetera
+  Приготвяне на чай
   Kuhač čaja
   El cuiner de te
   Vařič čaje
@@ -47,6 +50,7 @@
   차 요리 도구
   Arbatos virėjas
   Theezetter
+  Tekokar
   Zaparzanie herbaty
   Preparação de Chás
   Hora do chá
@@ -65,6 +69,8 @@
   煮茶器
   
 KTeaTime is a handy timer for steeping tea. No longer will you have to 
guess at how long it takes for your tea to be ready. Simply select the type of 
tea you have, and it will alert you when the tea is ready to drink.
+KTeaTime ye un temporizador amañosu pa remoyar el té. 
Enxamás nun tendrás d'albidrar cuantu tiempu falta pa que'l to té tea tresnao. 
Namái esbilla la triba de té que tienes y el programa avisaráte cuando'l to té 
tea tresnao pa beber.
+KTeaTime е удобен часовник за варене на чай. Няма нужда 
вече да отгатвате колко време трябва, за да е готов чаят ви. Просто изберете 
вида чай и програмата ще ви уведоми, когато чаят е готов за пиене.
 El KTeaTime és un temporitzador còmode per a fer el te. 
Ja no haureu d'endevinar quan falta perquè el vostre te estigui llest. 
Simplement seleccioneu el tipus de te que voleu, i l'aplicació us avisarà quan 
està llest.
 KTeaTime je užitečný pomocník pro louhování čaje. Už 
nemusíte hádat za jak dlouho bude váš čaj připraven. Jednoduše vyberte typ čaje 
a vyčkejte na upozornění, že je čaj hotov.
 KTeaTime ist ein praktischer Zeitmesser für ziehenden 
Tee. Sie brauchen nicht länger schätzen, wie lange es dauert, bis Ihr Tee 
fertig ist. Wählen Sie einfach die Teesorte, die Sie haben, und Sie werden 
informiert, sobald Ihr Tee trinkfertig ist.
@@ -75,6 +81,7 @@
 KTeaTime è un comodo timer per preparare il tè. Non è più 
necessario indovinare quanto tempo ci vuole prima che il tè sia pronto. 
Seleziona il tipo di tè che desideri e il programma ti avviserà quanto è pronto 
da bere.
 KTeaTime은 차를 끓일 때 사용할 수 있는 타이머입니다. 차가 다 우러날 때까지 시간을 기억하지 
않아도 됩니다. 끓일 차 종류를 선택한 다음 다 우러났을 때 알려 줍니다.
 KTeaTime is een handige tijdklok voor het zetten van 
thee. U hoeft niet langer te gokken wanneer uw thee sterk genoeg is. Selecteer 
de theesoort en een waarschuwing verschijnt wanneer de thee klaar is om 
opgedronken te worden.
+KTeaTime er ein nyttig tidtakar når du skal l

commit ktimer for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package ktimer for openSUSE:Factory checked 
in at 2015-10-03 20:24:07

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


Package is "ktimer"

Changes:

--- /work/SRC/openSUSE:Factory/ktimer/ktimer.changes2015-07-14 
17:38:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktimer.new/ktimer.changes   2015-10-03 
20:24:08.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:29:43 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:43:59 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:01:09 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  ktimer-15.04.3.tar.xz

New:

  ktimer-15.08.1.tar.xz



Other differences:
--
++ ktimer.spec ++
--- /var/tmp/diff_new_pack.I96uZ5/_old  2015-10-03 20:24:09.0 +0200
+++ /var/tmp/diff_new_pack.I96uZ5/_new  2015-10-03 20:24:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktimer
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:Countdown Launcher
 License:GPL-2.0+

++ ktimer-15.04.3.tar.xz -> ktimer-15.08.1.tar.xz ++
Files old/ktimer-15.04.3/128-apps-ktimer.png and 
new/ktimer-15.08.1/128-apps-ktimer.png differ
Files old/ktimer-15.04.3/16-apps-ktimer.png and 
new/ktimer-15.08.1/16-apps-ktimer.png differ
Files old/ktimer-15.04.3/32-apps-ktimer.png and 
new/ktimer-15.08.1/32-apps-ktimer.png differ
Files old/ktimer-15.04.3/48-apps-ktimer.png and 
new/ktimer-15.08.1/48-apps-ktimer.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-15.04.3/CMakeLists.txt 
new/ktimer-15.08.1/CMakeLists.txt
--- old/ktimer-15.04.3/CMakeLists.txt   2015-03-27 07:56:53.0 +0100
+++ new/ktimer-15.08.1/CMakeLists.txt   2015-07-30 11:16:51.0 +0200
@@ -3,7 +3,7 @@
 cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)
 set (QT_MIN_VERSION "5.2.0")
 
-find_package (ECM 1.3.0 REQUIRED NO_MODULE)
+find_package (ECM 5.10.0 REQUIRED NO_MODULE)
 set (CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
 add_definitions(-DTRANSLATION_DOMAIN="ktimer")
@@ -12,6 +12,7 @@
 include(KDECompilerSettings)
 include(KDECMakeSettings)
 include(ECMInstallIcons)
+include(ECMAddAppIcon)
 
 find_package (Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
 Core
@@ -22,7 +23,6 @@
 DocTools
 I18n
 WidgetsAddons
-XmlGui
 KIO
 IconThemes
 DBusAddons
@@ -34,20 +34,21 @@
 
 ki18n_wrap_ui(ktimer_SRCS prefwidget.ui )
 
-#kde4_add_app_icon(ktimer_SRCS 
"${CMAKE_CURRENT_SOURCE_DIR}/hi*-app-ktimer.png")
+file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/*-apps-ktimer.png")
+ecm_add_app_icon(ktimer_SRCS ICONS ${ICONS_SRCS})
 
 add_executable(ktimer ${ktimer_SRCS})
 
-target_link_libraries(ktimer  KF5::KIOCore KF5::I18n KF5::XmlGui 
KF5::KIOWidgets KF5::IconThemes KF5::Notifications KF5::DBusAddons)
+target_link_libraries(ktimer  KF5::I18n KF5::KIOWidgets KF5::ConfigWidgets 
KF5::IconThemes KF5::Notifications KF5::DBusAddons)
 
-install(TARGETS ktimer  ${INSTALL_TARGETS_DEFAULT_ARGS} )
+install(TARGETS ktimer  ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} )
 
 
 ### install files ###
 
-install( PROGRAMS org.kde.ktimer.desktop  DESTINATION ${XDG_APPS_INSTALL_DIR})
+install( PROGRAMS org.kde.ktimer.desktop  DESTINATION ${KDE_INSTALL_APPDIR})
 
-ecm_install_icons( ICONS hi128-apps-ktimer.png  hi16-apps-ktimer.png  
hi32-apps-ktimer.png  hi48-apps-ktimer.png DESTINATION ${ICON_INSTALL_DIR}   )
+ecm_install_icons( ICONS 128-apps-ktimer.png  16-apps-ktimer.png  
32-apps-ktimer.png  48-apps-ktimer.png DESTINATION ${KDE_INSTALL_ICONDIR} THEME 
hicolor  )
 
 add_subdirectory(doc)
 feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-15.04.3/doc/CMakeLists.txt 
new/ktimer-15.08.1/doc/CMakeLists.txt
--- old/ktimer-15.04.3/doc/CMakeLists.txt   2015-03-27 07:56:53.0 
+0100
+++ new/ktimer-15.08.1/doc/CMakeLists.txt   2015-07-30 11:16:51.0 

commit ksnakeduel for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package ksnakeduel for openSUSE:Factory 
checked in at 2015-10-03 20:23:37

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


Package is "ksnakeduel"

Changes:

--- /work/SRC/openSUSE:Factory/ksnakeduel/ksnakeduel.changes2015-07-14 
17:37:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksnakeduel.new/ksnakeduel.changes   
2015-10-03 20:23:38.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:25:51 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:43:54 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 06:59:31 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  ksnakeduel-15.04.3.tar.xz

New:

  ksnakeduel-15.08.1.tar.xz



Other differences:
--
++ ksnakeduel.spec ++
--- /var/tmp/diff_new_pack.kCnq1v/_old  2015-10-03 20:23:39.0 +0200
+++ /var/tmp/diff_new_pack.kCnq1v/_new  2015-10-03 20:23:39.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source0:ksnakeduel-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ksnakeduel-15.04.3.tar.xz -> ksnakeduel-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-15.04.3/ksnakeduel.desktop 
new/ksnakeduel-15.08.1/ksnakeduel.desktop
--- old/ksnakeduel-15.04.3/ksnakeduel.desktop   2015-02-20 00:20:43.0 
+0100
+++ new/ksnakeduel-15.08.1/ksnakeduel.desktop   2015-05-22 06:51:36.0 
+0200
@@ -24,7 +24,7 @@
 Name[kk]=KSnakeDuel
 Name[km]=KSpaceDuel
 Name[ko]=KSnakeDuel
-Name[lt]=KSpaceDuel
+Name[lt]=KSnakeDuel
 Name[lv]=KSpaceDuel
 Name[mr]=के-स्नेक-ड्युएल
 Name[nb]=KSnakeDuel
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-15.04.3/themes/neon.desktop 
new/ksnakeduel-15.08.1/themes/neon.desktop
--- old/ksnakeduel-15.04.3/themes/neon.desktop  2015-02-20 00:20:43.0 
+0100
+++ new/ksnakeduel-15.08.1/themes/neon.desktop  2015-05-22 06:51:36.0 
+0200
@@ -9,6 +9,7 @@
 Name[de]=Neon
 Name[el]=Neon
 Name[en_GB]=Neon
+Name[eo]=Neono
 Name[es]=Neón
 Name[et]=Neoon
 Name[fi]=Neon




commit kruler for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package kruler for openSUSE:Factory checked 
in at 2015-10-03 20:23:22

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


Package is "kruler"

Changes:

--- /work/SRC/openSUSE:Factory/kruler/kruler.changes2015-07-14 
17:37:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.kruler.new/kruler.changes   2015-10-03 
20:23:23.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:24:24 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:43:51 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 06:58:46 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  kruler-15.04.3.tar.xz

New:

  kruler-15.08.1.tar.xz



Other differences:
--
++ kruler.spec ++
--- /var/tmp/diff_new_pack.Lh9eME/_old  2015-10-03 20:23:24.0 +0200
+++ /var/tmp/diff_new_pack.Lh9eME/_new  2015-10-03 20:23:24.0 +0200
@@ -31,7 +31,7 @@
 License:GPL-2.0+
 Group:  Productivity/Graphics/Other
 Url:http://www.kde.org
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ kruler-15.04.3.tar.xz -> kruler-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kruler-15.04.3/CMakeLists.txt 
new/kruler-15.08.1/CMakeLists.txt
--- old/kruler-15.04.3/CMakeLists.txt   2015-03-27 08:03:48.0 +0100
+++ new/kruler-15.08.1/CMakeLists.txt   2015-06-19 07:06:13.0 +0200
@@ -3,7 +3,7 @@
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.2.0")
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
 add_definitions(-DTRANSLATION_DOMAIN="kruler")
@@ -13,6 +13,7 @@
 include(KDECMakeSettings)
 include(ECMInstallIcons)
 include(FeatureSummary)
+include(ECMAddAppIcon)
 
 find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
 Core
@@ -49,7 +50,8 @@
 
 kconfig_add_kcfg_files(kruler_SRCS kruler.kcfgc)
 
-#kde4_add_app_icon(kruler_SRCS 
"${CMAKE_CURRENT_SOURCE_DIR}/pics/hi*-apps-kruler.png")
+file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/pics/*-apps-kruler.png")
+ecm_add_app_icon(kruler_SRCS ICONS ${ICONS_SRCS})
 
 add_executable(kruler ${kruler_SRCS})
 
@@ -58,12 +60,12 @@
 target_link_libraries(kruler Qt5::X11Extras ${XCB_LIBRARIES})
 endif()
 
-install(TARGETS kruler ${INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS kruler ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
 
 
 ### install files ###
 
-install( PROGRAMS org.kde.kruler.desktop  DESTINATION  ${XDG_APPS_INSTALL_DIR} 
)
-install( FILES kruler.notifyrc  DESTINATION  ${KNOTIFYRC_INSTALL_DIR} )
-install( FILES move.wav  DESTINATION  ${DATA_INSTALL_DIR}/kruler/sounds )
+install( PROGRAMS org.kde.kruler.desktop  DESTINATION  ${KDE_INSTALL_APPDIR} )
+install( FILES kruler.notifyrc  DESTINATION  ${KDE_INSTALL_KNOTIFY5RCDIR} )
+install( FILES move.wav  DESTINATION  ${KDE_INSTALL_DATADIR}/kruler/sounds )
 feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kruler-15.04.3/doc/CMakeLists.txt 
new/kruler-15.08.1/doc/CMakeLists.txt
--- old/kruler-15.04.3/doc/CMakeLists.txt   2015-03-27 08:03:48.0 
+0100
+++ new/kruler-15.08.1/doc/CMakeLists.txt   2015-06-19 07:06:13.0 
+0200
@@ -1,4 +1,4 @@
 ### install files ###
 #
 #
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/en SUBDIR kruler)
+kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kruler)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kruler-15.04.3/doc/index.docbook 
new/kruler-15.08.1/doc/index.docbook
--- old/kruler-15.04.3/doc/index.docbook2015-03-27 08:03:48.0 
+0100
+++ new/kruler-15.08.1/doc/index.docbook2015-06-19 07

commit kshisen for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package kshisen for openSUSE:Factory checked 
in at 2015-10-03 20:23:30

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


Package is "kshisen"

Changes:

--- /work/SRC/openSUSE:Factory/kshisen/kshisen.changes  2015-07-14 
17:37:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.kshisen.new/kshisen.changes 2015-10-03 
20:23:31.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:25:01 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:43:52 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 06:59:05 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  kshisen-15.04.3.tar.xz

New:

  kshisen-15.08.1.tar.xz



Other differences:
--
++ kshisen.spec ++
--- /var/tmp/diff_new_pack.XWAHqC/_old  2015-10-03 20:23:32.0 +0200
+++ /var/tmp/diff_new_pack.XWAHqC/_new  2015-10-03 20:23:32.0 +0200
@@ -41,7 +41,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source0:kshisen-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ kshisen-15.04.3.tar.xz -> kshisen-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-15.04.3/CMakeLists.txt 
new/kshisen-15.08.1/CMakeLists.txt
--- old/kshisen-15.04.3/CMakeLists.txt  2015-04-15 09:07:02.0 +0200
+++ new/kshisen-15.08.1/CMakeLists.txt  2015-07-25 19:33:52.0 +0200
@@ -4,14 +4,15 @@
 
 set (QT_MIN_VERSION "5.2.0")
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules 
${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Core Gui )
-find_package(KF5 REQUIRED COMPONENTS CoreAddons XmlGui Config KIO DNSSD 
NewStuff Declarative DocTools )
+find_package(KF5 REQUIRED COMPONENTS CoreAddons DBusAddons XmlGui Config KIO 
DNSSD NewStuff Declarative DocTools )
 
 include(FeatureSummary)
+include(ECMAddAppIcon)
 include(GenerateExportHeader)
 include(ECMPackageConfigHelpers)
 include(ECMSetupVersion)
@@ -34,7 +35,7 @@
 add_subdirectory( sounds )
 add_subdirectory( doc )
 
-install( PROGRAMS org.kde.kshisen.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
+install( PROGRAMS org.kde.kshisen.desktop DESTINATION ${KDE_INSTALL_APPDIR} )
 
 ecm_install_icons( ICONS
128-apps-kshisen.png
@@ -43,7 +44,7 @@
32-apps-kshisen.png
22-apps-kshisen.png
16-apps-kshisen.png
-   DESTINATION  ${ICON_INSTALL_DIR}
+   DESTINATION  ${KDE_INSTALL_ICONDIR}
THEME hicolor   )
 
 ### Display Summary ###
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-15.04.3/doc/CMakeLists.txt 
new/kshisen-15.08.1/doc/CMakeLists.txt
--- old/kshisen-15.04.3/doc/CMakeLists.txt  2015-04-15 09:07:02.0 
+0200
+++ new/kshisen-15.08.1/doc/CMakeLists.txt  2015-07-25 19:33:52.0 
+0200
@@ -1,4 +1,4 @@
 ### install files ###
 #
 #
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/en SUBDIR kshisen)
+kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kshisen)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-15.04.3/org.kde.kshisen.desktop 
new/kshisen-15.08.1/org.kde.kshisen.desktop
--- old/kshisen-15.04.3/org.kde.kshisen.desktop 2015-04-15 09:07:02.0 
+0200
+++ new/kshisen-15.08.1/org.kde.kshisen.desktop 2015-07-25 19:33:52.0 
+0200
@@ -29,6 +29,7 @@
 Name[hne]=साईसेन-सो
 Name[hr]=Shisen-Sho
 Name[hu]=Shisen-Sho
+Name[id]=Shisen-Sho
 Name[is]=Shisen-Sho
 Name[it]=Shisen-Sho
 Name[ja]=Shisen-Sho
@@ -70,7 +71,7 @@
 Name[zh_CN]=连连看
 Name[zh_TW]=Shisen-Sho
 GenericName=Shis

commit ksudoku for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package ksudoku for openSUSE:Factory checked 
in at 2015-10-03 20:23:55

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


Package is "ksudoku"

Changes:

--- /work/SRC/openSUSE:Factory/ksudoku/ksudoku.changes  2015-07-14 
17:37:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksudoku.new/ksudoku.changes 2015-10-03 
20:23:56.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:28:45 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:43:57 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:00:40 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  ksudoku-15.04.3.tar.xz

New:

  ksudoku-15.08.1.tar.xz



Other differences:
--
++ ksudoku.spec ++
--- /var/tmp/diff_new_pack.H8yZuS/_old  2015-10-03 20:23:57.0 +0200
+++ /var/tmp/diff_new_pack.H8yZuS/_new  2015-10-03 20:23:57.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source0:ksudoku-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -60,5 +60,6 @@
 %{_kde4_iconsdir}/hicolor/*/apps/ksudoku.*
 %{_kde4_appsdir}/ksudoku/
 %{_kde4_configdir}/ksudokurc
+%_datadir/appdata/ksudoku.appdata.xml
 
 %changelog

++ ksudoku-15.04.3.tar.xz -> ksudoku-15.08.1.tar.xz ++
 4865 lines of diff (skipped)




commit ksnapshot for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package ksnapshot for openSUSE:Factory 
checked in at 2015-10-03 20:23:41

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


Package is "ksnapshot"

Changes:

--- /work/SRC/openSUSE:Factory/ksnapshot/ksnapshot.changes  2015-07-14 
17:37:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksnapshot.new/ksnapshot.changes 2015-10-03 
20:23:42.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:26:05 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:43:54 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 06:59:42 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  ksnapshot-15.04.3.tar.xz

New:

  ksnapshot-15.08.1.tar.xz



Other differences:
--
++ ksnapshot.spec ++
--- /var/tmp/diff_new_pack.dSdxHj/_old  2015-10-03 20:23:43.0 +0200
+++ /var/tmp/diff_new_pack.dSdxHj/_new  2015-10-03 20:23:43.0 +0200
@@ -29,7 +29,7 @@
 %else
 BuildRequires:  sane-backends
 %endif
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:Screen Capture Program
 License:GPL-2.0+

++ ksnapshot-15.04.3.tar.xz -> ksnapshot-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnapshot-15.04.3/ksnapshot.cpp 
new/ksnapshot-15.08.1/ksnapshot.cpp
--- old/ksnapshot-15.04.3/ksnapshot.cpp 2014-07-25 07:38:34.0 +0200
+++ new/ksnapshot-15.08.1/ksnapshot.cpp 2015-04-02 17:58:05.0 +0200
@@ -206,8 +206,8 @@
 
 // check if kwin screenshot effect is available
 includeAlpha = false;
-if ( QDBusConnection::sessionBus().interface()->isServiceRegistered( 
"org.kde.kwin" ) ) {
-QDBusInterface kwinInterface( "org.kde.kwin", "/", 
"org.freedesktop.DBus.Introspectable" );
+if ( QDBusConnection::sessionBus().interface()->isServiceRegistered( 
"org.kde.KWin" ) ) {
+QDBusInterface kwinInterface( "org.kde.KWin", "/", 
"org.freedesktop.DBus.Introspectable" );
 QDBusReply reply = kwinInterface.call( "Introspect" );
 if ( reply.isValid() ) {
 QXmlStreamReader xml( reply.value() );
@@ -728,10 +728,10 @@
 else if ( mode() == WindowUnderCursor ) {
 if ( includeAlpha ) {
 // use kwin effect
-QDBusConnection::sessionBus().connect("org.kde.kwin", 
"/Screenshot",
+QDBusConnection::sessionBus().connect("org.kde.KWin", 
"/Screenshot",
   "org.kde.kwin.Screenshot", 
"screenshotCreated",
   this, 
SLOT(slotScreenshotReceived(qulonglong)));
-QDBusInterface interface( "org.kde.kwin", "/Screenshot", 
"org.kde.kwin.Screenshot" );
+QDBusInterface interface( "org.kde.KWin", "/Screenshot", 
"org.kde.kwin.Screenshot" );
 int mask = 0;
 if ( includeDecorations() )
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnapshot-15.04.3/ksnapshot.desktop 
new/ksnapshot-15.08.1/ksnapshot.desktop
--- old/ksnapshot-15.04.3/ksnapshot.desktop 2014-07-25 07:38:34.0 
+0200
+++ new/ksnapshot-15.08.1/ksnapshot.desktop 2015-04-02 17:58:05.0 
+0200
@@ -28,6 +28,7 @@
 GenericName[hr]=Program za snimanje zaslona
 GenericName[hu]=Képlopó
 GenericName[ia]=Programma pro capturar le schermo
+GenericName[id]=Program Pencuplik Layar
 GenericName[is]=Forrit sem grípur skjámyndir
 GenericName[it]=Scatta foto allo schermo
 GenericName[ja]=スクリーンキャプチャプログラム
@@ -103,6 +104,7 @@
 Name[hr]=KSnapshot
 Name[hu]=KSnapshot
 Name[ia]=KSnapshot
+Name[id]=KSnapshot
 Name[is]=KSnapshot
 Name[it]=KSnapshot
 Name[ja]=KSnapshot




commit ksaneplugin for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package ksaneplugin for openSUSE:Factory 
checked in at 2015-10-03 20:23:26

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


Package is "ksaneplugin"

Changes:

--- /work/SRC/openSUSE:Factory/ksaneplugin/ksaneplugin.changes  2015-07-14 
17:37:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksaneplugin.new/ksaneplugin.changes 
2015-10-03 20:23:27.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:24:34 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:43:51 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 06:58:52 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  ksaneplugin-15.04.3.tar.xz

New:

  ksaneplugin-15.08.1.tar.xz



Other differences:
--
++ ksaneplugin.spec ++
--- /var/tmp/diff_new_pack.kaZPTt/_old  2015-10-03 20:23:27.0 +0200
+++ /var/tmp/diff_new_pack.kaZPTt/_new  2015-10-03 20:23:27.0 +0200
@@ -30,7 +30,7 @@
 License:LGPL-2.1+
 Group:  Productivity/Graphics/Other
 Url:http://www.kde.org
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ksaneplugin-15.04.3.tar.xz -> ksaneplugin-15.08.1.tar.xz ++




commit kspaceduel for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package kspaceduel for openSUSE:Factory 
checked in at 2015-10-03 20:23:44

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


Package is "kspaceduel"

Changes:

--- /work/SRC/openSUSE:Factory/kspaceduel/kspaceduel.changes2015-07-14 
17:37:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.kspaceduel.new/kspaceduel.changes   
2015-10-03 20:23:46.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:26:20 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:43:55 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 06:59:57 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  kspaceduel-15.04.3.tar.xz

New:

  kspaceduel-15.08.1.tar.xz



Other differences:
--
++ kspaceduel.spec ++
--- /var/tmp/diff_new_pack.5I2Zn6/_old  2015-10-03 20:23:47.0 +0200
+++ /var/tmp/diff_new_pack.5I2Zn6/_new  2015-10-03 20:23:47.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://www.kde.org
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source0:kspaceduel-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kspaceduel-15.04.3.tar.xz -> kspaceduel-15.08.1.tar.xz ++




commit ksirk for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package ksirk for openSUSE:Factory checked 
in at 2015-10-03 20:23:33

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


Package is "ksirk"

Changes:

--- /work/SRC/openSUSE:Factory/ksirk/ksirk.changes  2015-07-14 
17:37:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksirk.new/ksirk.changes 2015-10-03 
20:23:35.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:25:28 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:43:53 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 06:59:16 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  ksirk-15.04.3.tar.xz

New:

  ksirk-15.08.1.tar.xz



Other differences:
--
++ ksirk.spec ++
--- /var/tmp/diff_new_pack.PZ0zNJ/_old  2015-10-03 20:23:35.0 +0200
+++ /var/tmp/diff_new_pack.PZ0zNJ/_new  2015-10-03 20:23:35.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+ and LGPL-2.0+
 Group:  Amusements/Games/Strategy/Turn Based
 Url:http://www.kde.org
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source0:ksirk-%{version}.tar.xz
 BuildRequires:  libkdegames4-devel

++ ksirk-15.04.3.tar.xz -> ksirk-15.08.1.tar.xz ++




commit ksquares for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package ksquares for openSUSE:Factory 
checked in at 2015-10-03 20:23:47

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


Package is "ksquares"

Changes:

--- /work/SRC/openSUSE:Factory/ksquares/ksquares.changes2015-07-14 
17:37:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksquares.new/ksquares.changes   2015-10-03 
20:23:49.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:26:34 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:43:56 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:00:17 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  ksquares-15.04.3.tar.xz

New:

  ksquares-15.08.1.tar.xz



Other differences:
--
++ ksquares.spec ++
--- /var/tmp/diff_new_pack.fUR95O/_old  2015-10-03 20:23:50.0 +0200
+++ /var/tmp/diff_new_pack.fUR95O/_new  2015-10-03 20:23:50.0 +0200
@@ -43,7 +43,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://www.kde.org
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source0:ksquares-%{version}.tar.xz
 Obsoletes:  %{name}5 < %{version}

++ ksquares-15.04.3.tar.xz -> ksquares-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-15.04.3/CMakeLists.txt 
new/ksquares-15.08.1/CMakeLists.txt
--- old/ksquares-15.04.3/CMakeLists.txt 2015-06-01 23:07:33.0 +0200
+++ new/ksquares-15.08.1/CMakeLists.txt 2015-07-25 19:37:07.0 +0200
@@ -3,13 +3,15 @@
 cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)
 set (QT_MIN_VERSION "5.3.0")
 
-find_package(ECM 1.3.0 REQUIRED CONFIG)
+find_package(ECM 1.7.0 REQUIRED CONFIG)
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
 find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets Test)
 find_package(KF5 REQUIRED COMPONENTS 
 CoreAddons 
 Config 
+DBusAddons
+DocTools
 WidgetsAddons 
 Config 
 I18n 
@@ -25,6 +27,7 @@
 find_package(KF5KDEGames 4.9.0 REQUIRED)
 
 include(FeatureSummary)
+include(ECMAddAppIcon)
 include(ECMInstallIcons)
 include(KDEInstallDirs)
 include(KDECompilerSettings)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-15.04.3/doc/CMakeLists.txt 
new/ksquares-15.08.1/doc/CMakeLists.txt
--- old/ksquares-15.04.3/doc/CMakeLists.txt 2015-06-01 23:07:33.0 
+0200
+++ new/ksquares-15.08.1/doc/CMakeLists.txt 2015-07-25 19:37:07.0 
+0200
@@ -1 +1 @@
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/en SUBDIR ksquares)
+kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR ksquares)
Files old/ksquares-15.04.3/src/128-apps-ksquares.png and 
new/ksquares-15.08.1/src/128-apps-ksquares.png differ
Files old/ksquares-15.04.3/src/16-apps-ksquares.png and 
new/ksquares-15.08.1/src/16-apps-ksquares.png differ
Files old/ksquares-15.04.3/src/22-apps-ksquares.png and 
new/ksquares-15.08.1/src/22-apps-ksquares.png differ
Files old/ksquares-15.04.3/src/32-apps-ksquares.png and 
new/ksquares-15.08.1/src/32-apps-ksquares.png differ
Files old/ksquares-15.04.3/src/48-apps-ksquares.png and 
new/ksquares-15.08.1/src/48-apps-ksquares.png differ
Files old/ksquares-15.04.3/src/64-apps-ksquares.png and 
new/ksquares-15.08.1/src/64-apps-ksquares.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-15.04.3/src/CMakeLists.txt 
new/ksquares-15.08.1/src/CMakeLists.txt
--- old/ksquares-15.04.3/src/CMakeLists.txt 2015-06-01 23:07:33.0 
+0200
+++ new/ksquares-15.08.1/src/CMakeLists.txt 2015-07-25 19:37:07.0 
+0200
@@ -19,17 +19,18 @@
 
 kconfig_add_kcfg_files(ksquares_SRCS GENERATE_MOC settings.kcfgc) 
#GENERATE_MOC is not needed but it doesn't work without it for some reason :S
 
-#kde4_add_app_icon(ksquares_SRCS 
"${CMAKE_CURRENT_SOURCE_DIR}/hi*-apps-ksquares.p

commit kstars for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package kstars for openSUSE:Factory checked 
in at 2015-10-03 20:23:52

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


Package is "kstars"

Changes:

--- /work/SRC/openSUSE:Factory/kstars/kstars.changes2015-07-14 
17:37:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.kstars.new/kstars.changes   2015-10-03 
20:23:53.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:27:58 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:43:56 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:00:28 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  kstars-15.04.3.tar.xz

New:

  kstars-15.08.1.tar.xz



Other differences:
--
++ kstars.spec ++
--- /var/tmp/diff_new_pack.OQkeW9/_old  2015-10-03 20:23:54.0 +0200
+++ /var/tmp/diff_new_pack.OQkeW9/_new  2015-10-03 20:23:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kstars
-Version:15.04.3
+Version:15.08.1
 Release:0
 Summary:Desktop Planetarium
 License:GPL-2.0+
@@ -97,7 +97,7 @@
 %{_kf5_configkcfgdir}/kstars.kcfg
 %doc %{_kf5_htmldir}/en/kstars/
 %{_kf5_iconsdir}/hicolor/*/*/*
-%_datadir/appdata/kstars.appdata.xml
+%_datadir/appdata/org.kde.kstars.appdata.xml
 %_kf5_kxmlguidir/kstars/
 
 %changelog

++ kstars-15.04.3.tar.xz -> kstars-15.08.1.tar.xz ++
/work/SRC/openSUSE:Factory/kstars/kstars-15.04.3.tar.xz 
/work/SRC/openSUSE:Factory/.kstars.new/kstars-15.08.1.tar.xz differ: char 26, 
line 1




commit kreversi for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

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

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


Package is "kreversi"

Changes:

--- /work/SRC/openSUSE:Factory/kreversi/kreversi.changes2015-07-14 
17:36:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kreversi.new/kreversi.changes   2015-10-03 
20:23:16.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:23:39 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:43:49 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 06:58:34 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  kreversi-15.04.3.tar.xz

New:

  kreversi-15.08.1.tar.xz



Other differences:
--
++ kreversi.spec ++
--- /var/tmp/diff_new_pack.LAlZbX/_old  2015-10-03 20:23:17.0 +0200
+++ /var/tmp/diff_new_pack.LAlZbX/_new  2015-10-03 20:23:17.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source0:kreversi-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kreversi-15.04.3.tar.xz -> kreversi-15.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kreversi-15.04.3/kreversi.desktop 
new/kreversi-15.08.1/kreversi.desktop
--- old/kreversi-15.04.3/kreversi.desktop   2014-12-30 05:20:40.0 
+0100
+++ new/kreversi-15.08.1/kreversi.desktop   2015-03-26 05:47:45.0 
+0100
@@ -15,7 +15,7 @@
 Name[de]=KReversi
 Name[el]=KReversi
 Name[en_GB]=KReversi
-Name[eo]=KReversi
+Name[eo]=Renverso
 Name[es]=KReversi
 Name[et]=KReversi
 Name[eu]=KReversi




  1   2   3   >