commit spec-cleaner for openSUSE:Factory

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package spec-cleaner for openSUSE:Factory 
checked in at 2014-02-03 16:41:55

Comparing /work/SRC/openSUSE:Factory/spec-cleaner (Old)
 and  /work/SRC/openSUSE:Factory/.spec-cleaner.new (New)


Package is "spec-cleaner"

Changes:

--- /work/SRC/openSUSE:Factory/spec-cleaner/spec-cleaner.changes
2014-01-15 16:27:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.spec-cleaner.new/spec-cleaner.changes   
2014-02-03 16:41:56.0 +0100
@@ -1,0 +2,9 @@
+Mon Feb  3 12:44:39 UTC 2014 - tchva...@suse.com
+
+- Version bump to 0.5.4:
+  * plenty of bugfixes regarding to spec parsing as they were
+reported on github
+  * add more exceptions on adding curly brackets
+  * update licenses list to the latest.
+
+---

Old:

  spec-cleaner-0.5.3.tar.gz

New:

  spec-cleaner-0.5.4.tar.gz



Other differences:
--
++ spec-cleaner.spec ++
--- /var/tmp/diff_new_pack.OLidKx/_old  2014-02-03 16:41:56.0 +0100
+++ /var/tmp/diff_new_pack.OLidKx/_new  2014-02-03 16:41:56.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   spec-cleaner
-Version:0.5.3
+Version:0.5.4
 Release:0
 Summary:.spec file cleaner
 License:BSD-3-Clause

++ spec-cleaner-0.5.3.tar.gz -> spec-cleaner-0.5.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.5.3/data/excludes-bracketing.txt 
new/spec-cleaner-spec-cleaner-0.5.4/data/excludes-bracketing.txt
--- old/spec-cleaner-spec-cleaner-0.5.3/data/excludes-bracketing.txt
2014-01-09 18:26:24.0 +0100
+++ new/spec-cleaner-spec-cleaner-0.5.4/data/excludes-bracketing.txt
2014-02-03 13:39:11.0 +0100
@@ -1,6 +1,8 @@
 attr
 bcond_with
 build
+cmake
+cmake_[^\s]*
 configure
 config
 defattr
@@ -28,6 +30,9 @@
 include
 insserv_[^\s]*
 install
+install_info
+install_info_delete
+lang_package
 make_install
 mime_database_post[^\s]*
 package
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.5.3/data/licenses_changes.txt 
new/spec-cleaner-spec-cleaner-0.5.4/data/licenses_changes.txt
--- old/spec-cleaner-spec-cleaner-0.5.3/data/licenses_changes.txt   
2014-01-09 18:26:24.0 +0100
+++ new/spec-cleaner-spec-cleaner-0.5.4/data/licenses_changes.txt   
2014-02-03 13:39:11.0 +0100
@@ -635,6 +635,8 @@
 SUSE-GPL-3.0+-with-openssl-exception+  SUSE-GPL-3.0+-with-openssl-exception+
 SUSE-GPL-3.0-with-FLOSS-exception  GPL-3.0 with exceptions for certain 
FLOSS licenses
 SUSE-GPL-3.0-with-FLOSS-exception+ SUSE-GPL-3.0-with-FLOSS-exception+
+SUSE-GPL-3.0-with-font-exception   SUSE-GPL-3.0-with-font-exception
+SUSE-GPL-3.0-with-font-exception+  SUSE-GPL-3.0-with-font-exception+
 SUSE-GPL-3.0-with-openssl-exceptionGPLv3 with openssl linking exception 
(see e.g. courier-authlib 0.64.0)
 SUSE-GPL-3.0-with-openssl-exception+   SUSE-GPL-3.0-with-openssl-exception+
 SUSE-GPL-3.0-with-template-exception   See e.g. dh-make from debian 
(debian/copyright)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.5.3/spec_cleaner/rpmcleaner.py 
new/spec-cleaner-spec-cleaner-0.5.4/spec_cleaner/rpmcleaner.py
--- old/spec-cleaner-spec-cleaner-0.5.3/spec_cleaner/rpmcleaner.py  
2014-01-09 18:26:24.0 +0100
+++ new/spec-cleaner-spec-cleaner-0.5.4/spec_cleaner/rpmcleaner.py  
2014-02-03 13:39:11.0 +0100
@@ -139,7 +139,8 @@
 if len(line) == 0:
 break
 # Remove \n to make it easier to parse things
-line = line[:-1]
+line = line.rstrip('\n')
+line = line.rstrip('\r')
 
 new_class = self._detect_new_section(line)
 if new_class:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.5.3/spec_cleaner/rpmpreamble.py 
new/spec-cleaner-spec-cleaner-0.5.4/spec_cleaner/rpmpreamble.py
--- old/spec-cleaner-spec-cleaner-0.5.3/spec_cleaner/rpmpreamble.py 
2014-01-09 18:26:24.0 +0100
+++ new/spec-cleaner-spec-cleaner-0.5.4/spec_cleaner/rpmpreamble.py 
2014-02-03 13:39:11.0 +0100
@@ -62,6 +62,7 @@
 'requires_eq': '%requires_eq',
 'recommends': 'Recommends',
 'suggests': 'Suggests',
+'enhances': 'Enhances',
 'supplements': 'Supplements',
 # Provides/Obsoletes cannot be part of this since we want to keep them
 # mixed, so we'll have to specify the key when needed
@@ -90,6 +91,7 @@
   

commit java-1_7_0-openjdk for openSUSE:Factory

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk for 
openSUSE:Factory checked in at 2014-02-03 16:41:50

Comparing /work/SRC/openSUSE:Factory/java-1_7_0-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.new (New)


Package is "java-1_7_0-openjdk"

Changes:

--- /work/SRC/openSUSE:Factory/java-1_7_0-openjdk/java-1_7_0-openjdk.changes
2014-01-23 15:45:49.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.new/java-1_7_0-openjdk.changes   
2014-02-03 16:41:52.0 +0100
@@ -1,0 +2,43 @@
+Thu Jan 30 14:30:48 UTC 2014 - mvysko...@suse.com
+
+- Update to 2.4.5 
+  * changed back to xz
+  * added Andrew Hughes's key 248BDC07 to keyring, so tarballs from
+him and Omar Majid 66484681 will be accepted
+* Backports
+  - S8015976: OpenJDK part of bug JDK-8015812 [TEST_BUG] Tests have 
conflicting test descriptions
+  - S8022698: javax/script/GetInterfaceTest.java fails since 7u45 b04 with 
-agentvm option
+  - S8022868: missing codepage Cp290 at java runtime
+  - S8023310: Thread contention in the method Beans.IsDesignTime()
+  - S8024461: [macosx] Java crashed on mac10.9 for swing and 2d function 
manual test
+  - S8025679: Increment minor version of HSx for 7u51 and initialize the build 
number
+  - S8026037: [TESTBUG] sun/security/tools/jarsigner/warnings.sh test fails on 
Solaris
+  - S8026304: jarsigner output bad grammar
+  - S8026772: test/sun/util/resources/TimeZone/Bug6317929.java failing
+  - S8026887: Make issues due to failed large pages allocations easier to debug
+  - S8027204: Revise the update of 8026204 and 8025758
+  - S8027224: test regression - ClassNotFoundException
+  - S8027370: Support tzdata2013h
+  - S8027378: Two closed/javax/xml/8005432 fails with jdk7u51b04
+  - S8027787: 7u51 l10n resource file translation update 1
+  - S8027837: JDK-8021257 causes CORBA build failure on emdedded platforms
+  - S8027943: serial version of 
com.sun.corba.se.spi.orbutil.proxy.CompositeInvocationHandlerImpl changed in 
7u45
+  - S8027944: Increment hsx 24.51 build to b02 for 7u51-b07
+  - S8028057: Modify jarsigner man page documentation to document CCC 8024302: 
Clarify jar verifications
+  - S8028090: reverting change - changeset pushed with incorrect commit 
message, linked to wrong issue
+  - S8028111: XML readers share the same entity expansion counter
+  - S8028215: ORB.init fails with SecurityException if properties select the 
JDK default ORB
+  - S8028293: Check local configuration for actual ephemeral port range
+  - S8028382: Two javax/xml/8005433 tests still fail after the fix JDK-8028147
+  - S8028453: AsynchronousSocketChannel.connect() requires SocketPermission 
due to bind to local address (win)
+  - S8028823: java/net/Makefile tabs converted to spaces
+  - S8029038: Revise fix for XML readers share the same entity expansion 
counter
+  - S8029842: Increment hsx 24.51 build to b03 for 7u51-b11
+* Bug fixes
+  - Fix broken bootstrap build by updating ecj-multicatch.patch
+  - PR1653: Support ppc64le via Zero
+  - PR1654: ppc32 needs a larger ThreadStackSize to build
+  - RH1015432: java-1.7.0-openjdk: Fails on PPC with StackOverflowError
+  - RH910107: fail to load PC/SC library
+
+---

