commit sysconfig for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package sysconfig for openSUSE:13.1:Update 
checked in at 2014-01-16 10:36:52

Comparing /work/SRC/openSUSE:13.1:Update/sysconfig (Old)
 and  /work/SRC/openSUSE:13.1:Update/.sysconfig.new (New)


Package is sysconfig

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.4iwzC1/_old  2014-01-16 10:36:53.0 +0100
+++ /var/tmp/diff_new_pack.4iwzC1/_new  2014-01-16 10:36:53.0 +0100
@@ -1 +1 @@
-link package='sysconfig.2202' cicount='copy' /
+link package='sysconfig.2467' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit calibre for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package calibre for openSUSE:13.1:Update 
checked in at 2014-01-16 10:37:54

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


Package is calibre

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='calibre.2462' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lilypond.2459 for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package lilypond.2459 for 
openSUSE:13.1:Update checked in at 2014-01-16 10:38:44

Comparing /work/SRC/openSUSE:13.1:Update/lilypond.2459 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.lilypond.2459.new (New)


Package is lilypond.2459

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:13.1:Update/.lilypond.2459.new/lilypond-doc.changes  
2014-01-16 10:38:47.0 +0100
@@ -0,0 +1,165 @@
+---
+Mon Sep  9 15:48:56 UTC 2013 - pgaj...@suse.com
+
+- updated to 2.17.26:
+   * Decimal numbers can now be written directly in music, without a
+ hash sign.  Together with the previous change in the way object
+ properties are specified, the code to change the length of stems
+ has changed from this:
+  \override Stem #'length = #5.6
+  e' f' g' a'
+ to this:
+  \override Stem.length = 5.6
+  e' f' g' a'
+
+ One has to write a digit on both sides of the dot - values like
+ `4.' or `-.3' are not allowed.
+
+ Decimal fractions are also not accepted in `\chordmode'.
+
+   * A number of shorthands like `(', `)', `|', `[', `]', `~', `\(',
+ `\)' and others can now freely be redefined like normal commands.
+ An example would be
+
+  \\{ = (
+  \\} = )
+  ( = \melisma
+  ) = \melismaEnd
+
+  \new Staff 
+\relative c' {
+  c8 \{ d e f \} % slurred
+  g ( a b c ) % no slur, but with melisma
+  c,1 \bar |.
+ }
+ \addlyrics { Li -- ly -- pond. }
+  
+   [image of music]
+   * The articulation shorthand for `\staccatissimo' has been renamed
+ from `-|' to `-!'.
+
+   * Tempo change ranges are now written as `\tempo 4 = 60 - 68' rather
+ than `\tempo 4 = 60 ~ 68'.
+- make-doc-crash.patch upstreamed
+
+---
+Tue Aug 13 07:52:45 UTC 2013 - pgaj...@suse.com
+
+- updated to 2.17.24:
+  * bugfixes
+- make doc do not crash anymore
+  + lilypond-make-doc-crash.patch
+
+---
+Tue Aug  6 13:56:19 UTC 2013 - pgaj...@suse.com
+
+- updated to 2.17.23:
+  * bugfixes
+- removed python26.patch and gcc44-relocate.patch
+
+---
+Wed Mar 27 12:36:28 UTC 2013 - pgaj...@suse.com
+
+- updated to 2.17.14:
+   * The meaning of `instrumentTransposition' has been reversed.  After
+  \set instrumentTransposition = #{ b #}
+ a written `c'' now sounds like `b'.  Previously, this would have
+ been the other way round.  This and the following change should
+ make dealing with transposing instruments more straightforward.
+
+   * The music generated by `\set' and `\override' commands is no
+ longer affected by `\transpose'.  The main consequence is that
+ `\transpose' will transpose audible/concert pitch and printed
+ pitch by the same amount even when the transposed music contains
+ `\transposition'.  Previously,
+  \transpose c' f' \transposition bes'
+ was equivalent to `\transposition f''.  Now it stays equivalent to
+ `\transposition bes''.
+
+   * Tuplets are now created with the `\tuplet' command, which takes a
+ fraction `T/N' to specify that T notes are played in the time
+ usually allowed for N. One `\tuplet' command can create several
+ tuplet groups if their duration is typed after the fraction.
+
+  \tuplet 3/2 { c8 d e } \tuplet 3/2 { f e d } c2
+  \tuplet 3/2 4 { c8 d e f e d } c2
+   [image of music]
+
+
+ The `\times' command with its inverted fraction order `N/T' is
+ still available.
+   etc. see NEWS.txt
+
+---
+Mon Dec 31 14:29:37 UTC 2012 - pgaj...@suse.com
+
+- updated to version 2.17.9:
+  * The `\clef' command supports optional octavation:
+
+  \clef treble_(8)
+  c2 c
+  \clef bass^[15]
+  c2 c
+   * The LilyPond syntax of dot-separated words `Voice.Accidental' has
+ been made interchangeable with `#'(Voice Accidental)', a Scheme
+ list of symbols.  As one result, code like
+ \override Voice.TextSpanner #'(bound-details left text) = rit.
+ is now equivalent to
+ \override Voice.TextSpanner bound-details.left.text = rit.
+ or even
+ \override #'(Voice TextSpanner) bound-details.left.text = rit.
+  * Grob and grob property path no longer need to be specified as two
+ separate arguments to commands like `\override' and `\revert',
+ allowing for the syntax
+ \override 

commit ark for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package ark for openSUSE:13.1:Update checked 
in at 2014-01-16 10:47:57

Comparing /work/SRC/openSUSE:13.1:Update/ark (Old)
 and  /work/SRC/openSUSE:13.1:Update/.ark.new (New)


Package is ark

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ccZYk2/_old  2014-01-16 10:47:59.0 +0100
+++ /var/tmp/diff_new_pack.ccZYk2/_new  2014-01-16 10:47:59.0 +0100
@@ -1 +1 @@
-link package='ark.2253' cicount='copy' /
+link package='ark.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit blinken for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package blinken for openSUSE:13.1:Update 
checked in at 2014-01-16 10:48:00

Comparing /work/SRC/openSUSE:13.1:Update/blinken (Old)
 and  /work/SRC/openSUSE:13.1:Update/.blinken.new (New)


Package is blinken

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.chugIP/_old  2014-01-16 10:48:01.0 +0100
+++ /var/tmp/diff_new_pack.chugIP/_new  2014-01-16 10:48:01.0 +0100
@@ -1 +1 @@
-link package='blinken.2253' cicount='copy' /
+link package='blinken.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bovo.2356 for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package bovo.2356 for openSUSE:13.1:Update 
checked in at 2014-01-16 10:48:09

Comparing /work/SRC/openSUSE:13.1:Update/bovo.2356 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.bovo.2356.new (New)


Package is bovo.2356

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:13.1:Update/.bovo.2356.new/bovo.changes  2014-01-16 
10:48:09.0 +0100
@@ -0,0 +1,133 @@
+---
+Sun Dec  1 09:43:57 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.4
+   * KDE 4.11.4 maintenance release
+   * See http://www.kde.org/announcements/announce-4.11.4.php
+
+---
+Sat Nov  2 15:43:50 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---
+Sat Sep 28 15:38:44 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.2
+   * KDE 4.11.2 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.2.php
+
+---
+Sun Sep  1 10:26:57 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---
+Thu Aug  8 15:29:21 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.0
+   * KDE 4.11 Final release
+   * See http://www.kde.org/announcements/4.11/
+
+---
+Thu Jul 25 22:19:44 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---
+Mon Jul 15 08:12:22 UTC 2013 - cgiboude...@gmx.com
+
+- Update to 4.10.95
+ * KDE 4.11 RC 1 release
+ * See http://www.kde.org/announcements/announce-4.11-rc1.php
+
+---
+Thu Jun 27 18:44:31 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:46:02 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---
+Sat Jun  1 10:26:40 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.4
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.4.php
+   * resolves bnc#8122760
+
+---
+Sat May  4 17:22:05 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---
+Mon Apr  1 19:38:53 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 16:06:19 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---
+Thu Jan 31 18:16:53 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Thu Jan 17 08:37:36 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---
+Thu Jan  3 21:45:50 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---
+Wed Dec 19 19:11:46 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---
+Sat Dec  1 20:34:47 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sun Nov 25 11:27:47 UTC 2012 - tittiatc...@gmail.com
+
+- Drop patch 4_9_branch.diff as it is not used at all
+

commit analitza for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package analitza for openSUSE:13.1:Update 
checked in at 2014-01-16 10:47:53

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


Package is analitza

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.qnVGku/_old  2014-01-16 10:47:54.0 +0100
+++ /var/tmp/diff_new_pack.qnVGku/_new  2014-01-16 10:47:54.0 +0100
@@ -1 +1 @@
-link package='analitza.2253' cicount='copy' /
+link package='analitza.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cantor.2356 for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package cantor.2356 for openSUSE:13.1:Update 
checked in at 2014-01-16 10:48:13

Comparing /work/SRC/openSUSE:13.1:Update/cantor.2356 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.cantor.2356.new (New)


Package is cantor.2356

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:13.1:Update/.cantor.2356.new/cantor.changes  
2014-01-16 10:48:14.0 +0100
@@ -0,0 +1,1415 @@
+---
+Sun Dec  1 09:10:13 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.4
+   * KDE 4.11.4 maintenance release
+   * See http://www.kde.org/announcements/announce-4.11.4.php
+
+---
+Sat Nov  2 15:08:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---
+Sat Sep 28 15:10:15 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.2
+   * KDE 4.11.2 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.2.php
+
+---
+Sun Sep  1 10:01:25 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---
+Thu Aug  8 15:04:14 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.0
+   * KDE 4.11 Final release
+   * See http://www.kde.org/announcements/4.11/
+
+---
+Thu Jul 25 22:20:18 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---
+Mon Jul 15 08:12:23 UTC 2013 - cgiboude...@gmx.com
+
+- Update to 4.10.95
+ * KDE 4.11 RC 1 release
+ * See http://www.kde.org/announcements/announce-4.11-rc1.php
+
+---
+Thu Jun 27 18:15:04 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:18:55 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---
+Sat Jun  1 09:39:04 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.4
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.4.php
+   * resolves bnc#8122760
+
+---
+Sat May  4 16:57:22 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---
+Sat Apr 20 12:19:17 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added R-base BuildRequires for = 13.1
+
+---
+Mon Apr  1 19:19:57 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2
+  * Bugfixes
+
+---
+Mon Mar  4 09:11:10 UTC 2013 - tittiatc...@gmail.com
+
+- Remove patch detect_gfortran_library_correctly.diff. Now included
+  upstream
+
+---
+Sat Mar  2 15:38:11 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---
+Fri Feb  1 12:55:53 UTC 2013 - alinm.el...@gmail.com
+
+- add recommends for maxima and octave 
+
+---
+Fri Feb  1 10:17:53 UTC 2013 - tittiatc...@gmail.com
+
+- Added patch detect_gfortran_library_correctly.diff. Due to the 
+  location of the libgfortran.so file, cmake does not find it. 
+  This patch searches differently for the library by querying the 
+  gfortran binary.
+
+---
+Thu Jan 31 17:49:14 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Mon Jan 21 13:56:24 UTC 2013 - wstephen...@suse.com
+
+- Remove calls to suse_update_desktop_files macro 

commit bovo for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package bovo for openSUSE:13.1:Update 
checked in at 2014-01-16 10:48:13

Comparing /work/SRC/openSUSE:13.1:Update/bovo (Old)
 and  /work/SRC/openSUSE:13.1:Update/.bovo.new (New)


Package is bovo

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.PXYa5l/_old  2014-01-16 10:48:13.0 +0100
+++ /var/tmp/diff_new_pack.PXYa5l/_new  2014-01-16 10:48:13.0 +0100
@@ -1 +1 @@
-link package='bovo.2253' cicount='copy' /
+link package='bovo.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cantor for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package cantor for openSUSE:13.1:Update 
checked in at 2014-01-16 10:48:14

Comparing /work/SRC/openSUSE:13.1:Update/cantor (Old)
 and  /work/SRC/openSUSE:13.1:Update/.cantor.new (New)


Package is cantor

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.PAcRCb/_old  2014-01-16 10:48:16.0 +0100
+++ /var/tmp/diff_new_pack.PAcRCb/_new  2014-01-16 10:48:16.0 +0100
@@ -1 +1 @@
-link package='cantor.2253' cicount='copy' /
+link package='cantor.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amor for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package amor for openSUSE:13.1:Update 
checked in at 2014-01-16 10:47:51

Comparing /work/SRC/openSUSE:13.1:Update/amor (Old)
 and  /work/SRC/openSUSE:13.1:Update/.amor.new (New)


Package is amor

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.VKnhOm/_old  2014-01-16 10:47:52.0 +0100
+++ /var/tmp/diff_new_pack.VKnhOm/_new  2014-01-16 10:47:52.0 +0100
@@ -1 +1 @@
-link package='amor.2253' cicount='copy' /
+link package='amor.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit dolphin-plugins for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package dolphin-plugins for 
openSUSE:13.1:Update checked in at 2014-01-16 10:48:22

Comparing /work/SRC/openSUSE:13.1:Update/dolphin-plugins (Old)
 and  /work/SRC/openSUSE:13.1:Update/.dolphin-plugins.new (New)


Package is dolphin-plugins

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.0KHIZD/_old  2014-01-16 10:48:23.0 +0100
+++ /var/tmp/diff_new_pack.0KHIZD/_new  2014-01-16 10:48:23.0 +0100
@@ -1 +1 @@
-link package='dolphin-plugins.2253' cicount='copy' /
+link package='dolphin-plugins.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bomber for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package bomber for openSUSE:13.1:Update 
checked in at 2014-01-16 10:48:06

Comparing /work/SRC/openSUSE:13.1:Update/bomber (Old)
 and  /work/SRC/openSUSE:13.1:Update/.bomber.new (New)


Package is bomber

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.WCrYFN/_old  2014-01-16 10:48:07.0 +0100
+++ /var/tmp/diff_new_pack.WCrYFN/_new  2014-01-16 10:48:07.0 +0100
@@ -1 +1 @@
-link package='bomber.2253' cicount='copy' /
+link package='bomber.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kate for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kate for openSUSE:13.1:Update 
checked in at 2014-01-16 10:49:07

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


Package is kate

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.8DcfrJ/_old  2014-01-16 10:49:08.0 +0100
+++ /var/tmp/diff_new_pack.8DcfrJ/_new  2014-01-16 10:49:08.0 +0100
@@ -1 +1 @@
-link package='kate.2253' cicount='copy' /
+link package='kate.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gwenview for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package gwenview for openSUSE:13.1:Update 
checked in at 2014-01-16 10:48:37

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


Package is gwenview

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.xj6gKt/_old  2014-01-16 10:48:39.0 +0100
+++ /var/tmp/diff_new_pack.xj6gKt/_new  2014-01-16 10:48:39.0 +0100
@@ -1 +1 @@
-link package='gwenview.2253' cicount='copy' /
+link package='gwenview.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cervisia for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package cervisia for openSUSE:13.1:Update 
checked in at 2014-01-16 10:48:16

Comparing /work/SRC/openSUSE:13.1:Update/cervisia (Old)
 and  /work/SRC/openSUSE:13.1:Update/.cervisia.new (New)


Package is cervisia

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.mKHsFP/_old  2014-01-16 10:48:18.0 +0100
+++ /var/tmp/diff_new_pack.mKHsFP/_new  2014-01-16 10:48:18.0 +0100
@@ -1 +1 @@
-link package='cervisia.2253' cicount='copy' /
+link package='cervisia.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit granatier for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package granatier for openSUSE:13.1:Update 
checked in at 2014-01-16 10:48:36

Comparing /work/SRC/openSUSE:13.1:Update/granatier (Old)
 and  /work/SRC/openSUSE:13.1:Update/.granatier.new (New)


Package is granatier

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.HC1n9o/_old  2014-01-16 10:48:37.0 +0100
+++ /var/tmp/diff_new_pack.HC1n9o/_new  2014-01-16 10:48:37.0 +0100
@@ -1 +1 @@
-link package='granatier.2253' cicount='copy' /
+link package='granatier.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit dragonplayer for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package dragonplayer for 
openSUSE:13.1:Update checked in at 2014-01-16 10:48:25

Comparing /work/SRC/openSUSE:13.1:Update/dragonplayer (Old)
 and  /work/SRC/openSUSE:13.1:Update/.dragonplayer.new (New)


Package is dragonplayer

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.4m001v/_old  2014-01-16 10:48:29.0 +0100
+++ /var/tmp/diff_new_pack.4m001v/_new  2014-01-16 10:48:29.0 +0100
@@ -1 +1 @@
-link package='dragonplayer.2253' cicount='copy' /
+link package='dragonplayer.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kaccessible for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kaccessible for openSUSE:13.1:Update 
checked in at 2014-01-16 10:48:43

Comparing /work/SRC/openSUSE:13.1:Update/kaccessible (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kaccessible.new (New)


Package is kaccessible

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.KzrEeD/_old  2014-01-16 10:48:44.0 +0100
+++ /var/tmp/diff_new_pack.KzrEeD/_new  2014-01-16 10:48:44.0 +0100
@@ -1 +1 @@
-link package='kaccessible.2253' cicount='copy' /
+link package='kaccessible.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit filelight.2356 for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package filelight.2356 for 
openSUSE:13.1:Update checked in at 2014-01-16 10:48:30

Comparing /work/SRC/openSUSE:13.1:Update/filelight.2356 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.filelight.2356.new (New)


Package is filelight.2356

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:13.1:Update/.filelight.2356.new/filelight.changes
2014-01-16 10:48:33.0 +0100
@@ -0,0 +1,1250 @@
+---
+Sun Dec  1 09:16:58 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.4
+   * KDE 4.11.4 maintenance release
+   * See http://www.kde.org/announcements/announce-4.11.4.php
+
+---
+Sat Nov  2 15:15:56 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---
+Sat Sep 28 15:15:53 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.2
+   * KDE 4.11.2 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.2.php
+
+---
+Sun Sep  1 10:07:39 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---
+Thu Aug  8 15:13:19 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.0
+   * KDE 4.11 Final release
+   * See http://www.kde.org/announcements/4.11/
+
+---
+Thu Jul 25 22:22:17 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---
+Wed Jul 24 18:30:05 UTC 2013 - hrvoje.sen...@gmail.com
+
+- BuildRequire only libkde4-devel, instead of kdebase4-workspace-devel
+
+---
+Mon Jul 15 08:12:26 UTC 2013 - cgiboude...@gmx.com
+
+- Update to 4.10.95
+ * KDE 4.11 RC 1 release
+ * See http://www.kde.org/announcements/announce-4.11-rc1.php
+
+---
+Thu Jun 27 18:22:57 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:31:25 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---
+Sat Jun  1 09:48:09 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.4
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.4.php
+   * resolves bnc#8122760
+
+---
+Sat May  4 17:03:50 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---
+Mon Apr  1 19:22:10 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 15:46:02 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---
+Thu Jan 31 17:56:12 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Thu Jan 17 08:13:18 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---
+Thu Jan  3 21:19:53 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---
+Wed Dec 19 18:46:09 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---
+Sat Dec  1 20:12:53 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+

commit filelight for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package filelight for openSUSE:13.1:Update 
checked in at 2014-01-16 10:48:34

Comparing /work/SRC/openSUSE:13.1:Update/filelight (Old)
 and  /work/SRC/openSUSE:13.1:Update/.filelight.new (New)


Package is filelight

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.KwkQRU/_old  2014-01-16 10:48:35.0 +0100
+++ /var/tmp/diff_new_pack.KwkQRU/_new  2014-01-16 10:48:35.0 +0100
@@ -1 +1 @@
-link package='filelight.2253' cicount='copy' /
+link package='filelight.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit jovie for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package jovie for openSUSE:13.1:Update 
checked in at 2014-01-16 10:48:39

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


Package is jovie

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.NzgR57/_old  2014-01-16 10:48:40.0 +0100
+++ /var/tmp/diff_new_pack.NzgR57/_new  2014-01-16 10:48:40.0 +0100
@@ -1 +1 @@
-link package='jovie.2253' cicount='copy' /
+link package='jovie.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kactivities4 for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kactivities4 for 
openSUSE:13.1:Update checked in at 2014-01-16 10:48:46

Comparing /work/SRC/openSUSE:13.1:Update/kactivities4 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kactivities4.new (New)


Package is kactivities4

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.543mOW/_old  2014-01-16 10:48:47.0 +0100
+++ /var/tmp/diff_new_pack.543mOW/_new  2014-01-16 10:48:47.0 +0100
@@ -1 +1 @@
-link package='kactivities4.2253' cicount='copy' /
+link package='kactivities4.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit juk for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package juk for openSUSE:13.1:Update checked 
in at 2014-01-16 10:48:41

Comparing /work/SRC/openSUSE:13.1:Update/juk (Old)
 and  /work/SRC/openSUSE:13.1:Update/.juk.new (New)


Package is juk

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.1F0ZUM/_old  2014-01-16 10:48:42.0 +0100
+++ /var/tmp/diff_new_pack.1F0ZUM/_new  2014-01-16 10:48:42.0 +0100
@@ -1 +1 @@
-link package='juk.2253' cicount='copy' /
+link package='juk.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kalzium.2356 for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kalzium.2356 for 
openSUSE:13.1:Update checked in at 2014-01-16 10:48:54

Comparing /work/SRC/openSUSE:13.1:Update/kalzium.2356 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kalzium.2356.new (New)


Package is kalzium.2356

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:13.1:Update/.kalzium.2356.new/kalzium.changes
2014-01-16 10:48:55.0 +0100
@@ -0,0 +1,1387 @@
+---
+Sun Dec  1 09:10:27 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.4
+   * KDE 4.11.4 maintenance release
+   * See http://www.kde.org/announcements/announce-4.11.4.php
+
+---
+Sat Nov  2 15:09:10 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---
+Sat Sep 28 15:10:31 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.2
+   * KDE 4.11.2 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.2.php
+
+---
+Sun Sep  1 10:01:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---
+Thu Aug  8 15:04:44 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.0
+   * KDE 4.11 Final release
+   * See http://www.kde.org/announcements/4.11/
+
+---
+Thu Jul 25 22:26:01 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---
+Mon Jul 15 08:12:34 UTC 2013 - cgiboude...@gmx.com
+
+- Update to 4.10.95
+ * KDE 4.11 RC 1 release
+ * See http://www.kde.org/announcements/announce-4.11-rc1.php
+
+---
+Thu Jun 27 18:15:31 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:19:23 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---
+Sat Jun  1 09:40:00 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.4
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.4.php
+   * resolves bnc#8122760
+
+---
+Sat May  4 16:57:45 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---
+Mon Apr  1 19:15:45 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 15:38:30 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---
+Thu Jan 31 17:49:34 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Mon Jan 21 13:56:24 UTC 2013 - wstephen...@suse.com
+
+- Remove calls to suse_update_desktop_files macro where upstream now has the 
correct desktop file categories
+
+---
+Thu Jan 17 08:07:09 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---
+Thu Jan  3 21:12:06 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---
+Tue Jan  1 20:28:36 UTC 2013 - asterios.dra...@gmail.com
+
+- Removed unneeded build requirements gsl-devel, kdebase4-workspace-devel,
+  libgmm++-devel, libqalculate-devel, libspectre-devel, python-qt4-devel and
+  readline-devel. Added libkde4-devel.
+- Removed unneeded runtime requirement for libkeduvocdocument4.
+

commit kalzium for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kalzium for openSUSE:13.1:Update 
checked in at 2014-01-16 10:48:56

Comparing /work/SRC/openSUSE:13.1:Update/kalzium (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kalzium.new (New)


Package is kalzium

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.cpyK07/_old  2014-01-16 10:48:57.0 +0100
+++ /var/tmp/diff_new_pack.cpyK07/_new  2014-01-16 10:48:57.0 +0100
@@ -1 +1 @@
-link package='kalzium.2253' cicount='copy' /
+link package='kalzium.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kbounce for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kbounce for openSUSE:13.1:Update 
checked in at 2014-01-16 10:49:21

Comparing /work/SRC/openSUSE:13.1:Update/kbounce (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kbounce.new (New)


Package is kbounce

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.UmGkhj/_old  2014-01-16 10:49:22.0 +0100
+++ /var/tmp/diff_new_pack.UmGkhj/_new  2014-01-16 10:49:22.0 +0100
@@ -1 +1 @@
-link package='kbounce.2253' cicount='copy' /
+link package='kbounce.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit katomic.2356 for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package katomic.2356 for 
openSUSE:13.1:Update checked in at 2014-01-16 10:49:08

Comparing /work/SRC/openSUSE:13.1:Update/katomic.2356 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.katomic.2356.new (New)


Package is katomic.2356

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:13.1:Update/.katomic.2356.new/katomic.changes
2014-01-16 10:49:09.0 +0100
@@ -0,0 +1,133 @@
+---
+Sun Dec  1 09:44:33 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.4
+   * KDE 4.11.4 maintenance release
+   * See http://www.kde.org/announcements/announce-4.11.4.php
+
+---
+Sat Nov  2 15:44:32 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---
+Sat Sep 28 15:39:17 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.2
+   * KDE 4.11.2 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.2.php
+
+---
+Sun Sep  1 10:27:36 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---
+Thu Aug  8 15:30:04 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.0
+   * KDE 4.11 Final release
+   * See http://www.kde.org/announcements/4.11/
+
+---
+Thu Jul 25 22:28:13 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---
+Mon Jul 15 08:12:39 UTC 2013 - cgiboude...@gmx.com
+
+- Update to 4.10.95
+ * KDE 4.11 RC 1 release
+ * See http://www.kde.org/announcements/announce-4.11-rc1.php
+
+---
+Thu Jun 27 18:45:38 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:47:30 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---
+Sat Jun  1 10:27:25 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.4
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.4.php
+   * resolves bnc#8122760
+
+---
+Sat May  4 17:22:56 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---
+Mon Apr  1 19:39:36 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 16:07:45 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---
+Thu Jan 31 18:17:45 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Thu Jan 17 08:38:13 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---
+Thu Jan  3 21:46:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---
+Wed Dec 19 19:12:23 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---
+Sat Dec  1 20:35:19 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sun Nov 25 11:37:31 UTC 2012 - tittiatc...@gmail.com
+
+- Drop patch 4_9_branch.diff as it is not used at all
+

commit kblocks.2356 for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kblocks.2356 for 
openSUSE:13.1:Update checked in at 2014-01-16 10:49:15

Comparing /work/SRC/openSUSE:13.1:Update/kblocks.2356 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kblocks.2356.new (New)


Package is kblocks.2356

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:13.1:Update/.kblocks.2356.new/kblocks.changes
2014-01-16 10:49:16.0 +0100
@@ -0,0 +1,133 @@
+---
+Sun Dec  1 09:44:49 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.4
+   * KDE 4.11.4 maintenance release
+   * See http://www.kde.org/announcements/announce-4.11.4.php
+
+---
+Sat Nov  2 15:44:46 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---
+Sat Sep 28 15:39:34 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.2
+   * KDE 4.11.2 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.2.php
+
+---
+Sun Sep  1 10:27:52 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---
+Thu Aug  8 15:30:24 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.0
+   * KDE 4.11 Final release
+   * See http://www.kde.org/announcements/4.11/
+
+---
+Thu Jul 25 22:29:06 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---
+Mon Jul 15 08:12:40 UTC 2013 - cgiboude...@gmx.com
+
+- Update to 4.10.95
+ * KDE 4.11 RC 1 release
+ * See http://www.kde.org/announcements/announce-4.11-rc1.php
+
+---
+Thu Jun 27 18:46:10 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:47:49 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---
+Sat Jun  1 10:27:41 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.4
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.4.php
+   * resolves bnc#8122760
+
+---
+Sat May  4 17:23:13 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---
+Mon Apr  1 19:39:57 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 16:08:12 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---
+Thu Jan 31 18:18:00 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Thu Jan 17 08:38:26 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---
+Thu Jan  3 21:47:00 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---
+Wed Dec 19 19:12:33 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---
+Sat Dec  1 20:35:31 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sun Nov 25 11:28:07 UTC 2012 - tittiatc...@gmail.com
+
+- Drop patch 4_9_branch.diff as it is not used at all
+

commit kalgebra for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kalgebra for openSUSE:13.1:Update 
checked in at 2014-01-16 10:48:53

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


Package is kalgebra

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.0fPdyd/_old  2014-01-16 10:48:54.0 +0100
+++ /var/tmp/diff_new_pack.0fPdyd/_new  2014-01-16 10:48:54.0 +0100
@@ -1 +1 @@
-link package='kalgebra.2253' cicount='copy' /
+link package='kalgebra.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kamera for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kamera for openSUSE:13.1:Update 
checked in at 2014-01-16 10:48:59

Comparing /work/SRC/openSUSE:13.1:Update/kamera (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kamera.new (New)


Package is kamera

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.t2TSy1/_old  2014-01-16 10:49:00.0 +0100
+++ /var/tmp/diff_new_pack.t2TSy1/_new  2014-01-16 10:49:00.0 +0100
@@ -1 +1 @@
-link package='kamera.2253' cicount='copy' /
+link package='kamera.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kapptemplate for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kapptemplate for 
openSUSE:13.1:Update checked in at 2014-01-16 10:49:05

Comparing /work/SRC/openSUSE:13.1:Update/kapptemplate (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kapptemplate.new (New)


Package is kapptemplate

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ofenjM/_old  2014-01-16 10:49:06.0 +0100
+++ /var/tmp/diff_new_pack.ofenjM/_new  2014-01-16 10:49:06.0 +0100
@@ -1 +1 @@
-link package='kapptemplate.2253' cicount='copy' /
+link package='kapptemplate.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kanagram for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kanagram for openSUSE:13.1:Update 
checked in at 2014-01-16 10:49:01

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


Package is kanagram

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.SxM7FG/_old  2014-01-16 10:49:02.0 +0100
+++ /var/tmp/diff_new_pack.SxM7FG/_new  2014-01-16 10:49:02.0 +0100
@@ -1 +1 @@
-link package='kanagram.2253' cicount='copy' /
+link package='kanagram.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kapman for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kapman for openSUSE:13.1:Update 
checked in at 2014-01-16 10:49:03

Comparing /work/SRC/openSUSE:13.1:Update/kapman (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kapman.new (New)


Package is kapman

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Ez2ZU4/_old  2014-01-16 10:49:04.0 +0100
+++ /var/tmp/diff_new_pack.Ez2ZU4/_new  2014-01-16 10:49:04.0 +0100
@@ -1 +1 @@
-link package='kapman.2253' cicount='copy' /
+link package='kapman.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kajongg for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kajongg for openSUSE:13.1:Update 
checked in at 2014-01-16 10:48:48

Comparing /work/SRC/openSUSE:13.1:Update/kajongg (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kajongg.new (New)


Package is kajongg

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.cszWKj/_old  2014-01-16 10:48:49.0 +0100
+++ /var/tmp/diff_new_pack.cszWKj/_new  2014-01-16 10:48:49.0 +0100
@@ -1 +1 @@
-link package='kajongg.2253' cicount='copy' /
+link package='kajongg.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kcachegrind for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kcachegrind for openSUSE:13.1:Update 
checked in at 2014-01-16 10:49:35

Comparing /work/SRC/openSUSE:13.1:Update/kcachegrind (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kcachegrind.new (New)


Package is kcachegrind

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.DuOilm/_old  2014-01-16 10:49:36.0 +0100
+++ /var/tmp/diff_new_pack.DuOilm/_new  2014-01-16 10:49:36.0 +0100
@@ -1 +1 @@
-link package='kcachegrind.2253' cicount='copy' /
+link package='kcachegrind.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kbruch for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kbruch for openSUSE:13.1:Update 
checked in at 2014-01-16 10:49:33

Comparing /work/SRC/openSUSE:13.1:Update/kbruch (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kbruch.new (New)


Package is kbruch

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.kbe6fC/_old  2014-01-16 10:49:34.0 +0100
+++ /var/tmp/diff_new_pack.kbe6fC/_new  2014-01-16 10:49:34.0 +0100
@@ -1 +1 @@
-link package='kbruch.2253' cicount='copy' /
+link package='kbruch.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kbreakout for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kbreakout for openSUSE:13.1:Update 
checked in at 2014-01-16 10:49:29

Comparing /work/SRC/openSUSE:13.1:Update/kbreakout (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kbreakout.new (New)


Package is kbreakout

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.WgxVZE/_old  2014-01-16 10:49:30.0 +0100
+++ /var/tmp/diff_new_pack.WgxVZE/_new  2014-01-16 10:49:30.0 +0100
@@ -1 +1 @@
-link package='kbreakout.2253' cicount='copy' /
+link package='kbreakout.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kcalc for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kcalc for openSUSE:13.1:Update 
checked in at 2014-01-16 10:49:37

Comparing /work/SRC/openSUSE:13.1:Update/kcalc (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kcalc.new (New)


Package is kcalc

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.cPPmph/_old  2014-01-16 10:49:39.0 +0100
+++ /var/tmp/diff_new_pack.cPPmph/_new  2014-01-16 10:49:39.0 +0100
@@ -1 +1 @@
-link package='kcalc.2253' cicount='copy' /
+link package='kcalc.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdebase4-artwork for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-artwork for 
openSUSE:13.1:Update checked in at 2014-01-16 10:50:03

Comparing /work/SRC/openSUSE:13.1:Update/kdebase4-artwork (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdebase4-artwork.new (New)


Package is kdebase4-artwork

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.XEeJUY/_old  2014-01-16 10:50:04.0 +0100
+++ /var/tmp/diff_new_pack.XEeJUY/_new  2014-01-16 10:50:04.0 +0100
@@ -1 +1 @@
-link package='kdebase4-artwork.2253' cicount='copy' /
+link package='kdebase4-artwork.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kblocks for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kblocks for openSUSE:13.1:Update 
checked in at 2014-01-16 10:49:16

Comparing /work/SRC/openSUSE:13.1:Update/kblocks (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kblocks.new (New)


Package is kblocks

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.hVPvfo/_old  2014-01-16 10:49:17.0 +0100
+++ /var/tmp/diff_new_pack.hVPvfo/_new  2014-01-16 10:49:17.0 +0100
@@ -1 +1 @@
-link package='kblocks.2253' cicount='copy' /
+link package='kblocks.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdebase4-runtime for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-runtime for 
openSUSE:13.1:Update checked in at 2014-01-16 10:50:06

Comparing /work/SRC/openSUSE:13.1:Update/kdebase4-runtime (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdebase4-runtime.new (New)


Package is kdebase4-runtime

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.9tWo9A/_old  2014-01-16 10:50:07.0 +0100
+++ /var/tmp/diff_new_pack.9tWo9A/_new  2014-01-16 10:50:07.0 +0100
@@ -1 +1 @@
-link package='kdebase4-runtime.2253' cicount='copy' /
+link package='kdebase4-runtime.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kcolorchooser for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kcolorchooser for 
openSUSE:13.1:Update checked in at 2014-01-16 10:49:44

Comparing /work/SRC/openSUSE:13.1:Update/kcolorchooser (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kcolorchooser.new (New)


Package is kcolorchooser

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.FNnRYs/_old  2014-01-16 10:49:45.0 +0100
+++ /var/tmp/diff_new_pack.FNnRYs/_new  2014-01-16 10:49:45.0 +0100
@@ -1 +1 @@
-link package='kcolorchooser.2253' cicount='copy' /
+link package='kcolorchooser.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kblackbox for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kblackbox for openSUSE:13.1:Update 
checked in at 2014-01-16 10:49:14

Comparing /work/SRC/openSUSE:13.1:Update/kblackbox (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kblackbox.new (New)


Package is kblackbox

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.mLjWfE/_old  2014-01-16 10:49:15.0 +0100
+++ /var/tmp/diff_new_pack.mLjWfE/_new  2014-01-16 10:49:15.0 +0100
@@ -1 +1 @@
-link package='kblackbox.2253' cicount='copy' /
+link package='kblackbox.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdebase4-wallpapers for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-wallpapers for 
openSUSE:13.1:Update checked in at 2014-01-16 10:50:09

Comparing /work/SRC/openSUSE:13.1:Update/kdebase4-wallpapers (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdebase4-wallpapers.new (New)


Package is kdebase4-wallpapers

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.UjN9EX/_old  2014-01-16 10:50:10.0 +0100
+++ /var/tmp/diff_new_pack.UjN9EX/_new  2014-01-16 10:50:10.0 +0100
@@ -1 +1 @@
-link package='kdebase4-wallpapers.2253' cicount='copy' /
+link package='kdebase4-wallpapers.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kcron for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kcron for openSUSE:13.1:Update 
checked in at 2014-01-16 10:49:47

Comparing /work/SRC/openSUSE:13.1:Update/kcron (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kcron.new (New)


Package is kcron

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ujX68z/_old  2014-01-16 10:49:48.0 +0100
+++ /var/tmp/diff_new_pack.ujX68z/_new  2014-01-16 10:49:48.0 +0100
@@ -1 +1 @@
-link package='kcron.2253' cicount='copy' /
+link package='kcron.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit katomic for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package katomic for openSUSE:13.1:Update 
checked in at 2014-01-16 10:49:12

Comparing /work/SRC/openSUSE:13.1:Update/katomic (Old)
 and  /work/SRC/openSUSE:13.1:Update/.katomic.new (New)


Package is katomic

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.NENYcy/_old  2014-01-16 10:49:13.0 +0100
+++ /var/tmp/diff_new_pack.NENYcy/_new  2014-01-16 10:49:13.0 +0100
@@ -1 +1 @@
-link package='katomic.2253' cicount='copy' /
+link package='katomic.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kde-mplayer-thumbnailer for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kde-mplayer-thumbnailer for 
openSUSE:13.1:Update checked in at 2014-01-16 10:49:52

Comparing /work/SRC/openSUSE:13.1:Update/kde-mplayer-thumbnailer (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kde-mplayer-thumbnailer.new (New)


Package is kde-mplayer-thumbnailer

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.gge7MZ/_old  2014-01-16 10:49:53.0 +0100
+++ /var/tmp/diff_new_pack.gge7MZ/_new  2014-01-16 10:49:53.0 +0100
@@ -1 +1 @@
-link package='kde-mplayer-thumbnailer.2253' cicount='copy' /
+link package='kde-mplayer-thumbnailer.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kcharselect for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kcharselect for openSUSE:13.1:Update 
checked in at 2014-01-16 10:49:42

Comparing /work/SRC/openSUSE:13.1:Update/kcharselect (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kcharselect.new (New)


Package is kcharselect

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.nl8eV5/_old  2014-01-16 10:49:43.0 +0100
+++ /var/tmp/diff_new_pack.nl8eV5/_new  2014-01-16 10:49:43.0 +0100
@@ -1 +1 @@
-link package='kcharselect.2253' cicount='copy' /
+link package='kcharselect.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdeartwork4 for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdeartwork4 for openSUSE:13.1:Update 
checked in at 2014-01-16 10:49:57

Comparing /work/SRC/openSUSE:13.1:Update/kdeartwork4 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdeartwork4.new (New)


Package is kdeartwork4

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.1QpbGc/_old  2014-01-16 10:49:59.0 +0100
+++ /var/tmp/diff_new_pack.1QpbGc/_new  2014-01-16 10:49:59.0 +0100
@@ -1 +1 @@
-link package='kdeartwork4.2253' cicount='copy' /
+link package='kdeartwork4.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kde-dev-utils for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kde-dev-utils for 
openSUSE:13.1:Update checked in at 2014-01-16 10:49:49

Comparing /work/SRC/openSUSE:13.1:Update/kde-dev-utils (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kde-dev-utils.new (New)


Package is kde-dev-utils

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.s93zId/_old  2014-01-16 10:49:50.0 +0100
+++ /var/tmp/diff_new_pack.s93zId/_new  2014-01-16 10:49:50.0 +0100
@@ -1 +1 @@
-link package='kde-dev-utils.2253' cicount='copy' /
+link package='kde-dev-utils.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kde4-print-manager for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kde4-print-manager for 
openSUSE:13.1:Update checked in at 2014-01-16 10:49:54

Comparing /work/SRC/openSUSE:13.1:Update/kde4-print-manager (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kde4-print-manager.new (New)


Package is kde4-print-manager

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.8dIpBh/_old  2014-01-16 10:49:55.0 +0100
+++ /var/tmp/diff_new_pack.8dIpBh/_new  2014-01-16 10:49:55.0 +0100
@@ -1 +1 @@
-link package='kde4-print-manager.2253' cicount='copy' /
+link package='kde4-print-manager.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdebase4-workspace for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:13.1:Update checked in at 2014-01-16 10:50:13

Comparing /work/SRC/openSUSE:13.1:Update/kdebase4-workspace (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdebase4-workspace.new (New)


Package is kdebase4-workspace

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.7ehAjX/_old  2014-01-16 10:50:14.0 +0100
+++ /var/tmp/diff_new_pack.7ehAjX/_new  2014-01-16 10:50:14.0 +0100
@@ -1 +1 @@
-link package='kdebase4-workspace.2253' cicount='copy' /
+link package='kdebase4-workspace.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdesdk-strigi-analyzers.2356 for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdesdk-strigi-analyzers.2356 for 
openSUSE:13.1:Update checked in at 2014-01-16 10:51:10

Comparing /work/SRC/openSUSE:13.1:Update/kdesdk-strigi-analyzers.2356 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdesdk-strigi-analyzers.2356.new (New)


Package is kdesdk-strigi-analyzers.2356

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ 
/work/SRC/openSUSE:13.1:Update/.kdesdk-strigi-analyzers.2356.new/kdesdk-strigi-analyzers.changes
2014-01-16 10:51:11.0 +0100
@@ -0,0 +1,47 @@
+---
+Sun Dec  1 09:50:06 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.4
+   * KDE 4.11.4 maintenance release
+   * See http://www.kde.org/announcements/announce-4.11.4.php
+
+---
+Sat Nov  2 15:50:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---
+Sat Sep 28 15:44:31 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.2
+   * KDE 4.11.2 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.2.php
+
+---
+Sun Sep  1 10:33:24 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---
+Thu Aug  8 16:07:52 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.0
+   * KDE 4.11 Final release
+   * See http://www.kde.org/announcements/4.11/
+
+---
+Thu Jul 25 22:46:47 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---
+Mon Jul 15 13:08:14 UTC 2013 - cgiboude...@gmx.com
+
+- Add kdesdk-strigi-analyzers
+

New:

  kdesdk-strigi-analyzers-4.11.4.tar.xz
  kdesdk-strigi-analyzers.changes
  kdesdk-strigi-analyzers.spec



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

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


Name:   kdesdk-strigi-analyzers
BuildRequires:  libkde4-devel
BuildRequires:  strigi-devel
Summary:Base package for kdesdk apps
License:LGPL-2.0+ and GPL-2.0
Group:  Productivity/Other
Url:http://www.kde.org
Version:4.11.4
Release:0
Source0:%{name}-%{version}.tar.xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires

%description
This package contains strigi analyzers for kdesdk apps.

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

%build
  %cmake_kde4 -d build
  %make_jobs

%install
  %kde4_makeinstall -C build
  %kde_post_install

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc COPYING*
%dir %{_kde4_libdir}/strigi
%dir %{_kde4_datadir}/strigi
%dir %{_kde4_datadir}/strigi/fieldproperties
%{_kde4_datadir}/strigi/fieldproperties/strigi_translation.fieldproperties
%{_kde4_libdir}/strigi/strigila_diff.so
%{_kde4_libdir}/strigi/strigila_po.so
%{_kde4_libdir}/strigi/strigita_ts.so
%{_kde4_libdir}/strigi/strigita_xlf.so

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdebindings-smokegen for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:13.1:Update checked in at 2014-01-16 10:50:20

Comparing /work/SRC/openSUSE:13.1:Update/kdebindings-smokegen (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdebindings-smokegen.new (New)


Package is kdebindings-smokegen

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.huH8TX/_old  2014-01-16 10:50:21.0 +0100
+++ /var/tmp/diff_new_pack.huH8TX/_new  2014-01-16 10:50:21.0 +0100
@@ -1 +1 @@
-link package='kdebindings-smokegen.2253' cicount='copy' /
+link package='kdebindings-smokegen.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdebase4 for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdebase4 for openSUSE:13.1:Update 
checked in at 2014-01-16 10:50:17

Comparing /work/SRC/openSUSE:13.1:Update/kdebase4 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdebase4.new (New)


Package is kdebase4

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.TiNXKM/_old  2014-01-16 10:50:18.0 +0100
+++ /var/tmp/diff_new_pack.TiNXKM/_new  2014-01-16 10:50:18.0 +0100
@@ -1 +1 @@
-link package='kdebase4.2253' cicount='copy' /
+link package='kdebase4.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdebindings-smokekde for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokekde for 
openSUSE:13.1:Update checked in at 2014-01-16 10:50:22

Comparing /work/SRC/openSUSE:13.1:Update/kdebindings-smokekde (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdebindings-smokekde.new (New)


Package is kdebindings-smokekde

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.mbccAv/_old  2014-01-16 10:50:23.0 +0100
+++ /var/tmp/diff_new_pack.mbccAv/_new  2014-01-16 10:50:23.0 +0100
@@ -1 +1 @@
-link package='kdebindings-smokekde.2253' cicount='copy' /
+link package='kdebindings-smokekde.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdepim4-runtime for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for 
openSUSE:13.1:Update checked in at 2014-01-16 10:50:50

Comparing /work/SRC/openSUSE:13.1:Update/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdepim4-runtime.new (New)


Package is kdepim4-runtime

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ivLukU/_old  2014-01-16 10:50:51.0 +0100
+++ /var/tmp/diff_new_pack.ivLukU/_new  2014-01-16 10:50:51.0 +0100
@@ -1 +1 @@
-link package='kdepim4-runtime.2253' cicount='copy' /
+link package='kdepim4-runtime.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdenetwork4-filesharing for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdenetwork4-filesharing for 
openSUSE:13.1:Update checked in at 2014-01-16 10:50:48

Comparing /work/SRC/openSUSE:13.1:Update/kdenetwork4-filesharing (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdenetwork4-filesharing.new (New)


Package is kdenetwork4-filesharing

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.P4oFAZ/_old  2014-01-16 10:50:49.0 +0100
+++ /var/tmp/diff_new_pack.P4oFAZ/_new  2014-01-16 10:50:49.0 +0100
@@ -1 +1 @@
-link package='kdenetwork4-filesharing.2253' cicount='copy' /
+link package='kdenetwork4-filesharing.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdegraphics-strigi-analyzer for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdegraphics-strigi-analyzer for 
openSUSE:13.1:Update checked in at 2014-01-16 10:50:30

Comparing /work/SRC/openSUSE:13.1:Update/kdegraphics-strigi-analyzer (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdegraphics-strigi-analyzer.new (New)


Package is kdegraphics-strigi-analyzer

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.4n2ZoR/_old  2014-01-16 10:50:31.0 +0100
+++ /var/tmp/diff_new_pack.4n2ZoR/_new  2014-01-16 10:50:31.0 +0100
@@ -1 +1 @@
-link package='kdegraphics-strigi-analyzer.2253' cicount='copy' /
+link package='kdegraphics-strigi-analyzer.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdegraphics-thumbnailers for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdegraphics-thumbnailers for 
openSUSE:13.1:Update checked in at 2014-01-16 10:50:34

Comparing /work/SRC/openSUSE:13.1:Update/kdegraphics-thumbnailers (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdegraphics-thumbnailers.new (New)


Package is kdegraphics-thumbnailers

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.1y0HMY/_old  2014-01-16 10:50:35.0 +0100
+++ /var/tmp/diff_new_pack.1y0HMY/_new  2014-01-16 10:50:35.0 +0100
@@ -1 +1 @@
-link package='kdegraphics-thumbnailers.2253' cicount='copy' /
+link package='kdegraphics-thumbnailers.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdelibs4 for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdelibs4 for openSUSE:13.1:Update 
checked in at 2014-01-16 10:50:42

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


Package is kdelibs4

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.uWuJd8/_old  2014-01-16 10:50:43.0 +0100
+++ /var/tmp/diff_new_pack.uWuJd8/_new  2014-01-16 10:50:43.0 +0100
@@ -1 +1 @@
-link package='kdelibs4.2253' cicount='copy' /
+link package='kdelibs4.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdebindings-smokeqt for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokeqt for 
openSUSE:13.1:Update checked in at 2014-01-16 10:50:24

Comparing /work/SRC/openSUSE:13.1:Update/kdebindings-smokeqt (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdebindings-smokeqt.new (New)


Package is kdebindings-smokeqt

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ZDTLl6/_old  2014-01-16 10:50:25.0 +0100
+++ /var/tmp/diff_new_pack.ZDTLl6/_new  2014-01-16 10:50:25.0 +0100
@@ -1 +1 @@
-link package='kdebindings-smokeqt.2253' cicount='copy' /
+link package='kdebindings-smokeqt.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdepimlibs4 for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdepimlibs4 for openSUSE:13.1:Update 
checked in at 2014-01-16 10:51:02

Comparing /work/SRC/openSUSE:13.1:Update/kdepimlibs4 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdepimlibs4.new (New)


Package is kdepimlibs4

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.fTM0Dp/_old  2014-01-16 10:51:03.0 +0100
+++ /var/tmp/diff_new_pack.fTM0Dp/_new  2014-01-16 10:51:03.0 +0100
@@ -1 +1 @@
-link package='kdepimlibs4.2253' cicount='copy' /
+link package='kdepimlibs4.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdesdk-strigi-analyzers for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdesdk-strigi-analyzers for 
openSUSE:13.1:Update checked in at 2014-01-16 10:51:14

Comparing /work/SRC/openSUSE:13.1:Update/kdesdk-strigi-analyzers (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdesdk-strigi-analyzers.new (New)


Package is kdesdk-strigi-analyzers

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ZWyzYa/_old  2014-01-16 10:51:16.0 +0100
+++ /var/tmp/diff_new_pack.ZWyzYa/_new  2014-01-16 10:51:16.0 +0100
@@ -1 +1 @@
-link package='kdesdk-strigi-analyzers.2253' cicount='copy' /
+link package='kdesdk-strigi-analyzers.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdepimlibs4.2356 for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdepimlibs4.2356 for 
openSUSE:13.1:Update checked in at 2014-01-16 10:51:00

Comparing /work/SRC/openSUSE:13.1:Update/kdepimlibs4.2356 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdepimlibs4.2356.new (New)


Package is kdepimlibs4.2356

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:13.1:Update/.kdepimlibs4.2356.new/kdepimlibs4.changes
2014-01-16 10:51:01.0 +0100
@@ -0,0 +1,1071 @@
+---
+Sun Dec  1 09:03:33 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.4
+   * KDE 4.11.4 maintenance release
+   * See http://www.kde.org/announcements/announce-4.11.4.php
+- Removed patch Fixed-refcounting in-ETM-and-Monitor.patch due to 
+  upstream update.
+
+---
+Fri Nov 15 20:42:05 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added Fixed-refcounting in-ETM-and-Monitor.patch from upstream
+  4.11 branch, for resolving issue where KMail did not show new
+  messages, (kde#312460)
+
+---
+Sat Nov  2 15:01:24 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---
+Sat Sep 28 15:04:56 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.2
+   * KDE 4.11.2 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.2.php
+
+---
+Sun Sep  1 09:55:55 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---
+Thu Aug  8 14:56:31 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.0
+   * KDE 4.11 Final release
+   * See http://www.kde.org/announcements/4.11/
+
+---
+Thu Jul 25 21:58:45 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---
+Mon Jul 15 08:13:07 UTC 2013 - cgiboude...@gmx.com
+
+- Update to 4.10.95
+ * KDE 4.11 RC 1 release
+ * See http://www.kde.org/announcements/announce-4.11-rc1.php
+
+---
+Thu Jun 27 18:07:53 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:07:37 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---
+Thu Jun  6 13:50:42 UTC 2013 - a...@ajaissle.de
+
+- Added ldapkio-kolab3.diff to add LDAP config for Kolab 3
+
+---
+Sat Jun  1 09:14:41 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.4
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.4.php
+   * resolves bnc#8122760
+
+---
+Sat May  4 16:50:33 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---
+Mon Apr  1 19:10:55 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 15:32:37 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+- Drop fix_akonadi_firstrun.diff, applied upstream
+
+---
+Thu Feb 14 10:15:44 UTC 2013 - wba...@tmo.at
+
+- Add fix_akonadi_firstrun.diff:
+  * fix Akonadi Firstrun (bnc#803200, kde#315115)
+
+---
+Thu Jan 31 17:42:57 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Thu Jan 17 08:00:49 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+

commit kdenetwork-strigi-analyzers for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdenetwork-strigi-analyzers for 
openSUSE:13.1:Update checked in at 2014-01-16 10:50:46

Comparing /work/SRC/openSUSE:13.1:Update/kdenetwork-strigi-analyzers (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdenetwork-strigi-analyzers.new (New)


Package is kdenetwork-strigi-analyzers

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.q63JGy/_old  2014-01-16 10:50:47.0 +0100
+++ /var/tmp/diff_new_pack.q63JGy/_new  2014-01-16 10:50:47.0 +0100
@@ -1 +1 @@
-link package='kdenetwork-strigi-analyzers.2253' cicount='copy' /
+link package='kdenetwork-strigi-analyzers.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdepim4 for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdepim4 for openSUSE:13.1:Update 
checked in at 2014-01-16 10:51:00

Comparing /work/SRC/openSUSE:13.1:Update/kdepim4 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdepim4.new (New)


Package is kdepim4

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.6cbnTd/_old  2014-01-16 10:51:00.0 +0100
+++ /var/tmp/diff_new_pack.6cbnTd/_new  2014-01-16 10:51:00.0 +0100
@@ -1 +1 @@
-link package='kdepim4.2253' cicount='copy' /
+link package='kdepim4.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdesdk4-scripts for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdesdk4-scripts for 
openSUSE:13.1:Update checked in at 2014-01-16 10:51:18

Comparing /work/SRC/openSUSE:13.1:Update/kdesdk4-scripts (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdesdk4-scripts.new (New)


Package is kdesdk4-scripts

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.J2y1Hf/_old  2014-01-16 10:51:19.0 +0100
+++ /var/tmp/diff_new_pack.J2y1Hf/_new  2014-01-16 10:51:19.0 +0100
@@ -1 +1 @@
-link package='kdesdk4-scripts.2253' cicount='copy' /
+link package='kdesdk4-scripts.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdesdk-kioslaves for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdesdk-kioslaves for 
openSUSE:13.1:Update checked in at 2014-01-16 10:51:07

Comparing /work/SRC/openSUSE:13.1:Update/kdesdk-kioslaves (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdesdk-kioslaves.new (New)


Package is kdesdk-kioslaves

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.6Qzrx2/_old  2014-01-16 10:51:08.0 +0100
+++ /var/tmp/diff_new_pack.6Qzrx2/_new  2014-01-16 10:51:08.0 +0100
@@ -1 +1 @@
-link package='kdesdk-kioslaves.2253' cicount='copy' /
+link package='kdesdk-kioslaves.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdesdk-thumbnailers for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdesdk-thumbnailers for 
openSUSE:13.1:Update checked in at 2014-01-16 10:51:16

Comparing /work/SRC/openSUSE:13.1:Update/kdesdk-thumbnailers (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdesdk-thumbnailers.new (New)


Package is kdesdk-thumbnailers

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.fGyDdU/_old  2014-01-16 10:51:17.0 +0100
+++ /var/tmp/diff_new_pack.fGyDdU/_new  2014-01-16 10:51:17.0 +0100
@@ -1 +1 @@
-link package='kdesdk-thumbnailers.2253' cicount='copy' /
+link package='kdesdk-thumbnailers.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdelibs4-apidocs for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdelibs4-apidocs for 
openSUSE:13.1:Update checked in at 2014-01-16 10:50:37

Comparing /work/SRC/openSUSE:13.1:Update/kdelibs4-apidocs (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdelibs4-apidocs.new (New)


Package is kdelibs4-apidocs

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.VWXu52/_old  2014-01-16 10:50:38.0 +0100
+++ /var/tmp/diff_new_pack.VWXu52/_new  2014-01-16 10:50:38.0 +0100
@@ -1 +1 @@
-link package='kdelibs4-apidocs.2253' cicount='copy' /
+link package='kdelibs4-apidocs.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdewebdev4 for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdewebdev4 for openSUSE:13.1:Update 
checked in at 2014-01-16 10:51:22

Comparing /work/SRC/openSUSE:13.1:Update/kdewebdev4 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdewebdev4.new (New)


Package is kdewebdev4

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.tEC9h9/_old  2014-01-16 10:51:23.0 +0100
+++ /var/tmp/diff_new_pack.tEC9h9/_new  2014-01-16 10:51:23.0 +0100
@@ -1 +1 @@
-link package='kdewebdev4.2253' cicount='copy' /
+link package='kdewebdev4.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kget for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kget for openSUSE:13.1:Update 
checked in at 2014-01-16 10:51:54

Comparing /work/SRC/openSUSE:13.1:Update/kget (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kget.new (New)


Package is kget

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.FuhPWE/_old  2014-01-16 10:51:55.0 +0100
+++ /var/tmp/diff_new_pack.FuhPWE/_new  2014-01-16 10:51:55.0 +0100
@@ -1 +1 @@
-link package='kget.2253' cicount='copy' /
+link package='kget.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kgoldrunner for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kgoldrunner for openSUSE:13.1:Update 
checked in at 2014-01-16 10:51:56

Comparing /work/SRC/openSUSE:13.1:Update/kgoldrunner (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kgoldrunner.new (New)


Package is kgoldrunner

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.295Vks/_old  2014-01-16 10:51:58.0 +0100
+++ /var/tmp/diff_new_pack.295Vks/_new  2014-01-16 10:51:58.0 +0100
@@ -1 +1 @@
-link package='kgoldrunner.2253' cicount='copy' /
+link package='kgoldrunner.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kfloppy for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kfloppy for openSUSE:13.1:Update 
checked in at 2014-01-16 10:51:38

Comparing /work/SRC/openSUSE:13.1:Update/kfloppy (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kfloppy.new (New)


Package is kfloppy

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.QwzTMz/_old  2014-01-16 10:51:39.0 +0100
+++ /var/tmp/diff_new_pack.QwzTMz/_new  2014-01-16 10:51:39.0 +0100
@@ -1 +1 @@
-link package='kfloppy.2253' cicount='copy' /
+link package='kfloppy.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit khangman for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package khangman for openSUSE:13.1:Update 
checked in at 2014-01-16 10:52:05

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


Package is khangman

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.4wqZtO/_old  2014-01-16 10:52:06.0 +0100
+++ /var/tmp/diff_new_pack.4wqZtO/_new  2014-01-16 10:52:06.0 +0100
@@ -1 +1 @@
-link package='khangman.2253' cicount='copy' /
+link package='khangman.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdnssd for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdnssd for openSUSE:13.1:Update 
checked in at 2014-01-16 10:51:36

Comparing /work/SRC/openSUSE:13.1:Update/kdnssd (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdnssd.new (New)


Package is kdnssd

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.c2SVgO/_old  2014-01-16 10:51:38.0 +0100
+++ /var/tmp/diff_new_pack.c2SVgO/_new  2014-01-16 10:51:38.0 +0100
@@ -1 +1 @@
-link package='kdnssd.2253' cicount='copy' /
+link package='kdnssd.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kfourinline for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kfourinline for openSUSE:13.1:Update 
checked in at 2014-01-16 10:51:40

Comparing /work/SRC/openSUSE:13.1:Update/kfourinline (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kfourinline.new (New)


Package is kfourinline

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.tolpWU/_old  2014-01-16 10:51:41.0 +0100
+++ /var/tmp/diff_new_pack.tolpWU/_new  2014-01-16 10:51:41.0 +0100
@@ -1 +1 @@
-link package='kfourinline.2253' cicount='copy' /
+link package='kfourinline.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdesdk4-scripts.2356 for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdesdk4-scripts.2356 for 
openSUSE:13.1:Update checked in at 2014-01-16 10:51:17

Comparing /work/SRC/openSUSE:13.1:Update/kdesdk4-scripts.2356 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdesdk4-scripts.2356.new (New)


Package is kdesdk4-scripts.2356

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ 
/work/SRC/openSUSE:13.1:Update/.kdesdk4-scripts.2356.new/kdesdk4-scripts.changes
2014-01-16 10:51:18.0 +0100
@@ -0,0 +1,934 @@
+---
+Sun Dec  1 09:51:36 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.4
+   * KDE 4.11.4 maintenance release
+   * See http://www.kde.org/announcements/announce-4.11.4.php
+
+---
+Sat Nov  2 15:52:24 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---
+Sat Sep 28 15:46:09 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.2
+   * KDE 4.11.2 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.2.php
+
+---
+Sun Sep  1 10:45:02 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---
+Thu Aug  8 16:40:19 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.0
+   * KDE 4.11 Final release
+   * See http://www.kde.org/announcements/4.11/
+
+---
+Thu Jul 25 22:47:26 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---
+Mon Jul 15 08:12:54 UTC 2013 - cgiboude...@gmx.com
+
+- Update to 4.10.95
+ * KDE 4.11 RC 1 release
+ * See http://www.kde.org/announcements/announce-4.11-rc1.php
+
+---
+Wed Jul  3 19:52:25 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 22:44:44 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+   * Split off from kdesdk4
+
+---
+Sat Jun  1 10:21:55 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.4
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.4.php
+   * resolves bnc#8122760
+
+---
+Sat May  4 17:17:27 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---
+Fri Apr 12 12:48:07 UTC 2013 - tittiatc...@gmail.com
+
+- Updated Licenses for the packages (bnc#814081)
+
+---
+Mon Apr  1 19:33:54 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 16:01:05 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---
+Thu Jan 31 18:12:05 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Thu Jan 17 08:33:10 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---
+Thu Jan  3 21:34:30 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---
+Wed Dec 19 19:06:42 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---
+Sat Dec  1 20:29:46 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 

commit kdf for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdf for openSUSE:13.1:Update checked 
in at 2014-01-16 10:51:27

Comparing /work/SRC/openSUSE:13.1:Update/kdf (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdf.new (New)


Package is kdf

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.jez0vm/_old  2014-01-16 10:51:28.0 +0100
+++ /var/tmp/diff_new_pack.jez0vm/_new  2014-01-16 10:51:28.0 +0100
@@ -1 +1 @@
-link package='kdf.2253' cicount='copy' /
+link package='kdf.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdiamond.2356 for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdiamond.2356 for 
openSUSE:13.1:Update checked in at 2014-01-16 10:51:28

Comparing /work/SRC/openSUSE:13.1:Update/kdiamond.2356 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdiamond.2356.new (New)


Package is kdiamond.2356

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:13.1:Update/.kdiamond.2356.new/kdiamond.changes  
2014-01-16 10:51:29.0 +0100
@@ -0,0 +1,139 @@
+---
+Sun Dec  1 09:45:20 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.4
+   * KDE 4.11.4 maintenance release
+   * See http://www.kde.org/announcements/announce-4.11.4.php
+
+---
+Sat Nov  2 15:45:23 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---
+Sat Sep 28 15:39:58 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.2
+   * KDE 4.11.2 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.2.php
+
+---
+Sun Sep  1 10:28:20 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---
+Thu Aug  8 15:31:00 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.0
+   * KDE 4.11 Final release
+   * See http://www.kde.org/announcements/4.11/
+
+---
+Thu Jul 25 22:48:43 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---
+Mon Jul 15 08:13:11 UTC 2013 - cgiboude...@gmx.com
+
+- Update to 4.10.95
+ * KDE 4.11 RC 1 release
+ * See http://www.kde.org/announcements/announce-4.11-rc1.php
+
+---
+Thu Jun 27 18:46:51 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:48:35 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---
+Sat Jun  1 10:28:13 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.4
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.4.php
+   * resolves bnc#8122760
+
+---
+Sat May  4 17:23:48 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---
+Mon Apr  1 19:40:28 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 16:09:08 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---
+Thu Jan 31 18:18:28 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Thu Jan 17 08:42:19 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---
+Thu Jan  3 21:47:46 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---
+Wed Dec 19 19:12:59 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---
+Wed Dec  5 14:33:15 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-2.0+
+  Look at the COPYING file (and most of the source code files)
+
+---
+Sat Dec  1 20:35:57 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+

commit kgeography for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kgeography for openSUSE:13.1:Update 
checked in at 2014-01-16 10:51:52

Comparing /work/SRC/openSUSE:13.1:Update/kgeography (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kgeography.new (New)


Package is kgeography

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.UhHAfv/_old  2014-01-16 10:51:53.0 +0100
+++ /var/tmp/diff_new_pack.UhHAfv/_new  2014-01-16 10:51:53.0 +0100
@@ -1 +1 @@
-link package='kgeography.2253' cicount='copy' /
+link package='kgeography.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kgpg for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kgpg for openSUSE:13.1:Update 
checked in at 2014-01-16 10:52:03

Comparing /work/SRC/openSUSE:13.1:Update/kgpg (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kgpg.new (New)


Package is kgpg

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.IcBzaM/_old  2014-01-16 10:52:04.0 +0100
+++ /var/tmp/diff_new_pack.IcBzaM/_new  2014-01-16 10:52:04.0 +0100
@@ -1 +1 @@
-link package='kgpg.2253' cicount='copy' /
+link package='kgpg.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kig for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kig for openSUSE:13.1:Update checked 
in at 2014-01-16 10:52:12

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


Package is kig

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.hUjRW8/_old  2014-01-16 10:52:13.0 +0100
+++ /var/tmp/diff_new_pack.hUjRW8/_new  2014-01-16 10:52:13.0 +0100
@@ -1 +1 @@
-link package='kig.2253' cicount='copy' /
+link package='kig.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kgamma for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kgamma for openSUSE:13.1:Update 
checked in at 2014-01-16 10:51:46

Comparing /work/SRC/openSUSE:13.1:Update/kgamma (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kgamma.new (New)


Package is kgamma

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.7sf65p/_old  2014-01-16 10:51:46.0 +0100
+++ /var/tmp/diff_new_pack.7sf65p/_new  2014-01-16 10:51:46.0 +0100
@@ -1 +1 @@
-link package='kgamma.2253' cicount='copy' /
+link package='kgamma.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdiamond for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kdiamond for openSUSE:13.1:Update 
checked in at 2014-01-16 10:51:35

Comparing /work/SRC/openSUSE:13.1:Update/kdiamond (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kdiamond.new (New)


Package is kdiamond

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.wu2ozT/_old  2014-01-16 10:51:36.0 +0100
+++ /var/tmp/diff_new_pack.wu2ozT/_new  2014-01-16 10:51:36.0 +0100
@@ -1 +1 @@
-link package='kdiamond.2253' cicount='copy' /
+link package='kdiamond.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kig.2356 for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kig.2356 for openSUSE:13.1:Update 
checked in at 2014-01-16 10:52:08

Comparing /work/SRC/openSUSE:13.1:Update/kig.2356 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kig.2356.new (New)


Package is kig.2356

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:13.1:Update/.kig.2356.new/kig.changes2014-01-16 
10:52:09.0 +0100
@@ -0,0 +1,1365 @@
+---
+Sun Dec  1 09:11:42 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.4
+   * KDE 4.11.4 maintenance release
+   * See http://www.kde.org/announcements/announce-4.11.4.php
+
+---
+Sat Nov  2 15:10:22 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---
+Sat Sep 28 15:11:23 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.2
+   * KDE 4.11.2 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.2.php
+
+---
+Sun Sep  1 10:02:38 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---
+Thu Aug  8 15:05:56 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.0
+   * KDE 4.11 Final release
+   * See http://www.kde.org/announcements/4.11/
+
+---
+Thu Jul 25 23:02:36 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---
+Mon Jul 15 08:13:19 UTC 2013 - cgiboude...@gmx.com
+
+- Update to 4.10.95
+ * KDE 4.11 RC 1 release
+ * See http://www.kde.org/announcements/announce-4.11-rc1.php
+
+---
+Thu Jun 27 18:17:01 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:21:37 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---
+Sat Jun  1 09:41:02 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.4
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.4.php
+   * resolves bnc#8122760
+
+---
+Sat May  4 16:58:54 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---
+Mon Apr  1 19:16:59 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 15:39:31 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---
+Thu Jan 31 17:50:50 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Mon Jan 21 13:56:25 UTC 2013 - wstephen...@suse.com
+
+- Remove calls to suse_update_desktop_files macro where upstream now has the 
correct desktop file categories
+
+---
+Thu Jan 17 08:08:33 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---
+Thu Jan  3 21:13:18 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---
+Wed Jan  2 20:55:43 UTC 2013 - asterios.dra...@gmail.com
+
+- Updated build requirements.
+- Removed unneeded runtime requirement for libkeduvocdocument4.
+
+---
+Wed Dec 19 18:40:31 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+

commit kio_audiocd for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kio_audiocd for openSUSE:13.1:Update 
checked in at 2014-01-16 10:52:23

Comparing /work/SRC/openSUSE:13.1:Update/kio_audiocd (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kio_audiocd.new (New)


Package is kio_audiocd

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.C0YFMR/_old  2014-01-16 10:52:24.0 +0100
+++ /var/tmp/diff_new_pack.C0YFMR/_new  2014-01-16 10:52:24.0 +0100
@@ -1 +1 @@
-link package='kio_audiocd.2253' cicount='copy' /
+link package='kio_audiocd.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kigo for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kigo for openSUSE:13.1:Update 
checked in at 2014-01-16 10:52:14

Comparing /work/SRC/openSUSE:13.1:Update/kigo (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kigo.new (New)


Package is kigo

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.LWFynp/_old  2014-01-16 10:52:15.0 +0100
+++ /var/tmp/diff_new_pack.LWFynp/_new  2014-01-16 10:52:15.0 +0100
@@ -1 +1 @@
-link package='kigo.2253' cicount='copy' /
+link package='kigo.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit klickety for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package klickety for openSUSE:13.1:Update 
checked in at 2014-01-16 10:52:36

Comparing /work/SRC/openSUSE:13.1:Update/klickety (Old)
 and  /work/SRC/openSUSE:13.1:Update/.klickety.new (New)


Package is klickety

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.YQwsuU/_old  2014-01-16 10:52:37.0 +0100
+++ /var/tmp/diff_new_pack.YQwsuU/_new  2014-01-16 10:52:37.0 +0100
@@ -1 +1 @@
-link package='klickety.2253' cicount='copy' /
+link package='klickety.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmouth for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kmouth for openSUSE:13.1:Update 
checked in at 2014-01-16 10:52:55

Comparing /work/SRC/openSUSE:13.1:Update/kmouth (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kmouth.new (New)


Package is kmouth

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.c9bVe3/_old  2014-01-16 10:52:56.0 +0100
+++ /var/tmp/diff_new_pack.c9bVe3/_new  2014-01-16 10:52:56.0 +0100
@@ -1 +1 @@
-link package='kmouth.2253' cicount='copy' /
+link package='kmouth.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmplot for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:13.1:Update 
checked in at 2014-01-16 10:52:57

Comparing /work/SRC/openSUSE:13.1:Update/kmplot (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kmplot.new (New)


Package is kmplot

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.nbVeAx/_old  2014-01-16 10:52:58.0 +0100
+++ /var/tmp/diff_new_pack.nbVeAx/_new  2014-01-16 10:52:58.0 +0100
@@ -1 +1 @@
-link package='kmplot.2253' cicount='copy' /
+link package='kmplot.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kjumpingcube for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kjumpingcube for 
openSUSE:13.1:Update checked in at 2014-01-16 10:52:32

Comparing /work/SRC/openSUSE:13.1:Update/kjumpingcube (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kjumpingcube.new (New)


Package is kjumpingcube

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.hE57k2/_old  2014-01-16 10:52:33.0 +0100
+++ /var/tmp/diff_new_pack.hE57k2/_new  2014-01-16 10:52:33.0 +0100
@@ -1 +1 @@
-link package='kjumpingcube.2253' cicount='copy' /
+link package='kjumpingcube.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit klettres for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package klettres for openSUSE:13.1:Update 
checked in at 2014-01-16 10:52:34

Comparing /work/SRC/openSUSE:13.1:Update/klettres (Old)
 and  /work/SRC/openSUSE:13.1:Update/.klettres.new (New)


Package is klettres

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.lA3upt/_old  2014-01-16 10:52:36.0 +0100
+++ /var/tmp/diff_new_pack.lA3upt/_new  2014-01-16 10:52:36.0 +0100
@@ -1 +1 @@
-link package='klettres.2253' cicount='copy' /
+link package='klettres.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit killbots for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package killbots for openSUSE:13.1:Update 
checked in at 2014-01-16 10:52:18

Comparing /work/SRC/openSUSE:13.1:Update/killbots (Old)
 and  /work/SRC/openSUSE:13.1:Update/.killbots.new (New)


Package is killbots

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.wjG9t3/_old  2014-01-16 10:52:19.0 +0100
+++ /var/tmp/diff_new_pack.wjG9t3/_new  2014-01-16 10:52:19.0 +0100
@@ -1 +1 @@
-link package='killbots.2253' cicount='copy' /
+link package='killbots.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmines for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kmines for openSUSE:13.1:Update 
checked in at 2014-01-16 10:52:48

Comparing /work/SRC/openSUSE:13.1:Update/kmines (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kmines.new (New)


Package is kmines

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ckFZ13/_old  2014-01-16 10:52:49.0 +0100
+++ /var/tmp/diff_new_pack.ckFZ13/_new  2014-01-16 10:52:49.0 +0100
@@ -1 +1 @@
-link package='kmines.2253' cicount='copy' /
+link package='kmines.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmag for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kmag for openSUSE:13.1:Update 
checked in at 2014-01-16 10:52:44

Comparing /work/SRC/openSUSE:13.1:Update/kmag (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kmag.new (New)


Package is kmag

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.1x02mF/_old  2014-01-16 10:52:45.0 +0100
+++ /var/tmp/diff_new_pack.1x02mF/_new  2014-01-16 10:52:45.0 +0100
@@ -1 +1 @@
-link package='kmag.2253' cicount='copy' /
+link package='kmag.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kiriki for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kiriki for openSUSE:13.1:Update 
checked in at 2014-01-16 10:52:24

Comparing /work/SRC/openSUSE:13.1:Update/kiriki (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kiriki.new (New)


Package is kiriki

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.0OXFVq/_old  2014-01-16 10:52:26.0 +0100
+++ /var/tmp/diff_new_pack.0OXFVq/_new  2014-01-16 10:52:26.0 +0100
@@ -1 +1 @@
-link package='kiriki.2253' cicount='copy' /
+link package='kiriki.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kiten for openSUSE:13.1:Update

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package kiten for openSUSE:13.1:Update 
checked in at 2014-01-16 10:52:26

Comparing /work/SRC/openSUSE:13.1:Update/kiten (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kiten.new (New)


Package is kiten

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.KARM4u/_old  2014-01-16 10:52:27.0 +0100
+++ /var/tmp/diff_new_pack.KARM4u/_new  2014-01-16 10:52:27.0 +0100
@@ -1 +1 @@
-link package='kiten.2253' cicount='copy' /
+link package='kiten.2356' cicount='copy' /

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



  1   2   3   >