Old:

  1fe539ed00bc.tar.gz
  2e2bf2d8be16.tar.gz
  3f5408abf14b.tar.gz
  5aceb5a787b1.tar.gz
  796d1bf47b24.tar.gz
  a8a33cc2dd4b.tar.gz
  e540fd592221.tar.gz
  icedtea-2.4.4.tar.gz
  icedtea-2.4.4.tar.gz.sig

New:

  2cb58882dac3.tar.gz
  32ea8b1ed91a.tar.gz
  3594dbde270d.tar.gz
  410eb7fef869.tar.gz
  8fe156ad49e2.tar.gz
  9db88c18e114.tar.gz
  dabd37b7e295.tar.gz
  icedtea-2.4.5.tar.xz
  icedtea-2.4.5.tar.xz.sig



Other differences:
--
++ java-1_7_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.MamD4d/_old  2014-02-03 16:41:55.0 +0100
+++ /var/tmp/diff_new_pack.MamD4d/_new  2014-02-03 16:41:55.0 +0100
@@ -50,7 +50,7 @@
 %bcond_with tests
 %endif
 
-%global icedtea_version 2.4.4
+%global icedtea_version 2.4.5
 %global hg_tag icedtea-{icedtea_version}-branchpoint
 
 %global openjdkdate 27_jun_2011
@@ -137,20 +137,20 @@
 Group:  Development/Languages/Java
 Url:http://icedtea.classpath.org
 
-Source0:
http://icedtea.wildebeest.org/download/source/icedtea-%{icedtea_version}.tar.gz
+Source0:
http://icedtea.wildebeest.org/download/source/icedtea-%{icedtea_version}.tar.xz
 
 # Mauve test suite
 # FIXME: Is this applicable for 7?
 Source3:mauve-%{mauvedate}.tar.gz
 Source4:mauve_tests
 
-Source5:
http://icedtea.classpath.org/hg/release/icedtea7-forest-2.4/archive/796d1bf47b24.tar.gz
-Source6:
http://icedtea.classpath.org/hg/release/iced

commit tmpwatch for openSUSE:Factory

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package tmpwatch for openSUSE:Factory 
checked in at 2014-02-03 16:41:58

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


Package is "tmpwatch"

Changes:

--- /work/SRC/openSUSE:Factory/tmpwatch/tmpwatch.changes2011-09-23 
12:48:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.tmpwatch.new/tmpwatch.changes   2014-02-03 
16:42:00.0 +0100
@@ -1,0 +2,20 @@
+Sun Feb  2 14:24:08 UTC 2014 - cfarr...@suse.com
+
+- license update: GPL-2.0
+  See e.g. tmpwatch.c - tell upstream about this
+
+---
+Thu Jan 23 21:46:39 UTC 2014 - a...@ajaissle.de
+
+- use %{_sysconfdir} for /etc
+
+---
+Fri Aug 10 20:24:34 UTC 2012 - ch...@computersalat.de
+
+- update to 2.11
+  * INCOMPATIBLE CHANGE: On Linux, sockets that are certainly unused
+ are now removed by default.
+- fix License to be in spdx format
+  * GPL-2.0+
+
+---

Old:

  tmpwatch-2.10.3.tar.bz2

New:

  tmpwatch-2.11.tar.bz2



Other differences:
--
++ tmpwatch.spec ++
--- /var/tmp/diff_new_pack.z6sFF5/_old  2014-02-03 16:42:01.0 +0100
+++ /var/tmp/diff_new_pack.z6sFF5/_new  2014-02-03 16:42:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tmpwatch
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,19 +16,19 @@
 #
 
 
-Summary:Watches file system activity, such as /tmp files
-
 Name:   tmpwatch
-Version:2.10.3
-Release:11
-Url:https://fedorahosted.org/tmpwatch
-Source0:
https://fedorahosted.org/releases/t/m/tmpwatch/%{name}-%{version}.tar.bz2
-Source1:tmpwatch.daily
+Summary:Watches file system activity, such as /tmp files
 License:GPL-2.0
 Group:  Productivity/Security
+Version:2.11
+Release:0
+Url:https://fedorahosted.org/tmpwatch
+Source0:
https://fedorahosted.org/releases/t/m/tmpwatch/%{name}-%{version}.tar.bz2
+Source1:%{name}.daily
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   psmisc cron
 BuildRequires:  psmisc
+Requires:   cron
+Requires:   psmisc
 
 %description
 The tmpwatch utility recursively searches through specified directories
@@ -39,15 +39,6 @@
 There are multiple tools called "tmpwatch", this package contains the
 Fedora/Red Hat version available at https://fedorahosted.org/tmpwatch
 
-
-
-Authors:
-
-Erik Troan 
-Preston Brown 
-Mike A. Harris 
-Miloslav Trmac 
-
 %prep
 %setup -q
 
@@ -56,10 +47,8 @@
 %{__make}
 
 %install
-%{__make} install DESTDIR=%{buildroot}
-%{__mkdir_p} %{buildroot}/etc/cron.daily
-%{__cp} %{SOURCE1} %{buildroot}/etc/cron.daily/tmpwatch
-chmod +x %{buildroot}/etc/cron.daily/tmpwatch
+%makeinstall
+%{__install} -D -m755 %{S:1} %{buildroot}%{_sysconfdir}/cron.daily/%{name}
 
 %clean
 rm -rf %{buildroot}
@@ -67,8 +56,8 @@
 %files
 %defattr(-,root,root)
 %doc ChangeLog NEWS README COPYING
-%{_sbindir}/tmpwatch
-%{_mandir}/man8/tmpwatch.8*
-%config(noreplace) /etc/cron.daily/tmpwatch
+%config(noreplace) %{_sysconfdir}/cron.daily/%{name}
+%{_sbindir}/%{name}
+%{_mandir}/man8/%{name}.8*
 
 %changelog

++ tmpwatch-2.10.3.tar.bz2 -> tmpwatch-2.11.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tmpwatch-2.10.3/ChangeLog new/tmpwatch-2.11/ChangeLog
--- old/tmpwatch-2.10.3/ChangeLog   2011-07-19 22:47:08.0 +0200
+++ new/tmpwatch-2.11/ChangeLog 2012-05-26 01:26:35.0 +0200
@@ -1,3 +1,41 @@
+2012-05-26  Miloslav Trmač  
+
+   * configure.ac: Release 2.11.
+   * NEWS: Update.
+
+   * tmpwatch.c (FLAG_ALLFILES): Update comment.
+   (socket_kill_time): New variable, taking over FLAG_ALLFILES handling
+   for sockets.
+   (cleanupDirectory): Use socket_kill_time for sockets, and depend on it
+   for FLAG_ALLFILES handling of sockets.
+   (main): Move kill_time initialization ...
+   (compute_kill_times): ... to this new function.  Set socket_kill_time
+   to (time of last boot - grace period) on Linux.
+   * tmpwatch.8: Document that unused socketes may be removed, and that
+   -a reverts to purely time-based behavior for them.
+   * m4/gnulib-cache.m4: Add module clock-time.
+   * Ma

commit python-ZODB for openSUSE:Factory

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package python-ZODB for openSUSE:Factory 
checked in at 2014-02-03 16:13:15

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


Package is "python-ZODB"

Changes:

--- /work/SRC/openSUSE:Factory/python-ZODB/python-ZODB.changes  2013-10-01 
08:34:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-ZODB.new/python-ZODB.changes 
2014-02-03 16:13:16.0 +0100
@@ -1,0 +2,13 @@
+Sat Feb  1 21:17:50 UTC 2014 - os-...@jacraig.com
+
+- Add patch to fix test during build.  This is fixed upstream for next release.
+- Update old package URL.
+- Update to 4.0.0 (minor changes from git commit log):
+  * Try invoking parent close() via super(), hoping to squash ResourceWarning.
+Also, avoid shadowing the 'file' builtin / alias with locals.
+  * Bend over backward to avoid ResourceWarnings.
+  * Use os.pathsep when constructing $PYTHONPATH (fix test failure on Windows).
+  * Update to latest 2.2.0 bootstrap.py
+  * Correctly quote Windows pathnames
+
+---

Old:

  ZODB-4.0.0b3.tar.gz

New:

  ZODB-4.0.0.tar.gz
  fix-for-upstream-test.patch



Other differences:
--
++ python-ZODB.spec ++
--- /var/tmp/diff_new_pack.38bhF6/_old  2014-02-03 16:13:17.0 +0100
+++ /var/tmp/diff_new_pack.38bhF6/_new  2014-02-03 16:13:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ZODB
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,28 +18,29 @@
 
 
 Name:   python-ZODB
-Version:4.0.0b3
+Version:4.0.0
 Release:0
 Summary:Zope Object Database: object database and persistence
 License:ZPL-2.1
 Group:  Development/Libraries/Python
-Url:http://www.zope.org/Products/ZODB
+Url:http://www.zodb.org/
 Source: 
https://pypi.python.org/packages/source/Z/ZODB/ZODB-%{version}.tar.gz
-BuildRequires:  python-setuptools
-BuildRequires:  python-persistent-devel
+# PATCH-FIX-UPSTREAM fix-for-upstream-test.patch -- already fixed in git 
4.0.0b3-16-g1cdf9a7
+Patch1: fix-for-upstream-test.patch
 BuildRequires:  python-BTrees
 BuildRequires:  python-ZConfig
-BuildRequires:  python-transaction
+BuildRequires:  python-persistent-devel
+BuildRequires:  python-setuptools
 BuildRequires:  python-six
+BuildRequires:  python-transaction
 BuildRequires:  python-zc.lockfile
 BuildRequires:  python-zdaemon >= 4.0.0
 BuildRequires:  python-zope.interface
-
-Requires:   python-persistent
 Requires:  python-BTrees
 Requires:  python-ZConfig
-Requires:  python-transaction
+Requires:   python-persistent
 Requires:  python-six
+Requires:   python-transaction
 Requires:  python-zc.lockfile
 Requires:  python-zdaemon >= 4.0.0
 Requires:   python-zope.interface
@@ -72,6 +73,7 @@
 
 %prep
 %setup -q -n ZODB-%{version}
+%patch1 -p1
 
 %build
 python setup.py build

++ ZODB-4.0.0b3.tar.gz -> ZODB-4.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ZODB-4.0.0b3/.gitignore new/ZODB-4.0.0/.gitignore
--- old/ZODB-4.0.0b3/.gitignore 2013-06-04 19:34:42.0 +0200
+++ new/ZODB-4.0.0/.gitignore   1970-01-01 01:00:00.0 +0100
@@ -1,18 +0,0 @@
-bin
-eggs
-develop-eggs
-parts
-.installed.cfg
-build
-docs/_build
-__pycache__
-*.pyc
-*.so
-.tox
-.coverage
-nosetests.xml
-coverage.xml
-*.egg-info
-*.egg
-dist
-testing.log
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ZODB-4.0.0b3/.travis.yml new/ZODB-4.0.0/.travis.yml
--- old/ZODB-4.0.0b3/.travis.yml2013-06-04 19:34:42.0 +0200
+++ new/ZODB-4.0.0/.travis.yml  1970-01-01 01:00:00.0 +0100
@@ -1,14 +0,0 @@
-language: python
-python:
-- 2.6
-- 2.7
-- 3.2
-- 3.3
-install:
-- travis_retry pip install BTrees ZConfig manuel persistent six 
transaction zc.lockfile zdaemon zope.interface zope.testing zope.testrunner
-- travis_retry pip install -e .
-script:
-- zope-testrunner -u --test-path=src --auto-color --auto-progress
-- zope-testrunner -f --test-path=src --auto-color --auto-progress
-notifications:
-email: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ZODB-4.0.0b3/CHANGES.rst new/ZODB-4.0.0/CHANGES.rst
--- old/ZODB-4.0.0b3/CHANGES.rst2013-06-12 01:32:05.0 +0200
+++ new/Z

commit shorewall for openSUSE:Factory

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package shorewall for openSUSE:Factory 
checked in at 2014-02-03 16:15:50

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


Package is "shorewall"

Changes:

--- /work/SRC/openSUSE:Factory/shorewall/shorewall.changes  2014-01-23 
15:56:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.shorewall.new/shorewall.changes 2014-02-03 
16:15:53.0 +0100
@@ -1,0 +2,19 @@
+Sun Feb  2 12:04:06 UTC 2014 - tog...@opensuse.org
+
+- Update to version 4.5.21.6 For more details see changelog.txt and
+  releasenotes.txt
+
+  * When a non-terminating target specified logging, the compiler
+would erroneously generate a 'goto' (-g) iptables command rather
+than a 'jump' (-j) command. This caused the wrong set of rules
+to be traversed, usually the catchall 'REJECT' or 'DROP' rule
+at theend of the INPUT or FORWARD chain.
+
+The compiler now generates a 'jump' rule in these cases.
+
+   * When an interface containing a period (such as a VLAN
+ interfaceterface) was used in an 'add' or 'delete' command,
+ the wrong ipset name was generated, resulting in failure of
+ the command. 
+
+---

Old:

  shorewall-4.5.21.5.tar.bz2
  shorewall-core-4.5.21.5.tar.bz2
  shorewall-docs-html-4.5.21.5.tar.bz2
  shorewall-init-4.5.21.5.tar.bz2
  shorewall-lite-4.5.21.5.tar.bz2
  shorewall6-4.5.21.5.tar.bz2
  shorewall6-lite-4.5.21.5.tar.bz2

New:

  shorewall-4.5.21.6.tar.bz2
  shorewall-core-4.5.21.6.tar.bz2
  shorewall-docs-html-4.5.21.6.tar.bz2
  shorewall-init-4.5.21.6.tar.bz2
  shorewall-lite-4.5.21.6.tar.bz2
  shorewall6-4.5.21.6.tar.bz2
  shorewall6-lite-4.5.21.6.tar.bz2



Other differences:
--
++ shorewall.spec ++
--- /var/tmp/diff_new_pack.T3rMhL/_old  2014-02-03 16:15:54.0 +0100
+++ /var/tmp/diff_new_pack.T3rMhL/_new  2014-02-03 16:15:54.0 +0100
@@ -20,7 +20,7 @@
 %define have_systemd 1
 
 Name:   shorewall
-Version:4.5.21.5
+Version:4.5.21.6
 Release:0
 Summary:Shoreline Firewall is an iptables-based firewall for Linux 
systems
 License:GPL-2.0

++ shorewall-4.5.21.5.tar.bz2 -> shorewall-4.5.21.6.tar.bz2 ++
 1864 lines of diff (skipped)

++ shorewall-core-4.5.21.5.tar.bz2 -> shorewall-core-4.5.21.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.5.21.5/changelog.txt 
new/shorewall-core-4.5.21.6/changelog.txt
--- old/shorewall-core-4.5.21.5/changelog.txt   2013-12-19 18:27:09.0 
+0100
+++ new/shorewall-core-4.5.21.6/changelog.txt   2014-01-31 00:15:50.0 
+0100
@@ -1,3 +1,9 @@
+Changes in 4.5.21.6
+
+1)  Update release documents.
+
+2)  Correct incorrect use of -g when jumping to a logging chain.
+
 Changes in 4.5.21.5
 
 1)  Update release documents.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.5.21.5/configure 
new/shorewall-core-4.5.21.6/configure
--- old/shorewall-core-4.5.21.5/configure   2013-12-19 18:26:42.0 
+0100
+++ new/shorewall-core-4.5.21.6/configure   2014-01-31 00:15:50.0 
+0100
@@ -28,7 +28,7 @@
 #
 # Build updates this
 #
-VERSION=4.5.21.5
+VERSION=4.5.21.6
 
 case "$BASH_VERSION" in
 [4-9].*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.5.21.5/configure.pl 
new/shorewall-core-4.5.21.6/configure.pl
--- old/shorewall-core-4.5.21.5/configure.pl2013-12-19 18:26:42.0 
+0100
+++ new/shorewall-core-4.5.21.6/configure.pl2014-01-31 00:15:50.0 
+0100
@@ -31,7 +31,7 @@
 # Build updates this
 #
 use constant {
-VERSION => '4.5.21.5'
+VERSION => '4.5.21.6'
 };
 
 my %params;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.5.21.5/install.sh 
new/shorewall-core-4.5.21.6/install.sh
--- old/shorewall-core-4.5.21.5/install.sh  2013-12-19 18:26:42.0 
+0100
+++ new/shorewall-core-4.5.21.6/install.sh  2014-01-31 00:15:50.0 
+0100
@@ -22,7 +22,7 @@
 #   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 
02110-1301 USA.
 #
 
-VERSION=4.5.21.5
+VERSION=4.5.21.6
 
 usage() # $1 = exit status
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.5.21.5/known_problems.txt 
new/shorewall-core-4.5.21.6/known_problems.txt
--- old/shorewall-core-4.5.21.5/known_problems.txt  2013-12-19 
18:27:09.0 +0100
+++ new/shorewall-core-4.5.21.6/known_proble

commit perl-HTML-FormHandler for openSUSE:Factory

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-FormHandler for 
openSUSE:Factory checked in at 2014-02-03 16:13:09

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


Package is "perl-HTML-FormHandler"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTML-FormHandler/perl-HTML-FormHandler.changes  
2013-12-02 07:26:14.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new/perl-HTML-FormHandler.changes
 2014-02-03 16:13:10.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  2 20:54:02 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.40055:
+  + handle SelectCSV field in as_label method of Select field.
+2014 bug in t/compound/basic.t test (rt91793).
+
+---

Old:

  HTML-FormHandler-0.40054.tar.gz

New:

  HTML-FormHandler-0.40055.tar.gz



Other differences:
--
++ perl-HTML-FormHandler.spec ++
--- /var/tmp/diff_new_pack.JeyARc/_old  2014-02-03 16:13:11.0 +0100
+++ /var/tmp/diff_new_pack.JeyARc/_new  2014-02-03 16:13:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTML-FormHandler
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,14 +17,14 @@
 
 
 Name:   perl-HTML-FormHandler
-Version:0.40054
+Version:0.40055
 Release:0
 %define cpan_name HTML-FormHandler
 Summary:HTML forms using Moose
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/HTML-FormHandler/
-Source: 
http://www.cpan.org/authors/id/G/GS/GSHANK/%{cpan_name}-%{version}.tar.gz
+Source: 
http://cpan.perl.org/CPAN/authors/id/G/GS/GSHANK/HTML-FormHandler-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ HTML-FormHandler-0.40054.tar.gz -> HTML-FormHandler-0.40055.tar.gz ++
 3719 lines of diff (skipped)

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



commit crmsh for openSUSE:Factory

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2014-02-03 16:12:04

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


Package is "crmsh"

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2014-01-23 
15:41:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2014-02-03 
16:12:05.0 +0100
@@ -1,0 +2,11 @@
+Mon Feb  3 07:55:51 UTC 2014 - kgronl...@suse.com
+
+- medium: xmlutil: rsc_template has no provider attribute (savannah#41410)
+- doc: ui_configure: Document the type: prefix argument to configure show 
(bnc#861776)
+- medium: ra: Infer provider from RA name (bnc#860754)
+- low: ui_options: add missing documentation for options set (bnc#860585)
+- medium: ui_cib: correct name of cib import (bnc#860584)
+- medium: ui_ra: Fix problems with ra info command (bnc#860583)
+- upstream cs: 3bf6bc6b82ad
+
+---



Other differences:
--
++ crmsh.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh/.hg_archival.txt new/crmsh/.hg_archival.txt
--- old/crmsh/.hg_archival.txt  2014-01-21 18:01:41.0 +0100
+++ new/crmsh/.hg_archival.txt  2014-02-01 00:11:56.0 +0100
@@ -1,5 +1,5 @@
 repo: 13c3bd69e935090cd25213c474cafc3f01b5910b
-node: fdf3c08dc5e2c9c4e2bbb48ea20d52ebc76f6b28
+node: 170f0ff108dfe5d186092d023f389bf813490bfe
 branch: default
 latesttag: 1.2.6-rc1
-latesttagdistance: 393
+latesttagdistance: 400
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh/doc/crm.8.txt new/crmsh/doc/crm.8.txt
--- old/crmsh/doc/crm.8.txt 2014-01-21 18:01:41.0 +0100
+++ new/crmsh/doc/crm.8.txt 2014-02-01 00:11:56.0 +0100
@@ -1169,7 +1169,7 @@
 list ocf pacemaker
 ...
 
-[[cmdhelp_ra_meta,show meta data for a RA]]
+[[cmdhelp_ra_info,show meta data for a RA]]
  `info` (`meta`)
 
 Show the meta-data of a resource agent type. This is where users
@@ -1987,11 +1987,36 @@
 
 Usage:
 
+show [all|]
+
+
+Example:
+
 show
 show skill-level
 show all
 
 
+[[cmdhelp_options_set,Set the value of a given option]]
+ `set`
+
+Sets the value of an option. Takes the fully qualified
+name of the option as argument, as displayed by `show all`.
+
+The modified option value is stored in the user-local
+configuration file, usually found in `~/.config/crm/crm.conf`.
+
+Usage:
+
+set  
+
+
+Example:
+
+set color.warn "magenta bold"
+set editor nano
+
+
 [[cmdhelp_options_save,save the user preferences to the rc file]]
  `save`
 
@@ -2664,8 +2689,11 @@
 The `show` command displays objects. It may display all objects
 or a set of objects. The user may also choose to see only objects
 which were changed.
+
 Optionally, the XML code may be displayed instead of the CLI
-representation.
+representation by passing `xml` as the first argument.
+
+To show all objects of a certain type, use the `type:` prefix.
 
 Usage:
 ...
@@ -2673,6 +2701,13 @@
 show [xml] changed
 ...
 
+Example:
+...
+show webapp
+show type:primitive
+show xml type:node
+...
+
 [[cmdhelp_configure_edit,edit CIB objects]]
  `edit`
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh/modules/cibconfig.py 
new/crmsh/modules/cibconfig.py
--- old/crmsh/modules/cibconfig.py  2014-01-21 18:01:41.0 +0100
+++ new/crmsh/modules/cibconfig.py  2014-02-01 00:11:56.0 +0100
@@ -2597,6 +2597,10 @@
 "List of ids (for completion)."
 return [x.obj_id for x in self.cib_objects]
 
+def type_list(self):
+"List of object types (for completion)"
+return list(set([x.obj_type for x in self.cib_objects]))
+
 def prim_id_list(self):
 "List of primitives ids (for group completion)."
 return [x.obj_id for x in self.cib_objects if x.obj_type == 
"primitive"]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh/modules/ra.py new/crmsh/modules/ra.py
--- old/crmsh/modules/ra.py 2014-01-21 18:01:41.0 +0100
+++ new/crmsh/modules/ra.py 2014-02-01 00:11:56.0 +0100
@@ -794,6 +794,20 @@
 return True
 
 
+def pick_provider(providers):
+'''
+Pick the most appropriate choice from a
+list of providers, falling back to
+'heartbeat' if no good choice is found
+'''
+if not providers:
+return 'heartbeat'
+for pick in ('heartbeat', 'pacemaker'):
+if pick in providers

commit kturtle for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kturtle for openSUSE:13.1:Update 
checked in at 2014-02-03 15:28:27

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


Package is "kturtle"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.jjAgQW/_old  2014-02-03 15:28:28.0 +0100
+++ /var/tmp/diff_new_pack.jjAgQW/_new  2014-02-03 15:28:28.0 +0100
@@ -1 +1 @@
-
+

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



commit lskat for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package lskat for openSUSE:13.1:Update 
checked in at 2014-02-03 15:29:06

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


Package is "lskat"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.H10KX2/_old  2014-02-03 15:29:07.0 +0100
+++ /var/tmp/diff_new_pack.H10KX2/_new  2014-02-03 15:29:07.0 +0100
@@ -1 +1 @@
-
+

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



commit ksirk for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package ksirk for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:57

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


Package is "ksirk"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.fZ8rEY/_old  2014-02-03 15:27:58.0 +0100
+++ /var/tmp/diff_new_pack.fZ8rEY/_new  2014-02-03 15:27:58.0 +0100
@@ -1 +1 @@
-
+

-- 
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-02-03 Thread h_root
Hello community,

here is the log from the commit of package kajongg for openSUSE:13.1:Update 
checked in at 2014-02-03 15:24:03

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.qAyvlG/_old  2014-02-03 15:24:04.0 +0100
+++ /var/tmp/diff_new_pack.qAyvlG/_new  2014-02-03 15:24:04.0 +0100
@@ -1 +1 @@
-
+

-- 
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-02-03 Thread h_root
Hello community,

here is the log from the commit of package kjumpingcube for 
openSUSE:13.1:Update checked in at 2014-02-03 15:26:49

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.Mr0olP/_old  2014-02-03 15:26:50.0 +0100
+++ /var/tmp/diff_new_pack.Mr0olP/_new  2014-02-03 15:26:50.0 +0100
@@ -1 +1 @@
-
+

-- 
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-02-03 Thread h_root
Hello community,

here is the log from the commit of package kigo for openSUSE:13.1:Update 
checked in at 2014-02-03 15:26:38

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.fKuE3N/_old  2014-02-03 15:26:39.0 +0100
+++ /var/tmp/diff_new_pack.fKuE3N/_new  2014-02-03 15:26:39.0 +0100
@@ -1 +1 @@
-
+

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



commit sweeper for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package sweeper for openSUSE:13.1:Update 
checked in at 2014-02-03 15:30:11

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


Package is "sweeper"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.TKHihG/_old  2014-02-03 15:30:12.0 +0100
+++ /var/tmp/diff_new_pack.TKHihG/_new  2014-02-03 15:30:12.0 +0100
@@ -1 +1 @@
-
+

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



commit superkaramba for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package superkaramba for 
openSUSE:13.1:Update checked in at 2014-02-03 15:30:07

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


Package is "superkaramba"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.0iJpcH/_old  2014-02-03 15:30:08.0 +0100
+++ /var/tmp/diff_new_pack.0iJpcH/_new  2014-02-03 15:30:08.0 +0100
@@ -1 +1 @@
-
+

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



commit python-kde4 for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package python-kde4 for openSUSE:13.1:Update 
checked in at 2014-02-03 15:29:54

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


Package is "python-kde4"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.6yZSUy/_old  2014-02-03 15:29:55.0 +0100
+++ /var/tmp/diff_new_pack.6yZSUy/_new  2014-02-03 15:29:55.0 +0100
@@ -1 +1 @@
-
+

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



commit svgpart for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package svgpart for openSUSE:13.1:Update 
checked in at 2014-02-03 15:30:09

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


Package is "svgpart"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.2ykCX1/_old  2014-02-03 15:30:10.0 +0100
+++ /var/tmp/diff_new_pack.2ykCX1/_new  2014-02-03 15:30:10.0 +0100
@@ -1 +1 @@
-
+

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



commit step for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package step for openSUSE:13.1:Update 
checked in at 2014-02-03 15:30:05

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


Package is "step"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.0Wxalc/_old  2014-02-03 15:30:06.0 +0100
+++ /var/tmp/diff_new_pack.0Wxalc/_new  2014-02-03 15:30:06.0 +0100
@@ -1 +1 @@
-
+

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



commit ruby-qt4 for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package ruby-qt4 for openSUSE:13.1:Update 
checked in at 2014-02-03 15:30:03

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


Package is "ruby-qt4"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.zkIehK/_old  2014-02-03 15:30:03.0 +0100
+++ /var/tmp/diff_new_pack.zkIehK/_new  2014-02-03 15:30:03.0 +0100
@@ -1 +1 @@
-
+

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



commit ruby-kde4 for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package ruby-kde4 for openSUSE:13.1:Update 
checked in at 2014-02-03 15:29:59

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


Package is "ruby-kde4"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.SVVvRR/_old  2014-02-03 15:30:01.0 +0100
+++ /var/tmp/diff_new_pack.SVVvRR/_new  2014-02-03 15:30:01.0 +0100
@@ -1 +1 @@
-
+

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



commit rocs for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package rocs for openSUSE:13.1:Update 
checked in at 2014-02-03 15:29:58

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


Package is "rocs"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.hokfIa/_old  2014-02-03 15:29:59.0 +0100
+++ /var/tmp/diff_new_pack.hokfIa/_new  2014-02-03 15:29:59.0 +0100
@@ -1 +1 @@
-
+

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



commit poxml for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package poxml for openSUSE:13.1:Update 
checked in at 2014-02-03 15:29:52

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


Package is "poxml"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.6wKTqU/_old  2014-02-03 15:29:53.0 +0100
+++ /var/tmp/diff_new_pack.6wKTqU/_new  2014-02-03 15:29:53.0 +0100
@@ -1 +1 @@
-
+

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



commit umbrello for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package umbrello for openSUSE:13.1:Update 
checked in at 2014-02-03 15:30:12

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


Package is "umbrello"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.DnPBsB/_old  2014-02-03 15:30:13.0 +0100
+++ /var/tmp/diff_new_pack.DnPBsB/_new  2014-02-03 15:30:13.0 +0100
@@ -1 +1 @@
-
+

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



commit python3-kde4 for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package python3-kde4 for 
openSUSE:13.1:Update checked in at 2014-02-03 15:29:56

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


Package is "python3-kde4"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Ge46qt/_old  2014-02-03 15:29:59.0 +0100
+++ /var/tmp/diff_new_pack.Ge46qt/_new  2014-02-03 15:29:59.0 +0100
@@ -1 +1 @@
-
+

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



commit plasma-addons for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package plasma-addons for 
openSUSE:13.1:Update checked in at 2014-02-03 15:29:51

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


Package is "plasma-addons"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.f62ZFH/_old  2014-02-03 15:29:51.0 +0100
+++ /var/tmp/diff_new_pack.f62ZFH/_new  2014-02-03 15:29:51.0 +0100
@@ -1 +1 @@
-
+

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



commit kwordquiz for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kwordquiz for openSUSE:13.1:Update 
checked in at 2014-02-03 15:28:38

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


Package is "kwordquiz"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.G1QX3Q/_old  2014-02-03 15:28:39.0 +0100
+++ /var/tmp/diff_new_pack.G1QX3Q/_new  2014-02-03 15:28:39.0 +0100
@@ -1 +1 @@
-
+

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



commit libkexiv2 for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package libkexiv2 for openSUSE:13.1:Update 
checked in at 2014-02-03 15:28:53

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


Package is "libkexiv2"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.tAEPRn/_old  2014-02-03 15:28:54.0 +0100
+++ /var/tmp/diff_new_pack.tAEPRn/_new  2014-02-03 15:28:54.0 +0100
@@ -1 +1 @@
-
+

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



commit kalgebra for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kalgebra for openSUSE:13.1:Update 
checked in at 2014-02-03 15:24:06

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.Gqt457/_old  2014-02-03 15:24:07.0 +0100
+++ /var/tmp/diff_new_pack.Gqt457/_new  2014-02-03 15:24:07.0 +0100
@@ -1 +1 @@
-
+

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



commit okular for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package okular for openSUSE:13.1:Update 
checked in at 2014-02-03 15:29:29

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


Package is "okular"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Oo8Pzv/_old  2014-02-03 15:29:30.0 +0100
+++ /var/tmp/diff_new_pack.Oo8Pzv/_new  2014-02-03 15:29:30.0 +0100
@@ -1 +1 @@
-
+

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



commit amor.2510 for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package amor.2510 for openSUSE:13.1:Update 
checked in at 2014-02-03 15:23:20

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


Package is "amor.2510"

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:13.1:Update/.amor.2510.new/amor.changes  2014-02-03 
15:23:21.0 +0100
@@ -0,0 +1,816 @@
+---
+Sat Jan  4 10:26:23 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.11.5
+   * KDE 4.11.5 maintenance release
+   * See http://www.kde.org/announcements/announce-4.11.5.php
+
+---
+Sun Dec  1 09:52:50 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:53: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:47: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:40:31 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:12:38 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:16:55 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:17 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:51:48 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 21:06:53 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 kdetoys4
+
+---
+Sat Jun  1 10:22:10 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:40 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:34:07 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 16:01:18 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:16 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:22 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:44 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:54 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:59 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release f

commit kuser for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kuser for openSUSE:13.1:Update 
checked in at 2014-02-03 15:28:35

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


Package is "kuser"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.7ql7lk/_old  2014-02-03 15:28:36.0 +0100
+++ /var/tmp/diff_new_pack.7ql7lk/_new  2014-02-03 15:28:36.0 +0100
@@ -1 +1 @@
-
+

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



commit libkmahjongg for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package libkmahjongg for 
openSUSE:13.1:Update checked in at 2014-02-03 15:28:56

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


Package is "libkmahjongg"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.JftVvH/_old  2014-02-03 15:28:57.0 +0100
+++ /var/tmp/diff_new_pack.JftVvH/_new  2014-02-03 15:28:57.0 +0100
@@ -1 +1 @@
-
+

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



commit libkcddb4 for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package libkcddb4 for openSUSE:13.1:Update 
checked in at 2014-02-03 15:28:40

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


Package is "libkcddb4"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.aWZwN2/_old  2014-02-03 15:28:41.0 +0100
+++ /var/tmp/diff_new_pack.aWZwN2/_new  2014-02-03 15:28:41.0 +0100
@@ -1 +1 @@
-
+

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



commit plasma-addons.2510 for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package plasma-addons.2510 for 
openSUSE:13.1:Update checked in at 2014-02-03 15:29:47

Comparing /work/SRC/openSUSE:13.1:Update/plasma-addons.2510 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.plasma-addons.2510.new (New)


Package is "plasma-addons.2510"

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ 
/work/SRC/openSUSE:13.1:Update/.plasma-addons.2510.new/plasma-addons.changes
2014-02-03 15:29:48.0 +0100
@@ -0,0 +1,966 @@
+---
+Sat Jan  4 09:53:00 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.11.5
+   * KDE 4.11.5 maintenance release
+   * See http://www.kde.org/announcements/announce-4.11.5.php
+
+---
+Sun Dec  1 09:07: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:05:19 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:07:33 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
+- Dropped patches due to upstream inclusion:
+   0001-Spin-the-event-loop-before-destroying-the-menu.patch
+
+---
+Mon Sep  9 21:21:25 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added 0001-Spin-the-event-loop-before-destroying-the-menu.patch
+  for resolving kde#324661 (not able to (un)mark launchers with
+  Icon-Only task manager)
+
+---
+Sun Sep  1 09:58: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:00: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:58:42 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
+
+---
+Sun Jul 21 14:36:44 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Drop kopete-devel, pkgconfig(ortp) and mediastreamer2-devel
+  BuildRequires: neither kopete headers, nor libraries are needed for 
+  kopete runner, so the BuildRequires are not needed
+- Added libkdepimlibs4-devel BuildRequires which was previously 
+  pulled by kopete-devel
+
+---
+Wed Jul 17 13:36:17 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Use pkgconfig(ortp) BuildRequires instead of libortp-devel
+
+---
+Mon Jul 15 08:14:25 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:11:07 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
+- Dropped notes.diff, included in this release
+
+---
+Thu Jun 13 19:14: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:23: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
+
+---
+Thu May 23 22:33:34 UTC 2013 - wba...@tmo.at
+
+- changed notes.diff:
+  * re-read background color config in themeChanged() to change
+background color immediately on a plasma theme change if necessary
+  * fix the bug that the text color wasn't updated visually on a
+plasma theme change
+
+---
+Thu May 23 08:38:51 UTC 2013 - wba...@tmo.at
+
+- changed notes.diff: only use black as default background if the
+  theme's text color is brighter than a 

commit okteta for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:13.1:Update 
checked in at 2014-02-03 15:29:27

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


Package is "okteta"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.A7evva/_old  2014-02-03 15:29:28.0 +0100
+++ /var/tmp/diff_new_pack.A7evva/_new  2014-02-03 15:29:28.0 +0100
@@ -1 +1 @@
-
+

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



commit libkcompactdisc4 for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package libkcompactdisc4 for 
openSUSE:13.1:Update checked in at 2014-02-03 15:28:41

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


Package is "libkcompactdisc4"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.O01oZz/_old  2014-02-03 15:28:42.0 +0100
+++ /var/tmp/diff_new_pack.O01oZz/_new  2014-02-03 15:28:42.0 +0100
@@ -1 +1 @@
-
+

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



commit parley for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package parley for openSUSE:13.1:Update 
checked in at 2014-02-03 15:29:41

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


Package is "parley"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.azMUnm/_old  2014-02-03 15:29:42.0 +0100
+++ /var/tmp/diff_new_pack.azMUnm/_new  2014-02-03 15:29:42.0 +0100
@@ -1 +1 @@
-
+

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



commit perl-qt4 for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package perl-qt4 for openSUSE:13.1:Update 
checked in at 2014-02-03 15:29:45

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


Package is "perl-qt4"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.VETSQ6/_old  2014-02-03 15:29:45.0 +0100
+++ /var/tmp/diff_new_pack.VETSQ6/_new  2014-02-03 15:29:45.0 +0100
@@ -1 +1 @@
-
+

-- 
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-02-03 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-02-03 15:23:43

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.nNdaZb/_old  2014-02-03 15:23:44.0 +0100
+++ /var/tmp/diff_new_pack.nNdaZb/_new  2014-02-03 15:23:44.0 +0100
@@ -1 +1 @@
-
+

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



commit pairs for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package pairs for openSUSE:13.1:Update 
checked in at 2014-02-03 15:29:33

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


Package is "pairs"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Mz0Lcy/_old  2014-02-03 15:29:38.0 +0100
+++ /var/tmp/diff_new_pack.Mz0Lcy/_new  2014-02-03 15:29:38.0 +0100
@@ -1 +1 @@
-
+

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



commit picmi for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package picmi for openSUSE:13.1:Update 
checked in at 2014-02-03 15:29:46

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


Package is "picmi"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.O4YJC6/_old  2014-02-03 15:29:47.0 +0100
+++ /var/tmp/diff_new_pack.O4YJC6/_new  2014-02-03 15:29:47.0 +0100
@@ -1 +1 @@
-
+

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



commit libnepomukwidgets for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package libnepomukwidgets for 
openSUSE:13.1:Update checked in at 2014-02-03 15:29:01

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


Package is "libnepomukwidgets"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.gXTyiz/_old  2014-02-03 15:29:02.0 +0100
+++ /var/tmp/diff_new_pack.gXTyiz/_new  2014-02-03 15:29:02.0 +0100
@@ -1 +1 @@
-
+

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



commit libksane for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package libksane for openSUSE:13.1:Update 
checked in at 2014-02-03 15:28:59

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


Package is "libksane"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.4WBgmv/_old  2014-02-03 15:29:00.0 +0100
+++ /var/tmp/diff_new_pack.4WBgmv/_new  2014-02-03 15:29:00.0 +0100
@@ -1 +1 @@
-
+

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



commit lokalize for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package lokalize for openSUSE:13.1:Update 
checked in at 2014-02-03 15:29:03

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


Package is "lokalize"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.6zW6U3/_old  2014-02-03 15:29:04.0 +0100
+++ /var/tmp/diff_new_pack.6zW6U3/_new  2014-02-03 15:29:04.0 +0100
@@ -1 +1 @@
-
+

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



commit mono-kde4 for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package mono-kde4 for openSUSE:13.1:Update 
checked in at 2014-02-03 15:29:15

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


Package is "mono-kde4"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.eWf9X1/_old  2014-02-03 15:29:16.0 +0100
+++ /var/tmp/diff_new_pack.eWf9X1/_new  2014-02-03 15:29:16.0 +0100
@@ -1 +1 @@
-
+

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



commit mono-qt4 for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package mono-qt4 for openSUSE:13.1:Update 
checked in at 2014-02-03 15:29:19

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


Package is "mono-qt4"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.hSRR3d/_old  2014-02-03 15:29:19.0 +0100
+++ /var/tmp/diff_new_pack.hSRR3d/_new  2014-02-03 15:29:19.0 +0100
@@ -1 +1 @@
-
+

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



commit libkipi for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:13.1:Update 
checked in at 2014-02-03 15:28:54

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


Package is "libkipi"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.2BrAqv/_old  2014-02-03 15:28:55.0 +0100
+++ /var/tmp/diff_new_pack.2BrAqv/_new  2014-02-03 15:28:55.0 +0100
@@ -1 +1 @@
-
+

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



commit kwalletmanager for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kwalletmanager for 
openSUSE:13.1:Update checked in at 2014-02-03 15:28:36

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


Package is "kwalletmanager"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.al51uW/_old  2014-02-03 15:28:38.0 +0100
+++ /var/tmp/diff_new_pack.al51uW/_new  2014-02-03 15:28:38.0 +0100
@@ -1 +1 @@
-
+

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



commit marble for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package marble for openSUSE:13.1:Update 
checked in at 2014-02-03 15:29:08

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


Package is "marble"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.27m7oO/_old  2014-02-03 15:29:09.0 +0100
+++ /var/tmp/diff_new_pack.27m7oO/_new  2014-02-03 15:29:09.0 +0100
@@ -1 +1 @@
-
+

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



commit palapeli for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package palapeli for openSUSE:13.1:Update 
checked in at 2014-02-03 15:29:37

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


Package is "palapeli"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.17hljN/_old  2014-02-03 15:29:38.0 +0100
+++ /var/tmp/diff_new_pack.17hljN/_new  2014-02-03 15:29:38.0 +0100
@@ -1 +1 @@
-
+

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



commit libkdeedu4 for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package libkdeedu4 for openSUSE:13.1:Update 
checked in at 2014-02-03 15:28:48

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


Package is "libkdeedu4"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.akHryZ/_old  2014-02-03 15:28:49.0 +0100
+++ /var/tmp/diff_new_pack.akHryZ/_new  2014-02-03 15:28:49.0 +0100
@@ -1 +1 @@
-
+

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



commit ktux for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package ktux for openSUSE:13.1:Update 
checked in at 2014-02-03 15:28:29

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


Package is "ktux"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.qehDRl/_old  2014-02-03 15:28:30.0 +0100
+++ /var/tmp/diff_new_pack.qehDRl/_new  2014-02-03 15:28:30.0 +0100
@@ -1 +1 @@
-
+

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



commit nepomuk-core for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package nepomuk-core for 
openSUSE:13.1:Update checked in at 2014-02-03 15:29:24

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


Package is "nepomuk-core"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.n6fzkf/_old  2014-02-03 15:29:25.0 +0100
+++ /var/tmp/diff_new_pack.n6fzkf/_new  2014-02-03 15:29:25.0 +0100
@@ -1 +1 @@
-
+

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



commit kubrick.2510 for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kubrick.2510 for 
openSUSE:13.1:Update checked in at 2014-02-03 15:28:30

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


Package is "kubrick.2510"

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:13.1:Update/.kubrick.2510.new/kubrick.changes
2014-02-03 15:28:31.0 +0100
@@ -0,0 +1,141 @@
+---
+Sat Jan  4 10:22:54 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.11.5
+   * KDE 4.11.5 maintenance release
+   * See http://www.kde.org/announcements/announce-4.11.5.php
+
+---
+Sun Dec  1 09:48:54 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:49:21 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:43:24 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:31:50 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:05:57 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:33:58 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:14:02 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:51:32 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:55:00 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 17:36:12 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:28:00 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:44:26 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 16:13:40 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:22: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:46:15 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:52:26 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:16: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:39:31 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. C

commit mobipocket for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package mobipocket for openSUSE:13.1:Update 
checked in at 2014-02-03 15:29:13

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


Package is "mobipocket"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Ts2mm0/_old  2014-02-03 15:29:15.0 +0100
+++ /var/tmp/diff_new_pack.Ts2mm0/_new  2014-02-03 15:29:15.0 +0100
@@ -1 +1 @@
-
+

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



commit libkdegames for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package libkdegames for openSUSE:13.1:Update 
checked in at 2014-02-03 15:28:51

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


Package is "libkdegames"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.qlKzq2/_old  2014-02-03 15:28:52.0 +0100
+++ /var/tmp/diff_new_pack.qlKzq2/_new  2014-02-03 15:28:52.0 +0100
@@ -1 +1 @@
-
+

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



commit oxygen-icon-theme for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package oxygen-icon-theme for 
openSUSE:13.1:Update checked in at 2014-02-03 15:29:31

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


Package is "oxygen-icon-theme"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.jaXLpY/_old  2014-02-03 15:29:37.0 +0100
+++ /var/tmp/diff_new_pack.jaXLpY/_new  2014-02-03 15:29:37.0 +0100
@@ -1 +1 @@
-
+

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



commit perl-kde4 for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package perl-kde4 for openSUSE:13.1:Update 
checked in at 2014-02-03 15:29:43

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


Package is "perl-kde4"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.4uIhaV/_old  2014-02-03 15:29:44.0 +0100
+++ /var/tmp/diff_new_pack.4uIhaV/_new  2014-02-03 15:29:44.0 +0100
@@ -1 +1 @@
-
+

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



commit kubrick for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kubrick for openSUSE:13.1:Update 
checked in at 2014-02-03 15:28:33

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


Package is "kubrick"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.y95cRn/_old  2014-02-03 15:28:34.0 +0100
+++ /var/tmp/diff_new_pack.y95cRn/_new  2014-02-03 15:28:34.0 +0100
@@ -1 +1 @@
-
+

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



commit libkdcraw for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package libkdcraw for openSUSE:13.1:Update 
checked in at 2014-02-03 15:28:45

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


Package is "libkdcraw"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.OFVeq0/_old  2014-02-03 15:28:46.0 +0100
+++ /var/tmp/diff_new_pack.OFVeq0/_new  2014-02-03 15:28:46.0 +0100
@@ -1 +1 @@
-
+

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



commit mono-qt4.2510 for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package mono-qt4.2510 for 
openSUSE:13.1:Update checked in at 2014-02-03 15:29:16

Comparing /work/SRC/openSUSE:13.1:Update/mono-qt4.2510 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.mono-qt4.2510.new (New)


Package is "mono-qt4.2510"

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:13.1:Update/.mono-qt4.2510.new/mono-qt4.changes  
2014-02-03 15:29:17.0 +0100
@@ -0,0 +1,1298 @@
+---
+Sat Jan  4 09:54:27 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.11.5
+   * KDE 4.11.5 maintenance release
+   * See http://www.kde.org/announcements/announce-4.11.5.php
+
+---
+Sun Dec  1 09:08:26 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:06:38 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:08:32 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:59:29 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:01:36 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:47:02 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:14:17 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:12:35 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:16:09 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:32:53 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:54:58 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:13:38 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 15:36:20 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:47:06 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Thu Jan 17 08:04:47 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:09:35 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:36:55 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:03:07 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.

commit kstars for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kstars for openSUSE:13.1:Update 
checked in at 2014-02-03 15:28:09

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


Package is "kstars"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.AA9ycY/_old  2014-02-03 15:28:11.0 +0100
+++ /var/tmp/diff_new_pack.AA9ycY/_new  2014-02-03 15:28:11.0 +0100
@@ -1 +1 @@
-
+

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



commit ksquares for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package ksquares for openSUSE:13.1:Update 
checked in at 2014-02-03 15:28:06

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


Package is "ksquares"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Zp5ZVr/_old  2014-02-03 15:28:07.0 +0100
+++ /var/tmp/diff_new_pack.Zp5ZVr/_new  2014-02-03 15:28:07.0 +0100
@@ -1 +1 @@
-
+

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



commit kscd for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kscd for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:54

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


Package is "kscd"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.5xDwFZ/_old  2014-02-03 15:27:55.0 +0100
+++ /var/tmp/diff_new_pack.5xDwFZ/_new  2014-02-03 15:27:55.0 +0100
@@ -1 +1 @@
-
+

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



commit ksnakeduel for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package ksnakeduel for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:58

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


Package is "ksnakeduel"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.B5Bfny/_old  2014-02-03 15:27:59.0 +0100
+++ /var/tmp/diff_new_pack.B5Bfny/_new  2014-02-03 15:27:59.0 +0100
@@ -1 +1 @@
-
+

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



commit ktimer for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package ktimer for openSUSE:13.1:Update 
checked in at 2014-02-03 15:28:17

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


Package is "ktimer"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.xIBldD/_old  2014-02-03 15:28:19.0 +0100
+++ /var/tmp/diff_new_pack.xIBldD/_new  2014-02-03 15:28:19.0 +0100
@@ -1 +1 @@
-
+

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



commit kshisen for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kshisen for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:56

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


Package is "kshisen"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.hAcsgy/_old  2014-02-03 15:27:57.0 +0100
+++ /var/tmp/diff_new_pack.hAcsgy/_new  2014-02-03 15:27:57.0 +0100
@@ -1 +1 @@
-
+

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



commit ksystemlog for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package ksystemlog for openSUSE:13.1:Update 
checked in at 2014-02-03 15:28:14

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


Package is "ksystemlog"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.MqGNxy/_old  2014-02-03 15:28:15.0 +0100
+++ /var/tmp/diff_new_pack.MqGNxy/_new  2014-02-03 15:28:15.0 +0100
@@ -1 +1 @@
-
+

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



commit ksudoku for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package ksudoku for openSUSE:13.1:Update 
checked in at 2014-02-03 15:28:12

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


Package is "ksudoku"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ktLNje/_old  2014-02-03 15:28:13.0 +0100
+++ /var/tmp/diff_new_pack.ktLNje/_new  2014-02-03 15:28:13.0 +0100
@@ -1 +1 @@
-
+

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



commit kruler.2510 for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kruler.2510 for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:48

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


Package is "kruler.2510"

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:13.1:Update/.kruler.2510.new/kruler.changes  
2014-02-03 15:27:49.0 +0100
@@ -0,0 +1,507 @@
+---
+Sat Jan  4 09:55:58 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.11.5
+   * KDE 4.11.5 maintenance release
+   * See http://www.kde.org/announcements/announce-4.11.5.php
+
+---
+Sun Dec  1 09:09:39 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:04 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:09:38 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:00:44 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:03:18 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:18:14 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:47 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:14:08 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:17:59 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:38:15 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:56:30 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:14:57 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 15:37:33 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:48:25 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Thu Jan 17 08:06: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:11:04 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:38:20 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:04:27 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Conta

commit ksnapshot for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package ksnapshot for openSUSE:13.1:Update 
checked in at 2014-02-03 15:28:01

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


Package is "ksnapshot"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.429yvE/_old  2014-02-03 15:28:02.0 +0100
+++ /var/tmp/diff_new_pack.429yvE/_new  2014-02-03 15:28:02.0 +0100
@@ -1 +1 @@
-
+

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



commit ktuberling for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package ktuberling for openSUSE:13.1:Update 
checked in at 2014-02-03 15:28:24

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


Package is "ktuberling"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.d5cDRO/_old  2014-02-03 15:28:25.0 +0100
+++ /var/tmp/diff_new_pack.d5cDRO/_new  2014-02-03 15:28:25.0 +0100
@@ -1 +1 @@
-
+

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



commit ktouch for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package ktouch for openSUSE:13.1:Update 
checked in at 2014-02-03 15:28:20

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


Package is "ktouch"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.pQjZl8/_old  2014-02-03 15:28:22.0 +0100
+++ /var/tmp/diff_new_pack.pQjZl8/_new  2014-02-03 15:28:22.0 +0100
@@ -1 +1 @@
-
+

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



commit kspaceduel for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kspaceduel for openSUSE:13.1:Update 
checked in at 2014-02-03 15:28:03

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


Package is "kspaceduel"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.YDeEo9/_old  2014-02-03 15:28:04.0 +0100
+++ /var/tmp/diff_new_pack.YDeEo9/_new  2014-02-03 15:28:04.0 +0100
@@ -1 +1 @@
-
+

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



commit kstars.2510 for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kstars.2510 for openSUSE:13.1:Update 
checked in at 2014-02-03 15:28:07

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


Package is "kstars.2510"

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:13.1:Update/.kstars.2510.new/kstars.changes  
2014-02-03 15:28:09.0 +0100
@@ -0,0 +1,1399 @@
+---
+Sat Jan  4 10:00:02 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.11.5
+   * KDE 4.11.5 maintenance release
+   * See http://www.kde.org/announcements/announce-4.11.5.php
+
+---
+Sun Dec  1 09:12:53 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:11:36 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:12:20 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:03: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:07:07 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:22:08 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: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
+
+---
+Thu Jun 27 18:18:12 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:24:18 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:44:10 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:00:06 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:17:58 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 15:40:40 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:52:06 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Thu Jan 17 08:09:44 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:14:49 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:41:49 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:08:17 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Cont

commit kteatime for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kteatime for openSUSE:13.1:Update 
checked in at 2014-02-03 15:28:15

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


Package is "kteatime"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.paZ1dJ/_old  2014-02-03 15:28:17.0 +0100
+++ /var/tmp/diff_new_pack.paZ1dJ/_new  2014-02-03 15:28:17.0 +0100
@@ -1 +1 @@
-
+

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



commit kreversi for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kreversi for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:44

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


Package is "kreversi"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.H0jC0G/_old  2014-02-03 15:27:46.0 +0100
+++ /var/tmp/diff_new_pack.H0jC0G/_new  2014-02-03 15:27:46.0 +0100
@@ -1 +1 @@
-
+

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



commit kross-interpreters for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kross-interpreters for 
openSUSE:13.1:Update checked in at 2014-02-03 15:27:47

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


Package is "kross-interpreters"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.yvXdFs/_old  2014-02-03 15:27:48.0 +0100
+++ /var/tmp/diff_new_pack.yvXdFs/_new  2014-02-03 15:27:48.0 +0100
@@ -1 +1 @@
-
+

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



commit krfb for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package krfb for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:46

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


Package is "krfb"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.acXLBN/_old  2014-02-03 15:27:47.0 +0100
+++ /var/tmp/diff_new_pack.acXLBN/_new  2014-02-03 15:27:47.0 +0100
@@ -1 +1 @@
-
+

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



commit ksaneplugin for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package ksaneplugin for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:51

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


Package is "ksaneplugin"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.UU6eCc/_old  2014-02-03 15:27:52.0 +0100
+++ /var/tmp/diff_new_pack.UU6eCc/_new  2014-02-03 15:27:52.0 +0100
@@ -1 +1 @@
-
+

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



commit kruler for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kruler for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:50

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


Package is "kruler"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.P4cjKv/_old  2014-02-03 15:27:51.0 +0100
+++ /var/tmp/diff_new_pack.P4cjKv/_new  2014-02-03 15:27:51.0 +0100
@@ -1 +1 @@
-
+

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



commit kopete for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kopete for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:31

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


Package is "kopete"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.qlPgtC/_old  2014-02-03 15:27:32.0 +0100
+++ /var/tmp/diff_new_pack.qlPgtC/_new  2014-02-03 15:27:32.0 +0100
@@ -1 +1 @@
-
+

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



commit kppp for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kppp for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:37

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


Package is "kppp"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.YIXBY9/_old  2014-02-03 15:27:38.0 +0100
+++ /var/tmp/diff_new_pack.YIXBY9/_new  2014-02-03 15:27:38.0 +0100
@@ -1 +1 @@
-
+

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



commit kremotecontrol for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kremotecontrol for 
openSUSE:13.1:Update checked in at 2014-02-03 15:27:43

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


Package is "kremotecontrol"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.SaWJJX/_old  2014-02-03 15:27:44.0 +0100
+++ /var/tmp/diff_new_pack.SaWJJX/_new  2014-02-03 15:27:44.0 +0100
@@ -1 +1 @@
-
+

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



commit krdc for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package krdc for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:39

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


Package is "krdc"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.vmmWXA/_old  2014-02-03 15:27:40.0 +0100
+++ /var/tmp/diff_new_pack.vmmWXA/_new  2014-02-03 15:27:40.0 +0100
@@ -1 +1 @@
-
+

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



commit kpat for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kpat for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:34

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


Package is "kpat"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.LO5VTA/_old  2014-02-03 15:27:35.0 +0100
+++ /var/tmp/diff_new_pack.LO5VTA/_new  2014-02-03 15:27:35.0 +0100
@@ -1 +1 @@
-
+

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



commit konquest for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package konquest for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:26

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


Package is "konquest"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.IBI5yr/_old  2014-02-03 15:27:27.0 +0100
+++ /var/tmp/diff_new_pack.IBI5yr/_new  2014-02-03 15:27:27.0 +0100
@@ -1 +1 @@
-
+

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



commit konsole for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package konsole for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:29

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


Package is "konsole"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.yyMNMZ/_old  2014-02-03 15:27:30.0 +0100
+++ /var/tmp/diff_new_pack.yyMNMZ/_new  2014-02-03 15:27:30.0 +0100
@@ -1 +1 @@
-
+

-- 
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-02-03 Thread h_root
Hello community,

here is the log from the commit of package kmines for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:03

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.DqU2uk/_old  2014-02-03 15:27:04.0 +0100
+++ /var/tmp/diff_new_pack.DqU2uk/_new  2014-02-03 15:27:04.0 +0100
@@ -1 +1 @@
-
+

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



commit kolf for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kolf for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:16

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


Package is "kolf"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.6mUhAy/_old  2014-02-03 15:27:17.0 +0100
+++ /var/tmp/diff_new_pack.6mUhAy/_new  2014-02-03 15:27:17.0 +0100
@@ -1 +1 @@
-
+

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



commit kolourpaint for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kolourpaint for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:22

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


Package is "kolourpaint"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.o1ofdI/_old  2014-02-03 15:27:23.0 +0100
+++ /var/tmp/diff_new_pack.o1ofdI/_new  2014-02-03 15:27:23.0 +0100
@@ -1 +1 @@
-
+

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



commit kompare for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kompare for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:23

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


Package is "kompare"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.WuzQb7/_old  2014-02-03 15:27:25.0 +0100
+++ /var/tmp/diff_new_pack.WuzQb7/_new  2014-02-03 15:27:25.0 +0100
@@ -1 +1 @@
-
+

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



commit knetwalk for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package knetwalk for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:13

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


Package is "knetwalk"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.lZmWoP/_old  2014-02-03 15:27:14.0 +0100
+++ /var/tmp/diff_new_pack.lZmWoP/_new  2014-02-03 15:27:14.0 +0100
@@ -1 +1 @@
-
+

-- 
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-02-03 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:09

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.ChBesk/_old  2014-02-03 15:27:11.0 +0100
+++ /var/tmp/diff_new_pack.ChBesk/_new  2014-02-03 15:27:11.0 +0100
@@ -1 +1 @@
-
+

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



commit kollision for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kollision for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:19

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


Package is "kollision"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ImFCEy/_old  2014-02-03 15:27:20.0 +0100
+++ /var/tmp/diff_new_pack.ImFCEy/_new  2014-02-03 15:27:20.0 +0100
@@ -1 +1 @@
-
+

-- 
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-02-03 Thread h_root
Hello community,

here is the log from the commit of package klickety for openSUSE:13.1:Update 
checked in at 2014-02-03 15:26:53

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.4kvKdn/_old  2014-02-03 15:26:54.0 +0100
+++ /var/tmp/diff_new_pack.4kvKdn/_new  2014-02-03 15:26:54.0 +0100
@@ -1 +1 @@
-
+

-- 
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-02-03 Thread h_root
Hello community,

here is the log from the commit of package kmouth for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:08

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.RzQGWL/_old  2014-02-03 15:27:09.0 +0100
+++ /var/tmp/diff_new_pack.RzQGWL/_new  2014-02-03 15:27:09.0 +0100
@@ -1 +1 @@
-
+

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



commit klines for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package klines for openSUSE:13.1:Update 
checked in at 2014-02-03 15:26:57

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


Package is "klines"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.3gqFfY/_old  2014-02-03 15:26:58.0 +0100
+++ /var/tmp/diff_new_pack.3gqFfY/_new  2014-02-03 15:26:58.0 +0100
@@ -1 +1 @@
-
+

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



commit kmousetool for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kmousetool for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:06

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


Package is "kmousetool"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.YIzmIN/_old  2014-02-03 15:27:08.0 +0100
+++ /var/tmp/diff_new_pack.YIzmIN/_new  2014-02-03 15:27:08.0 +0100
@@ -1 +1 @@
-
+

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



commit kmix for openSUSE:13.1:Update

2014-02-03 Thread h_root
Hello community,

here is the log from the commit of package kmix for openSUSE:13.1:Update 
checked in at 2014-02-03 15:27:05

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


Package is "kmix"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.NszSP2/_old  2014-02-03 15:27:06.0 +0100
+++ /var/tmp/diff_new_pack.NszSP2/_new  2014-02-03 15:27:06.0 +0100
@@ -1 +1 @@
-
+

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



  1   2   3   >