commit WindowMaker for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package WindowMaker for openSUSE:Factory 
checked in at 2014-11-11 01:11:03

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


Package is "WindowMaker"

Changes:

--- /work/SRC/openSUSE:Factory/WindowMaker/WindowMaker.changes  2014-07-10 
14:55:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.WindowMaker.new/WindowMaker.changes 
2014-11-11 01:11:58.0 +0100
@@ -1,0 +2,14 @@
+Thu Nov  6 00:12:35 UTC 2014 - km...@suse.com
+
+- Update to WindowMaker-0.95.6
+  - Add: WindowMaker-0.95.6.tar.gz
+  - Remove: WindowMaker-0.95.5.tar.gz
+  - Update WindowMaker-menu.patch to reflect changed menu.nl in
+0.95.6.
+  - Update fix_wmgenmenu_paths.patch as most changes are already
+present in 0.95.6.
+  - Update wm-giflib.c to reflect code changes (ie. re-written
+wrlib/gif.c with wrlib/load_gif.c). Not clear if this patch
+is even needed, but keeping it around.
+
+---

Old:

  WindowMaker-0.95.5.tar.gz

New:

  WindowMaker-0.95.6.tar.gz



Other differences:
--
++ WindowMaker.spec ++
--- /var/tmp/diff_new_pack.VIdb7S/_old  2014-11-11 01:12:00.0 +0100
+++ /var/tmp/diff_new_pack.VIdb7S/_new  2014-11-11 01:12:00.0 +0100
@@ -20,7 +20,7 @@
 Summary:A Colorful and Flexible Window Manager
 License:GPL-2.0+ and LGPL-2.1+ and SUSE-Public-Domain
 Group:  System/GUI/Other
-Version:0.95.5
+Version:0.95.6
 Release:0
 # 81eefca4ef70414d73048300058e5007f402dd7f
 # f846b7cdd39749b5291d4559185a229b752b4fed

++ WindowMaker-0.95.5.tar.gz -> WindowMaker-0.95.6.tar.gz ++
 91803 lines of diff (skipped)

++ WindowMaker-menu.patch ++
 759 lines (skipped)
 between /work/SRC/openSUSE:Factory/WindowMaker/WindowMaker-menu.patch
 and /work/SRC/openSUSE:Factory/.WindowMaker.new/WindowMaker-menu.patch

++ fix_wmgenmenu_paths.patch ++
--- /var/tmp/diff_new_pack.VIdb7S/_old  2014-11-11 01:12:00.0 +0100
+++ /var/tmp/diff_new_pack.VIdb7S/_new  2014-11-11 01:12:00.0 +0100
@@ -12,51 +12,26 @@
 
 Signed-off-by: Carlos R. Mafra 
 ---
-diff -rupN WindowMaker-0.95.4.old/util/wmgenmenu.c 
WindowMaker-0.95.4/util/wmgenmenu.c
 WindowMaker-0.95.4.old/util/wmgenmenu.c2013-01-09 13:42:39.0 
-0800
-+++ WindowMaker-0.95.4/util/wmgenmenu.c2014-04-10 13:02:00.693514632 
-0700
-@@ -35,6 +35,13 @@ int main(int argc, char *argv[])
+Index: WindowMaker-0.95.6/util/wmgenmenu.c
+===
+--- WindowMaker-0.95.6.orig/util/wmgenmenu.c
 WindowMaker-0.95.6/util/wmgenmenu.c
+@@ -41,12 +41,13 @@ int main(int argc, char *argv[])
  {
char *t;
int ch;
+-  char *tmp, *theme_paths, *style_paths, *icon_paths;
 +  char *tmp, *theme_paths, *style_paths, *icon_paths, *bg_paths;
-+
-+  tmp = wstrconcat("-noext ", PKGDATADIR);
-+  theme_paths = wstrconcat(tmp, "/Themes 
$HOME/GNUstep/Library/WindowMaker/Themes WITH setstyle");
-+  style_paths = wstrconcat(tmp, "/Styles 
$HOME/GNUstep/Library/WindowMaker/Styles WITH setstyle");
-+  icon_paths = wstrconcat(tmp, "/IconSets 
$HOME/GNUstep/Library/WindowMaker/IconSets WITH seticons");
+ 
+   tmp = wstrconcat("-noext ", PKGDATADIR);
+   theme_paths = wstrconcat(tmp, "/Themes 
$HOME/GNUstep/Library/WindowMaker/Themes WITH setstyle");
+   style_paths = wstrconcat(tmp, "/Styles 
$HOME/GNUstep/Library/WindowMaker/Styles WITH setstyle");
+   icon_paths = wstrconcat(tmp, "/IconSets 
$HOME/GNUstep/Library/WindowMaker/IconSets WITH seticons");
 +  bg_paths = wstrconcat(tmp, "/Backgrounds 
$HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t");
  
struct option longopts[] = {
{ "version",no_argument,NULL,   'v' },
-@@ -146,7 +153,7 @@ int main(int argc, char *argv[])
-   L2Menu = WMCreatePLArray(
-   WMCreatePLString(_("Themes")),
-   WMCreatePLString("OPEN_MENU"),
--  WMCreatePLString("-noext /usr/local/share/WindowMaker/Themes 
$HOME/GNUstep/Library/WindowMaker/Themes WITH setstyle"),
-+  WMCreatePLString(theme_paths),
-   NULL
-   );
-   WMAddToPLArray(L1Menu, L2Menu);
-@@ -155,7 +162,7 @@ int main(int argc, char *argv[])
-   L2Menu = WMCreatePLArray(
-   WMCreatePLString(_("Styles")),
-   WMCreatePLString("OPEN_MENU"),
--  WMCreatePLString("-noext /usr/local/share/WindowMaker/Styles 
$HOME/GNUstep/Library/WindowMaker/Styles WITH setstyle"),
-+  WMCreatePLString(

commit tulip for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package tulip for openSUSE:Factory checked 
in at 2014-11-11 01:10:57

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


Package is "tulip"

Changes:

--- /work/SRC/openSUSE:Factory/tulip/tulip.changes  2014-02-12 
11:09:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.tulip.new/tulip.changes 2014-11-11 
01:11:47.0 +0100
@@ -1,0 +2,7 @@
+Sun Oct 19 19:03:00 UTC 2014 - Led 
+
+- fix bashisms
+- add patches:
+  * tulip-3.7.0-src-fix-bashisms.patch
+
+---

New:

  tulip-3.7.0-src-fix-bashisms.patch



Other differences:
--
++ tulip.spec ++
--- /var/tmp/diff_new_pack.9l3jjD/_old  2014-11-11 01:11:50.0 +0100
+++ /var/tmp/diff_new_pack.9l3jjD/_new  2014-11-11 01:11:50.0 +0100
@@ -44,6 +44,7 @@
 # with ftgl-devel
 Patch8: tulip-system-ftgl.patch
 Patch9: tulip-cmake-2.8.12.patch
+Patch10:tulip-3.7.0-src-fix-bashisms.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  Mesa-devel
 BuildRequires:  cmake
@@ -208,6 +209,7 @@
 # For cmake >= 2.8.12
 %patch9
 %endif
+%patch10 -p1
 
 %build
 

++ tulip-3.7.0-src-fix-bashisms.patch ++
diff -Ndurp tulip-3.7.0-src/docs/developerHandbook/gen-devPdf.sh.in 
tulip-3.7.0-src-fix-bashisms/docs/developerHandbook/gen-devPdf.sh.in
--- tulip-3.7.0-src/docs/developerHandbook/gen-devPdf.sh.in 2012-02-21 
13:23:30.0 +0200
+++ tulip-3.7.0-src-fix-bashisms/docs/developerHandbook/gen-devPdf.sh.in
2014-10-19 21:57:11.335523348 +0300
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 # first ensure that pdf directory exits
 if [ ! -d pdf ]; then
diff -Ndurp tulip-3.7.0-src/docs/gen-tulipqhp.sh 
tulip-3.7.0-src-fix-bashisms/docs/gen-tulipqhp.sh
--- tulip-3.7.0-src/docs/gen-tulipqhp.sh2012-02-21 13:23:30.0 
+0200
+++ tulip-3.7.0-src-fix-bashisms/docs/gen-tulipqhp.sh   2014-10-19 
21:55:16.721531102 +0300
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 if [ $# -eq 0 ]; then
 QHP=tulip.qhp
 else
diff -Ndurp tulip-3.7.0-src/docs/make_tulip_doc_tarball.sh.in 
tulip-3.7.0-src-fix-bashisms/docs/make_tulip_doc_tarball.sh.in
--- tulip-3.7.0-src/docs/make_tulip_doc_tarball.sh.in   2012-02-21 
13:23:30.0 +0200
+++ tulip-3.7.0-src-fix-bashisms/docs/make_tulip_doc_tarball.sh.in  
2014-10-19 21:56:27.463526316 +0300
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 # This script intends to create a tarball of html
 # generated docs
diff -Ndurp tulip-3.7.0-src/docs/userHandbook/gen-userPdf.sh.in 
tulip-3.7.0-src-fix-bashisms/docs/userHandbook/gen-userPdf.sh.in
--- tulip-3.7.0-src/docs/userHandbook/gen-userPdf.sh.in 2012-02-21 
13:23:30.0 +0200
+++ tulip-3.7.0-src-fix-bashisms/docs/userHandbook/gen-userPdf.sh.in
2014-10-19 21:56:14.843527170 +0300
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 # first ensure that pdf directory exits
 if [ ! -d pdf ]; then
@@ -9,4 +9,4 @@ fi
 java -cp 
"@PROJECT_SOURCE_DIR@/thirdparty/saxon/saxon653.jar:@PROJECT_SOURCE_DIR@/thirdparty/saxon/saxon.jar:@PROJECT_SOURCE_DIR@/docs/common:${PROJECT_SOURCE_DIR}/thirdparty/xml-commons/resolver.jar"
 com.icl.saxon.StyleSheet -x org.apache.xml.resolver.tools.ResolvingXMLReader 
-y org.apache.xml.resolver.tools.ResolvingXMLReader -r 
org.apache.xml.resolver.tools.CatalogResolver -u  -o pdf/userManual.fo 
@PROJECT_SOURCE_DIR@/docs/userHandbook/index.docbook 
@PROJECT_SOURCE_DIR@/docs/common/tulip-pdf.xsl
 
 # finally generate pdf/userManual.pdf
-pdfxmltex --output-directory="pdf/" pdf/userManual.fo
\ No newline at end of file
+pdfxmltex --output-directory="pdf/" pdf/userManual.fo
diff -Ndurp tulip-3.7.0-src/get_package_changelog.sh 
tulip-3.7.0-src-fix-bashisms/get_package_changelog.sh
--- tulip-3.7.0-src/get_package_changelog.sh2012-02-21 13:23:31.0 
+0200
+++ tulip-3.7.0-src-fix-bashisms/get_package_changelog.sh   2014-10-19 
21:51:57.055544609 +0300
@@ -1,4 +1,4 @@
-#!/bin/bash 
+#!/bin/sh
 
 echo "Enter package changelog :"
 changelog=""
diff -Ndurp tulip-3.7.0-src/get_package_type.sh 
tulip-3.7.0-src-fix-bashisms/get_package_type.sh
--- tulip-3.7.0-src/get_package_type.sh 2012-02-21 13:23:31.0 +0200
+++ tulip-3.7.0-src-fix-bashisms/get_package_type.sh2014-10-19 
21:54:59.502532267 +0300
@@ -1,15 +1,11 @@
-#!/bin/bash
+#!/bin/sh
 
 echo "Is package to upload a svn snapshot or a release ?"
 echo -n "Enter 1 for a svn snapshot or 2 for a release : "
 
 read package_type
 
-if [ "$package_type" == "1" ]
-then
-  echo -n snapshot 1>&2
-elif [ "$package_type" == "2" ]
-then
-  echo -n release 1>&2
-fi
-
+case "$package_type" in
+  1) echo -n snapshot 1>&2 ;;
+  2) echo -n rele

commit exaile for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package exaile for openSUSE:Factory checked 
in at 2014-11-11 01:10:59

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


Package is "exaile"

Changes:

--- /work/SRC/openSUSE:Factory/exaile/exaile.changes2014-11-04 
17:29:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.exaile.new/exaile.changes   2014-11-11 
01:11:51.0 +0100
@@ -1,0 +2,11 @@
+Mon Nov 10 10:02:40 UTC 2014 - sor.ale...@meowr.ru
+
+- Update to 3.4.2:
+  * Exaile did not always update individual files when changed
+externally.
+  * Add an option to 'force rescan' of files for users with
+misbehaving external tagger applications.
+  * GroupTagger plugin: Potential tag loss when using externally
+modified files.
+
+---

Old:

  3.4.1.tar.gz

New:

  3.4.2.tar.gz



Other differences:
--
++ exaile.spec ++
--- /var/tmp/diff_new_pack.NqPakR/_old  2014-11-11 01:11:54.0 +0100
+++ /var/tmp/diff_new_pack.NqPakR/_new  2014-11-11 01:11:54.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   exaile
 %define _name   Exaile
-Version:3.4.1
+Version:3.4.2
 Release:0
 Summary:Gtk2 Amarok-like music player
 License:GPL-3.0+
@@ -28,13 +28,12 @@
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  help2man
-BuildRequires:  python >= 2.6
+BuildRequires:  python-devel >= 2.6
 BuildRequires:  python-gobject-devel >= 2.18
 BuildRequires:  update-desktop-files
 Requires:   dbus-1-python
 Requires:   gdk-pixbuf-loader-rsvg
 Requires:   gstreamer010-plugins-good
-Requires:   python >= 2.6
 Requires:   python-gobject >= 2.18
 Requires:   python-gstreamer010
 Requires:   python-gtk >= 2.17
@@ -45,8 +44,8 @@
 Recommends: moodbar
 Recommends: python-CDDB
 Recommends: python-gpod
-Recommends: python-imaging
 Recommends: python-notify
+Recommends: python-Pillow
 Recommends: python-webkitgtk >= 1.1.2
 BuildArch:  noarch
 
@@ -71,14 +70,14 @@
 %prep
 %setup -q
 # Fix locale search location.
-sed -i "s|\(locale_path = \).*|\1'%{_datadir}/locale'|" xl/nls.py
+sed -i "s|\(locale_path = \).*$|\1'%{_datadir}/locale'|" xl/nls.py
 
 %build
 make %{?_smp_mflags}
 
 %install
 # Exaile launcher works with LIBINSTALLDIR which is a relative path from 
%%{_prefix}.
-export data=$(python -c "import os.path; print os.path.relpath('%{_datadir}', 
'%{_prefix}')")
+export data=$(python2 -c "import os.path; print os.path.relpath('%{_datadir}', 
'%{_prefix}')")
 
 %make_install PREFIX=%{_prefix} LIBINSTALLDIR="/$data"
 

++ 3.4.1.tar.gz -> 3.4.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/exaile-3.4.1/Makefile new/exaile-3.4.2/Makefile
--- old/exaile-3.4.1/Makefile   2014-11-01 18:43:02.0 +0100
+++ new/exaile-3.4.2/Makefile   2014-11-10 04:52:19.0 +0100
@@ -180,7 +180,7 @@
 dist:
mkdir -p dist
rm -rf dist/copy
-   bzr export dist/copy/
+   git archive HEAD --prefix=copy/ | tar -x -C dist
./tools/dist.sh
rm -rf dist/copy
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/exaile-3.4.1/data/exaile.appdata.xml 
new/exaile-3.4.2/data/exaile.appdata.xml
--- old/exaile-3.4.1/data/exaile.appdata.xml2014-11-01 18:43:02.0 
+0100
+++ new/exaile-3.4.2/data/exaile.appdata.xml2014-11-10 04:52:19.0 
+0100
@@ -22,7 +22,7 @@
   
  
  
-  http://i.imgur.com/aD43iaZ.png
+  http://www.exaile.org/public/images/exaile-3.4.png
  
  http://www.exaile.org
  exaile-de...@googlegroups.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/exaile-3.4.1/data/ui/collection_manager.ui 
new/exaile-3.4.2/data/ui/collection_manager.ui
--- old/exaile-3.4.1/data/ui/collection_manager.ui  2014-11-01 
18:43:02.0 +0100
+++ new/exaile-3.4.2/data/ui/collection_manager.ui  2014-11-10 
04:52:19.0 +0100
@@ -175,6 +175,20 @@
 2
   
 
+
+  
+Rescan 
Collection (slow)
+True
+True
+True
+
+  
+  
+False
+False
+3
+  
+
   
   
 False
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/exaile-3.4.1/doc/conf.py new/exaile-3.4.2/doc/conf

commit wammu for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package wammu for openSUSE:Factory checked 
in at 2014-11-11 01:11:00

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


Package is "wammu"

Changes:

--- /work/SRC/openSUSE:Factory/wammu/wammu.changes  2011-10-04 
17:04:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.wammu.new/wammu.changes 2014-11-11 
01:11:55.0 +0100
@@ -1,0 +2,11 @@
+Sun Nov  9 15:44:41 UTC 2014 - mailaen...@opensuse.org
+
+- Updated to 0.37:
+  * Translation updates (Indonesian, Spanish, ...).
+  * Add export of contact to XML.
+  * Add Get all menu option.
+  * Added appdata metadata.
+- Removed redundant %clean
+- Brought back python-xml which is a hard dependency now
+
+---

Old:

  wammu-0.36.tar.bz2

New:

  wammu-0.37.tar.bz2



Other differences:
--
++ wammu.spec ++
--- /var/tmp/diff_new_pack.9Z9vdR/_old  2014-11-11 01:11:57.0 +0100
+++ /var/tmp/diff_new_pack.9Z9vdR/_new  2014-11-11 01:11:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wammu
 #
-# Copyright (c) 2011 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
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   wammu
-Version:0.36
-Release:1
-License:GPL-2.0
+Version:0.37
+Release:0
 Summary:Mobile Phone Manager
-Url:http://wammu.eu/wammu/
+License:GPL-2.0
 Group:  Productivity/Telephony/Utilities
-Source0:
http://downloads.sourceforge.net/gammu/%{name}-%{version}.tar.bz2
+Url:http://wammu.eu/wammu/
+Source: 
http://downloads.sourceforge.net/gammu/%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 # Python location
@@ -42,12 +41,14 @@
 %else
 BuildRequires:  wxPython >= 2.6
 %endif
+BuildRequires:  python-xml
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
 Requires:   python-base = %py_ver
 Requires:   python-gammu >= 0.24
 Requires:   python-pybluez
+Requires:   python-xml
 %if 0%{?suse_version} > 1130
 Requires:   python-wxWidgets >= 2.6
 %else
@@ -105,12 +106,9 @@
 
 %find_lang %{name} --with-man --all-name
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog FAQ PKG-INFO README*
+%doc COPYING ChangeLog PKG-INFO README*
 %{_bindir}/wammu
 %{_bindir}/wammu-configure
 %{wammu_python_sitelib}/Wammu/
@@ -120,6 +118,7 @@
 %doc %{_mandir}/man1/wammu.1%{ext_man}
 %doc %{_mandir}/man1/wammu-configure.1%{ext_man}
 %{_datadir}/pixmaps/wammu.*
+%{_datadir}/appdata/
 
 %files lang -f %{name}.lang
 %defattr(-,root,root,-)
@@ -129,5 +128,10 @@
 %lang(ru) %doc %dir %{_mandir}/ru
 %endif
 %lang(sk) %doc %dir %{_mandir}/sk
+%lang(en_GB) %doc %dir %{_mandir}/en_GB
+%lang(et) %doc %dir %{_mandir}/et
+%lang(id) %doc %dir %{_mandir}/id
+%lang(tr) %doc %dir %{_mandir}/tr
+%lang(uk) %doc %dir %{_mandir}/uk
 
 %changelog

++ wammu-0.36.tar.bz2 -> wammu-0.37.tar.bz2 ++
 91976 lines of diff (skipped)

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



commit calibre for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2014-11-11 01:10:52

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


Package is "calibre"

Changes:

--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2014-11-02 
16:45:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes 2014-11-11 
01:11:40.0 +0100
@@ -1,0 +2,29 @@
+Sat Nov  8 22:53:08 UTC 2014 - corne...@solcon.nl
+
+- Updated calibre-no-update.diff
+
+---
+Sat Nov  8 22:36:08 UTC 2014 - corne...@solcon.nl
+
+- Update to version 2.9.0:
+  * E-book viewer: Show footnotes in a separate popup windows
+  * Cover Grid: Improve scroll wheel based scrolling
+  * Get Books: Add the Bubok Portugal store
+  * Performance improvement for large libraries that using custom columns 
built with templates
+  * Review downloaded metadata dialog: Allow merging tags by long clicking the 
revert button
+  * Bugfixes
+  * For details, see http://calibre-ebook.com/whats-new
+
+---
+Mon Nov  3 08:24:52 UTC 2014 - corne...@solcon.nl
+
+- Update to version 2.8.0:
+  * Get Books: Add a new store, Bubok (bubok.es)
+  * Driver for Tolino Vision 2
+  * Review downloaded metadata: Allow merging downloaded and current 
identifiers by long-clicking the revert button
+  * Template language: New function user_categories() to return the list of 
User Categories for a given book (only works in the GUI)
+  * E-book viewer: Add an option to prevent tapping on the page from turning 
pages
+  * Bugfixes
+  * For details, see http://calibre-ebook.com/whats-new
+
+---

Old:

  calibre-2.7.0.tar.xz

New:

  calibre-2.9.0.tar.xz



Other differences:
--
++ calibre.spec ++
--- /var/tmp/diff_new_pack.h9oySn/_old  2014-11-11 01:11:42.0 +0100
+++ /var/tmp/diff_new_pack.h9oySn/_new  2014-11-11 01:11:42.0 +0100
@@ -22,7 +22,7 @@
 License:GPL-3.0
 Group:  Productivity/Other
 Name:   calibre
-Version:2.7.0
+Version:2.9.0
 Release:0
 Url:http://calibre-ebook.com
 Source0:
http://download.calibre-ebook.com/%{version}/calibre-%{version}.tar.xz

++ calibre-2.7.0.tar.xz -> calibre-2.9.0.tar.xz ++
/work/SRC/openSUSE:Factory/calibre/calibre-2.7.0.tar.xz 
/work/SRC/openSUSE:Factory/.calibre.new/calibre-2.9.0.tar.xz differ: char 26, 
line 1

++ calibre-no-update.diff ++
--- /var/tmp/diff_new_pack.h9oySn/_old  2014-11-11 01:11:42.0 +0100
+++ /var/tmp/diff_new_pack.h9oySn/_new  2014-11-11 01:11:42.0 +0100
@@ -1,28 +1,12 @@
-Index: calibre/src/calibre/gui2/ui.py
-===
 calibre.orig/src/calibre/gui2/ui.py2012-06-08 07:17:56.0 
+0200
-+++ calibre/src/calibre/gui2/ui.py 2012-06-12 20:44:24.116576257 +0200
-@@ -744,7 +744,8 @@ class Main(MainWindow, MainWindowMixin,
- if write_settings:
- self.write_settings()
- self.check_messages_timer.stop()
--self.update_checker.terminate()
-+if self.update_checker:
-+self.update_checker.terminate()
- self.listener.close()
- self.job_manager.server.close()
- self.job_manager.threaded_server.close()
-Index: calibre/src/calibre/gui2/update.py
-===
 calibre.orig/src/calibre/gui2/update.py.orig   2014-09-29 
00:13:11.349486364 +0100
-+++ calibre/src/calibre/gui2/update.py 2014-09-29 00:14:00.137172990 +0100
-@@ -139,11 +139,6 @@ class UpdateMixin(object):
+--- calibre.orig/src/calibre/gui2/update.py2014-11-07 04:28:47.0 
+0100
 calibre/src/calibre/gui2/update.py 2014-11-08 23:48:37.479019531 +0100
+@@ -149,11 +149,6 @@
  
  def init_update_mixin(self, opts):
  self.last_newest_calibre_version = NO_CALIBRE_UPDATE
 -if not opts.no_update_check:
 -self.update_checker = CheckForUpdates(self)
--self.update_checker.update_found.connect(self.update_found,
+-self.update_checker.signal.update_found.connect(self.update_found,
 -type=Qt.QueuedConnection)
 -self.update_checker.start()
  


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



commit python-pylons_sphinx_theme for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package python-pylons_sphinx_theme for 
openSUSE:Factory checked in at 2014-11-11 01:10:46

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


Package is "python-pylons_sphinx_theme"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pylons_sphinx_theme/python-pylons_sphinx_theme.changes
2014-01-01 20:42:45.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pylons_sphinx_theme.new/python-pylons_sphinx_theme.changes
   2014-11-11 01:11:30.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 20:37:00 UTC 2014 - Led 
+
+- fix bashisms in post/postun scripts
+
+---



Other differences:
--
++ python-pylons_sphinx_theme.spec ++
--- /var/tmp/diff_new_pack.fcQBfC/_old  2014-11-11 01:11:33.0 +0100
+++ /var/tmp/diff_new_pack.fcQBfC/_new  2014-11-11 01:11:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pylons_sphinx_theme
 #
-# 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
@@ -16,15 +16,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define gitrel 20130712
 
 Name:   python-pylons_sphinx_theme
 Version:   git.%{gitrel}
 Release:   0
-License:   BSD-3-Clause
 Summary:   Pylons themes for python-Sphinx generated documentation
-Url:   https://github.com/Pylons/pylons_sphinx_theme
+License:BSD-3-Clause
 Group: Development/Languages/Python
+Url:https://github.com/Pylons/pylons_sphinx_theme
 Source:pylons_sphinx_theme-%{version}.tar.bz2
 PreReq:python-Sphinx
 Requires:  python-Pygments
@@ -55,20 +56,20 @@
 %post
 # relocate outdated pyramid theme to pyramidold and link in current theme
 test -f %{python_sitelib}/sphinx/themes/pyramid/layout.html && {
-pushd %{python_sitelib}/sphinx/themes &>/dev/null
+cd %{python_sitelib}/sphinx/themes
 mv pyramid pyramidold
 ln -s pyramidnew pyramid
-popd &>/dev/null
+cd - >/dev/null
 }
 exit 0
 
 %postun
 # restore relocated pyramidold theme as current pyramid theme
-test -L %{python_sitelib}/sphinx/themes/pyramid && {
-pushd %{python_sitelib}/sphinx/themes &>/dev/null
+test -h %{python_sitelib}/sphinx/themes/pyramid && {
+cd %{python_sitelib}/sphinx/themes
 rm pyramid
 mv pyramidold pyramid
-popd &>/dev/null
+cd - >/dev/null
 }
 exit 0
 

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



commit cmpi-provider-register for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package cmpi-provider-register for 
openSUSE:Factory checked in at 2014-11-11 01:10:58

Comparing /work/SRC/openSUSE:Factory/cmpi-provider-register (Old)
 and  /work/SRC/openSUSE:Factory/.cmpi-provider-register.new (New)


Package is "cmpi-provider-register"

Changes:

--- 
/work/SRC/openSUSE:Factory/cmpi-provider-register/cmpi-provider-register.changes
2014-05-02 13:54:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.cmpi-provider-register.new/cmpi-provider-register.changes
   2014-11-11 01:11:50.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov  9 07:07:58 UTC 2014 - bwiedem...@suse.com
+
+- give 755 permissions to script (bnc#851641)
+
+---



Other differences:
--
++ cmpi-provider-register.spec ++
--- /var/tmp/diff_new_pack.O813zD/_old  2014-11-11 01:11:51.0 +0100
+++ /var/tmp/diff_new_pack.O813zD/_new  2014-11-11 01:11:51.0 +0100
@@ -40,7 +40,7 @@
 
 %install
 %{__mkdir} -p $RPM_BUILD_ROOT/usr/sbin
-install -m 744 %{S:0} $RPM_BUILD_ROOT/usr/sbin/%{name}
+install -m 755 %{S:0} $RPM_BUILD_ROOT/usr/sbin/%{name}
 
 %files
 %defattr(-,root,root)

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



commit OpenLP for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package OpenLP for openSUSE:Factory checked 
in at 2014-11-11 01:10:39

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


Package is "OpenLP"

Changes:

--- /work/SRC/openSUSE:Factory/OpenLP/OpenLP.changes2014-07-02 
15:04:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.OpenLP.new/OpenLP.changes   2014-11-11 
01:11:21.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 04:21:00 UTC 2014 - Led 
+
+- fix bashisms in post/postun scripts
+
+---



Other differences:
--
++ OpenLP.spec ++
--- /var/tmp/diff_new_pack.D29bF2/_old  2014-11-11 01:11:23.0 +0100
+++ /var/tmp/diff_new_pack.D29bF2/_new  2014-11-11 01:11:23.0 +0100
@@ -95,14 +95,14 @@
 %post
 touch --no-create %{_datadir}/icons/hicolor ||:
 gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
-update-mime-database %{_datadir}/mime &> /dev/null ||:
-update-desktop-database &> /dev/null ||:
+update-mime-database %{_datadir}/mime > /dev/null 2>&1 ||:
+update-desktop-database > /dev/null 2>&1 ||:
 
 %postun
 touch --no-create %{_datadir}/icons/hicolor ||:
 gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
-update-mime-database %{_datadir}/mime &> /dev/null ||:
-update-desktop-database &> /dev/null ||:
+update-mime-database %{_datadir}/mime > /dev/null 2>&1 ||:
+update-desktop-database > /dev/null 2>&1 ||:
 
 %files
 %defattr(-,root,root)

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



commit installation-images-openSUSE for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package installation-images-openSUSE for 
openSUSE:Factory checked in at 2014-11-11 01:10:24

Comparing /work/SRC/openSUSE:Factory/installation-images-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.installation-images-openSUSE.new (New)


Package is "installation-images-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/installation-images-openSUSE/installation-images-openSUSE.changes
2014-10-31 18:27:28.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
   2014-11-11 01:10:57.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov  7 08:26:03 CET 2014 - snwint_jenk...@suse.com
+
+- aarch64: move kernel and initrd to boot/aarch64/loader
+- 14.149
+
+---

Old:

  installation-images-14.148.tar.xz

New:

  installation-images-14.149.tar.xz



Other differences:
--
++ installation-images-openSUSE.spec ++
--- /var/tmp/diff_new_pack.EPFBHK/_old  2014-11-11 01:10:59.0 +0100
+++ /var/tmp/diff_new_pack.EPFBHK/_new  2014-11-11 01:10:59.0 +0100
@@ -361,7 +361,7 @@
 Summary:Installation Image Files for %theme
 License:GPL-2.0+
 Group:  Metapackages
-Version:14.148
+Version:14.149
 Release:0
 Provides:   installation-images = %version-%release
 Source: installation-images-%{version}.tar.xz

++ installation-images-14.148.tar.xz -> installation-images-14.149.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.148/Makefile 
new/installation-images-14.149/Makefile
--- old/installation-images-14.148/Makefile 2014-10-27 13:14:48.0 
+0100
+++ new/installation-images-14.149/Makefile 2014-11-07 08:24:22.0 
+0100
@@ -37,9 +37,9 @@
 endif
 
 ifneq ($(filter aarch64, $(ARCH)),)
-ALL_TARGETS   := initrd-themes initrd initrd+modules+gefrickel boot-grub2-efi 
$(COMMON_TARGETS)
+ALL_TARGETS   := initrd-themes initrd initrd+modules+gefrickel boot 
boot-grub2-efi $(COMMON_TARGETS)
 INSTSYS_PARTS := $(COMMON_INSTSYS_PARTS)
-BOOT_PARTS:= initrd efi
+BOOT_PARTS:= boot/* initrd efi
 endif
 
 ifneq ($(filter ppc ppc64 ppc64le, $(ARCH)),)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.148/VERSION 
new/installation-images-14.149/VERSION
--- old/installation-images-14.148/VERSION  2014-10-27 13:14:48.0 
+0100
+++ new/installation-images-14.149/VERSION  2014-11-07 08:24:22.0 
+0100
@@ -1 +1 @@
-14.148
+14.149
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.148/changelog 
new/installation-images-14.149/changelog
--- old/installation-images-14.148/changelog2014-10-27 13:14:48.0 
+0100
+++ new/installation-images-14.149/changelog2014-11-07 08:24:22.0 
+0100
@@ -1,3 +1,6 @@
+2014-11-05:14.149
+   - aarch64: move kernel and initrd to boot/aarch64/loader
+
 2014-10-27:14.148
- follow rubygem package renaming
- ignore dependency on rubygem-yard
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.148/data/boot/boot.file_list 
new/installation-images-14.149/data/boot/boot.file_list
--- old/installation-images-14.148/data/boot/boot.file_list 2014-10-27 
13:14:48.0 +0100
+++ new/installation-images-14.149/data/boot/boot.file_list 2014-11-07 
08:24:22.0 +0100
@@ -1,14 +1,18 @@
 d loader
-x syslinux.cfg /loader/isolinux.cfg
+if arch eq 'i386' || arch eq 'x86_64'
+  x syslinux.cfg /loader/isolinux.cfg
+endif
 
 :
   a /boot/ /loader/linux
 
-memtest86+:
-  m /boot/memtest.bin /loader/memtest
+if arch eq 'i386' || arch eq 'x86_64'
+  memtest86+:
+m /boot/memtest.bin /loader/memtest
 
-syslinux:
-  m /usr/share/syslinux/isolinux.bin /loader
-  m /usr/share/syslinux/gfxboot.c32 /loader
-  e isolinux-config --base=/boot//loader loader/isolinux.bin
+  syslinux:
+m /usr/share/syslinux/isolinux.bin /loader
+m /usr/share/syslinux/gfxboot.c32 /loader
+e isolinux-config --base=/boot//loader loader/isolinux.bin
+endif
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.148/install.aarch64 
new/installation-images-14.149/install.aarch64
--- old/installation-images-14.148/install.aarch64  2014-10-27 
13:14:48.0 +0100
+++ new/installation-images-14.149/install.aarch64  2014-11-07 
08:24:22.0 +0100
@@ -5,7 +5,7 @@
 set -e
 
 # create directory layo

commit tuxguitar for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package tuxguitar for openSUSE:Factory 
checked in at 2014-11-11 01:10:53

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


Package is "tuxguitar"

Changes:

--- /work/SRC/openSUSE:Factory/tuxguitar/tuxguitar.changes  2012-06-28 
17:01:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.tuxguitar.new/tuxguitar.changes 2014-11-11 
01:11:42.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 10 00:41:00 UTC 2014 - Led 
+
+- fix bashisms in post/postun scripts
+
+---



Other differences:
--
++ tuxguitar.spec ++
--- /var/tmp/diff_new_pack.CPgIVe/_old  2014-11-11 01:11:44.0 +0100
+++ /var/tmp/diff_new_pack.CPgIVe/_new  2014-11-11 01:11:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tuxguitar
 #
-# Copyright (c) 2012 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
@@ -123,14 +123,14 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-update-mime-database %{_datadir}/mime  >& /dev/null ||:
+update-mime-database %{_datadir}/mime  > /dev/null 2>&1 ||:
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 fi
 
 %postun
-update-mime-database %{_datadir}/mime  >& /dev/null ||:
+update-mime-database %{_datadir}/mime  > /dev/null 2>&1 ||:
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :

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



commit fcitx for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package fcitx for openSUSE:Factory checked 
in at 2014-11-11 01:10:50

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


Package is "fcitx"

Changes:

--- /work/SRC/openSUSE:Factory/fcitx/fcitx.changes  2014-09-22 
09:23:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx.new/fcitx.changes 2014-11-11 
01:11:37.0 +0100
@@ -1,0 +2,15 @@
+Sun Nov  9 19:42:33 UTC 2014 - i...@marguerite.su
+
+- fix Harlequin menu color, it should be greenish
+
+---
+Sun Nov  9 07:00:33 UTC 2014 - i...@marguerite.su
+
+- update themes
+  * reworked Dartmouth & New Air
+  * added Harlequin
+- droped input.svgz
+  * new input-Dartmouth/Harlequin.svgz are in openSUSE-themes.tar.gz
+refers to Dark/Light versions of openSUSE
+
+---

Old:

  input.svgz



Other differences:
--
++ fcitx.spec ++
--- /var/tmp/diff_new_pack.hX5pL9/_old  2014-11-11 01:11:39.0 +0100
+++ /var/tmp/diff_new_pack.hX5pL9/_new  2014-11-11 01:11:39.0 +0100
@@ -33,7 +33,6 @@
 Source7:xinput-fcitx
 Source8:openSUSE-themes.tar.gz
 Source9:macros.%{name}
-Source10:   input.svgz
 Source99:   baselibs.conf
 BuildRequires:  cairo-devel
 %if 0%{?suse_version}
@@ -324,7 +323,7 @@
 %if 0%{?suse_version}
 
 %package branding-openSUSE
-Summary:openSUSE default Skin for Fcitx
+Summary:openSUSE default Skins for Fcitx
 Group:  System/I18n/Chinese
 Requires:   %{name} = %{version}-%{release}
 %if 0%{?suse_version} >= 1140
@@ -335,7 +334,7 @@
 Supplements:packageand(%{name}:branding-openSUSE)
 
 %description branding-openSUSE
-openSUSE default skin for Fcitx
+openSUSE default skins for Fcitx
 
 You can either use this package or download from kde-look.org using knewstaff 
in fcitx-config-kde4.
 
@@ -433,20 +432,20 @@
 
 %if 0%{?suse_version}
 # install openSUSE skins
-pushd %{buildroot}%{_datadir}/%{name}/skin/
 tar -xzf %{SOURCE8}
-mv openSUSE-themes/Dartmouth ./openSUSE-default
-mv openSUSE-themes/New_Air ./New_Air
-rm -rf openSUSE-themes
-popd
+mv openSUSE-themes/Harlequin %{buildroot}%{_datadir}/%{name}/skin/
+mv openSUSE-themes/Dartmouth %{buildroot}%{_datadir}/%{name}/skin/
+mv openSUSE-themes/NewAir %{buildroot}%{_datadir}/%{name}/skin/
 
 # fcitx 4.2.8 use new dbus systray mechanism, so fix the ugly oxygen keyboard 
icon
 mkdir -p %{buildroot}%{_kde4_appsdir}/desktoptheme/openSUSE/icons/
-cp -r %{SOURCE10} %{buildroot}%{_kde4_appsdir}/desktoptheme/openSUSE/icons/
+mkdir -p %{buildroot}%{_kde4_appsdir}/desktoptheme/openSUSElight/icons/
+cp -r openSUSE-themes/input-Dartmouth.svgz  
%{buildroot}%{_kde4_appsdir}/desktoptheme/openSUSE/icons/input.svgz
+cp -r openSUSE-themes/input-Harlequin.svgz 
%{buildroot}%{_kde4_appsdir}/desktoptheme/openSUSElight/icons/input.svgz
 
 # Change default skin
 pushd %{buildroot}%{_datadir}/%{name}/configdesc
-sed -i 's/DefaultValue=default/DefaultValue=openSUSE-default/' 
%{buildroot}%{_datadir}/%{name}/configdesc/fcitx-classic-ui.desc
+sed -i 's/DefaultValue=default/DefaultValue=Harlequin/' 
%{buildroot}%{_datadir}/%{name}/configdesc/fcitx-classic-ui.desc
 popd
 %endif
 
@@ -625,8 +624,9 @@
 %exclude %{_libdir}/%{name}/libexec/fcitx-po-parser
 %exclude %{_libdir}/%{name}/libexec/fcitx-scanner
 %if 0%{?suse_version}
-%exclude %{_datadir}/%{name}/skin/openSUSE-default
-%exclude %{_datadir}/%{name}/skin/New_Air
+%exclude %{_datadir}/%{name}/skin/Harlequin
+%exclude %{_datadir}/%{name}/skin/Dartmouth
+%exclude %{_datadir}/%{name}/skin/NewAir
 %endif
 %exclude %{_datadir}/%{name}/skin/classic
 %exclude %{_datadir}/%{name}/skin/dark
@@ -736,17 +736,23 @@
 
 %files branding-openSUSE
 %defattr(-,root,root)
-%{_datadir}/%{name}/skin/openSUSE-default
+%{_datadir}/%{name}/skin/Harlequin
+%{_datadir}/%{name}/skin/Dartmouth
 %{_kde4_appsdir}/desktoptheme/openSUSE/icons/input.svgz
+%{_kde4_appsdir}/desktoptheme/openSUSElight/icons/input.svgz
+%if 0%{?suse_version} <= 1310
+%dir %{_kde4_appsdir}/desktoptheme/openSUSElight
+%dir %{_kde4_appsdir}/desktoptheme/openSUSElight/icons
 %if 0%{?suse_version} <= 1220
 %dir %{_kde4_appsdir}/desktoptheme
 %dir %{_kde4_appsdir}/desktoptheme/openSUSE
 %dir %{_kde4_appsdir}/desktoptheme/openSUSE/icons
 %endif
+%endif
 
 %files skin-new-air
 %defattr(-,root,root)
-%{_datadir}/%{name}/skin/New_Air
+%{_datadir}/%{name}/skin/NewAir
 
 %endif
 

++ openSUSE-themes.tar.gz ++
 148623 lines of diff (skipped)

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

commit w3c-markup-validator for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package w3c-markup-validator for 
openSUSE:Factory checked in at 2014-11-11 01:10:55

Comparing /work/SRC/openSUSE:Factory/w3c-markup-validator (Old)
 and  /work/SRC/openSUSE:Factory/.w3c-markup-validator.new (New)


Package is "w3c-markup-validator"

Changes:

--- 
/work/SRC/openSUSE:Factory/w3c-markup-validator/w3c-markup-validator.changes
2012-12-30 12:19:51.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.w3c-markup-validator.new/w3c-markup-validator.changes
   2014-11-11 01:11:44.0 +0100
@@ -1,0 +2,6 @@
+Sat Nov 08 17:11:00 UTC 2014 - Led 
+
+- post script: remove '-e' option in 'echo' command than may be
+  unsupported in some shells
+
+---



Other differences:
--
++ w3c-markup-validator.spec ++
--- /var/tmp/diff_new_pack.HC21w2/_old  2014-11-11 01:11:46.0 +0100
+++ /var/tmp/diff_new_pack.HC21w2/_new  2014-11-11 01:11:46.0 +0100
@@ -1,11 +1,19 @@
 #
 # spec file for package w3c-markup-validator
 #
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2006-2009 Sierk Bornemann
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
 #
-# Please submit bugfixes or comments to 
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
@@ -17,12 +25,12 @@
 
 Name:   w3c-markup-validator
 Version:1.3
+Release:0
 %{expand: %%define tbver %(echo %{version} | tr . _)}
-Release:1
 Summary:W3C Markup Validator
-Group:  Productivity/Networking/Web/Utilities
 License:W3C
-URL:http://validator.w3.org/
+Group:  Productivity/Networking/Web/Utilities
+Url:http://validator.w3.org/
 #Source0:http://validator.w3.org/dist/validator-%{tbver}.tar.gz
 Source0:validator-%{tbver}.tar.gz
 #Source1:http://validator.w3.org/dist/sgml-lib-%{tbver}.tar.gz
@@ -32,7 +40,8 @@
 Patch1: %{pkgname}-httpd.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-BuildRequires:  perl sgml-skel
+BuildRequires:  perl
+BuildRequires:  sgml-skel
 %if 0%{?suse_version}
 BuildRequires:  apache2-devel
 %if 0%{?suse_version} >= 1100
@@ -92,7 +101,6 @@
 mv %{pkgname}-%{version}/htdocs/sgml-lib .
 rm -r %{pkgname}-%{version}/
 
-
 # Localize configs.
 %{__perl} -pi -e \
   's|/usr/local/validator\b|%{apache_serverroot}/%{name}|' \
@@ -108,7 +116,6 @@
   's|\@apache_serverroot\@|%{apache_serverroot}|' \
   %{pkgname}-opensuse-addons/validator-vhost.conf
 
-
 # Move config out of the way
 mv htdocs/config __config
 
@@ -118,10 +125,8 @@
 chmod 755 httpd/cgi-bin/check
 chmod 755 httpd/cgi-bin/sendfeedback.pl
 
-
 %build
 
-
 %install
 # Config files
 install -dm 755 $RPM_BUILD_ROOT%{_sysconfdir}/w3c
@@ -148,8 +153,10 @@
 %endif
 
 %post
-echo -e "\nPlease read %{_defaultdocdir}/%{name}/README.openSUSE to configure 
the W3C Markup Validator to your needs."
-echo -e "Finally, restart the webserver with 'rcapache2 graceful'.\n"
+echo "
+Please read %{_defaultdocdir}/%{name}/README.openSUSE to configure the W3C 
Markup Validator to your needs.
+Finally, restart the webserver with 'rcapache2 graceful'.
+"
 %{_sbindir}/a2enmod proxy || :
 
 %postun
@@ -184,5 +191,4 @@
 %ghost %config %{_sysconfdir}/sgml/%{name}-%{version}-%{release}.cat
 %{_datadir}/sgml/%{name}/
 
-
 %changelog

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



commit youtube-dl for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2014-11-11 01:10:48

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2014-08-11 
10:08:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2014-11-11 01:11:33.0 +0100
@@ -1,0 +2,6 @@
+Sun Nov  9 12:09:14 UTC 2014 - aloi...@gmx.com
+
+- Update to new upstream release 2014.11.04
+* Numerous improvements
+
+---

Old:

  youtube-dl-2014.08.10.tar.gz
  youtube-dl-2014.08.10.tar.gz.sig

New:

  youtube-dl-2014.11.04.tar.gz
  youtube-dl-2014.11.04.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.XbohZU/_old  2014-11-11 01:11:36.0 +0100
+++ /var/tmp/diff_new_pack.XbohZU/_new  2014-11-11 01:11:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2014.08.10
+Version:2014.11.04
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0
@@ -41,8 +41,11 @@
 
 %build
 perl -i -pe '
-   s{^PREFIX=/usr/local}{PREFIX=%_prefix};
-   s{^MANDIR=\$\(PREFIX\)/man}{MANDIR=%_mandir};' Makefile
+s{^PREFIX\ \?=\ /usr/local}{PREFIX ?= %_prefix};
+s{^BINDIR\ \?=\ \$\(PREFIX\)/bin}{BINDIR\ \?=\ %_bindir};
+s{^MANDIR\ \?=\ \$\(PREFIX\)/man}{MANDIR\ \?=\ %_mandir};
+s{^SHAREDIR\ \?=\ \$\(PREFIX\)/share}{SHAREDIR\ \?=\ %_datadir};' 
Makefile
+
 make %{?_smp_mflags}
 
 %install
@@ -54,5 +57,7 @@
 %_bindir/youtube-dl
 %_mandir/man1/*
 %config %_sysconfdir/bash_completion.d/
+%config %_sysconfdir/fish/
+%config %_datadir/zsh/
 
 %changelog

++ youtube-dl-2014.08.10.tar.gz -> youtube-dl-2014.11.04.tar.gz ++
 25160 lines of diff (skipped)

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



commit extra-cmake-modules for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2014-11-11 01:10:24

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


Package is "extra-cmake-modules"

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2014-10-07 16:01:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2014-11-11 01:10:53.0 +0100
@@ -1,0 +2,11 @@
+Sun Nov  2 17:46:38 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 1.4.0
+  * New modules FindWaylandScanner and FindQtWaylandScanner,
+including macros ecm_add_qtwayland_client_protocol and
+ecm_add_qtwayland_server_protocol
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+- Don't build docs for SLE, python-Sphinx is not available there
+
+---

Old:

  extra-cmake-modules-1.3.0.tar.xz

New:

  extra-cmake-modules-1.4.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.qOYl1Q/_old  2014-11-11 01:10:56.0 +0100
+++ /var/tmp/diff_new_pack.qOYl1Q/_new  2014-11-11 01:10:56.0 +0100
@@ -21,14 +21,16 @@
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:1.3.0
+Version:1.4.0
 Release:0
-Source: 
http://download.kde.org/stable/frameworks/5.3.0/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  gcc-c++
 BuildRequires:  kf5-filesystem >= 4.100.0
+%if %suse_version != 1315
 BuildRequires:  python-Sphinx
+%endif
 Requires:   cmake >= 2.8.12
 Requires:   gcc-c++
 Requires:   kf5-filesystem
@@ -66,10 +68,12 @@
 %files
 %defattr(-,root,root,-)
 %{_datadir}/ECM/
-%{_mandir}/man7/ecm*.7*
 
+%if %suse_version != 1315
 %files doc
 %defattr(-,root,root,-)
 %doc %{_datadir}/doc/ECM/
+%doc %lang(en) %{_mandir}/man7/ecm*.7*
+%endif
 
 %changelog

++ extra-cmake-modules-1.3.0.tar.xz -> extra-cmake-modules-1.4.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-1.3.0/CMakeLists.txt 
new/extra-cmake-modules-1.4.0/CMakeLists.txt
--- old/extra-cmake-modules-1.3.0/CMakeLists.txt2014-10-03 
22:53:30.0 +0200
+++ new/extra-cmake-modules-1.4.0/CMakeLists.txt2014-10-23 
14:48:44.0 +0200
@@ -3,7 +3,7 @@
 project(extra-cmake-modules NONE)
 
 set(ECM_MAJOR_VERSION 1)
-set(ECM_MINOR_VERSION 3)
+set(ECM_MINOR_VERSION 4)
 set(ECM_PATCH_VERSION 0)
 
 set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-1.3.0/docs/find-module/FindQtWaylandScanner.rst 
new/extra-cmake-modules-1.4.0/docs/find-module/FindQtWaylandScanner.rst
--- old/extra-cmake-modules-1.3.0/docs/find-module/FindQtWaylandScanner.rst 
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-1.4.0/docs/find-module/FindQtWaylandScanner.rst 
2014-10-23 14:48:44.0 +0200
@@ -0,0 +1 @@
+.. ecm-module:: ../../find-modules/FindQtWaylandScanner.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-1.3.0/docs/find-module/FindWaylandScanner.rst 
new/extra-cmake-modules-1.4.0/docs/find-module/FindWaylandScanner.rst
--- old/extra-cmake-modules-1.3.0/docs/find-module/FindWaylandScanner.rst   
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-1.4.0/docs/find-module/FindWaylandScanner.rst   
2014-10-23 14:48:44.0 +0200
@@ -0,0 +1 @@
+.. ecm-module:: ../../find-modules/FindWaylandScanner.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-1.3.0/find-modules/FindQtWaylandScanner.cmake 
new/extra-cmake-modules-1.4.0/find-modules/FindQtWaylandScanner.cmake
--- old/extra-cmake-modules-1.3.0/find-modules/FindQtWaylandScanner.cmake   
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-1.4.0/find-modules/FindQtWaylandScanner.cmake   
2014-10-23 14:48:44.0 +0200
@@ -0,0 +1,192 @@
+#.rst:
+# FindQtWaylandScanner
+# 
+#
+# Try to find qtwaylandscanner on a Unix system.
+#
+# If the qtwaylandscanner executable is not

commit libmpd for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package libmpd for openSUSE:Factory checked 
in at 2014-11-11 01:10:37

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


Package is "libmpd"

Changes:

--- /work/SRC/openSUSE:Factory/libmpd/libmpd.changes2012-02-16 
12:23:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmpd.new/libmpd.changes   2014-11-11 
01:11:19.0 +0100
@@ -1,0 +2,20 @@
+Sat Nov  8 02:29:19 UTC 2014 - crrodrig...@opensuse.org
+
+- add baselibs.conf as source 
+
+---
+Tue Oct 21 03:31:14 UTC 2014 - crrodrig...@opensuse.org
+
+- Correct previous SR that I accepted too fast..one should not 
+  include config.h in public headers. fix the problem the right
+  way.
+
+---
+Mon Oct 20 22:57:59 UTC 2014 - avvi...@yandex.ru
+
+- Fix build error on openSUSE > 13.1:
+  * add libmpd-0.20.0_glibc-2.20.patch
+- Fix unresolvable dependencies on SLES11:
+  * add BuildRequires:  glib2-devel
+  
+---

New:

  libmpd-0.20.0_glibc-2.20.patch



Other differences:
--
++ libmpd.spec ++
--- /var/tmp/diff_new_pack.pBGBIJ/_old  2014-11-11 01:11:21.0 +0100
+++ /var/tmp/diff_new_pack.pBGBIJ/_new  2014-11-11 01:11:21.0 +0100
@@ -24,10 +24,18 @@
 Group:  System/Libraries
 Url:http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client
 Source: libmpd-0.20.0.tar.bz2
+Source1:baselibs.conf
 Patch0: libmpd-overflow.patch
+#PATCH-FIX-UPSTREAM libmpd-0.20.0_glibc-2.20.patch avvi...@yandex.ru -- Fix 
build with glibc-2.20
+Patch1: libmpd-0.20.0_glibc-2.20.patch
 BuildRequires:  doxygen
 BuildRequires:  fdupes
+BuildRequires:  libtool
+%if 0%{?suse_version} == 1110
+BuildRequires:  glib2-devel
+%else
 BuildRequires:  pkgconfig(glib-2.0)
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %define libname libmpd1
@@ -58,8 +66,10 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 
 %build
+autoreconf -fiv
 %configure --disable-static
 make %{?_smp_mflags}
 make doc

++ libmpd-0.20.0_glibc-2.20.patch ++
--- libmpd-0.20.0.orig/src/Makefile.am
+++ libmpd-0.20.0/src/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = \
+INCLUDES = -include $(top_builddir)/config.h \
-I. \
-I$(top_srcdir) \
@EXTRA_CFLAGS@ -Wall -Wmissing-declarations 
@@ -36,5 +36,5 @@ EXTRA_DIST = \
libmpd-version.h.in
 
 libmpd_la_LIBADD = 
-libmpd_la_LDFLAGS = @EXTRA_LDFLAGS@ -version-info @LIBMPD_LIBTOOL_VERSION@ 
+libmpd_la_LDFLAGS = @EXTRA_LDFLAGS@ -no-undefined -version-info 
@LIBMPD_LIBTOOL_VERSION@ 
 libmpdincludedir= $(includedir)/libmpd-1.0/libmpd/
--- libmpd-0.20.0.orig/configure.ac
+++ libmpd-0.20.0/configure.ac
@@ -23,7 +23,9 @@ AC_SUBST([LIBMPD_MICRO_VERSION])
 LIBMPD_LIBTOOL_VERSION=3:0:2
 AC_SUBST(LIBMPD_LIBTOOL_VERSION)
 
-AC_PROG_CC
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
+AC_PROG_CC_STDC
 AC_LIBTOOL_WIN32_DLL
 AM_PROG_LIBTOOL
 
--- libmpd-0.20.0.orig/src/libmpd-player.c
+++ libmpd-0.20.0/src/libmpd-player.c
@@ -19,7 +19,6 @@
 
 #include 
 #include 
-#define __USE_GNU
 
 #include 
 #include 
--- libmpd-0.20.0.orig/src/libmpd-database.c
+++ libmpd-0.20.0/src/libmpd-database.c
@@ -19,7 +19,6 @@
 
 #include 
 #include 
-#define __USE_GNU
 
 #include 
 #include 
--- libmpd-0.20.0.orig/src/libmpd-playlist.c
+++ libmpd-0.20.0/src/libmpd-playlist.c
@@ -19,7 +19,6 @@
 
 #include 
 #include 
-#define __USE_GNU
 
 #include 
 #include 
--- libmpd-0.20.0.orig/src/libmpd-status.c
+++ libmpd-0.20.0/src/libmpd-status.c
@@ -20,7 +20,6 @@
 #include 
 #include 
 #include 
-#define __USE_GNU
 
 #include 
 #include 
--- libmpd-0.20.0.orig/src/libmpd-sticker.c
+++ libmpd-0.20.0/src/libmpd-sticker.c
@@ -1,6 +1,5 @@
 #include 
 #include 
-#define __USE_GNU
 #include 
 #include 
 #include 
--- libmpd-0.20.0.orig/src/libmpd.c
+++ libmpd-0.20.0/src/libmpd.c
@@ -19,7 +19,6 @@
 
 #include 
 #include 
-#define __USE_GNU
 
 #include 
 #include 
--- libmpd-0.20.0.orig/example/testcase/testcase.c
+++ libmpd-0.20.0/example/testcase/testcase.c
@@ -17,6 +17,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
+#include "config.h"
 #include 
 #include 
 #include 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit amavisd-new for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package amavisd-new for openSUSE:Factory 
checked in at 2014-11-11 01:10:43

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


Package is "amavisd-new"

Changes:

--- /work/SRC/openSUSE:Factory/amavisd-new/amavisd-new.changes  2014-08-18 
11:24:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.amavisd-new.new/amavisd-new.changes 
2014-11-11 01:11:28.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov 09 00:46:00 UTC 2014 - Led 
+
+- fix bashism in post script
+- remove '-e' option of 'echo' command that may be unsupported in some
+  POSIX-complete shells
+
+---



Other differences:
--
++ amavisd-new.spec ++
--- /var/tmp/diff_new_pack.rg8p4r/_old  2014-11-11 01:11:30.0 +0100
+++ /var/tmp/diff_new_pack.rg8p4r/_new  2014-11-11 01:11:30.0 +0100
@@ -203,10 +203,10 @@
 else
   if [ -r etc/aliases ]; then
 if ! grep -q "^virusalert:" etc/aliases; then
-  echo -e "virusalert:\troot" >> etc/aliases
+  echo "virusalert:root" >> etc/aliases
   %{logmsg} "Added alias for user virusalert to /etc/aliases"
   if [ -x usr/bin/newaliases ]; then
-  usr/bin/newaliases &>/dev/null || true
+  usr/bin/newaliases >/dev/null 2>&1 || true
   else
   %{logmsg} "Cannot execute newaliases. Please run it manually."
   fi

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



commit roundcubemail for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2014-11-11 01:10:42

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


Package is "roundcubemail"

Changes:

--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes  
2014-09-30 19:42:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new/roundcubemail.changes 
2014-11-11 01:11:26.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 20:02:00 UTC 2014 - Led 
+
+- fix bashisms in post scripts
+
+---



Other differences:
--
++ roundcubemail.spec ++
--- /var/tmp/diff_new_pack.jm4uYe/_old  2014-11-11 01:11:27.0 +0100
+++ /var/tmp/diff_new_pack.jm4uYe/_new  2014-11-11 01:11:27.0 +0100
@@ -166,47 +166,36 @@
 
 %pre
 # backup logs, temp and config for migration
-if [[ ! -h %{roundcubepath}/logs ]]; then
-if [[ -d %{roundcubepath}/logs ]]; then
+if [ ! -h %{roundcubepath}/logs ] && [ -d %{roundcubepath}/logs ]; then
 mkdir -p %{roundcubepath}/migration
 mv %{roundcubepath}/logs %{roundcubepath}/migration/.
-fi
 fi
-if [[ ! -h %{roundcubepath}/temp ]]; then
-if [[ -d %{roundcubepath}/temp ]]; then
+if [ ! -h %{roundcubepath}/temp ] && [ -d %{roundcubepath}/temp ]; then
 mkdir -p %{roundcubepath}/migration
 mv %{roundcubepath}/temp %{roundcubepath}/migration/.
-fi
 fi
-if [[ ! -h %{roundcubepath}/SQL ]]; then
-if [[ -d %{roundcubepath}/SQL ]]; then
+if [ ! -h %{roundcubepath}/SQL ] && [ -d %{roundcubepath}/SQL ]; then
 mkdir -p %{roundcubepath}/migration
 mv %{roundcubepath}/SQL %{roundcubepath}/migration/.
-fi
 fi
 
 for PLUGIN in acl managesieve password; do
-if [[ ! -h %{roundcubepath}/plugins/$PLUGIN/config.inc.php ]]; then
-if [[ -f %{roundcubepath}/plugins/$PLUGIN/config.inc.php ]]; then
+if [ ! -h %{roundcubepath}/plugins/$PLUGIN/config.inc.php ] && [ -f 
%{roundcubepath}/plugins/$PLUGIN/config.inc.php ]; then
 mv %{roundcubepath}/plugins/$PLUGIN/config.inc.php 
%{roundcubepath}/migration/$PLUGIN.inc.php
 fi
-fi
 done
 
 %post
 # replace default des string in config file for better security
-function makedesstr () {
-chars=(0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x 
y z A
-B C D E F G H I J K L M N O P Q R S T U V W X Y Z)
-
-max=${#chars[*]}
-
-for i in `seq 1 24`; do
-let rand=${RANDOM}%%${max}
-str="${str}${chars[$rand]}"
+makedesstr() {
+   local 
chars="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
+   local max=${#chars}
+   for i in $(seq 1 24); do
+   echo "$chars" | dd bs=1 skip=$(($(od -An -d -N2 /dev/urandom) % 
$max)) count=1 2>/dev/null
 done
-echo $str
+   echo
 }
+
 sed -i "s/rcmail-\!24ByteDESkey\*Str/`makedesstr`/" 
%{roundcubeconfigpath}/defaults.inc.php || : &> /dev/null
 
 # enable apache required apache modules
@@ -216,38 +205,30 @@
 fi
 
 # restore backed up logs, temp and config
-if [[ -h %{roundcubepath}/logs ]]; then
-if [[ -d %{roundcubepath}/migration/logs ]]; then
+if [ -h %{roundcubepath}/logs ] && [ -d %{roundcubepath}/migration/logs ]; then
 mkdir -p %{roundcubepath}/migrated
 cp %{roundcubepath}/migration/logs/* %{roundcubepath}/logs/. 
 mv %{roundcubepath}/migration/logs %{roundcubepath}/migrated/.
-fi
 fi
-if [[ -h %{roundcubepath}/temp ]]; then
-if [[ -d %{roundcubepath}/migration/temp ]]; then
+if [ -h %{roundcubepath}/temp ] && [ -d %{roundcubepath}/migration/temp ]; then
 mkdir -p %{roundcubepath}/migrated
 cp %{roundcubepath}/migration/temp/* %{roundcubepath}/temp/.
 mv %{roundcubepath}/migration/temp %{roundcubepath}/migrated/.
-fi
 fi
-if [[ -h %{roundcubepath}/SQL ]]; then
-if [[ -d %{roundcubepath}/migration/SQL ]]; then
+if [ -h %{roundcubepath}/SQL ] && [ -d %{roundcubepath}/migration/SQL ]; then
 rm -r %{roundcubepath}/migration/SQL
-fi
 fi
 for PLUGIN in acl managesieve password; do
-if [[ -f %{roundcubepath}/migration/$PLUGIN.inc.php ]]; then
-if [[ -h %{roundcubepath}/plugins/$PLUGIN/config.inc.php ]]; then
+if [ -f %{roundcubepath}/migration/$PLUGIN.inc.php ] && [ -h 
%{roundcubepath}/plugins/$PLUGIN/config.inc.php ]; then
 cp %{roundcubepath}/migration/$PLUGIN.inc.php 
%{roundcubeconfigpath}/.
 mv %{roundcubepath}/migration/$PLUGIN.inc.php 
%{roundcubepath}/migrated/$PLUGIN.inc.php
 fi
-fi
 done
 for MIGDIR in migration migrated; do
-if [[ -d %{roundcubepath}/$MIGDIR ]]; then
+if [ 

commit puppet for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package puppet for openSUSE:Factory checked 
in at 2014-11-11 01:10:41

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


Package is "puppet"

Changes:

--- /work/SRC/openSUSE:Factory/puppet/puppet.changes2014-10-29 
21:11:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.puppet.new/puppet.changes   2014-11-11 
01:11:23.0 +0100
@@ -1,0 +2,23 @@
+Sat Nov  8 20:23:07 UTC 2014 - da...@darins.net
+
+- update to 3.7.3
+  *  PUP-3601: Bump facter dependency to 2.3.0
+  *  PUP-3471: Windows Puppet x86 Installer Expands Environment Variables in 
Path
+  *  PUP-3302: Puppet resource broken when directory environments enabled
+  *  PUP-3500: Adding a setting to puppet.conf that has a :hook handled on 
define preloads incorrect directory environment settings.
+  *  PUP-3505: Future parser handling undef’s incorrectly
+  *  PUP-3514: Future parser not showing line/column for error
+  *  PUP-3558: Future parser, square brackets in references cause syntax 
errors related to non-ASCII characters
+  *  PUP-3602: Do not convert strings that are on the form “0e" to floating 
point
+  *  PUP-3555: introduce override-able factory pattern for constructing 
environment cache entries
+
+  See release notes for update information:
+https://docs.puppetlabs.com/puppet/3.7/reference/release_notes.html
+
+  For a full list of bugs fixes see:
+
https://tickets.puppetlabs.com/secure/ReleaseNote.jspa?projectId=10102&version=12001
+
+- remove old .changelog
+- fix invalid arg in init script for SLE
+
+---

Old:

  puppet-3.7.2.tar.gz
  puppet.changelog

New:

  puppet-3.7.3.tar.gz



Other differences:
--
++ puppet.spec ++
--- /var/tmp/diff_new_pack.rk5Fvn/_old  2014-11-11 01:11:25.0 +0100
+++ /var/tmp/diff_new_pack.rk5Fvn/_new  2014-11-11 01:11:25.0 +0100
@@ -22,7 +22,7 @@
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 
 Name:   puppet
-Version:3.7.2
+Version:3.7.3
 Release:0
 Summary:A network tool for managing many disparate systems
 License:Apache-2.0
@@ -31,7 +31,6 @@
 Source: 
http://downloads.puppetlabs.com/puppet/%{name}-%{version}.tar.gz
 Source1:puppetmaster.fw
 Source2:puppet.fw
-Source7:puppet.changelog
 Obsoletes:  hiera-puppet < 1.0.0
 Provides:   hiera-puppet >= 1.0.0
 Requires:   facter >= 1.6.0
@@ -93,7 +92,6 @@
 
 %prep
 %setup -q
-cp %{S:7} ChangeLog
 
 %build
 
@@ -113,6 +111,8 @@
 ln -sf service %{buildroot}/%{_sbindir}/rcpuppetmaster
 %else
 mkdir -p %{buildroot}%_initddir
+# fix old port arg
+sed -i 's/--port/--masterport/' ext/suse/client.init
 install -m0755 ext/suse/client.init %{buildroot}/%_initddir/puppet
 install -m0755 ext/suse/server.init %{buildroot}/%_initddir/puppetmaster
 ln -sf %_initddir/puppet %{buildroot}/%{_sbindir}/rcpuppet
@@ -248,7 +248,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README.* ChangeLog
+%doc LICENSE README.*
 %{_bindir}/puppet
 %{_bindir}/extlookup2hiera
 %{_libdir}/ruby/vendor_ruby/%{rb_ver}/puppet/

++ puppet-3.7.2.tar.gz -> puppet-3.7.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/puppet-3.7.2/ext/build_defaults.yaml 
new/puppet-3.7.3/ext/build_defaults.yaml
--- old/puppet-3.7.2/ext/build_defaults.yaml2014-10-21 23:52:27.0 
+0200
+++ new/puppet-3.7.3/ext/build_defaults.yaml2014-11-03 23:23:12.0 
+0100
@@ -16,10 +16,10 @@
 build_dmg: TRUE
 build_msi:
   puppet_for_the_win:
-ref: 'f4f74b1c8d8792089d1d3328b01f5ff075771eb0'
+ref: '4eb71b5b063f611eb447d561d51481831a66b5dd'
 repo: 'git://github.com/puppetlabs/puppet_for_the_win.git'
   facter:
-ref: 'refs/tags/2.2.0'
+ref: 'refs/tags/2.3.0'
 repo: 'git://github.com/puppetlabs/facter.git'
   hiera:
 ref: 'refs/tags/1.3.4'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/puppet-3.7.2/ext/debian/changelog 
new/puppet-3.7.3/ext/debian/changelog
--- old/puppet-3.7.2/ext/debian/changelog   2014-10-21 23:52:30.0 
+0200
+++ new/puppet-3.7.3/ext/debian/changelog   2014-11-03 23:23:19.0 
+0100
@@ -1,8 +1,8 @@
-puppet (3.7.2-1puppetlabs1) hardy lucid natty oneiric unstable sid squeeze 
wheezy precise; urgency=low
+puppet (3.7.3-1puppetlabs1) hardy lucid natty oneiric unstable sid squeeze 
wheezy precise; urgency=low
 
-  * Update to version 3.7.2-1puppetlabs1
+  * Update to version 3.7.3-1puppetlabs1
 
- -- Puppet Labs Release   Tue, 21 Oct 2014 14:52:30 -0700
+ -- Puppet Labs Release  

commit kdelibs4support for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kdelibs4support for openSUSE:Factory 
checked in at 2014-11-11 01:10:16

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


Package is "kdelibs4support"

Changes:

--- /work/SRC/openSUSE:Factory/kdelibs4support/kdelibs4support.changes  
2014-10-07 16:00:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs4support.new/kdelibs4support.changes 
2014-11-11 01:10:36.0 +0100
@@ -1,0 +2,10 @@
+Sun Nov  2 17:47:52 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+- Added NetworkManager-devel BuildRequires in order to build
+  deprecated Solid's networkstatus kded module (for software that
+  didn't migrate to QNetworkConfigurationManager)
+
+---

Old:

  kdelibs4support-5.3.0.tar.xz

New:

  kdelibs4support-5.4.0.tar.xz



Other differences:
--
++ kdelibs4support.spec ++
--- /var/tmp/diff_new_pack.Mzsoux/_old  2014-11-11 01:10:39.0 +0100
+++ /var/tmp/diff_new_pack.Mzsoux/_new  2014-11-11 01:10:39.0 +0100
@@ -18,11 +18,12 @@
 
 %define lname   libKF5KDELibs4Support5
 Name:   kdelibs4support
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
+BuildRequires:  NetworkManager-devel
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kbookmarks-devel >= %{kf5_version}
 BuildRequires:  kcompletion-devel >= %{kf5_version}
@@ -67,7 +68,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/portingAids/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/portingAids/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -194,6 +195,17 @@
 %postun -n %lname -p /sbin/ldconfig
 
 %files lang -f %{name}.lang
+%defattr(-,root,root)
+%doc %lang(de) %{_kf5_mandir}/de
+%doc %lang(nl) %{_kf5_mandir}/nl
+%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR
+%doc %lang(sv) %{_kf5_mandir}/sv
+%doc %lang(uk) %{_kf5_mandir}/uk
+%doc %lang(de) %{_kf5_htmldir}/de
+%doc %lang(nl) %{_kf5_htmldir}/nl
+%doc %lang(pt_BR) %{_kf5_htmldir}/pt_BR
+%doc %lang(sv) %{_kf5_htmldir}/sv
+%doc %lang(uk) %{_kf5_htmldir}/uk
 
 %files
 %defattr(-,root,root)
@@ -215,8 +227,10 @@
 %{_kf5_datadir}/widgets/
 %{_kf5_sharedir}/locale/kf5_all_languages
 %{_kf5_datadir}/locale/
-%{_kf5_mandir}/man1/kf5-config.*
-%doc %{_kf5_htmldir}/
+%doc %lang(en) %{_kf5_mandir}/*/kf5-config.*
+%dir %{_kf5_htmldir}/en
+%dir %{_kf5_htmldir}
+%doc %lang(en) %{_kf5_htmldir}/en/*/
 
 %files -n kssl
 %defattr(-,root,root)

++ kdelibs4support-5.3.0.tar.xz -> kdelibs4support-5.4.0.tar.xz ++
 10489 lines of diff (skipped)

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



commit kross for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kross for openSUSE:Factory checked 
in at 2014-11-11 01:10:21

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


Package is "kross"

Changes:

--- /work/SRC/openSUSE:Factory/kross/kross.changes  2014-10-07 
16:01:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.kross.new/kross.changes 2014-11-11 
01:10:48.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:54 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kross-5.3.0.tar.xz

New:

  kross-5.4.0.tar.xz



Other differences:
--
++ kross.spec ++
--- /var/tmp/diff_new_pack.NeRA7s/_old  2014-11-11 01:10:53.0 +0100
+++ /var/tmp/diff_new_pack.NeRA7s/_new  2014-11-11 01:10:53.0 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   kross
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kcompletion-devel >= %{kf5_version}
 BuildRequires:  kdoctools-devel >= %{kf5_version}
@@ -45,7 +45,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/portingAids/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/portingAids/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kross-5.3.0.tar.xz -> kross-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-5.3.0/CMakeLists.txt 
new/kross-5.4.0/CMakeLists.txt
--- old/kross-5.3.0/CMakeLists.txt  2014-10-04 19:11:09.0 +0200
+++ new/kross-5.4.0/CMakeLists.txt  2014-11-02 13:17:52.0 +0100
@@ -2,7 +2,7 @@
 
 project(Kross)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -16,8 +16,8 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.4.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KROSS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kross_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5KrossConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-5.3.0/po/fi/kross5.po 
new/kross-5.4.0/po/fi/kross5.po
--- old/kross-5.3.0/po/fi/kross5.po 2014-10-04 19:11:09.0 +0200
+++ new/kross-5.4.0/po/fi/kross5.po 2014-11-02 13:17:52.0 +0100
@@ -29,7 +29,7 @@
 "POT-Creation-Date: 2014-05-14 08:06+\n"
 "PO-Revision-Date: 2014-04-11 15:59+0300\n"
 "Last-Translator: Lasse Liehu \n"
-"Language-Team: Finnish \n"
+"Language-Team: Finnish \n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-5.3.0/po/it/kross5.po 
new/kross-5.4.0/po/it/kross5.po
--- old/kross-5.3.0/po/it/kross5.po 2014-10-04 19:11:09.0 +0200
+++ new/kross-5.4.0/po/it/kross5.po 2014-11-02 13:17:52.0 +0100
@@ -8,7 +8,7 @@
 # Luciano Montanaro , 2007.
 # Dario Panico , 2008.
 # Pino Toscano , 2008.
-# Federico Zenith , 2008, 2012, 2013.
+# Federico Zenith , 2008, 2012, 2013, 2014.
 # Innocenzo Ventre , 2012.
 # Vincenzo Reale , 2014.
 msgid ""
@@ -16,24 +16,23 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-05-14 08:06+\n"
-"PO-Revision-Date: 2014-04-14 21:21+0200\n"
-"Last-Translator: Vincenzo Reale \n"
+"PO-Revision-Date: 2014-10-09 20:11+0200\n"
+"Last-Translator: Federico Zenith \n"
 "Language-Team: Italian \n"
 "Language: it\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 1.5\n"
 
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr ""
-"Vincenzo Reale,Federico Zenith,Dario Panico,Nicola Ruggero,Federico Cozzi"
+ms

commit plasma-framework for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package plasma-framework for 
openSUSE:Factory checked in at 2014-11-11 01:10:14

Comparing /work/SRC/openSUSE:Factory/plasma-framework (Old)
 and  /work/SRC/openSUSE:Factory/.plasma-framework.new (New)


Package is "plasma-framework"

Changes:

--- /work/SRC/openSUSE:Factory/plasma-framework/plasma-framework.changes
2014-10-18 09:09:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-framework.new/plasma-framework.changes   
2014-11-11 01:10:33.0 +0100
@@ -1,0 +2,9 @@
+Sun Nov  2 17:47:52 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+- Added kdeclarative-components >= %{version} Requires to components
+  subpackage
+
+---

Old:

  plasma-framework-5.3.0.tar.xz

New:

  plasma-framework-5.4.0.tar.xz



Other differences:
--
++ plasma-framework.spec ++
--- /var/tmp/diff_new_pack.J12cYY/_old  2014-11-11 01:10:35.0 +0100
+++ /var/tmp/diff_new_pack.J12cYY/_new  2014-11-11 01:10:35.0 +0100
@@ -17,16 +17,16 @@
 
 
 Name:   plasma-framework
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 Summary:Plasma library and runtime components based upon KF5 and Qt5
 License:GPL-2.0+ and LGPL-2.0+
 Group:  System/GUI/KDE
 Url:https://projects.kde.org/plasma-framework
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kactivities5-devel >= %{kf5_version}
 BuildRequires:  karchive-devel >= %{kf5_version}
@@ -86,6 +86,7 @@
 Group:  Development/Libraries/KDE
 Requires:   %{name} = %{version}
 Requires:   %{name}-private = %{version}
+Requires:   kdeclarative-components >= %{version}
 
 %description components
 Plasma QML and runtime components based upon KF5 and Qt5
@@ -96,7 +97,7 @@
 Requires:   %{name} = %{version}
 Requires:   %{name}-components = %{version}
 Requires:   %{name}-private = %{version}
-Requires:   extra-cmake-modules >= 1.3.0
+Requires:   extra-cmake-modules >= 1.4.0
 Requires:   kf5-filesystem
 Requires:   kservice-devel >= %{kf5_version}
 Requires:   pkgconfig(Qt5Gui) >= 5.2.0
@@ -143,7 +144,7 @@
 %{_kf5_mandir}/man1/plasmapkg*.*
 %exclude %{_kf5_servicesdir}/plasma-scriptengine-applet-declarative.desktop
 %exclude %{_kf5_plugindir}/plasma_appletscript_declarative.so
-%exclude %{_kf5_servicesdir}/plasma-wallpaper.desktop
+%exclude %{_kf5_servicetypesdir}/plasma-wallpaper.desktop
 
 %files private
 %defattr(-,root,root)
@@ -165,7 +166,7 @@
 %{_kf5_qmldir}/org/kde/plasma/core/private/
 %{_kf5_servicesdir}/plasma-scriptengine-applet-declarative.desktop
 %{_kf5_plugindir}/plasma_appletscript_declarative.so
-%{_kf5_servicesdir}/plasma-wallpaper.desktop
+%{_kf5_servicetypesdir}/plasma-wallpaper.desktop
 
 %files components
 %defattr(-,root,root)

++ plasma-framework-5.3.0.tar.xz -> plasma-framework-5.4.0.tar.xz ++
 8562 lines of diff (skipped)

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



commit kcmutils for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kcmutils for openSUSE:Factory 
checked in at 2014-11-11 01:10:12

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


Package is "kcmutils"

Changes:

--- /work/SRC/openSUSE:Factory/kcmutils/kcmutils.changes2014-10-07 
16:00:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcmutils.new/kcmutils.changes   2014-11-11 
01:10:30.0 +0100
@@ -1,0 +2,8 @@
+Sun Nov  2 17:47:51 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * Fix KPluginSelector not adding non .desktop file plugins
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kcmutils-5.3.0.tar.xz

New:

  kcmutils-5.4.0.tar.xz



Other differences:
--
++ kcmutils.spec ++
--- /var/tmp/diff_new_pack.S7ZNqe/_old  2014-11-11 01:10:32.0 +0100
+++ /var/tmp/diff_new_pack.S7ZNqe/_new  2014-11-11 01:10:32.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5KCMUtils5
 Name:   kcmutils
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kconfigwidgets-devel >= %{kf5_version}
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}
@@ -38,7 +38,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kcmutils-5.3.0.tar.xz -> kcmutils-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.3.0/CMakeLists.txt 
new/kcmutils-5.4.0/CMakeLists.txt
--- old/kcmutils-5.3.0/CMakeLists.txt   2014-10-04 18:58:24.0 +0200
+++ new/kcmutils-5.4.0/CMakeLists.txt   2014-11-02 13:06:00.0 +0100
@@ -2,7 +2,7 @@
 
 project(KCMUtils)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -19,8 +19,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.4.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCMUTILS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcmutils_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5KCMUtilsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.3.0/po/fi/kcmutils5.po 
new/kcmutils-5.4.0/po/fi/kcmutils5.po
--- old/kcmutils-5.3.0/po/fi/kcmutils5.po   2014-10-04 18:58:24.0 
+0200
+++ new/kcmutils-5.4.0/po/fi/kcmutils5.po   2014-11-02 13:06:00.0 
+0100
@@ -27,9 +27,9 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-08-08 08:33+\n"
-"PO-Revision-Date: 2014-04-07 21:44+0300\n"
+"PO-Revision-Date: 2014-10-19 17:16+0300\n"
 "Last-Translator: Lasse Liehu \n"
-"Language-Team: Finnish \n"
+"Language-Team: Finnish \n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -381,7 +381,7 @@
 "for further information"
 msgstr ""
 "Tehtiin automaattisia päivityksiä johtuen liitännäisen vaatimuksista. "
-"Napsauta tästä saadaksesi lisätietoja"
+"Napsauta tästä saadaksesi lisätietoa"
 
 #: kpluginselector.cpp:208
 msgid ""
@@ -443,7 +443,7 @@
 msgctxt "Used only for plugins"
 msgid "About %1"
 msgstr ""
-"Tietoja liitännäisestä %1|/|Tietoja liitännäisestä $[yleisnimi_pienellä %1]"
+"Tietoa liitännäisestä %1|/|Tietoa liitännäisestä $[yleisnimi_pienellä %1]"
 
 #: ksettings/componentsdialog.cpp:55
 msgid "Select Components"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcmutils-5.3.0/po/it/kcmutils5.po 
new/kcmutils-5.4.0/po/it/kcmutils5.po
--- old/kcmutils-5.3.0/po/it/kcmutils5.po   2014-10-04 18:58:24.0 
+0200
+++ new/kcmutils-5.4.0/po/it/kcmutils5.po   2014-11-02 13:06:00.0 
+0100
@@ -8,8 +8,9 @@
 # Luciano Montanaro , 2007.
 # Dario Panico , 2008.
 # Pino Tos

commit kglobalaccel for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kglobalaccel for openSUSE:Factory 
checked in at 2014-11-11 01:10:18

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


Package is "kglobalaccel"

Changes:

--- /work/SRC/openSUSE:Factory/kglobalaccel/kglobalaccel.changes
2014-10-07 16:01:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.kglobalaccel.new/kglobalaccel.changes   
2014-11-11 01:10:42.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:53 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kglobalaccel-5.3.0.tar.xz

New:

  kglobalaccel-5.4.0.tar.xz



Other differences:
--
++ kglobalaccel.spec ++
--- /var/tmp/diff_new_pack.HvcHc0/_old  2014-11-11 01:10:43.0 +0100
+++ /var/tmp/diff_new_pack.HvcHc0/_new  2014-11-11 01:10:43.0 +0100
@@ -18,10 +18,10 @@
 
 %define lname   libKF5GlobalAccel5
 Name:   kglobalaccel
-Version:5.3.0
+Version:5.4.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
@@ -34,7 +34,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kglobalaccel-5.3.0.tar.xz -> kglobalaccel-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kglobalaccel-5.3.0/CMakeLists.txt 
new/kglobalaccel-5.4.0/CMakeLists.txt
--- old/kglobalaccel-5.3.0/CMakeLists.txt   2014-10-04 19:04:08.0 
+0200
+++ new/kglobalaccel-5.4.0/CMakeLists.txt   2014-11-02 13:11:19.0 
+0100
@@ -3,7 +3,7 @@
 project(KGlobalAccel)
 
 # ECM setup
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -14,7 +14,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KGLOBALACCEL
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kglobalaccel_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kglobalaccel-5.3.0/po/af/kglobalaccel5_qt.po 
new/kglobalaccel-5.4.0/po/af/kglobalaccel5_qt.po
--- old/kglobalaccel-5.3.0/po/af/kglobalaccel5_qt.po2014-10-04 
19:04:08.0 +0200
+++ new/kglobalaccel-5.4.0/po/af/kglobalaccel5_qt.po2014-11-02 
13:11:19.0 +0100
@@ -12,6 +12,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Qt-Contexts: true\n"
 
 #: kglobalaccel.cpp:511
 #, fuzzy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kglobalaccel-5.3.0/po/as/kglobalaccel5_qt.po 
new/kglobalaccel-5.4.0/po/as/kglobalaccel5_qt.po
--- old/kglobalaccel-5.3.0/po/as/kglobalaccel5_qt.po2014-10-04 
19:04:08.0 +0200
+++ new/kglobalaccel-5.4.0/po/as/kglobalaccel5_qt.po2014-11-02 
13:11:19.0 +0100
@@ -17,6 +17,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 0.2\n"
+"X-Qt-Contexts: true\n"
 
 #: kglobalaccel.cpp:511
 #, fuzzy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kglobalaccel-5.3.0/po/ast/kglobalaccel5_qt.po 
new/kglobalaccel-5.4.0/po/ast/kglobalaccel5_qt.po
--- old/kglobalaccel-5.3.0/po/ast/kglobalaccel5_qt.po   2014-10-04 
19:04:08.0 +0200
+++ new/kglobalaccel-5.4.0/po/ast/kglobalaccel5_qt.po   2014-11-02 
13:11:19.0 +0100
@@ -17,6 +17,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Poedit-Language: asturian\n"
+"X-Qt-Contexts: true\n"
 
 #: kglobalaccel.cpp:511
 #, fuzzy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kglobalaccel-5.3.0/po/be/kglobalaccel5_qt.po 
new/kglobalaccel-5.4.0/po/be/kglobalaccel5_qt.po
--- old/kglobalaccel-5.3.0/po/be/kglobalaccel5_qt.po2014-10-04 

commit knotifyconfig for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package knotifyconfig for openSUSE:Factory 
checked in at 2014-11-11 01:09:43

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


Package is "knotifyconfig"

Changes:

--- /work/SRC/openSUSE:Factory/knotifyconfig/knotifyconfig.changes  
2014-10-07 16:00:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifyconfig.new/knotifyconfig.changes 
2014-11-11 01:09:50.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:21 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  knotifyconfig-5.3.0.tar.xz

New:

  knotifyconfig-5.4.0.tar.xz



Other differences:
--
++ knotifyconfig.spec ++
--- /var/tmp/diff_new_pack.Q5U110/_old  2014-11-11 01:09:51.0 +0100
+++ /var/tmp/diff_new_pack.Q5U110/_new  2014-11-11 01:09:51.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5NotifyConfig5
 Name:   knotifyconfig
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kbookmarks-devel >= %{kf5_version}
 BuildRequires:  kcompletion-devel >= %{kf5_version}
@@ -50,7 +50,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ knotifyconfig-5.3.0.tar.xz -> knotifyconfig-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.3.0/CMakeLists.txt 
new/knotifyconfig-5.4.0/CMakeLists.txt
--- old/knotifyconfig-5.3.0/CMakeLists.txt  2014-10-04 19:09:49.0 
+0200
+++ new/knotifyconfig-5.4.0/CMakeLists.txt  2014-11-02 13:16:33.0 
+0100
@@ -3,12 +3,12 @@
 project(KNotifyConfig)
 
 # Dependencies
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION "5.2.0")
-set(KF5_VERSION "5.3.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.4.0") # handled by release scripts
 
 # Required Qt5 components to build this framework
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Widgets DBus)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.3.0/po/fi/knotifyconfig5.po 
new/knotifyconfig-5.4.0/po/fi/knotifyconfig5.po
--- old/knotifyconfig-5.3.0/po/fi/knotifyconfig5.po 2014-10-04 
19:09:49.0 +0200
+++ new/knotifyconfig-5.4.0/po/fi/knotifyconfig5.po 2014-11-02 
13:16:33.0 +0100
@@ -29,7 +29,7 @@
 "POT-Creation-Date: 2014-08-08 08:32+\n"
 "PO-Revision-Date: 2014-03-24 21:09+0200\n"
 "Last-Translator: Lasse Liehu \n"
-"Language-Team: Finnish \n"
+"Language-Team: Finnish \n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.3.0/po/it/knotifyconfig5.po 
new/knotifyconfig-5.4.0/po/it/knotifyconfig5.po
--- old/knotifyconfig-5.3.0/po/it/knotifyconfig5.po 2014-10-04 
19:09:49.0 +0200
+++ new/knotifyconfig-5.4.0/po/it/knotifyconfig5.po 2014-11-02 
13:16:33.0 +0100
@@ -8,8 +8,9 @@
 # Luciano Montanaro , 2007.
 # Dario Panico , 2008.
 # Pino Toscano , 2008.
-# Federico Zenith , 2008, 2012, 2013.
+# Federico Zenith , 2008, 2012, 2013, 2014.
 # Innocenzo Ventre , 2012.
+# Vincenzo Reale , 2014.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.3.0/po/nn/knotifyconfig5.po 
new/knotifyconfig-5.4.0/po/nn/knotifyconfig5.po
--- old/knotifyconfig-5.3.0/po/nn/knotifyconfig5.po 2014-10-04 
19:09:49.0 +0200
+++ new/knotifyconfig-5.4.0/po/nn/knotifyconfig5.po 2014-11-02 
13:16:33.0 +0100
@@ -2,7 +2,7 @@
 #
 # Gaute Hvoslef Kvalnes , 2003, 2004, 2005, 2006.
 # Håvard Korsvoll , 2003, 2005.
-# Karl Ove Hufthammer , 2004, 2007, 2008, 2009, 2010, 2011

commit kparts for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kparts for openSUSE:Factory checked 
in at 2014-11-11 01:09:51

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


Package is "kparts"

Changes:

--- /work/SRC/openSUSE:Factory/kparts/kparts.changes2014-10-07 
16:00:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.kparts.new/kparts.changes   2014-11-11 
01:10:05.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:34 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kparts-5.3.0.tar.xz

New:

  kparts-5.4.0.tar.xz



Other differences:
--
++ kparts.spec ++
--- /var/tmp/diff_new_pack.qn4MTW/_old  2014-11-11 01:10:06.0 +0100
+++ /var/tmp/diff_new_pack.qn4MTW/_new  2014-11-11 01:10:06.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Parts5
 Name:   kparts
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kbookmarks-devel >= %{kf5_version}
 BuildRequires:  kcompletion-devel >= %{kf5_version}
@@ -50,7 +50,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kparts-5.3.0.tar.xz -> kparts-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.3.0/CMakeLists.txt 
new/kparts-5.4.0/CMakeLists.txt
--- old/kparts-5.3.0/CMakeLists.txt 2014-10-04 19:10:14.0 +0200
+++ new/kparts-5.4.0/CMakeLists.txt 2014-11-02 13:16:58.0 +0100
@@ -2,7 +2,7 @@
 
 project(KParts)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -17,8 +17,8 @@
 
 include(ECMSetupVersion)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.4.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPARTS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kparts_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5PartsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.3.0/po/fi/kparts5.po 
new/kparts-5.4.0/po/fi/kparts5.po
--- old/kparts-5.3.0/po/fi/kparts5.po   2014-10-04 19:10:14.0 +0200
+++ new/kparts-5.4.0/po/fi/kparts5.po   2014-11-02 13:16:58.0 +0100
@@ -29,7 +29,7 @@
 "POT-Creation-Date: 2014-04-27 20:57+\n"
 "PO-Revision-Date: 2014-03-24 21:09+0200\n"
 "Last-Translator: Lasse Liehu \n"
-"Language-Team: Finnish \n"
+"Language-Team: Finnish \n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.3.0/po/it/kparts5.po 
new/kparts-5.4.0/po/it/kparts5.po
--- old/kparts-5.3.0/po/it/kparts5.po   2014-10-04 19:10:14.0 +0200
+++ new/kparts-5.4.0/po/it/kparts5.po   2014-11-02 13:16:58.0 +0100
@@ -8,8 +8,9 @@
 # Luciano Montanaro , 2007.
 # Dario Panico , 2008.
 # Pino Toscano , 2008.
-# Federico Zenith , 2008, 2012, 2013.
+# Federico Zenith , 2008, 2012, 2013, 2014.
 # Innocenzo Ventre , 2012.
+# Vincenzo Reale , 2014.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.3.0/po/nn/kparts5.po 
new/kparts-5.4.0/po/nn/kparts5.po
--- old/kparts-5.3.0/po/nn/kparts5.po   2014-10-04 19:10:14.0 +0200
+++ new/kparts-5.4.0/po/nn/kparts5.po   2014-11-02 13:16:58.0 +0100
@@ -2,7 +2,7 @@
 #
 # Gaute Hvoslef Kvalnes , 2003, 2004, 2005, 2006.
 # Håvard Korsvoll , 2003, 2005.
-# Karl Ove Hufthammer , 2004, 2007, 2008, 2009, 2010, 2011, 
2012, 2013.
+# Karl Ove Hufthammer , 2004, 2007, 2008, 2009, 2010, 2011, 
2012, 2013, 2014.
 # Eirik U. Birkeland , 2008, 2009, 2010.
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsigno

commit kitemviews for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kitemviews for openSUSE:Factory 
checked in at 2014-11-11 01:10:19

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


Package is "kitemviews"

Changes:

--- /work/SRC/openSUSE:Factory/kitemviews/kitemviews.changes2014-10-07 
16:01:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.kitemviews.new/kitemviews.changes   
2014-11-11 01:10:44.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:53 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kitemviews-5.3.0.tar.xz

New:

  kitemviews-5.4.0.tar.xz



Other differences:
--
++ kitemviews.spec ++
--- /var/tmp/diff_new_pack.rCYDhG/_old  2014-11-11 01:10:47.0 +0100
+++ /var/tmp/diff_new_pack.rCYDhG/_new  2014-11-11 01:10:47.0 +0100
@@ -18,10 +18,10 @@
 
 %define lname   libKF5ItemViews5
 Name:   kitemviews
-Version:5.3.0
+Version:5.4.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
@@ -31,7 +31,7 @@
 License:LGPL-2.1+ and GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kitemviews-5.3.0.tar.xz -> kitemviews-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemviews-5.3.0/CMakeLists.txt 
new/kitemviews-5.4.0/CMakeLists.txt
--- old/kitemviews-5.3.0/CMakeLists.txt 2014-10-04 19:07:28.0 +0200
+++ new/kitemviews-5.4.0/CMakeLists.txt 2014-11-02 13:14:24.0 +0100
@@ -2,7 +2,7 @@
 
 project(KItemViews)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION "5.2.0")
@@ -18,7 +18,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KITEMVIEWS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kitemviews_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5ItemViewsConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemviews-5.3.0/po/af/kitemviews5_qt.po 
new/kitemviews-5.4.0/po/af/kitemviews5_qt.po
--- old/kitemviews-5.3.0/po/af/kitemviews5_qt.po2014-10-04 
19:07:28.0 +0200
+++ new/kitemviews-5.4.0/po/af/kitemviews5_qt.po2014-11-02 
13:14:24.0 +0100
@@ -12,6 +12,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Qt-Contexts: true\n"
 
 #: kfilterproxysearchline.cpp:73
 #, fuzzy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemviews-5.3.0/po/as/kitemviews5_qt.po 
new/kitemviews-5.4.0/po/as/kitemviews5_qt.po
--- old/kitemviews-5.3.0/po/as/kitemviews5_qt.po2014-10-04 
19:07:28.0 +0200
+++ new/kitemviews-5.4.0/po/as/kitemviews5_qt.po2014-11-02 
13:14:24.0 +0100
@@ -17,6 +17,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 0.2\n"
+"X-Qt-Contexts: true\n"
 
 #: kfilterproxysearchline.cpp:73
 #, fuzzy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemviews-5.3.0/po/ast/kitemviews5_qt.po 
new/kitemviews-5.4.0/po/ast/kitemviews5_qt.po
--- old/kitemviews-5.3.0/po/ast/kitemviews5_qt.po   2014-10-04 
19:07:28.0 +0200
+++ new/kitemviews-5.4.0/po/ast/kitemviews5_qt.po   2014-11-02 
13:14:24.0 +0100
@@ -17,6 +17,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Poedit-Language: asturian\n"
+"X-Qt-Contexts: true\n"
 
 #: kfilterproxysearchline.cpp:73
 #, fuzzy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemviews-5.3.0/po/be/kitemviews5_qt.po 
new/kitemviews-5.4.0/po/be/kitemviews5_qt.po
--- old/kite

commit kwallet for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kwallet for openSUSE:Factory checked 
in at 2014-11-11 01:09:35

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


Package is "kwallet"

Changes:

--- /work/SRC/openSUSE:Factory/kwallet/kwallet.changes  2014-10-07 
15:59:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwallet.new/kwallet.changes 2014-11-11 
01:09:43.0 +0100
@@ -1,0 +2,9 @@
+Sun Nov  2 17:47:19 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * Emit 'walletListDirty' signal when the 'kwalletd'
+directory is deleted
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kwallet-5.3.0.tar.xz

New:

  kwallet-5.4.0.tar.xz



Other differences:
--
++ kwallet.spec ++
--- /var/tmp/diff_new_pack.05DmPO/_old  2014-11-11 01:09:44.0 +0100
+++ /var/tmp/diff_new_pack.05DmPO/_new  2014-11-11 01:09:44.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Wallet5
 Name:   kwallet
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{kf5_version}
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}
@@ -42,7 +42,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/kwallet-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/kwallet-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kwallet-5.3.0.tar.xz -> kwallet-5.4.0.tar.xz ++
 13448 lines of diff (skipped)

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



commit kxmlgui for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kxmlgui for openSUSE:Factory checked 
in at 2014-11-11 01:10:09

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


Package is "kxmlgui"

Changes:

--- /work/SRC/openSUSE:Factory/kxmlgui/kxmlgui.changes  2014-10-07 
16:00:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.kxmlgui.new/kxmlgui.changes 2014-11-11 
01:10:26.0 +0100
@@ -1,0 +2,9 @@
+Sun Nov  2 17:47:50 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * Now supports finding ui files in resources
+(default location: :/kxmlgui5/)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kxmlgui-5.3.0.tar.xz

New:

  kxmlgui-5.4.0.tar.xz



Other differences:
--
++ kxmlgui.spec ++
--- /var/tmp/diff_new_pack.D17f0O/_old  2014-11-11 01:10:27.0 +0100
+++ /var/tmp/diff_new_pack.D17f0O/_new  2014-11-11 01:10:27.0 +0100
@@ -18,12 +18,12 @@
 
 %define lname   libKF5XmlGui5
 Name:   kxmlgui
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  attica-qt5-devel >= %{kf5_version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{kf5_version}
 BuildRequires:  kconfigwidgets-devel >= %{kf5_version}
@@ -47,7 +47,7 @@
 License:LGPL-2.1+ and GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kxmlgui-5.3.0.tar.xz -> kxmlgui-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.3.0/CMakeLists.txt 
new/kxmlgui-5.4.0/CMakeLists.txt
--- old/kxmlgui-5.3.0/CMakeLists.txt2014-10-04 19:15:13.0 +0200
+++ new/kxmlgui-5.4.0/CMakeLists.txt2014-11-02 13:21:45.0 +0100
@@ -3,7 +3,7 @@
 project(KXmlGui)
 
 # ECM setup
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -16,8 +16,8 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.4.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KXMLGUI
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.3.0/po/fi/kxmlgui5.po 
new/kxmlgui-5.4.0/po/fi/kxmlgui5.po
--- old/kxmlgui-5.3.0/po/fi/kxmlgui5.po 2014-10-04 19:15:13.0 +0200
+++ new/kxmlgui-5.4.0/po/fi/kxmlgui5.po 2014-11-02 13:21:45.0 +0100
@@ -27,9 +27,9 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-09-08 07:58+\n"
-"PO-Revision-Date: 2014-08-01 20:08+0300\n"
+"PO-Revision-Date: 2014-10-19 17:16+0300\n"
 "Last-Translator: Lasse Liehu \n"
-"Language-Team: Finnish \n"
+"Language-Team: Finnish \n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -54,7 +54,7 @@
 #: kaboutapplicationdialog.cpp:81 khelpmenu.cpp:271
 #, kde-format
 msgid "About %1"
-msgstr "Tietoja – %1|/|Tietoja $[yleisnimi_pienellä $[elat %1] ]"
+msgstr "Tietoa – %1|/|Tietoa $[yleisnimi_pienellä $[elat %1] ]"
 
 #: kaboutapplicationdialog.cpp:99
 #, kde-format
@@ -82,7 +82,7 @@
 
 #: kaboutapplicationdialog.cpp:154
 msgid "&About"
-msgstr "&Tietoja"
+msgstr "&Tietoa"
 
 #: kaboutapplicationdialog.cpp:174
 msgid ""
@@ -203,7 +203,7 @@
 
 #: kaboutkdedialog_p.cpp:43
 msgid "About KDE"
-msgstr "Tietoja KDE:stä"
+msgstr "Tietoa KDE:stä"
 
 #: kaboutkdedialog_p.cpp:46
 #, kde-format
@@ -296,10 +296,10 @@
 ">Tämän vuoksi KDE-yhteisö on muodostanut voittoa tavoittelemattoman "
 "KDE e.V. -yhdistyksen Saksassa. Yhdistys edustaa KDE-projektia "
 "oikeudellisissa ja taloudellisissa kysymyksissä. Osoitteessa "
-"%1 on lisätietoja yhdistyksestä.KDE ottaa vastaan "
-"monenlaisia apuja – myös rahallisia. Suurin osa rahasta käytetään jäsenten "
-"ja muiden henkilöiden kehitystyöstä aiheutuneiden kulujen korvaamiseen. "
-"Rahaa käytetään myös lakipalveluihin ja konferenssi

commit kauth for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2014-11-11 01:09:55

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


Package is "kauth"

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2014-10-07 
16:00:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2014-11-11 
01:10:09.0 +0100
@@ -1,0 +2,8 @@
+Sun Nov  2 17:47:36 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * Fix install dir when using KDE_INSTALL_USE_QT_SYS_PATHS
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kauth-5.3.0.tar.xz

New:

  kauth-5.4.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.DLHapV/_old  2014-11-11 01:10:10.0 +0100
+++ /var/tmp/diff_new_pack.DLHapV/_new  2014-11-11 01:10:10.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Auth5
 Name:   kauth
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -34,7 +34,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kauth-5.3.0.tar.xz -> kauth-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.3.0/CMakeLists.txt 
new/kauth-5.4.0/CMakeLists.txt
--- old/kauth-5.3.0/CMakeLists.txt  2014-10-04 18:57:40.0 +0200
+++ new/kauth-5.4.0/CMakeLists.txt  2014-11-02 13:05:19.0 +0100
@@ -2,7 +2,7 @@
 
 project(KAuth)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -20,8 +20,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.4.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KAUTH
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.3.0/po/af/kauth5_qt.po 
new/kauth-5.4.0/po/af/kauth5_qt.po
--- old/kauth-5.3.0/po/af/kauth5_qt.po  2014-10-04 18:57:40.0 +0200
+++ new/kauth-5.4.0/po/af/kauth5_qt.po  2014-11-02 13:05:19.0 +0100
@@ -12,6 +12,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Qt-Contexts: true\n"
 
 #: backends/dbus/DBusHelperProxy.cpp:80
 msgctxt "KAuth::DBusHelperProxy|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.3.0/po/as/kauth5_qt.po 
new/kauth-5.4.0/po/as/kauth5_qt.po
--- old/kauth-5.3.0/po/as/kauth5_qt.po  2014-10-04 18:57:40.0 +0200
+++ new/kauth-5.4.0/po/as/kauth5_qt.po  2014-11-02 13:05:19.0 +0100
@@ -17,6 +17,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 0.2\n"
+"X-Qt-Contexts: true\n"
 
 #: backends/dbus/DBusHelperProxy.cpp:80
 msgctxt "KAuth::DBusHelperProxy|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.3.0/po/ast/kauth5_qt.po 
new/kauth-5.4.0/po/ast/kauth5_qt.po
--- old/kauth-5.3.0/po/ast/kauth5_qt.po 2014-10-04 18:57:40.0 +0200
+++ new/kauth-5.4.0/po/ast/kauth5_qt.po 2014-11-02 13:05:19.0 +0100
@@ -17,6 +17,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Poedit-Language: asturian\n"
+"X-Qt-Contexts: true\n"
 
 #: backends/dbus/DBusHelperProxy.cpp:80
 msgctxt "KAuth::DBusHelperProxy|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.3.0/po/be/kauth5_qt.po 
new/kauth-5.4.0/po/be/kauth5_qt.po
--- old/kauth-5.3.0/po/be/kauth5_qt.po  2014-10-04 18:57:40.0 +0200
+++ new/kauth-5.4.0/po/be/kauth5

commit solid for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package solid for openSUSE:Factory checked 
in at 2014-11-11 01:09:53

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


Package is "solid"

Changes:

--- /work/SRC/openSUSE:Factory/solid/solid.changes  2014-10-07 
16:00:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.solid.new/solid.changes 2014-11-11 
01:10:06.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:35 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  solid-5.3.0.tar.xz

New:

  solid-5.4.0.tar.xz



Other differences:
--
++ solid.spec ++
--- /var/tmp/diff_new_pack.bV9MOB/_old  2014-11-11 01:10:08.0 +0100
+++ /var/tmp/diff_new_pack.bV9MOB/_new  2014-11-11 01:10:08.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Solid5
 Name:   solid
-Version:5.3.0
+Version:5.4.0
 Release:0
 BuildRequires:  bison
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  flex
 BuildRequires:  kf5-filesystem
@@ -38,7 +38,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ solid-5.3.0.tar.xz -> solid-5.4.0.tar.xz ++
 3152 lines of diff (skipped)

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



commit kemoticons for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kemoticons for openSUSE:Factory 
checked in at 2014-11-11 01:09:30

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


Package is "kemoticons"

Changes:

--- /work/SRC/openSUSE:Factory/kemoticons/kemoticons.changes2014-10-07 
15:59:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.kemoticons.new/kemoticons.changes   
2014-11-11 01:09:37.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:17 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kemoticons-5.3.0.tar.xz

New:

  kemoticons-5.4.0.tar.xz



Other differences:
--
++ kemoticons.spec ++
--- /var/tmp/diff_new_pack.wIogFI/_old  2014-11-11 01:09:39.0 +0100
+++ /var/tmp/diff_new_pack.wIogFI/_new  2014-11-11 01:09:39.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Emoticons5
 Name:   kemoticons
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  karchive-devel >= %{kf5_version}
 BuildRequires:  kconfig-devel >= %{kf5_version}
@@ -35,7 +35,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kemoticons-5.3.0.tar.xz -> kemoticons-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.3.0/CMakeLists.txt 
new/kemoticons-5.4.0/CMakeLists.txt
--- old/kemoticons-5.3.0/CMakeLists.txt 2014-10-03 19:55:01.0 +0200
+++ new/kemoticons-5.4.0/CMakeLists.txt 2014-10-31 21:17:03.0 +0100
@@ -2,7 +2,7 @@
 
 project(KEmoticons)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
@@ -19,8 +19,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.4.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KEMOTICONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kemoticons_version.h"

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



commit kactivities5 for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2014-11-11 01:09:26

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


Package is "kactivities5"

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2014-10-07 15:59:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2014-11-11 01:09:35.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:16 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kactivities-5.3.0.tar.xz

New:

  kactivities-5.4.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.WJpfs0/_old  2014-11-11 01:09:36.0 +0100
+++ /var/tmp/diff_new_pack.WJpfs0/_new  2014-11-11 01:09:36.0 +0100
@@ -18,20 +18,20 @@
 
 %define lname   libKF5Activities5
 Name:   kactivities5
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://projects.kde.org/kactivities
-Source: 
http://download.kde.org/stable/frameworks/%{version}/kactivities-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/kactivities-%{version}.tar.xz
 Source1:baselibs.conf
 # PATCH-FIX-UPSTREAM kamd-rename.patch -- 
https://git.reviewboard.kde.org/r/115602/ -- rename kactivitymanagerd binary so 
it can co-exist with kactivities4
 Patch0: kamd-rename.patch
 BuildRequires:  boost-devel >= 1.49.0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kcmutils-devel >= %{kf5_version}
 BuildRequires:  kconfig-devel >= %{kf5_version}
@@ -82,7 +82,7 @@
 Summary:KDE Plasma Activities support
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
-Requires:   extra-cmake-modules >= 1.3.0
+Requires:   extra-cmake-modules >= 1.4.0
 Requires:   pkgconfig(Qt5Core) >= 5.2.0
 
 %description devel

++ kactivities-5.3.0.tar.xz -> kactivities-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.3.0/CMakeLists.txt 
new/kactivities-5.4.0/CMakeLists.txt
--- old/kactivities-5.3.0/CMakeLists.txt2014-10-04 18:57:01.0 
+0200
+++ new/kactivities-5.4.0/CMakeLists.txt2014-11-02 13:04:45.0 
+0100
@@ -15,7 +15,7 @@
 endif ()
 
 # Extra CMake stuff
-find_package (ECM 1.3.0 REQUIRED NO_MODULE)
+find_package (ECM 1.4.0 REQUIRED NO_MODULE)
 set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
@@ -29,8 +29,8 @@
 find_package (Qt5 REQUIRED NO_MODULE COMPONENTS Core DBus)
 
 # KDE Frameworks
-set(KF5_VERSION "5.3.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.4.0") # handled by release scripts
 find_package (KF5DBusAddons ${KF5_DEP_VERSION} CONFIG REQUIRED)
 find_package (KF5I18n ${KF5_DEP_VERSION} CONFIG REQUIRED)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.3.0/po/it/kactivities5.po 
new/kactivities-5.4.0/po/it/kactivities5.po
--- old/kactivities-5.3.0/po/it/kactivities5.po 2014-10-04 18:57:01.0 
+0200
+++ new/kactivities-5.4.0/po/it/kactivities5.po 2014-11-02 13:04:45.0 
+0100
@@ -1,14 +1,14 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
+# Federico Zenith , 2012, 2013, 2014.
 #
-# Federico Zenith , 2012, 2013.
 msgid ""
 msgstr ""
 "Project-Id-Version: kactivitymanagerd_fileitem_linking_plugin\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-09-24 07:44+\n"
-"PO-Revision-Date: 2013-06-19 09:05+0200\n"
-"Last-Translator: Federico Zenith \n"
+"PO-Revision-Date: 2014-10-09 20:27+0200\n"
+"Last-Translator: Federico Zenith \n"
 "Language-Team: Italian \n"
 "Language: it\n"
 "MIME-Version: 1.0\n"
@@ -26,15 +26,13 @@
 msgstr "federico.zen...@member.fsf.org"
 
 #: imports/activitymodel.cpp:592
-#, fuzzy
-#| msgid "Activities..."
 msgctxt "Header title for activity data model"
 msgid "Activity"
-msgstr "Attività..."
+msgstr "Attività"
 
 #: service/Activ

commit kdeclarative for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2014-11-11 01:09:48

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2014-10-07 16:00:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2014-11-11 01:09:58.0 +0100
@@ -1,0 +2,10 @@
+Sun Nov  2 17:47:25 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * Optimize IconItem in QIconItem in memory and speed
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+- Split out libKF5QuickAddons library, and QML components into
+  separate subpackages
+
+---

Old:

  kdeclarative-5.3.0.tar.xz

New:

  kdeclarative-5.4.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.k5bbi8/_old  2014-11-11 01:10:00.0 +0100
+++ /var/tmp/diff_new_pack.k5bbi8/_new  2014-11-11 01:10:00.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Declarative5
 Name:   kdeclarative
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{kf5_version}
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}
@@ -43,7 +43,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -58,12 +58,28 @@
 %description -n %lname
 KDeclarative provides integration of QML and KDE workspaces.
 
+%package -n libKF5QuickAddons5
+Summary:Integration of QML and KDE workspaces
+Group:  System/GUI/KDE
+
+%description -n libKF5QuickAddons5
+KDeclarative provides integration of QML and KDE workspaces.
+
+%package components
+Summary:KDeclarative QML components
+Group:  System/GUI/KDE
+
+%description components
+KDeclarative provides integration of QML and KDE workspaces.
+
 %package devel
 Summary:Integration of QML and KDE workspaces: Build Environment
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
+Requires:   %{name}-components = %{version}
 Requires:   extra-cmake-modules
 Requires:   kio-devel >= %{kf5_version}
+Requires:   libKF5QuickAddons5 = %{version}
 
 %description devel
 KDeclarative provides integration of QML and KDE workspaces.
@@ -87,21 +103,36 @@
 
 %postun -n %lname -p /sbin/ldconfig
 
+%post -n libKF5QuickAddons5 -p /sbin/ldconfig
+
+%postun -n libKF5QuickAddons5 -p /sbin/ldconfig
+
 %files -n %lname-lang -f %{name}5.lang
 
 %files -n %lname
 %defattr(-,root,root)
 %doc COPYING* README*
 %{_kf5_libdir}/libKF5Declarative.so.*
+
+%files -n libKF5QuickAddons5
+%defattr(-,root,root)
+%doc COPYING* README*
+%{_kf5_libdir}/libKF5QuickAddons.so.*
+
+%files components
+%defattr(-,root,root)
+%doc COPYING* README*
 %{_kf5_libdir}/qt5/qml/
 
 %files devel
 %defattr(-,root,root)
 %{_kf5_libdir}/libKF5Declarative.so
+%{_kf5_libdir}/libKF5QuickAddons.so
 %{_kf5_libdir}/cmake/KF5Declarative/
 %{_kf5_includedir}/*.h
 %dir %{_kf5_includedir}/*/
 %{_kf5_includedir}/*/
 %{_kf5_mkspecsdir}/qt_KDeclarative.pri
+%{_kf5_mkspecsdir}/qt_QuickAddons.pri
 
 %changelog

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.k5bbi8/_old  2014-11-11 01:10:00.0 +0100
+++ /var/tmp/diff_new_pack.k5bbi8/_new  2014-11-11 01:10:00.0 +0100
@@ -1,3 +1,7 @@
 libKF5Declarative5
+libKF5QuickAddons5
+kdeclarative-components
 kdeclarative-devel
requires "libKF5Declarative5- = "
+   requires "libKF5QuickAddons5- = "
+   requires "kdeclarative-components- = "
\ No newline at end of file

++ kdeclarative-5.3.0.tar.xz -> kdeclarative-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.3.0/CMakeLists.txt 
new/kdeclarative-5.4.0/CMakeLists.txt
--- old/kdeclarative-5.3.0/CMakeLists.txt   2014-10-04 19:01:10.0 
+0200
+++ new/kdeclarative-5.4.0/CMakeLists.txt   2014-11-02 13:08:30.0 
+0100
@@ -3,12 +3,12 @@
 project(KDeclarative)
 
 # Dependencies
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)

commit kded for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2014-11-11 01:10:04

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


Package is "kded"

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2014-10-07 
16:00:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2014-11-11 
01:10:19.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:45 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kded-5.3.0.tar.xz

New:

  kded-5.4.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.RUuEKR/_old  2014-11-11 01:10:21.0 +0100
+++ /var/tmp/diff_new_pack.RUuEKR/_new  2014-11-11 01:10:21.0 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   kded
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}
 BuildRequires:  kcrash-devel >= %{kf5_version}
@@ -38,11 +38,12 @@
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Xml) >= 5.2.0
+Recommends: %{name}-lang
 Summary:Central daemon of KDE workspaces
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -64,6 +65,7 @@
 Some of these tasks are built in, others are started on demand.
 Development files.
 
+%lang_package
 %prep
 %setup -q
 
@@ -79,6 +81,15 @@
 
 %postun -p /sbin/ldconfig
 
+%files lang
+%defattr(-,root,root)
+%doc %lang(it) %{_kf5_mandir}/it
+%doc %lang(nl) %{_kf5_mandir}/nl
+%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR
+%doc %lang(ru) %{_kf5_mandir}/ru
+%doc %lang(sv) %{_kf5_mandir}/sv
+%doc %lang(uk) %{_kf5_mandir}/uk
+
 %files
 %defattr(-,root,root)
 %doc COPYING* README*
@@ -87,11 +98,11 @@
 %{_kf5_sharedir}/dbus-1/services/org.kde.kded5.service
 %dir %{_kf5_servicetypesdir}
 %{_kf5_servicetypesdir}/kdedmodule.desktop
+%doc %lang(en) %{_kf5_mandir}/*/kded5.*
 
 %files devel
 %defattr(-,root,root)
 %{_kf5_libdir}/cmake/KDED/
-%{_kf5_mandir}/man8/kded5.*
 %{_kf5_dbusinterfacesdir}/org.kde.kded5.xml
 
 %changelog

++ kded-5.3.0.tar.xz -> kded-5.4.0.tar.xz ++
 1653 lines of diff (skipped)

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



commit kitemmodels for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kitemmodels for openSUSE:Factory 
checked in at 2014-11-11 01:10:06

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


Package is "kitemmodels"

Changes:

--- /work/SRC/openSUSE:Factory/kitemmodels/kitemmodels.changes  2014-10-07 
16:00:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.kitemmodels.new/kitemmodels.changes 
2014-11-11 01:10:21.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:49 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kitemmodels-5.3.0.tar.xz

New:

  kitemmodels-5.4.0.tar.xz



Other differences:
--
++ kitemmodels.spec ++
--- /var/tmp/diff_new_pack.IVdNUZ/_old  2014-11-11 01:10:23.0 +0100
+++ /var/tmp/diff_new_pack.IVdNUZ/_new  2014-11-11 01:10:23.0 +0100
@@ -18,10 +18,10 @@
 
 %define lname   libKF5ItemModels5
 Name:   kitemmodels
-Version:5.3.0
+Version:5.4.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
@@ -29,7 +29,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kitemmodels-5.3.0.tar.xz -> kitemmodels-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemmodels-5.3.0/CMakeLists.txt 
new/kitemmodels-5.4.0/CMakeLists.txt
--- old/kitemmodels-5.3.0/CMakeLists.txt2014-10-03 19:55:55.0 
+0200
+++ new/kitemmodels-5.4.0/CMakeLists.txt2014-10-31 21:18:06.0 
+0100
@@ -2,7 +2,7 @@
 
 project(KItemModels)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -19,7 +19,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KITEMMODELS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kitemmodels_version.h"

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



commit kpty for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kpty for openSUSE:Factory checked in 
at 2014-11-11 01:10:07

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


Package is "kpty"

Changes:

--- /work/SRC/openSUSE:Factory/kpty/kpty.changes2014-10-07 
16:00:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.kpty.new/kpty.changes   2014-11-11 
01:10:23.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:50 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kpty-5.3.0.tar.xz

New:

  kpty-5.4.0.tar.xz



Other differences:
--
++ kpty.spec ++
--- /var/tmp/diff_new_pack.JLhvsy/_old  2014-11-11 01:10:25.0 +0100
+++ /var/tmp/diff_new_pack.JLhvsy/_new  2014-11-11 01:10:25.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Pty5
 Name:   kpty
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -34,7 +34,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kpty-5.3.0.tar.xz -> kpty-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.3.0/CMakeLists.txt 
new/kpty-5.4.0/CMakeLists.txt
--- old/kpty-5.3.0/CMakeLists.txt   2014-10-04 19:10:46.0 +0200
+++ new/kpty-5.4.0/CMakeLists.txt   2014-11-02 13:17:28.0 +0100
@@ -2,12 +2,12 @@
 
 project(KPty)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2)
-set(KF5_VERSION "5.3.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.4.0") # handled by release scripts
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.3.0/po/fi/kpty5.po 
new/kpty-5.4.0/po/fi/kpty5.po
--- old/kpty-5.3.0/po/fi/kpty5.po   2014-10-04 19:10:46.0 +0200
+++ new/kpty-5.4.0/po/fi/kpty5.po   2014-11-02 13:17:28.0 +0100
@@ -29,7 +29,7 @@
 "POT-Creation-Date: 2014-04-27 20:57+\n"
 "PO-Revision-Date: 2014-03-24 21:09+0200\n"
 "Last-Translator: Lasse Liehu \n"
-"Language-Team: Finnish \n"
+"Language-Team: Finnish \n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.3.0/po/it/kpty5.po 
new/kpty-5.4.0/po/it/kpty5.po
--- old/kpty-5.3.0/po/it/kpty5.po   2014-10-04 19:10:46.0 +0200
+++ new/kpty-5.4.0/po/it/kpty5.po   2014-11-02 13:17:28.0 +0100
@@ -8,8 +8,9 @@
 # Luciano Montanaro , 2007.
 # Dario Panico , 2008.
 # Pino Toscano , 2008.
-# Federico Zenith , 2008, 2012, 2013.
+# Federico Zenith , 2008, 2012, 2013, 2014.
 # Innocenzo Ventre , 2012.
+# Vincenzo Reale , 2014.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.3.0/po/nn/kpty5.po 
new/kpty-5.4.0/po/nn/kpty5.po
--- old/kpty-5.3.0/po/nn/kpty5.po   2014-10-04 19:10:46.0 +0200
+++ new/kpty-5.4.0/po/nn/kpty5.po   2014-11-02 13:17:28.0 +0100
@@ -2,7 +2,7 @@
 #
 # Gaute Hvoslef Kvalnes , 2003, 2004, 2005, 2006.
 # Håvard Korsvoll , 2003, 2005.
-# Karl Ove Hufthammer , 2004, 2007, 2008, 2009, 2010, 2011, 
2012, 2013.
+# Karl Ove Hufthammer , 2004, 2007, 2008, 2009, 2010, 2011, 
2012, 2013, 2014.
 # Eirik U. Birkeland , 2008, 2009, 2010.
 msgid ""
 msgstr ""

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



commit kbookmarks for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kbookmarks for openSUSE:Factory 
checked in at 2014-11-11 01:10:03

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


Package is "kbookmarks"

Changes:

--- /work/SRC/openSUSE:Factory/kbookmarks/kbookmarks.changes2014-10-07 
16:00:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.kbookmarks.new/kbookmarks.changes   
2014-11-11 01:10:17.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:42 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kbookmarks-5.3.0.tar.xz

New:

  kbookmarks-5.4.0.tar.xz



Other differences:
--
++ kbookmarks.spec ++
--- /var/tmp/diff_new_pack.s35mlv/_old  2014-11-11 01:10:19.0 +0100
+++ /var/tmp/diff_new_pack.s35mlv/_new  2014-11-11 01:10:19.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Bookmarks5
 Name:   kbookmarks
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kconfigwidgets-devel >= %{kf5_version}
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}
@@ -38,7 +38,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kbookmarks-5.3.0.tar.xz -> kbookmarks-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.3.0/CMakeLists.txt 
new/kbookmarks-5.4.0/CMakeLists.txt
--- old/kbookmarks-5.3.0/CMakeLists.txt 2014-10-04 18:57:58.0 +0200
+++ new/kbookmarks-5.4.0/CMakeLists.txt 2014-11-02 13:05:37.0 +0100
@@ -2,7 +2,7 @@
 
 project(KBookmarks)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -18,8 +18,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.4.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KBOOKMARKS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.3.0/po/af/kbookmarks5_qt.po 
new/kbookmarks-5.4.0/po/af/kbookmarks5_qt.po
--- old/kbookmarks-5.3.0/po/af/kbookmarks5_qt.po2014-10-04 
18:57:58.0 +0200
+++ new/kbookmarks-5.4.0/po/af/kbookmarks5_qt.po2014-11-02 
13:05:37.0 +0100
@@ -15,6 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Qt-Contexts: true\n"
 
 #: kbookmark.cpp:307
 #, fuzzy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.3.0/po/ast/kbookmarks5_qt.po 
new/kbookmarks-5.4.0/po/ast/kbookmarks5_qt.po
--- old/kbookmarks-5.3.0/po/ast/kbookmarks5_qt.po   2014-10-04 
18:57:58.0 +0200
+++ new/kbookmarks-5.4.0/po/ast/kbookmarks5_qt.po   2014-11-02 
13:05:37.0 +0100
@@ -17,6 +17,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Poedit-Language: asturian\n"
+"X-Qt-Contexts: true\n"
 
 #: kbookmark.cpp:307
 msgctxt "KBookmark|Bookmark separator"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.3.0/po/be/kbookmarks5_qt.po 
new/kbookmarks-5.4.0/po/be/kbookmarks5_qt.po
--- old/kbookmarks-5.3.0/po/be/kbookmarks5_qt.po2014-10-04 
18:57:58.0 +0200
+++ new/kbookmarks-5.4.0/po/be/kbookmarks5_qt.po2014-11-02 
13:05:37.0 +0100
@@ -22,10 +22,7 @@
 "X-Generator: KBabel 1.11.4\n"
 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-"\n"
-"\n"
-"\n"
-"\n"
+"X-Qt-Contexts: true\n"
 
 #: kbookmark.cpp:307
 #, fuzzy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.3.0/po/be@latin/kbookmarks5_qt.po 
new/kbookmarks-5.4.0/po/be@latin/k

commit sonnet for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2014-11-11 01:10:00

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


Package is "sonnet"

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2014-10-07 
16:00:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new/sonnet.changes   2014-11-11 
01:10:15.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:40 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  sonnet-5.3.0.tar.xz

New:

  sonnet-5.4.0.tar.xz



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.5mVXNw/_old  2014-11-11 01:10:16.0 +0100
+++ /var/tmp/diff_new_pack.5mVXNw/_new  2014-11-11 01:10:16.0 +0100
@@ -18,13 +18,13 @@
 
 %define sonum   5
 Name:   sonnet
-Version:5.3.0
+Version:5.4.0
 Release:0
 BuildRequires:  aspell-devel
 BuildRequires:  cmake >= 2.8.12
 # Enchant plugin is currently disabled upstream
 #BuildRequires:  enchant-devel
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
@@ -36,7 +36,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ sonnet-5.3.0.tar.xz -> sonnet-5.4.0.tar.xz ++
 2452 lines of diff (skipped)

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



commit threadweaver for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package threadweaver for openSUSE:Factory 
checked in at 2014-11-11 01:10:10

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


Package is "threadweaver"

Changes:

--- /work/SRC/openSUSE:Factory/threadweaver/threadweaver.changes
2014-10-07 16:00:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.threadweaver.new/threadweaver.changes   
2014-11-11 01:10:28.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:51 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  threadweaver-5.3.0.tar.xz

New:

  threadweaver-5.4.0.tar.xz



Other differences:
--
++ threadweaver.spec ++
--- /var/tmp/diff_new_pack.CO0xmC/_old  2014-11-11 01:10:29.0 +0100
+++ /var/tmp/diff_new_pack.CO0xmC/_new  2014-11-11 01:10:29.0 +0100
@@ -18,10 +18,10 @@
 
 %define lname   libKF5ThreadWeaver5
 Name:   threadweaver
-Version:5.3.0
+Version:5.4.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
@@ -29,7 +29,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 # PATCH-FIX-OPENSUSE kill_not_needed_stuff.diff -- don't search for useless 
(for packages at least) modules
 Patch0: kill_not_needed_stuff.diff

++ threadweaver-5.3.0.tar.xz -> threadweaver-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/threadweaver-5.3.0/CMakeLists.txt 
new/threadweaver-5.4.0/CMakeLists.txt
--- old/threadweaver-5.3.0/CMakeLists.txt   2014-10-03 19:58:11.0 
+0200
+++ new/threadweaver-5.4.0/CMakeLists.txt   2014-10-31 21:20:30.0 
+0100
@@ -2,7 +2,7 @@
 
 project(ThreadWeaver)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -26,7 +26,7 @@
 ENDIF()
 
 # -- Maintained by scripty
-set(KF5_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX THREADWEAVER
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/threadweaver_version.h"

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



commit kcoreaddons for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2014-11-11 01:09:17

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


Package is "kcoreaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2014-10-07 
15:59:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2014-11-11 01:09:26.0 +0100
@@ -1,0 +2,8 @@
+Sun Nov  2 17:47:13 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * Various build fixes (QNX, Ubuntu 14.04)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kcoreaddons-5.3.0.tar.xz

New:

  kcoreaddons-5.4.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.XjgsmS/_old  2014-11-11 01:09:27.0 +0100
+++ /var/tmp/diff_new_pack.XjgsmS/_new  2014-11-11 01:09:28.0 +0100
@@ -18,10 +18,10 @@
 
 %define lname   libKF5CoreAddons5
 Name:   kcoreaddons
-Version:5.3.0
+Version:5.4.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
@@ -33,7 +33,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 # PATCH-FIX-OPENSUSE 
0001-Let-Kdelibs4Migration-searches-in-.kde4-first-it-s-p.patch -- Let 
Kdelibs4Migration searches in .kde4 first, it's
 # possible that some users have ancient unused config in .kde, and openSUSE 
has .kde4 as default

++ kcoreaddons-5.3.0.tar.xz -> kcoreaddons-5.4.0.tar.xz ++
 4449 lines of diff (skipped)

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



commit kwindowsystem for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kwindowsystem for openSUSE:Factory 
checked in at 2014-11-11 01:09:58

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


Package is "kwindowsystem"

Changes:

--- /work/SRC/openSUSE:Factory/kwindowsystem/kwindowsystem.changes  
2014-10-11 19:28:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwindowsystem.new/kwindowsystem.changes 
2014-11-11 01:10:14.0 +0100
@@ -1,0 +2,8 @@
+Sun Nov  2 17:47:38 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+- Drop 0001-Fix-incorrect-count-of-netwm-atoms.patch, merged upstream
+
+---

Old:

  0001-Fix-incorrect-count-of-netwm-atoms.patch
  kwindowsystem-5.3.0.tar.xz

New:

  kwindowsystem-5.4.0.tar.xz



Other differences:
--
++ kwindowsystem.spec ++
--- /var/tmp/diff_new_pack.Q8Tsp0/_old  2014-11-11 01:10:15.0 +0100
+++ /var/tmp/diff_new_pack.Q8Tsp0/_new  2014-11-11 01:10:15.0 +0100
@@ -18,10 +18,10 @@
 
 %define lname   libKF5WindowSystem5
 Name:   kwindowsystem
-Version:5.3.0
+Version:5.4.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
@@ -37,10 +37,8 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAM 0001-Fix-incorrect-count-of-netwm-atoms.patch
-Patch0: 0001-Fix-incorrect-count-of-netwm-atoms.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -83,7 +81,6 @@
 %lang_package -n %lname
 %prep
 %setup -q
-%patch0 -p1
 
 %build
   %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert

++ kwindowsystem-5.3.0.tar.xz -> kwindowsystem-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwindowsystem-5.3.0/CMakeLists.txt 
new/kwindowsystem-5.4.0/CMakeLists.txt
--- old/kwindowsystem-5.3.0/CMakeLists.txt  2014-10-04 19:14:46.0 
+0200
+++ new/kwindowsystem-5.4.0/CMakeLists.txt  2014-11-02 13:21:19.0 
+0100
@@ -3,7 +3,7 @@
 project(KWindowSystem)
 
 # ECM setup
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -15,7 +15,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KWINDOWSYSTEM
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kwindowsystem_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwindowsystem-5.3.0/autotests/netrootinfotestwm.cpp 
new/kwindowsystem-5.4.0/autotests/netrootinfotestwm.cpp
--- old/kwindowsystem-5.3.0/autotests/netrootinfotestwm.cpp 2014-10-04 
19:14:46.0 +0200
+++ new/kwindowsystem-5.4.0/autotests/netrootinfotestwm.cpp 2014-11-02 
13:21:19.0 +0100
@@ -834,6 +834,6 @@
 QCOMPARE(compareThree2.size.height, 0);
 }
 
-QTEST_MAIN(NetRootInfoTestWM)
+QTEST_GUILESS_MAIN(NetRootInfoTestWM)
 
 #include "netrootinfotestwm.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwindowsystem-5.3.0/autotests/netwininfotestclient.cpp 
new/kwindowsystem-5.4.0/autotests/netwininfotestclient.cpp
--- old/kwindowsystem-5.3.0/autotests/netwininfotestclient.cpp  2014-10-04 
19:14:46.0 +0200
+++ new/kwindowsystem-5.4.0/autotests/netwininfotestclient.cpp  2014-11-02 
13:21:19.0 +0100
@@ -961,6 +961,6 @@
 QCOMPARE(info.protocols(), NET::Protocols(NET::NoProtocol));
 }
 
-QTEST_MAIN(NetWinInfoTestClient)
+QTEST_GUILESS_MAIN(NetWinInfoTestClient)
 
 #include "netwininfotestclient.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwindowsystem-5.3.0/autotests/netwininfotestwm.cpp 
new/kwindowsystem-5.4.0/autotests/netwininfotestwm.cpp
--- old/kwindowsystem-5.3.0/autotests/netwininfotestwm.cpp  2014-10-04 
19:14:46.0 +0200
+++ new/kwindowsystem-5.4.0/autotes

commit kunitconversion for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kunitconversion for openSUSE:Factory 
checked in at 2014-11-11 01:09:24

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


Package is "kunitconversion"

Changes:

--- /work/SRC/openSUSE:Factory/kunitconversion/kunitconversion.changes  
2014-10-07 15:59:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.kunitconversion.new/kunitconversion.changes 
2014-11-11 01:09:33.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:16 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kunitconversion-5.3.0.tar.xz

New:

  kunitconversion-5.4.0.tar.xz



Other differences:
--
++ kunitconversion.spec ++
--- /var/tmp/diff_new_pack.SizoFT/_old  2014-11-11 01:09:34.0 +0100
+++ /var/tmp/diff_new_pack.SizoFT/_new  2014-11-11 01:09:34.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5UnitConversion5
 Name:   kunitconversion
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{_kf5_version}
 BuildRequires:  kf5-filesystem
@@ -35,7 +35,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kunitconversion-5.3.0.tar.xz -> kunitconversion-5.4.0.tar.xz ++
 12493 lines of diff (skipped)

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



commit kplotting for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2014-11-11 01:09:56

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


Package is "kplotting"

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2014-10-07 
16:00:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2014-11-11 
01:10:10.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:37 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kplotting-5.3.0.tar.xz

New:

  kplotting-5.4.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.JvduLh/_old  2014-11-11 01:10:12.0 +0100
+++ /var/tmp/diff_new_pack.JvduLh/_new  2014-11-11 01:10:12.0 +0100
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Plotting5
 Name:   kplotting
-Version:5.3.0
+Version:5.4.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
@@ -30,7 +30,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kplotting-5.3.0.tar.xz -> kplotting-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.3.0/CMakeLists.txt 
new/kplotting-5.4.0/CMakeLists.txt
--- old/kplotting-5.3.0/CMakeLists.txt  2014-10-03 19:56:46.0 +0200
+++ new/kplotting-5.4.0/CMakeLists.txt  2014-10-31 21:18:59.0 +0100
@@ -2,7 +2,7 @@
 
 project(KPlotting)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -19,7 +19,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h"

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



commit kio for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kio for openSUSE:Factory checked in 
at 2014-11-11 01:09:49

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


Package is "kio"

Changes:

--- /work/SRC/openSUSE:Factory/kio/kio.changes  2014-10-07 16:00:16.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kio.new/kio.changes 2014-11-11 
01:10:02.0 +0100
@@ -1,0 +2,23 @@
+Sun Nov  2 17:47:30 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * New job KIO::mkpath()
+  * New job KIO::PasteJob, handles pasting+dropping URLs and data;
+KIO::paste replaces KIO::pasteClipboard
+  * New function KIO::pasteActionText, to handle the paste action
+  * When clicking on a script or desktop file in a file manager,
+let the user choose between executing and vieweing as text
+  * KUrlRequester: fixing handling of start directory
+  * Offer also overwrite option when copying multiple files and
+there is a conflict (regression compared to kdelibs4)
+  * KDirLister: do not kill+restart running update jobs.
+  * KDirLister: don't emit refreshItems for items that
+haven't changed.
+  * Prevent incorrect disk full error messages on mounts where we
+cannot determine the amount of free space.
+  * Fix running the file type editor
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+- Added kinit Recommends
+
+---

Old:

  kio-5.3.0.tar.xz

New:

  kio-5.4.0.tar.xz



Other differences:
--
++ kio.spec ++
--- /var/tmp/diff_new_pack.pFb8Em/_old  2014-11-11 01:10:03.0 +0100
+++ /var/tmp/diff_new_pack.pFb8Em/_new  2014-11-11 01:10:03.0 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   kio
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  karchive-devel >= %{kf5_version}
 BuildRequires:  kbookmarks-devel >= %{kf5_version}
@@ -60,11 +60,13 @@
 BuildRequires:  pkgconfig(x11)
 Recommends: %{name}-lang = %{version}
 Recommends: kio-extras5
+# KIO/FileDialog uses klauncher directly, but we can't add Requires, as that 
would introduce dep cycle
+Recommends: kinit
 Summary:Network transparent access to files and data
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -105,13 +107,18 @@
   %fdupes -s %{buildroot}
 
   %find_lang %{name}5 %{name}5.lang
-  %find_lang kcm_webshortcuts %{name}5.lang
 
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 %files lang -f %{name}5.lang
+%defattr(-,root,root)
+%doc %lang(it) %{_kf5_mandir}/it
+%doc %lang(nl) %{_kf5_mandir}/nl
+%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR
+%doc %lang(sv) %{_kf5_mandir}/sv
+%doc %lang(uk) %{_kf5_mandir}/uk
 
 %files
 %defattr(-,root,root)
@@ -137,6 +144,10 @@
 %{_kf5_libexecdir}/kioslave
 %{_kf5_libexecdir}/kioexec
 %{_kf5_notifydir}/proxyscout.notifyrc
+%doc %lang(en) %{_kf5_mandir}/*/kcookiejar5.*
+%dir %{_kf5_htmldir}/en
+%dir %{_kf5_htmldir}
+%doc %lang(en) %{_kf5_htmldir}/en/*/
 
 %files devel
 %defattr(-,root,root)
@@ -145,13 +156,7 @@
 %{_kf5_libdir}/libKF5KIOFileWidgets.so
 %{_kf5_libdir}/libKF5KIONTLM.so
 %{_kf5_libdir}/cmake/KF5KIO/
-%{_kf5_includedir}/*.h
-%dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
-%{_kf5_mandir}/man8/kcookiejar5.*
-%dir %{_kf5_htmldir}/en
-%dir %{_kf5_htmldir}
-%{_kf5_htmldir}/en/kioslave5/
+%{_kf5_includedir}/
 %{_kf5_dbusinterfacesdir}/kf5_org.kde.KDirNotify.xml
 %{_kf5_dbusinterfacesdir}/kf5_org.kde.KPasswdServer.xml
 %{_kf5_dbusinterfacesdir}/kf5_org.kde.KSlaveLauncher.xml

++ kio-5.3.0.tar.xz -> kio-5.4.0.tar.xz ++
 148850 lines of diff (skipped)

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



commit kidletime for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kidletime for openSUSE:Factory 
checked in at 2014-11-11 01:09:22

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


Package is "kidletime"

Changes:

--- /work/SRC/openSUSE:Factory/kidletime/kidletime.changes  2014-10-07 
15:59:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.kidletime.new/kidletime.changes 2014-11-11 
01:09:29.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:14 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kidletime-5.3.0.tar.xz

New:

  kidletime-5.4.0.tar.xz



Other differences:
--
++ kidletime.spec ++
--- /var/tmp/diff_new_pack.2OIJxq/_old  2014-11-11 01:09:30.0 +0100
+++ /var/tmp/diff_new_pack.2OIJxq/_new  2014-11-11 01:09:30.0 +0100
@@ -18,10 +18,10 @@
 
 %define lname   libKF5IdleTime5
 Name:   kidletime
-Version:5.3.0
+Version:5.4.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
@@ -36,7 +36,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kidletime-5.3.0.tar.xz -> kidletime-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kidletime-5.3.0/CMakeLists.txt 
new/kidletime-5.4.0/CMakeLists.txt
--- old/kidletime-5.3.0/CMakeLists.txt  2014-10-03 19:55:35.0 +0200
+++ new/kidletime-5.4.0/CMakeLists.txt  2014-10-31 21:17:37.0 +0100
@@ -3,7 +3,7 @@
 project(KIdleTime)
 
 # ECM setup
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -13,7 +13,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KIDLETIME
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kidletime_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kidletime-5.3.0/examples/KIdleTest.cpp 
new/kidletime-5.4.0/examples/KIdleTest.cpp
--- old/kidletime-5.3.0/examples/KIdleTest.cpp  2014-10-03 19:55:35.0 
+0200
+++ new/kidletime-5.4.0/examples/KIdleTest.cpp  2014-10-31 21:17:37.0 
+0100
@@ -22,33 +22,44 @@
 
 #include "kidletime.h"
 
+//@@snippet_begin(initialize)
 KIdleTest::KIdleTest()
 {
-connect(KIdleTime::instance(), SIGNAL(resumingFromIdle()), this, 
SLOT(resumeEvent()));
-connect(KIdleTime::instance(), SIGNAL(timeoutReached(int,int)), this, 
SLOT(timeoutReached(int,int)));
+// connect to idle events
+connect(KIdleTime::instance(), SIGNAL(resumingFromIdle()),
+this, SLOT(resumeEvent()));
+connect(KIdleTime::instance(), SIGNAL(timeoutReached(int,int)),
+this, SLOT(timeoutReached(int,int)));
 
+// register to get informed for the very next user event
 KIdleTime::instance()->catchNextResumeEvent();
 
 printf("Your idle time is %d\n", KIdleTime::instance()->idleTime());
 printf("Welcome!! Move your mouse or do something to start...\n");
 }
+//@@snippet_end
 
 KIdleTest::~KIdleTest()
 {
 }
 
+//@@snippet_begin(resumeEvent)
 void KIdleTest::resumeEvent()
 {
 KIdleTime::instance()->removeAllIdleTimeouts();
 
-printf("Great! Now stay idle for 5 seconds to get a nice message. From 10 
seconds on, you can move your mouse to get back here.\n");
-printf("If you will stay idle for too long, I will simulate your activity 
after 25 seconds, and make everything start back\n");
+printf("Great! Now stay idle for 5 seconds to get a nice message. From 10"
+   "seconds on, you can move your mouse to get back here.\n");
+printf("If you will stay idle for too long, I will simulate your activity"
+   "after 25 seconds, and make everything start back\n");
 
 KIdleTime::instance()->addIdleTimeout(5000);
 KIdleTime::instance()->addIdleTimeout(1);
 KIdleT

commit kinit for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kinit for openSUSE:Factory checked 
in at 2014-11-11 01:09:41

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


Package is "kinit"

Changes:

--- /work/SRC/openSUSE:Factory/kinit/kinit.changes  2014-10-07 
16:00:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.kinit.new/kinit.changes 2014-11-11 
01:09:49.0 +0100
@@ -1,0 +2,13 @@
+Sun Nov  2 17:47:21 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---
+Wed Oct 29 16:01:01 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Devel package doesn't require kinit; it provides only DBus
+  interface file and cmake config files/macros
+
+---

Old:

  kinit-5.3.0.tar.xz

New:

  kinit-5.4.0.tar.xz



Other differences:
--
++ kinit.spec ++
--- /var/tmp/diff_new_pack.79FccX/_old  2014-11-11 01:09:50.0 +0100
+++ /var/tmp/diff_new_pack.79FccX/_new  2014-11-11 01:09:50.0 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   kinit
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kcrash-devel >= %{kf5_version}
 BuildRequires:  kdoctools-devel >= %{kf5_version}
@@ -42,7 +42,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 # PATCH-FIX-OPENSUSE more_verbose.patch -- add more usefull verbosity to 
kdeinit5 and klauncher
 Patch0: more_verbose.patch
@@ -57,7 +57,6 @@
 %package devel
 Summary:Helper library to speed up start of applications on KDE 
workspaces
 Group:  Development/Libraries/KDE
-Requires:   %{name} = %{version}
 Requires:   extra-cmake-modules
 
 %description devel
@@ -85,6 +84,13 @@
 %postun -p /sbin/ldconfig
 
 %files lang -f %{name}5.lang
+%defattr(-,root,root)
+%doc %lang(de) %{_kf5_mandir}/de
+%doc %lang(it) %{_kf5_mandir}/it
+%doc %lang(nl) %{_kf5_mandir}/nl
+%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR
+%doc %lang(sv) %{_kf5_mandir}/sv
+%doc %lang(uk) %{_kf5_mandir}/uk
 
 %files
 %defattr(-,root,root)
@@ -98,7 +104,7 @@
 %{_kf5_bindir}/kshell5
 %{_kf5_libexecdir}/start_kdeinit
 %{_kf5_libexecdir}/start_kdeinit_wrapper
-%{_kf5_mandir}/man8/kdeinit5.*
+%doc %lang(en) %{_kf5_mandir}/*/kdeinit5.*
 
 %files devel
 %defattr(-,root,root)

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.79FccX/_old  2014-11-11 01:09:50.0 +0100
+++ /var/tmp/diff_new_pack.79FccX/_new  2014-11-11 01:09:50.0 +0100
@@ -1,3 +1,2 @@
 kinit
-kinit-devel
-   requires "kinit- = "
+kinit-devel
\ No newline at end of file

++ kinit-5.3.0.tar.xz -> kinit-5.4.0.tar.xz ++
 2178 lines of diff (skipped)

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



commit kimageformats for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kimageformats for openSUSE:Factory 
checked in at 2014-11-11 01:09:31

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


Package is "kimageformats"

Changes:

--- /work/SRC/openSUSE:Factory/kimageformats/kimageformats.changes  
2014-10-07 15:59:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.kimageformats.new/kimageformats.changes 
2014-11-11 01:09:39.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:18 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kimageformats-5.3.0.tar.xz

New:

  kimageformats-5.4.0.tar.xz



Other differences:
--
++ kimageformats.spec ++
--- /var/tmp/diff_new_pack.PE75Yr/_old  2014-11-11 01:09:41.0 +0100
+++ /var/tmp/diff_new_pack.PE75Yr/_new  2014-11-11 01:09:41.0 +0100
@@ -17,10 +17,10 @@
 
 
 Name:   kimageformats
-Version:5.3.0
+Version:5.4.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  openexr
@@ -35,7 +35,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kimageformats-5.3.0.tar.xz -> kimageformats-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.3.0/CMakeLists.txt 
new/kimageformats-5.4.0/CMakeLists.txt
--- old/kimageformats-5.3.0/CMakeLists.txt  2014-10-03 19:55:41.0 
+0200
+++ new/kimageformats-5.4.0/CMakeLists.txt  2014-10-31 21:17:43.0 
+0100
@@ -2,7 +2,7 @@
 
 project(KImageFormats)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 

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



commit kdbusaddons for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2014-11-11 01:09:39

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


Package is "kdbusaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2014-10-07 
16:00:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2014-11-11 01:09:46.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:20 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kdbusaddons-5.3.0.tar.xz

New:

  kdbusaddons-5.4.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.NMzwWs/_old  2014-11-11 01:09:47.0 +0100
+++ /var/tmp/diff_new_pack.NMzwWs/_new  2014-11-11 01:09:47.0 +0100
@@ -18,10 +18,10 @@
 
 %define lname   libKF5DBusAddons5
 Name:   kdbusaddons
-Version:5.3.0
+Version:5.4.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
@@ -32,7 +32,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kdbusaddons-5.3.0.tar.xz -> kdbusaddons-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.3.0/CMakeLists.txt 
new/kdbusaddons-5.4.0/CMakeLists.txt
--- old/kdbusaddons-5.3.0/CMakeLists.txt2014-10-04 19:00:48.0 
+0200
+++ new/kdbusaddons-5.4.0/CMakeLists.txt2014-11-02 13:08:08.0 
+0100
@@ -2,7 +2,7 @@
 
 project(KDBusAddons)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -23,7 +23,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.3.0/po/cs/kdbusaddons5_qt.po 
new/kdbusaddons-5.4.0/po/cs/kdbusaddons5_qt.po
--- old/kdbusaddons-5.3.0/po/cs/kdbusaddons5_qt.po  2014-10-04 
19:00:48.0 +0200
+++ new/kdbusaddons-5.4.0/po/cs/kdbusaddons5_qt.po  2014-11-02 
13:08:08.0 +0100
@@ -14,6 +14,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 "X-Generator: Lokalize 1.5\n"
+"X-Qt-Contexts: true\n"
 
 #: tools/kquitapp/kquitapp.cpp:31
 msgctxt "main|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.3.0/po/de/kdbusaddons5_qt.po 
new/kdbusaddons-5.4.0/po/de/kdbusaddons5_qt.po
--- old/kdbusaddons-5.3.0/po/de/kdbusaddons5_qt.po  2014-10-04 
19:00:48.0 +0200
+++ new/kdbusaddons-5.4.0/po/de/kdbusaddons5_qt.po  2014-11-02 
13:08:08.0 +0100
@@ -12,6 +12,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "X-Qt-Contexts: true\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Qt-Contexts: true\n"
 "X-Generator: Lokalize 1.5\n"
 
 #: tools/kquitapp/kquitapp.cpp:31
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.3.0/po/en_GB/kdbusaddons5_qt.po 
new/kdbusaddons-5.4.0/po/en_GB/kdbusaddons5_qt.po
--- old/kdbusaddons-5.3.0/po/en_GB/kdbusaddons5_qt.po   2014-10-04 
19:00:48.0 +0200
+++ new/kdbusaddons-5.4.0/po/en_GB/kdbusaddons5_qt.po   2014-11-02 
13:08:08.0 +0100
@@ -15,6 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Qt-Contexts: true\n"
 
 #: tools/kquitapp/kquitapp.cpp:31
 msgctxt "main|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.3.0/po/fi/kdbusaddons5_qt.po 
new/kdbusaddons-5.4.0/po/fi/kdbusaddons5_qt.po
--- old/kdbusaddons-5.3.0/po/fi/kdbusaddons5_qt.po 

commit knotifications for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2014-11-11 01:09:33

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


Package is "knotifications"

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2014-10-07 15:59:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2014-11-11 01:09:41.0 +0100
@@ -1,0 +2,9 @@
+Sun Nov  2 17:47:19 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * Add support for custom icons (convenience method
+KNotification::Event with icon name)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  knotifications-5.3.0.tar.xz

New:

  knotifications-5.4.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.tkJNrc/_old  2014-11-11 01:09:42.0 +0100
+++ /var/tmp/diff_new_pack.tkJNrc/_new  2014-11-11 01:09:42.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Notifications5
 Name:   knotifications
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kcodecs-devel >= %{kf5_version}
 BuildRequires:  kconfig-devel >= %{kf5_version}
@@ -43,7 +43,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ knotifications-5.3.0.tar.xz -> knotifications-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.3.0/CMakeLists.txt 
new/knotifications-5.4.0/CMakeLists.txt
--- old/knotifications-5.3.0/CMakeLists.txt 2014-10-04 19:09:21.0 
+0200
+++ new/knotifications-5.4.0/CMakeLists.txt 2014-11-02 13:16:10.0 
+0100
@@ -3,7 +3,7 @@
 project(KNotifications)
 
 # ECM setup
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -13,8 +13,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.4.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KNOTIFICATIONS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.3.0/po/af/knotifications5_qt.po 
new/knotifications-5.4.0/po/af/knotifications5_qt.po
--- old/knotifications-5.3.0/po/af/knotifications5_qt.po2014-10-04 
19:09:21.0 +0200
+++ new/knotifications-5.4.0/po/af/knotifications5_qt.po2014-11-02 
13:16:10.0 +0100
@@ -12,6 +12,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Qt-Contexts: true\n"
 
 #: knotificationrestrictions.cpp:184
 #, fuzzy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.3.0/po/as/knotifications5_qt.po 
new/knotifications-5.4.0/po/as/knotifications5_qt.po
--- old/knotifications-5.3.0/po/as/knotifications5_qt.po2014-10-04 
19:09:21.0 +0200
+++ new/knotifications-5.4.0/po/as/knotifications5_qt.po2014-11-02 
13:16:10.0 +0100
@@ -17,6 +17,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 0.2\n"
+"X-Qt-Contexts: true\n"
 
 #: knotificationrestrictions.cpp:184
 #, fuzzy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifications-5.3.0/po/ast/knotifications5_qt.po 
new/knotifications-5.4.0/po/ast/knotifications5_qt.po
--- old/knotifications-5.3.0/po/ast/knotifications5_qt.po   2014-10-04 
19:09:21.0 +0200
+++ new/knotifications-5.4.0/po/ast/knotifications5_qt.po   2014-11-02 
13:16:10.0 +0100
@@ -17,6 +17,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Poedit-Language: asturian\n"
+"X-Qt-Co

commit kapidox for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kapidox for openSUSE:Factory checked 
in at 2014-11-11 01:09:37

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


Package is "kapidox"

Changes:

--- /work/SRC/openSUSE:Factory/kapidox/kapidox.changes  2014-10-07 
15:59:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.kapidox.new/kapidox.changes 2014-11-11 
01:09:45.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:20 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kapidox-5.3.0.tar.xz

New:

  kapidox-5.4.0.tar.xz



Other differences:
--
++ kapidox.spec ++
--- /var/tmp/diff_new_pack.abUzKy/_old  2014-11-11 01:09:46.0 +0100
+++ /var/tmp/diff_new_pack.abUzKy/_new  2014-11-11 01:09:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kapidox
-Version:5.3.0
+Version:5.4.0
 Release:0
 Requires:   doxygen
 BuildRequires:  fdupes

++ kapidox-5.3.0.tar.xz -> kapidox-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.3.0/setup.py new/kapidox-5.4.0/setup.py
--- old/kapidox-5.3.0/setup.py  2014-10-04 13:32:59.0 +0200
+++ new/kapidox-5.4.0/setup.py  2014-10-23 14:49:07.0 +0200
@@ -5,7 +5,7 @@
 
 setup(
 name='kapidox',
-version='5.3.0',
+version='5.4.0',
 description='KDE API documentation generation tools',
 maintainer = 'Aurélien Gâteau',
 maintainer_email = 'agat...@kde.org',

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



commit kcrash for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kcrash for openSUSE:Factory checked 
in at 2014-11-11 01:09:28

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


Package is "kcrash"

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2014-10-07 
15:59:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2014-11-11 
01:09:36.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:17 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kcrash-5.3.0.tar.xz

New:

  kcrash-5.4.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.lhdgo8/_old  2014-11-11 01:09:37.0 +0100
+++ /var/tmp/diff_new_pack.lhdgo8/_new  2014-11-11 01:09:37.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Crash5
 Name:   kcrash
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -35,7 +35,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kcrash-5.3.0.tar.xz -> kcrash-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.3.0/CMakeLists.txt 
new/kcrash-5.4.0/CMakeLists.txt
--- old/kcrash-5.3.0/CMakeLists.txt 2014-10-03 19:54:08.0 +0200
+++ new/kcrash-5.4.0/CMakeLists.txt 2014-10-31 21:16:07.0 +0100
@@ -2,7 +2,7 @@
 
 project(KCrash)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -22,8 +22,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.4.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake"

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



commit kwidgetsaddons for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kwidgetsaddons for openSUSE:Factory 
checked in at 2014-11-11 01:09:45

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


Package is "kwidgetsaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kwidgetsaddons/kwidgetsaddons.changes
2014-10-07 16:00:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwidgetsaddons.new/kwidgetsaddons.changes   
2014-11-11 01:09:52.0 +0100
@@ -1,0 +2,9 @@
+Sun Nov  2 17:47:22 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * New function KMimeTypeEditor::editMimeType(),
+to launch keditfiletype5
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kwidgetsaddons-5.3.0.tar.xz

New:

  kwidgetsaddons-5.4.0.tar.xz



Other differences:
--
++ kwidgetsaddons.spec ++
--- /var/tmp/diff_new_pack.Gth3i0/_old  2014-11-11 01:09:53.0 +0100
+++ /var/tmp/diff_new_pack.Gth3i0/_new  2014-11-11 01:09:53.0 +0100
@@ -18,10 +18,10 @@
 
 %define lname   libKF5WidgetsAddons5
 Name:   kwidgetsaddons
-Version:5.3.0
+Version:5.4.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
@@ -32,7 +32,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kwidgetsaddons-5.3.0.tar.xz -> kwidgetsaddons-5.4.0.tar.xz ++
 15209 lines of diff (skipped)

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



commit karchive for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package karchive for openSUSE:Factory 
checked in at 2014-11-11 01:09:46

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


Package is "karchive"

Changes:

--- /work/SRC/openSUSE:Factory/karchive/karchive.changes2014-10-07 
16:00:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.karchive.new/karchive.changes   2014-11-11 
01:09:55.0 +0100
@@ -1,0 +2,8 @@
+Sun Nov  2 17:47:22 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * Add support for rcc files
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  karchive-5.3.0.tar.xz

New:

  karchive-5.4.0.tar.xz



Other differences:
--
++ karchive.spec ++
--- /var/tmp/diff_new_pack.HDtOPn/_old  2014-11-11 01:09:56.0 +0100
+++ /var/tmp/diff_new_pack.HDtOPn/_new  2014-11-11 01:09:56.0 +0100
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Archive5
 Name:   karchive
-Version:5.3.0
+Version:5.4.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
@@ -32,7 +32,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ karchive-5.3.0.tar.xz -> karchive-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/karchive-5.3.0/CMakeLists.txt 
new/karchive-5.4.0/CMakeLists.txt
--- old/karchive-5.3.0/CMakeLists.txt   2014-10-03 19:53:24.0 +0200
+++ new/karchive-5.4.0/CMakeLists.txt   2014-10-31 21:15:18.0 +0100
@@ -2,7 +2,7 @@
 
 project(KArchive)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -45,7 +45,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
 VARIABLE_PREFIX KARCHIVE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/karchive-5.3.0/autotests/karchivetest.cpp 
new/karchive-5.4.0/autotests/karchivetest.cpp
--- old/karchive-5.3.0/autotests/karchivetest.cpp   2014-10-03 
19:53:24.0 +0200
+++ new/karchive-5.4.0/autotests/karchivetest.cpp   2014-10-31 
21:15:18.0 +0100
@@ -22,6 +22,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 
@@ -1019,6 +1020,24 @@
 }
 }
 
+void KArchiveTest::testRcc()
+{
+const QString rccFile = QFINDTESTDATA("runtime_resource.rcc"); // was 
copied from qtbase/tests/auto/corelib/io/qresourceengine
+QVERIFY(!rccFile.isEmpty());
+KRcc rcc(rccFile);
+QVERIFY(rcc.open(QIODevice::ReadOnly));
+const KArchiveDirectory *rootDir = rcc.directory();
+QVERIFY(rootDir != 0);
+const KArchiveEntry *rrEntry = rootDir->entry("runtime_resource");
+QVERIFY(rrEntry && rrEntry->isDirectory());
+const KArchiveDirectory *rrDir = static_cast(rrEntry);
+const KArchiveEntry *fileEntry = rrDir->entry("search_file.txt");
+QVERIFY(fileEntry && fileEntry->isFile());
+const KArchiveFile *searchFile = static_cast(fileEntry);
+const QByteArray fileData = searchFile->data();
+QCOMPARE(QString::fromLatin1(fileData), QString::fromLatin1("root\n"));
+}
+
 /**
  * @see QTest::cleanupTestCase()
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/karchive-5.3.0/autotests/karchivetest.h 
new/karchive-5.4.0/autotests/karchivetest.h
--- old/karchive-5.3.0/autotests/karchivetest.h 2014-10-03 19:53:24.0 
+0200
+++ new/karchive-5.4.0/autotests/karchivetest.h 2014-10-31 21:15:18.0 
+0100
@@ -88,6 +88,8 @@
 void testZipWithOverwrittenFileName();
 void testZipAddLocalDirectory();
 
+void testRcc();
+
 #if HAVE_XZ_SUPPORT
 void testCreate7Zip_data()
 {
Files old/karchive-5.3.0/autotests/runtime_resource.rcc and 
new/karchive-5.4.0/autotests/runtime_resource.rcc differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/karchive-

commit kconfigwidgets for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kconfigwidgets for openSUSE:Factory 
checked in at 2014-11-11 01:09:04

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


Package is "kconfigwidgets"

Changes:

--- /work/SRC/openSUSE:Factory/kconfigwidgets/kconfigwidgets.changes
2014-10-07 15:59:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.kconfigwidgets.new/kconfigwidgets.changes   
2014-11-11 01:09:16.0 +0100
@@ -1,0 +2,8 @@
+Sun Nov  2 17:46:59 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * Fix URL in KHelpClient::invokeHelp
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kconfigwidgets-5.3.0.tar.xz

New:

  kconfigwidgets-5.4.0.tar.xz



Other differences:
--
++ kconfigwidgets.spec ++
--- /var/tmp/diff_new_pack.OwTELJ/_old  2014-11-11 01:09:18.0 +0100
+++ /var/tmp/diff_new_pack.OwTELJ/_new  2014-11-11 01:09:18.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5ConfigWidgets5
 Name:   kconfigwidgets
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kauth-devel >= %{kf5_version}
 BuildRequires:  kcodecs-devel >= %{kf5_version}
@@ -40,7 +40,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -63,7 +63,7 @@
 Summary:Widgets for configuration dialogs: Build Environment
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
-Requires:   extra-cmake-modules >= 1.3.0
+Requires:   extra-cmake-modules >= 1.4.0
 Requires:   kauth-devel >= %{kf5_version}
 Requires:   kcodecs-devel >= %{kf5_version}
 Requires:   kconfig-devel >= %{kf5_version}

++ kconfigwidgets-5.3.0.tar.xz -> kconfigwidgets-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfigwidgets-5.3.0/CMakeLists.txt 
new/kconfigwidgets-5.4.0/CMakeLists.txt
--- old/kconfigwidgets-5.3.0/CMakeLists.txt 2014-10-04 21:24:01.0 
+0200
+++ new/kconfigwidgets-5.4.0/CMakeLists.txt 2014-11-02 13:07:27.0 
+0100
@@ -2,7 +2,7 @@
 
 project(KConfigWidgets)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION "5.2.0")
@@ -15,8 +15,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.4.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCONFIGWIDGETS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kconfigwidgets_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfigwidgets-5.3.0/po/fi/kconfigwidgets5.po 
new/kconfigwidgets-5.4.0/po/fi/kconfigwidgets5.po
--- old/kconfigwidgets-5.3.0/po/fi/kconfigwidgets5.po   2014-10-04 
21:24:01.0 +0200
+++ new/kconfigwidgets-5.4.0/po/fi/kconfigwidgets5.po   2014-11-02 
13:07:27.0 +0100
@@ -27,9 +27,9 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-09-08 07:56+\n"
-"PO-Revision-Date: 2014-03-24 21:09+0200\n"
+"PO-Revision-Date: 2014-10-19 17:16+0300\n"
 "Last-Translator: Lasse Liehu \n"
-"Language-Team: Finnish \n"
+"Language-Team: Finnish \n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -452,7 +452,7 @@
 
 #: kstandardaction_p.h:103
 msgid "Configure Tool&bars..."
-msgstr "Muokkaa &työkalurivejä…"
+msgstr "&Muokkaa työkalurivejä…"
 
 #: kstandardaction_p.h:104
 msgid "Configure &Notifications..."
@@ -482,8 +482,8 @@
 #: kstandardaction_p.h:114
 #, kde-format
 msgid "&About %1"
-msgstr "&Tietoja – %1|/|&Tietoja $[yleisnimi_pienellä $[elat %1] ]"
+msgstr "&Tietoa – %1|/|&Tietoa $[yleisnimi_pienellä $[elat %1] ]"
 
 #: kstandardaction_p.h:115
 msgid "About &KDE"
-msgstr "Tietoja &KDE:stä

commit kdoctools for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kdoctools for openSUSE:Factory 
checked in at 2014-11-11 01:09:20

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


Package is "kdoctools"

Changes:

--- /work/SRC/openSUSE:Factory/kdoctools/kdoctools.changes  2014-10-17 
08:51:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdoctools.new/kdoctools.changes 2014-11-11 
01:09:28.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:14 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kdoctools-5.3.0.tar.xz

New:

  kdoctools-5.4.0.tar.xz



Other differences:
--
++ kdoctools.spec ++
--- /var/tmp/diff_new_pack.YnLBiJ/_old  2014-11-11 01:09:29.0 +0100
+++ /var/tmp/diff_new_pack.YnLBiJ/_new  2014-11-11 01:09:29.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   kdoctools
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  docbook_4
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  karchive-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -36,7 +36,7 @@
 License:LGPL-2.1+ and MIT
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -72,6 +72,14 @@
   %find_lang kio_help5 %{name}.lang
 
 %files lang -f %{name}.lang
+%defattr(-,root,root)
+%doc %lang(de) %{_kf5_mandir}/de
+%doc %lang(it) %{_kf5_mandir}/it
+%doc %lang(nl) %{_kf5_mandir}/nl
+%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR
+%doc %lang(ru) %{_kf5_mandir}/ru
+%doc %lang(sv) %{_kf5_mandir}/sv
+%doc %lang(uk) %{_kf5_mandir}/uk
 
 %files
 %defattr(-,root,root)
@@ -80,10 +88,10 @@
 %{_kf5_datadir}/kdoctools/
 %{_kf5_bindir}/meinproc5
 %{_kf5_bindir}/checkXML5
-%{_kf5_mandir}/man8/meinproc5.*
-%{_kf5_mandir}/man1/checkXML5.*
-%{_kf5_mandir}/man7/kf5options.*
-%{_kf5_mandir}/man7/qt5options.*
+%doc %lang(en) %{_kf5_mandir}/*/meinproc5.*
+%doc %lang(en) %{_kf5_mandir}/*/checkXML5.*
+%doc %lang(en) %{_kf5_mandir}/*/kf5options.*
+%doc %lang(en) %{_kf5_mandir}/*/qt5options.*
 
 %files devel
 %defattr(-,root,root)

++ kdoctools-5.3.0.tar.xz -> kdoctools-5.4.0.tar.xz ++
 5451 lines of diff (skipped)

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



commit kdnssd-framework for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kdnssd-framework for 
openSUSE:Factory checked in at 2014-11-11 01:09:05

Comparing /work/SRC/openSUSE:Factory/kdnssd-framework (Old)
 and  /work/SRC/openSUSE:Factory/.kdnssd-framework.new (New)


Package is "kdnssd-framework"

Changes:

--- /work/SRC/openSUSE:Factory/kdnssd-framework/kdnssd-framework.changes
2014-10-07 15:59:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdnssd-framework.new/kdnssd-framework.changes   
2014-11-11 01:09:19.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:05 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kdnssd-5.3.0.tar.xz

New:

  kdnssd-5.4.0.tar.xz



Other differences:
--
++ kdnssd-framework.spec ++
--- /var/tmp/diff_new_pack.ynTlnI/_old  2014-11-11 01:09:20.0 +0100
+++ /var/tmp/diff_new_pack.ynTlnI/_new  2014-11-11 01:09:20.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5DNSSD5
 Name:   kdnssd-framework
-Version:5.3.0
+Version:5.4.0
 Release:0
 BuildRequires:  avahi-compat-mDNSResponder-devel
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
@@ -32,7 +32,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/kdnssd-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/kdnssd-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kdnssd-5.3.0.tar.xz -> kdnssd-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdnssd-5.3.0/CMakeLists.txt 
new/kdnssd-5.4.0/CMakeLists.txt
--- old/kdnssd-5.3.0/CMakeLists.txt 2014-10-04 19:03:24.0 +0200
+++ new/kdnssd-5.4.0/CMakeLists.txt 2014-11-02 13:10:35.0 +0100
@@ -2,7 +2,7 @@
 
 project(KDNSSD)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_SOURCE_DIR}/cmake/modules) #TODO: remove cmake/modules when 
extra-cmake-modules is done
 
 include(KDEInstallDirs)
@@ -11,7 +11,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
 
 set(REQUIRED_QT_VERSION "5.2.0")
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Network)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdnssd-5.3.0/po/af/kdnssd5_qt.po 
new/kdnssd-5.4.0/po/af/kdnssd5_qt.po
--- old/kdnssd-5.3.0/po/af/kdnssd5_qt.po2014-10-04 19:03:24.0 
+0200
+++ new/kdnssd-5.4.0/po/af/kdnssd5_qt.po2014-11-02 13:10:35.0 
+0100
@@ -12,6 +12,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Qt-Contexts: true\n"
 
 #: servicemodel.cpp:110
 #, fuzzy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdnssd-5.3.0/po/as/kdnssd5_qt.po 
new/kdnssd-5.4.0/po/as/kdnssd5_qt.po
--- old/kdnssd-5.3.0/po/as/kdnssd5_qt.po2014-10-04 19:03:24.0 
+0200
+++ new/kdnssd-5.4.0/po/as/kdnssd5_qt.po2014-11-02 13:10:35.0 
+0100
@@ -17,6 +17,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 0.2\n"
+"X-Qt-Contexts: true\n"
 
 #: servicemodel.cpp:110
 #, fuzzy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdnssd-5.3.0/po/ast/kdnssd5_qt.po 
new/kdnssd-5.4.0/po/ast/kdnssd5_qt.po
--- old/kdnssd-5.3.0/po/ast/kdnssd5_qt.po   2014-10-04 19:03:24.0 
+0200
+++ new/kdnssd-5.4.0/po/ast/kdnssd5_qt.po   2014-11-02 13:10:35.0 
+0100
@@ -17,6 +17,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Poedit-Language: asturian\n"
+"X-Qt-Contexts: true\n"
 
 #: servicemodel.cpp:110
 #, fuzzy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdnssd-5.3.0/po/be/kdnssd5_qt.po 
new/kdnssd-5.4.0/po/be/kdnssd5_qt.po
--- old/kdnssd-5.3.0/po/be/kdnssd5_qt.po2014-10-04 19:03:24.0 
+0200
+++ new/kdnssd-5.4.0/po/be/kdnssd5_qt.po2014-11-02 13:10:35.000

commit frameworkintegration for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package frameworkintegration for 
openSUSE:Factory checked in at 2014-11-11 01:09:15

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


Package is "frameworkintegration"

Changes:

--- 
/work/SRC/openSUSE:Factory/frameworkintegration/frameworkintegration.changes
2014-10-07 15:59:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.frameworkintegration.new/frameworkintegration.changes
   2014-11-11 01:09:25.0 +0100
@@ -1,0 +2,8 @@
+Sun Nov  2 17:47:13 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * Implement support for setting custom labels in file dialogs
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  frameworkintegration-5.3.0.tar.xz

New:

  frameworkintegration-5.4.0.tar.xz



Other differences:
--
++ frameworkintegration.spec ++
--- /var/tmp/diff_new_pack.JNI4t2/_old  2014-11-11 01:09:26.0 +0100
+++ /var/tmp/diff_new_pack.JNI4t2/_new  2014-11-11 01:09:26.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Style5
 Name:   frameworkintegration
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{kf5_version}
 BuildRequires:  kconfigwidgets-devel >= %{kf5_version}
@@ -42,7 +42,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ frameworkintegration-5.3.0.tar.xz -> frameworkintegration-5.4.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frameworkintegration-5.3.0/CMakeLists.txt 
new/frameworkintegration-5.4.0/CMakeLists.txt
--- old/frameworkintegration-5.3.0/CMakeLists.txt   2014-10-04 
18:56:48.0 +0200
+++ new/frameworkintegration-5.4.0/CMakeLists.txt   2014-11-02 
13:04:35.0 +0100
@@ -2,7 +2,7 @@
 
 project(FrameworkIntegration)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -19,8 +19,8 @@
 set(REQUIRED_QT_VERSION 5.2.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.4.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX FRAMEWORKINTEGRATION
   VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/frameworkintegration_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frameworkintegration-5.3.0/plasma_workspace.notifyrc 
new/frameworkintegration-5.4.0/plasma_workspace.notifyrc
--- old/frameworkintegration-5.3.0/plasma_workspace.notifyrc2014-10-04 
18:56:48.0 +0200
+++ new/frameworkintegration-5.4.0/plasma_workspace.notifyrc2014-11-02 
13:04:35.0 +0100
@@ -15,6 +15,7 @@
 Comment[pl]=Przestrzeń robocza Plazmy
 Comment[pt]=Área de Trabalho do Plasma
 Comment[pt_BR]=Plasma Workspace
+Comment[ru]=Среда рабочего стола Plasma
 Comment[sk]=KDE pracovná plocha Plasma
 Comment[sl]=Delovni prostor Plasma
 Comment[sr]=Плазма, радни простор
@@ -43,6 +44,7 @@
 Name[pl]=Kosz: opróżniony
 Name[pt]=Lixo: Vazio
 Name[pt_BR]=Lixeira: Vazia
+Name[ru]=Корзина очищена
 Name[sk]=Kôš: vyprázdnený
 Name[sl]=Smeti: izpraznjene
 Name[sr]=Смеће: испражњено
@@ -69,6 +71,7 @@
 Comment[pl]=Kosz został opróżniony
 Comment[pt]=O caixote do lixo foi esvaziado
 Comment[pt_BR]=A Lixeira foi esvaziada
+Comment[ru]=Корзина очищена
 Comment[sk]=Kôš bol vyprázdnený
 Comment[sl]=Smeti so bile izpraznjene
 Comment[sr]=Смеће је испражњено
@@ -99,6 +102,7 @@
 Name[pl]=Uzupełnianie tekstu: obrót
 Name[pt]=Completação de Texto: Rotação
 Name[pt_BR]=Complementação de texto: Rotação
+Name[ru]=Автодополнение: переход по кругу
 Name[sk]=Doplnenie textu: rotácia
 Name[sl]=Dopolnjevanje besedila: kroženje
 Name[sr]=Допуна текста: ротација
@@ -125,6 +129,7 @@
 Comment[pl]=Został osiągnięty koniec spisu pasujących

commit kmediaplayer for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kmediaplayer for openSUSE:Factory 
checked in at 2014-11-11 01:09:08

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


Package is "kmediaplayer"

Changes:

--- /work/SRC/openSUSE:Factory/kmediaplayer/kmediaplayer.changes
2014-10-07 15:59:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmediaplayer.new/kmediaplayer.changes   
2014-11-11 01:09:22.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:11 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kmediaplayer-5.3.0.tar.xz

New:

  kmediaplayer-5.4.0.tar.xz



Other differences:
--
++ kmediaplayer.spec ++
--- /var/tmp/diff_new_pack.dX4TeL/_old  2014-11-11 01:09:23.0 +0100
+++ /var/tmp/diff_new_pack.dX4TeL/_new  2014-11-11 01:09:23.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5MediaPlayer5
 Name:   kmediaplayer
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kbookmarks-devel >= %{kf5_version}
 BuildRequires:  kcompletion-devel >= %{kf5_version}
@@ -49,7 +49,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/portingAids/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/portingAids/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kmediaplayer-5.3.0.tar.xz -> kmediaplayer-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmediaplayer-5.3.0/CMakeLists.txt 
new/kmediaplayer-5.4.0/CMakeLists.txt
--- old/kmediaplayer-5.3.0/CMakeLists.txt   2014-10-03 19:56:22.0 
+0200
+++ new/kmediaplayer-5.4.0/CMakeLists.txt   2014-10-31 21:18:32.0 
+0100
@@ -6,7 +6,7 @@
 #
 # CMake stuff from ECM
 #
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
@@ -19,8 +19,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.4.0") # handled by release scripts
 
 #
 # Version info

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



commit kjs for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2014-11-11 01:08:52

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2014-10-07 15:59:02.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2014-11-11 
01:08:58.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:46:43 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kjs-5.3.0.tar.xz

New:

  kjs-5.4.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.biZr88/_old  2014-11-11 01:09:00.0 +0100
+++ /var/tmp/diff_new_pack.biZr88/_new  2014-11-11 01:09:00.0 +0100
@@ -18,10 +18,10 @@
 
 %define sonum   5
 Name:   kjs
-Version:5.3.0
+Version:5.4.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pcre-devel
@@ -32,7 +32,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/portingAids/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/portingAids/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kjs-5.3.0.tar.xz -> kjs-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.3.0/CMakeLists.txt new/kjs-5.4.0/CMakeLists.txt
--- old/kjs-5.3.0/CMakeLists.txt2014-10-03 19:56:11.0 +0200
+++ new/kjs-5.4.0/CMakeLists.txt2014-10-31 21:18:21.0 +0100
@@ -3,7 +3,7 @@
 project(KJS)
 
 # ECM setup
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 include(FeatureSummary)
@@ -12,7 +12,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"

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



commit knewstuff for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package knewstuff for openSUSE:Factory 
checked in at 2014-11-11 01:09:23

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


Package is "knewstuff"

Changes:

--- /work/SRC/openSUSE:Factory/knewstuff/knewstuff.changes  2014-10-07 
15:59:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.knewstuff.new/knewstuff.changes 2014-11-11 
01:09:31.0 +0100
@@ -1,0 +2,8 @@
+Sun Nov  2 17:47:15 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * Many small fixes and cleanups
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  knewstuff-5.3.0.tar.xz

New:

  knewstuff-5.4.0.tar.xz



Other differences:
--
++ knewstuff.spec ++
--- /var/tmp/diff_new_pack.wPjm6P/_old  2014-11-11 01:09:32.0 +0100
+++ /var/tmp/diff_new_pack.wPjm6P/_new  2014-11-11 01:09:32.0 +0100
@@ -18,12 +18,12 @@
 
 %define lname   libKF5NewStuff5
 Name:   knewstuff
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  attica-qt5-devel >= %{kf5_version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  karchive-devel >= %{kf5_version}
 BuildRequires:  kcompletion-devel >= %{kf5_version}
@@ -44,7 +44,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ knewstuff-5.3.0.tar.xz -> knewstuff-5.4.0.tar.xz ++
 20471 lines of diff (skipped)

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



commit ktexteditor for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package ktexteditor for openSUSE:Factory 
checked in at 2014-11-11 01:09:03

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


Package is "ktexteditor"

Changes:

--- /work/SRC/openSUSE:Factory/ktexteditor/ktexteditor.changes  2014-10-07 
15:59:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktexteditor.new/ktexteditor.changes 
2014-11-11 01:09:12.0 +0100
@@ -1,0 +2,9 @@
+Sun Nov  2 17:46:58 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * Implement "go to last editing position" action
+  * Guard against a possibly broken code folding state on disk
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  ktexteditor-5.3.0.tar.xz

New:

  ktexteditor-5.4.0.tar.xz



Other differences:
--
++ ktexteditor.spec ++
--- /var/tmp/diff_new_pack.mo4bTg/_old  2014-11-11 01:09:13.0 +0100
+++ /var/tmp/diff_new_pack.mo4bTg/_new  2014-11-11 01:09:13.0 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   ktexteditor
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  karchive-devel >= %{kf5_version}
 BuildRequires:  kconfig-devel >= %{kf5_version}
@@ -46,7 +46,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ ktexteditor-5.3.0.tar.xz -> ktexteditor-5.4.0.tar.xz ++
 179085 lines of diff (skipped)

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



commit kguiaddons for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kguiaddons for openSUSE:Factory 
checked in at 2014-11-11 01:08:43

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


Package is "kguiaddons"

Changes:

--- /work/SRC/openSUSE:Factory/kguiaddons/kguiaddons.changes2014-10-07 
15:58:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.kguiaddons.new/kguiaddons.changes   
2014-11-11 01:08:44.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:46:40 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kguiaddons-5.3.0.tar.xz

New:

  kguiaddons-5.4.0.tar.xz



Other differences:
--
++ kguiaddons.spec ++
--- /var/tmp/diff_new_pack.SJKmW1/_old  2014-11-11 01:08:45.0 +0100
+++ /var/tmp/diff_new_pack.SJKmW1/_new  2014-11-11 01:08:45.0 +0100
@@ -18,10 +18,10 @@
 
 %define lname   libKF5GuiAddons5
 Name:   kguiaddons
-Version:5.3.0
+Version:5.4.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.2.0
@@ -35,7 +35,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kguiaddons-5.3.0.tar.xz -> kguiaddons-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kguiaddons-5.3.0/CMakeLists.txt 
new/kguiaddons-5.4.0/CMakeLists.txt
--- old/kguiaddons-5.3.0/CMakeLists.txt 2014-10-03 19:55:11.0 +0200
+++ new/kguiaddons-5.4.0/CMakeLists.txt 2014-10-31 21:17:14.0 +0100
@@ -2,7 +2,7 @@
 
 project(KGuiAddons)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -21,7 +21,7 @@
 include(GenerateExportHeader)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
-set(KF5_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KGUIADDONS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kguiaddons_version.h"

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



commit kdewebkit for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kdewebkit for openSUSE:Factory 
checked in at 2014-11-11 01:08:58

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


Package is "kdewebkit"

Changes:

--- /work/SRC/openSUSE:Factory/kdewebkit/kdewebkit.changes  2014-10-07 
15:59:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdewebkit.new/kdewebkit.changes 2014-11-11 
01:09:05.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:46:47 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kdewebkit-5.3.0.tar.xz

New:

  kdewebkit-5.4.0.tar.xz



Other differences:
--
++ kdewebkit.spec ++
--- /var/tmp/diff_new_pack.Eby25h/_old  2014-11-11 01:09:06.0 +0100
+++ /var/tmp/diff_new_pack.Eby25h/_new  2014-11-11 01:09:06.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5WebKit5
 Name:   kdewebkit
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kbookmarks-devel >=  %{kf5_version}
 BuildRequires:  kcompletion-devel >=  %{kf5_version}
@@ -54,7 +54,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kdewebkit-5.3.0.tar.xz -> kdewebkit-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdewebkit-5.3.0/CMakeLists.txt 
new/kdewebkit-5.4.0/CMakeLists.txt
--- old/kdewebkit-5.3.0/CMakeLists.txt  2014-10-03 19:54:44.0 +0200
+++ new/kdewebkit-5.4.0/CMakeLists.txt  2014-10-31 21:16:45.0 +0100
@@ -2,7 +2,7 @@
 
 project(KDEWebKit)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -18,8 +18,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.4.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDEWEBKIT
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kdewebkit_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5WebKitConfigVersion.cmake"

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



commit kcompletion for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2014-11-11 01:08:47

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


Package is "kcompletion"

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2014-10-07 
15:58:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2014-11-11 01:08:50.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:46:41 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kcompletion-5.3.0.tar.xz

New:

  kcompletion-5.4.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.BTFR2B/_old  2014-11-11 01:08:53.0 +0100
+++ /var/tmp/diff_new_pack.BTFR2B/_new  2014-11-11 01:08:53.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Completion5
 Name:   kcompletion
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -33,7 +33,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kcompletion-5.3.0.tar.xz -> kcompletion-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.3.0/CMakeLists.txt 
new/kcompletion-5.4.0/CMakeLists.txt
--- old/kcompletion-5.3.0/CMakeLists.txt2014-10-04 18:59:19.0 
+0200
+++ new/kcompletion-5.4.0/CMakeLists.txt2014-11-02 13:06:48.0 
+0100
@@ -3,7 +3,7 @@
 project(KCompletion)
 
 # ECM setup
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -17,8 +17,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.4.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.3.0/po/af/kcompletion5_qt.po 
new/kcompletion-5.4.0/po/af/kcompletion5_qt.po
--- old/kcompletion-5.3.0/po/af/kcompletion5_qt.po  2014-10-04 
18:59:19.0 +0200
+++ new/kcompletion-5.4.0/po/af/kcompletion5_qt.po  2014-11-02 
13:06:48.0 +0100
@@ -12,6 +12,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Qt-Contexts: true\n"
 
 #: khistorycombobox.cpp:203
 #, fuzzy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.3.0/po/as/kcompletion5_qt.po 
new/kcompletion-5.4.0/po/as/kcompletion5_qt.po
--- old/kcompletion-5.3.0/po/as/kcompletion5_qt.po  2014-10-04 
18:59:19.0 +0200
+++ new/kcompletion-5.4.0/po/as/kcompletion5_qt.po  2014-11-02 
13:06:48.0 +0100
@@ -17,6 +17,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 0.2\n"
+"X-Qt-Contexts: true\n"
 
 #: khistorycombobox.cpp:203
 #, fuzzy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.3.0/po/ast/kcompletion5_qt.po 
new/kcompletion-5.4.0/po/ast/kcompletion5_qt.po
--- old/kcompletion-5.3.0/po/ast/kcompletion5_qt.po 2014-10-04 
18:59:19.0 +0200
+++ new/kcompletion-5.4.0/po/ast/kcompletion5_qt.po 2014-11-02 
13:06:48.0 +0100
@@ -17,6 +17,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Poedit-Language: asturian\n"
+"X-Qt-Contexts: true\n"
 
 #: khistorycombobox.cpp:203
 #, fuzzy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.3.0/po/be/kcompletion5_qt.po 
new/kcompletio

commit kjobwidgets for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kjobwidgets for openSUSE:Factory 
checked in at 2014-11-11 01:08:44

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


Package is "kjobwidgets"

Changes:

--- /work/SRC/openSUSE:Factory/kjobwidgets/kjobwidgets.changes  2014-10-07 
15:58:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.kjobwidgets.new/kjobwidgets.changes 
2014-11-11 01:08:46.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:46:40 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kjobwidgets-5.3.0.tar.xz

New:

  kjobwidgets-5.4.0.tar.xz



Other differences:
--
++ kjobwidgets.spec ++
--- /var/tmp/diff_new_pack.LzgIbT/_old  2014-11-11 01:08:47.0 +0100
+++ /var/tmp/diff_new_pack.LzgIbT/_new  2014-11-11 01:08:47.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5JobWidgets5
 Name:   kjobwidgets
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -37,7 +37,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kjobwidgets-5.3.0.tar.xz -> kjobwidgets-5.4.0.tar.xz ++
 1625 lines of diff (skipped)

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



commit kconfig for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kconfig for openSUSE:Factory checked 
in at 2014-11-11 01:08:56

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


Package is "kconfig"

Changes:

--- /work/SRC/openSUSE:Factory/kconfig/kconfig.changes  2014-10-07 
15:59:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.kconfig.new/kconfig.changes 2014-11-11 
01:09:04.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:46:44 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kconfig-5.3.0.tar.xz

New:

  kconfig-5.4.0.tar.xz



Other differences:
--
++ kconfig.spec ++
--- /var/tmp/diff_new_pack.abRvVZ/_old  2014-11-11 01:09:04.0 +0100
+++ /var/tmp/diff_new_pack.abRvVZ/_new  2014-11-11 01:09:04.0 +0100
@@ -18,10 +18,10 @@
 
 %define sonum   5
 Name:   kconfig
-Version:5.3.0
+Version:5.4.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
@@ -32,7 +32,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 # PATCH-FIX-UPSTREAM 0001-ensure-platform-window-resize-processing.patch -- 
https://git.reviewboard.kde.org/r/119593/
 Patch0: 0001-ensure-platform-window-resize-processing.patch

++ kconfig-5.3.0.tar.xz -> kconfig-5.4.0.tar.xz ++
 2600 lines of diff (skipped)

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



commit khtml for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package khtml for openSUSE:Factory checked 
in at 2014-11-11 01:08:50

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


Package is "khtml"

Changes:

--- /work/SRC/openSUSE:Factory/khtml/khtml.changes  2014-10-07 
15:59:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.khtml.new/khtml.changes 2014-11-11 
01:08:55.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:46:43 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  khtml-5.3.0.tar.xz

New:

  khtml-5.4.0.tar.xz



Other differences:
--
++ khtml.spec ++
--- /var/tmp/diff_new_pack.ByBeZh/_old  2014-11-11 01:08:57.0 +0100
+++ /var/tmp/diff_new_pack.ByBeZh/_new  2014-11-11 01:08:57.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5KHtml5
 Name:   khtml
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  giflib-devel
 BuildRequires:  karchive-devel >= %{kf5_version}
@@ -64,7 +64,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/portingAids/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/portingAids/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ khtml-5.3.0.tar.xz -> khtml-5.4.0.tar.xz ++
 70751 lines of diff (skipped)

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



commit kjsembed for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kjsembed for openSUSE:Factory 
checked in at 2014-11-11 01:09:00

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


Package is "kjsembed"

Changes:

--- /work/SRC/openSUSE:Factory/kjsembed/kjsembed.changes2014-10-07 
15:59:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.kjsembed.new/kjsembed.changes   2014-11-11 
01:09:10.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:46:57 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kjsembed-5.3.0.tar.xz

New:

  kjsembed-5.4.0.tar.xz



Other differences:
--
++ kjsembed.spec ++
--- /var/tmp/diff_new_pack.YZOn9W/_old  2014-11-11 01:09:11.0 +0100
+++ /var/tmp/diff_new_pack.YZOn9W/_new  2014-11-11 01:09:11.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5JsEmbed5
 Name:   kjsembed
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kdoctools-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -37,7 +37,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/portingAids/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/portingAids/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kjsembed-5.3.0.tar.xz -> kjsembed-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjsembed-5.3.0/CMakeLists.txt 
new/kjsembed-5.4.0/CMakeLists.txt
--- old/kjsembed-5.3.0/CMakeLists.txt   2014-10-04 19:08:24.0 +0200
+++ new/kjsembed-5.4.0/CMakeLists.txt   2014-11-02 13:15:16.0 +0100
@@ -2,7 +2,7 @@
 
 project(KJsEmbed)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION "5.2")
@@ -17,8 +17,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.4.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJSEMBED
#VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kjsembed_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5JsEmbedConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjsembed-5.3.0/po/fi/kjsembed5.po 
new/kjsembed-5.4.0/po/fi/kjsembed5.po
--- old/kjsembed-5.3.0/po/fi/kjsembed5.po   2014-10-04 19:08:24.0 
+0200
+++ new/kjsembed-5.4.0/po/fi/kjsembed5.po   2014-11-02 13:15:16.0 
+0100
@@ -29,7 +29,7 @@
 "POT-Creation-Date: 2014-04-27 20:58+\n"
 "PO-Revision-Date: 2014-03-24 21:09+0200\n"
 "Last-Translator: Lasse Liehu \n"
-"Language-Team: Finnish \n"
+"Language-Team: Finnish \n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjsembed-5.3.0/po/it/kjsembed5.po 
new/kjsembed-5.4.0/po/it/kjsembed5.po
--- old/kjsembed-5.3.0/po/it/kjsembed5.po   2014-10-04 19:08:24.0 
+0200
+++ new/kjsembed-5.4.0/po/it/kjsembed5.po   2014-11-02 13:15:16.0 
+0100
@@ -8,8 +8,9 @@
 # Luciano Montanaro , 2007.
 # Dario Panico , 2008.
 # Pino Toscano , 2008.
-# Federico Zenith , 2008, 2012, 2013.
+# Federico Zenith , 2008, 2012, 2013, 2014.
 # Innocenzo Ventre , 2012.
+# Vincenzo Reale , 2014.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjsembed-5.3.0/po/nn/kjsembed5.po 
new/kjsembed-5.4.0/po/nn/kjsembed5.po
--- old/kjsembed-5.3.0/po/nn/kjsembed5.po   2014-10-04 19:08:24.0 
+0200
+++ new/kjsembed-5.4.0/po/nn/kjsembed5.po   2014-11-02 13:15:16.0 
+0100
@@ -2,7 +2,7 @@
 #
 # Gaute Hvoslef Kvalnes , 2003, 2004, 2005, 2006.
 # Håvard Korsvoll , 2003, 2005.
-# Karl Ove Hufthammer , 2004, 2007, 2008, 2009, 2010, 2011, 
2012, 2013.
+# Karl Ove Hufthammer , 2004,

commit kservice for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kservice for openSUSE:Factory 
checked in at 2014-11-11 01:08:55

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


Package is "kservice"

Changes:

--- /work/SRC/openSUSE:Factory/kservice/kservice.changes2014-10-11 
19:28:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.kservice.new/kservice.changes   2014-11-11 
01:09:01.0 +0100
@@ -1,0 +2,9 @@
+Sun Nov  2 17:46:44 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+- Drop 0001-Don-t-call-enableTestMode-when-QStandardPaths-isTest.patch,
+  merged upstream
+
+---

Old:

  0001-Don-t-call-enableTestMode-when-QStandardPaths-isTest.patch
  kservice-5.3.0.tar.xz

New:

  kservice-5.4.0.tar.xz



Other differences:
--
++ kservice.spec ++
--- /var/tmp/diff_new_pack.s4JjE4/_old  2014-11-11 01:09:03.0 +0100
+++ /var/tmp/diff_new_pack.s4JjE4/_new  2014-11-11 01:09:03.0 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   kservice
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{kf5_version}
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}
@@ -40,12 +40,10 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 # PATCH-FIX-OPENSUSE menu.patch
 Patch0: menu.patch
-# PATCH-FIX-UPSTREAM 
0001-Don-t-call-enableTestMode-when-QStandardPaths-isTest.patch
-Patch1: 0001-Don-t-call-enableTestMode-when-QStandardPaths-isTest.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -72,7 +70,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}
@@ -89,6 +86,11 @@
 %postun -p /sbin/ldconfig
 
 %files lang -f %{name}5.lang
+%defattr(-,root,root)
+%doc %lang(nl) %{_kf5_mandir}/nl
+%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR
+%doc %lang(sv) %{_kf5_mandir}/sv
+%doc %lang(uk) %{_kf5_mandir}/uk
 
 %files
 %defattr(-,root,root)
@@ -100,16 +102,14 @@
 %{_kf5_servicetypesdir}/kplugininfo.desktop
 %dir %{_kf5_sysconfdir}/xdg/menus
 %{_kf5_sysconfdir}/xdg/menus/kf5-applications.menu
+%doc %lang(en) %{_kf5_mandir}/*/kbuildsycoca5.*
+%doc %lang(en) %{_kf5_mandir}/*/desktoptojson.*
 
 %files devel
 %defattr(-,root,root)
 %{_kf5_libdir}/libKF5Service.so
 %{_kf5_libdir}/cmake/KF5Service/
-%dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
-%{_kf5_includedir}/*.h
-%{_kf5_mandir}/man8/kbuildsycoca5.*
-%{_kf5_mandir}/man8/desktoptojson.*
+%{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_KService.pri
 
 %changelog

++ kservice-5.3.0.tar.xz -> kservice-5.4.0.tar.xz ++
 2772 lines of diff (skipped)

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



commit ktextwidgets for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2014-11-11 01:09:11

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


Package is "ktextwidgets"

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2014-10-07 15:59:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2014-11-11 01:09:23.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:12 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  ktextwidgets-5.3.0.tar.xz

New:

  ktextwidgets-5.4.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.I2Tcys/_old  2014-11-11 01:09:25.0 +0100
+++ /var/tmp/diff_new_pack.I2Tcys/_new  2014-11-11 01:09:25.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5TextWidgets5
 Name:   ktextwidgets
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kcompletion-devel >= %{kf5_version}
 BuildRequires:  kconfig-devel >= %{kf5_version}
@@ -42,7 +42,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ ktextwidgets-5.3.0.tar.xz -> ktextwidgets-5.4.0.tar.xz ++
 2541 lines of diff (skipped)

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



commit kiconthemes for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kiconthemes for openSUSE:Factory 
checked in at 2014-11-11 01:09:07

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


Package is "kiconthemes"

Changes:

--- /work/SRC/openSUSE:Factory/kiconthemes/kiconthemes.changes  2014-10-07 
15:59:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiconthemes.new/kiconthemes.changes 
2014-11-11 01:09:20.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:47:11 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kiconthemes-5.3.0.tar.xz

New:

  kiconthemes-5.4.0.tar.xz



Other differences:
--
++ kiconthemes.spec ++
--- /var/tmp/diff_new_pack.yrKgrH/_old  2014-11-11 01:09:21.0 +0100
+++ /var/tmp/diff_new_pack.yrKgrH/_new  2014-11-11 01:09:21.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5IconThemes5
 Name:   kiconthemes
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kconfigwidgets-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -38,7 +38,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kiconthemes-5.3.0.tar.xz -> kiconthemes-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.3.0/CMakeLists.txt 
new/kiconthemes-5.4.0/CMakeLists.txt
--- old/kiconthemes-5.3.0/CMakeLists.txt2014-10-04 19:05:38.0 
+0200
+++ new/kiconthemes-5.4.0/CMakeLists.txt2014-11-02 13:12:41.0 
+0100
@@ -3,7 +3,7 @@
 project(KIconThemes)
 
 # ECM setup
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
@@ -15,8 +15,8 @@
 include(ECMGenerateHeaders)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.4.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KICONTHEMES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.3.0/po/it/kiconthemes5.po 
new/kiconthemes-5.4.0/po/it/kiconthemes5.po
--- old/kiconthemes-5.3.0/po/it/kiconthemes5.po 2014-10-04 19:05:38.0 
+0200
+++ new/kiconthemes-5.4.0/po/it/kiconthemes5.po 2014-11-02 13:12:41.0 
+0100
@@ -6,7 +6,7 @@
 # Nicola Ruggero , 2005, 2006.
 # Giovanni Venturi , 2006.
 # Nicola Ruggero , 2006, 2007.
-# Luigi Toscano , 2008, 2009, 2010, 2011, 2012.
+# Luigi Toscano , 2008, 2009, 2010, 2011, 2012, 2014.
 msgid ""
 msgstr ""
 "Project-Id-Version: kio4\n"
@@ -19,8 +19,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 1.5\n"
 
 #: kicondialog.cpp:240 kicondialog.cpp:250 kicondialog.cpp:589
 msgid "Select Icon"

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



commit kcodecs for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kcodecs for openSUSE:Factory checked 
in at 2014-11-11 01:08:38

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


Package is "kcodecs"

Changes:

--- /work/SRC/openSUSE:Factory/kcodecs/kcodecs.changes  2014-10-07 
15:58:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcodecs.new/kcodecs.changes 2014-11-11 
01:08:39.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:46:39 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kcodecs-5.3.0.tar.xz

New:

  kcodecs-5.4.0.tar.xz



Other differences:
--
++ kcodecs.spec ++
--- /var/tmp/diff_new_pack.6DIgRD/_old  2014-11-11 01:08:40.0 +0100
+++ /var/tmp/diff_new_pack.6DIgRD/_new  2014-11-11 01:08:40.0 +0100
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Codecs5
 Name:   kcodecs
-Version:5.3.0
+Version:5.4.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
@@ -30,7 +30,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kcodecs-5.3.0.tar.xz -> kcodecs-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcodecs-5.3.0/CMakeLists.txt 
new/kcodecs-5.4.0/CMakeLists.txt
--- old/kcodecs-5.3.0/CMakeLists.txt2014-10-04 18:58:54.0 +0200
+++ new/kcodecs-5.4.0/CMakeLists.txt2014-11-02 13:06:24.0 +0100
@@ -2,7 +2,7 @@
 
 project(KCodecs)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} )
 
@@ -21,7 +21,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCODECS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcodecs_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcodecs-5.3.0/po/af/kcodecs5_qt.po 
new/kcodecs-5.4.0/po/af/kcodecs5_qt.po
--- old/kcodecs-5.3.0/po/af/kcodecs5_qt.po  2014-10-04 18:58:54.0 
+0200
+++ new/kcodecs-5.4.0/po/af/kcodecs5_qt.po  2014-11-02 13:06:24.0 
+0100
@@ -12,6 +12,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Qt-Contexts: true\n"
 
 #: kcharsets.cpp:166
 #, fuzzy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcodecs-5.3.0/po/ar/kcodecs5_qt.po 
new/kcodecs-5.4.0/po/ar/kcodecs5_qt.po
--- old/kcodecs-5.3.0/po/ar/kcodecs5_qt.po  2014-10-04 18:58:54.0 
+0200
+++ new/kcodecs-5.4.0/po/ar/kcodecs5_qt.po  2014-11-02 13:06:24.0 
+0100
@@ -33,6 +33,7 @@
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
 "X-Generator: Lokalize 1.5\n"
+"X-Qt-Contexts: true\n"
 
 #: kcharsets.cpp:166
 msgctxt "@item Text character set"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcodecs-5.3.0/po/as/kcodecs5_qt.po 
new/kcodecs-5.4.0/po/as/kcodecs5_qt.po
--- old/kcodecs-5.3.0/po/as/kcodecs5_qt.po  2014-10-04 18:58:54.0 
+0200
+++ new/kcodecs-5.4.0/po/as/kcodecs5_qt.po  2014-11-02 13:06:24.0 
+0100
@@ -17,6 +17,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 0.2\n"
+"X-Qt-Contexts: true\n"
 
 #: kcharsets.cpp:166
 msgctxt "@item Text character set"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcodecs-5.3.0/po/ast/kcodecs5_qt.po 
new/kcodecs-5.4.0/po/ast/kcodecs5_qt.po
--- old/kcodecs-5.3.0/po/ast/kcodecs5_qt.po 2014-10-04 18:58:54.0 
+0200
+++ new/kcodecs-5.4.0/po/ast/kcodecs5_qt.po 2014-11-02 13:06:24.0 
+0100
@@ -17,6 +17,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"

commit ki18n for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package ki18n for openSUSE:Factory checked 
in at 2014-11-11 01:08:59

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


Package is "ki18n"

Changes:

--- /work/SRC/openSUSE:Factory/ki18n/ki18n.changes  2014-10-07 
15:59:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.ki18n.new/ki18n.changes 2014-11-11 
01:09:07.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:46:54 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  ki18n-5.3.0.tar.xz

New:

  ki18n-5.4.0.tar.xz



Other differences:
--
++ ki18n.spec ++
--- /var/tmp/diff_new_pack.EmtlaY/_old  2014-11-11 01:09:09.0 +0100
+++ /var/tmp/diff_new_pack.EmtlaY/_new  2014-11-11 01:09:09.0 +0100
@@ -18,10 +18,10 @@
 
 %define lname   libKF5I18n5
 Name:   ki18n
-Version:5.3.0
+Version:5.4.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  gettext-runtime
 BuildRequires:  kf5-filesystem
@@ -34,7 +34,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 # PATCH-FIX-OPENSUSE fallbackLang.diff -- look for translations in locale/kf5 
also
 Patch0: fallbackLang.diff

++ ki18n-5.3.0.tar.xz -> ki18n-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ki18n-5.3.0/CMakeLists.txt 
new/ki18n-5.4.0/CMakeLists.txt
--- old/ki18n-5.3.0/CMakeLists.txt  2014-10-04 19:05:12.0 +0200
+++ new/ki18n-5.4.0/CMakeLists.txt  2014-11-02 13:12:17.0 +0100
@@ -3,7 +3,7 @@
 project(KI18n)
 
 # ECM setup
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 include(FeatureSummary)
@@ -12,7 +12,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
 
 ecm_setup_version(
   ${KF5_VERSION}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ki18n-5.3.0/po/fi/ki18n5.po 
new/ki18n-5.4.0/po/fi/ki18n5.po
--- old/ki18n-5.3.0/po/fi/ki18n5.po 2014-10-04 19:05:12.0 +0200
+++ new/ki18n-5.4.0/po/fi/ki18n5.po 2014-11-02 13:12:17.0 +0100
@@ -29,7 +29,7 @@
 "POT-Creation-Date: 2014-07-24 08:50+\n"
 "PO-Revision-Date: 2014-07-26 16:30+0300\n"
 "Last-Translator: Lasse Liehu \n"
-"Language-Team: Finnish \n"
+"Language-Team: Finnish \n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ki18n-5.3.0/po/fi/scripts/ki18n5/general.pmap 
new/ki18n-5.4.0/po/fi/scripts/ki18n5/general.pmap
--- old/ki18n-5.3.0/po/fi/scripts/ki18n5/general.pmap   1970-01-01 
01:00:00.0 +0100
+++ new/ki18n-5.4.0/po/fi/scripts/ki18n5/general.pmap   2014-11-02 
13:12:17.0 +0100
@@ -0,0 +1,125 @@
+=:Activity 
Bar:Aktiviteettipalkki:elat=Aktiviteettipalkista:gen=Aktiviteettipalkin:yleisnimi=kyllä::
+=:Ajastin:Timer:elat=Ajastimesta:gen=Ajastimen:yleisnimi=kyllä::
+=:Akku vähissä:Battery Low:elat=Akkujen valvontasovelmasta:gen=Akkujen 
valvontasovelman:yleisnimi=kyllä::
+=/Akregator/elat=Akregatorista/gen=Akregatorin//
+=:Analog Clock:Analoginen kello:elat=Analogisesta kellosta:gen=Analogisen 
kellon:yleisnimi=kyllä::
+=:Application 
Menu:Sovelluskäynnistin:elat=Sovelluskäynnistimestä:gen=Sovelluskäynnistimen:yleisnimi=kyllä::
+=:Binaarikello:Binary 
Clock:elat=Binaarikellosta:gen=Binaarikellon:yleisnimi=kyllä::
+=:Black Board:Liitutaulu:elat=Liitutaulusta:gen=Liitutaulun:yleisnimi=kyllä::
+=:Blogilo:elat=Blogilosta:gen=Blogilon::
+=:Bookmarks:Kirjanmerkit:elat=Kirjanmerkeistä:gen=Kirjanmerkkien:yleisnimi=kyllä::
+=:Bubblemon:Valvontakupla:elat=Valvontakuplasta:gen=Valvontakuplan:yleisnimi=kyllä::
+=:Calculator:Laskin:elat=Laskimesta:gen=Laskimen:yleisnimi=kyllä::
+=:Calendar:Kalenteri:elat=Kalenterista:gen=Kalenterin:yleisnimi=kyllä::
+=:Character 
Selector:Merkkivalitsin:elat=Merkkivalitsimesta:gen=Merkkivalitsimen:yle

commit krunner for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package krunner for openSUSE:Factory checked 
in at 2014-11-11 01:08:46

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


Package is "krunner"

Changes:

--- /work/SRC/openSUSE:Factory/krunner/krunner.changes  2014-10-07 
15:58:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.krunner.new/krunner.changes 2014-11-11 
01:08:47.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:46:41 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  krunner-5.3.0.tar.xz

New:

  krunner-5.4.0.tar.xz



Other differences:
--
++ krunner.spec ++
--- /var/tmp/diff_new_pack.kc4N8X/_old  2014-11-11 01:08:49.0 +0100
+++ /var/tmp/diff_new_pack.kc4N8X/_new  2014-11-11 01:08:49.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Runner5
 Name:   krunner
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{kf5_version}
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}
@@ -40,7 +40,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/portingAids/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/portingAids/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ krunner-5.3.0.tar.xz -> krunner-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krunner-5.3.0/CMakeLists.txt 
new/krunner-5.4.0/CMakeLists.txt
--- old/krunner-5.3.0/CMakeLists.txt2014-10-04 19:11:22.0 +0200
+++ new/krunner-5.4.0/CMakeLists.txt2014-11-02 13:18:03.0 +0100
@@ -3,7 +3,7 @@
 project(KRunner)
 
 # ECM setup
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -15,8 +15,8 @@
 include(KDECompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.4.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
 VARIABLE_PREFIX KRUNNER
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/krunner-5.3.0/po/uk/plasma_runner_example_homefiles.po 
new/krunner-5.4.0/po/uk/plasma_runner_example_homefiles.po
--- old/krunner-5.3.0/po/uk/plasma_runner_example_homefiles.po  2014-10-04 
19:11:22.0 +0200
+++ new/krunner-5.4.0/po/uk/plasma_runner_example_homefiles.po  2014-11-02 
13:18:03.0 +0100
@@ -1,5 +1,7 @@
-# Copyright (C) YEAR This_file_is_part_of_KDE
-# This file is distributed under the same license as the PACKAGE package.
+# Translation of plasma_runner_example_homefiles.po to Ukrainian
+# Copyright (C) 2014 This_file_is_part_of_KDE
+# This file is distributed under the license LGPL version 2.1 or
+# version 3 or later versions approved by the membership of KDE e.V.
 #
 # Yuri Chornoivan , 2014.
 msgid ""

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



commit attica-qt5 for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package attica-qt5 for openSUSE:Factory 
checked in at 2014-11-11 01:08:35

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


Package is "attica-qt5"

Changes:

--- /work/SRC/openSUSE:Factory/attica-qt5/attica-qt5.changes2014-10-07 
15:58:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.attica-qt5.new/attica-qt5.changes   
2014-11-11 01:08:36.0 +0100
@@ -1,0 +2,8 @@
+Sun Nov  2 17:46:38 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * Fix build with Qt 5.4
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  attica-5.3.0.tar.xz

New:

  attica-5.4.0.tar.xz



Other differences:
--
++ attica-qt5.spec ++
--- /var/tmp/diff_new_pack.rsenIa/_old  2014-11-11 01:08:38.0 +0100
+++ /var/tmp/diff_new_pack.rsenIa/_new  2014-11-11 01:08:38.0 +0100
@@ -21,7 +21,7 @@
 %define _libname KF5Attica
 
 Name:   attica-qt5
-Version:5.3.0
+Version:5.4.0
 Release:0
 Summary:Open Collaboration Service client library
 License:LGPL-2.1+
@@ -30,7 +30,7 @@
 Source: %{rname}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0

++ attica-5.3.0.tar.xz -> attica-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.3.0/CMakeLists.txt 
new/attica-5.4.0/CMakeLists.txt
--- old/attica-5.3.0/CMakeLists.txt 2014-10-03 19:53:02.0 +0200
+++ new/attica-5.4.0/CMakeLists.txt 2014-10-31 21:14:37.0 +0100
@@ -3,7 +3,7 @@
 project(Attica)
 
 # ECM setup
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -15,7 +15,7 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
 VARIABLE_PREFIX ATTICA
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.3.0/src/deletejob.h 
new/attica-5.4.0/src/deletejob.h
--- old/attica-5.3.0/src/deletejob.h2014-10-03 19:53:02.0 +0200
+++ new/attica-5.4.0/src/deletejob.h2014-10-31 21:14:37.0 +0100
@@ -40,7 +40,7 @@
 DeleteJob(PlatformDependent *internals, const QNetworkRequest &request);
 
 private:
-virtual QNetworkReply *executeRequest();
+QNetworkReply *executeRequest() Q_DECL_OVERRIDE;
 const QNetworkRequest m_request;
 };
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.3.0/src/downloaddescription.cpp 
new/attica-5.4.0/src/downloaddescription.cpp
--- old/attica-5.3.0/src/downloaddescription.cpp2014-10-03 
19:53:02.0 +0200
+++ new/attica-5.4.0/src/downloaddescription.cpp2014-10-31 
21:14:37.0 +0100
@@ -83,6 +83,16 @@
 return d->id;
 }
 
+QString Attica::DownloadDescription::category() const
+{
+return d->category;
+}
+
+int DownloadDescription::id() const
+{
+return d->id;
+}
+
 void DownloadDescription::setId(int id)
 {
 d->id = id;
@@ -98,6 +108,11 @@
 return d->distributionType;
 }
 
+QString Attica::DownloadDescription::distributionType() const
+{
+return d->distributionType;
+}
+
 void DownloadDescription::setDistributionType(const QString &distributionType)
 {
 d->distributionType = distributionType;
@@ -108,6 +123,11 @@
 return d->hasPrice;
 }
 
+bool Attica::DownloadDescription::hasPrice() const
+{
+return d->hasPrice;
+}
+
 void DownloadDescription::setHasPrice(bool hasPrice)
 {
 d->hasPrice = hasPrice;
@@ -118,6 +138,11 @@
 return d->type;
 }
 
+Attica::DownloadDescription::Type DownloadDescription::type() const
+{
+return d->type;
+}
+
 void DownloadDescription::setType(Attica::DownloadDescription::Type type)
 {
 d->type = type;
@@ -142,6 +167,11 @@
 return d->link;
 }
 
+QString Attica::DownloadDescription::link() const
+{
+return d->link;
+}
+
 void DownloadDescription::setLink(const QString &link)
 {
 d->link = link;
@@ -152,6 +182,11 @@
 return d->name;
 }
 
+QString Attica::DownloadDescription::name() const
+{
+return d->name;
+}
+
 void DownloadDescription::setName(

commit kdesignerplugin for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kdesignerplugin for openSUSE:Factory 
checked in at 2014-11-11 01:08:40

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


Package is "kdesignerplugin"

Changes:

--- /work/SRC/openSUSE:Factory/kdesignerplugin/kdesignerplugin.changes  
2014-10-07 15:58:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdesignerplugin.new/kdesignerplugin.changes 
2014-11-11 01:08:41.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:46:39 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kdesignerplugin-5.3.0.tar.xz

New:

  kdesignerplugin-5.4.0.tar.xz



Other differences:
--
++ kdesignerplugin.spec ++
--- /var/tmp/diff_new_pack.Ixpn0D/_old  2014-11-11 01:08:42.0 +0100
+++ /var/tmp/diff_new_pack.Ixpn0D/_new  2014-11-11 01:08:42.0 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   kdesignerplugin
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  kbookmarks-devel >= %{kf5_version}
 BuildRequires:  kcompletion-devel >= %{kf5_version}
 BuildRequires:  kconfigwidgets-devel >= %{kf5_version}
@@ -48,7 +48,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -88,12 +88,18 @@
 %postun -p /sbin/ldconfig
 
 %files lang -f %{name}5.lang
+%defattr(-,root,root)
+%doc %lang(de) %{_kf5_mandir}/de
+%doc %lang(nl) %{_kf5_mandir}/nl
+%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR
+%doc %lang(sv) %{_kf5_mandir}/sv
+%doc %lang(uk) %{_kf5_mandir}/uk
 
 %files
 %defattr(-,root,root)
 %doc COPYING* README*
 %{_kf5_bindir}/kgendesignerplugin
-%{_kf5_mandir}/man1/kgendesignerplugin.*
+%doc %lang(en) %{_kf5_mandir}/*/kgendesignerplugin.*
 %{_kf5_datadir}/widgets/
 %dir %{_kf5_plugindir}
 %{_kf5_plugindir}/designer/

++ kdesignerplugin-5.3.0.tar.xz -> kdesignerplugin-5.4.0.tar.xz ++
 3662 lines of diff (skipped)

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



commit kdesu for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kdesu for openSUSE:Factory checked 
in at 2014-11-11 01:08:48

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


Package is "kdesu"

Changes:

--- /work/SRC/openSUSE:Factory/kdesu/kdesu.changes  2014-10-07 
15:58:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdesu.new/kdesu.changes 2014-11-11 
01:08:53.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:46:42 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kdesu-5.3.0.tar.xz

New:

  kdesu-5.4.0.tar.xz



Other differences:
--
++ kdesu.spec ++
--- /var/tmp/diff_new_pack.iPZTKU/_old  2014-11-11 01:08:54.0 +0100
+++ /var/tmp/diff_new_pack.iPZTKU/_new  2014-11-11 01:08:54.0 +0100
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Su5
 Name:   kdesu
-Version:5.3.0
+Version:5.4.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -34,7 +34,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 # PATCH-FIX-OPENSUSE fpie.patch -- make kdesud compile/link with -(f)pie flags
 Patch0: fpie.patch

++ kdesu-5.3.0.tar.xz -> kdesu-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.3.0/CMakeLists.txt 
new/kdesu-5.4.0/CMakeLists.txt
--- old/kdesu-5.3.0/CMakeLists.txt  2014-10-04 19:02:54.0 +0200
+++ new/kdesu-5.4.0/CMakeLists.txt  2014-11-02 13:10:06.0 +0100
@@ -2,7 +2,7 @@
 
 project(KDESu)
 
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -12,8 +12,8 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.4.0") # handled by release scripts
 find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Service ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Pty ${KF5_DEP_VERSION} REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.3.0/po/it/kdesud5.po 
new/kdesu-5.4.0/po/it/kdesud5.po
--- old/kdesu-5.3.0/po/it/kdesud5.po2014-10-04 19:02:54.0 +0200
+++ new/kdesu-5.4.0/po/it/kdesud5.po2014-11-02 13:10:06.0 +0100
@@ -1,37 +1,36 @@
-# Copyright (C) YEAR This_file_is_part_of_KDE
-# This file is distributed under the same license as the PACKAGE package.
+# translation of kdesud.po to Italian
+# Copyright (C) 2007 Free Software Foundation, Inc.
+# Andrea Rizzi , 2007.
 #
-# Vincenzo Reale , 2014.
 msgid ""
 msgstr ""
-"Project-Id-Version: kdesud5\n"
+"Project-Id-Version: kdesud\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-05-14 08:07+\n"
-"PO-Revision-Date: 2014-04-14 21:14+0200\n"
-"Last-Translator: Vincenzo Reale \n"
+"PO-Revision-Date: 2007-09-22 09:50+0200\n"
+"Last-Translator: Andrea Rizzi \n"
 "Language-Team: Italian \n"
 "Language: it\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 1.5\n"
 
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Vincenzo Reale"
+msgstr "Federico Cozzi"
 
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "smart2...@baslug.org"
+msgstr "federico.co...@sns.it"
 
 #: kdesud.cpp:264
 msgid "KDE su daemon"
-msgstr "Demone su per KDE"
+msgstr "Demone su di KDE"
 
 #: kdesud.cpp:265
 msgid "Daemon used by kdesu"
-msgstr "Demone utilizzato da kdesu"
+msgstr "Demone usato da Kdesu"
 
 #: kdesud.cpp:267
 msgid "Copyright (c) 1999,2000 Geert Jansen"

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



commit gmp for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package gmp for openSUSE:Factory checked in 
at 2014-11-10 22:15:21

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


Package is "gmp"

Changes:

--- /work/SRC/openSUSE:Factory/gmp/gmp.changes  2014-01-13 16:53:00.0 
+0100
+++ /work/SRC/openSUSE:Factory/.gmp.new/gmp.changes 2014-11-10 
22:15:23.0 +0100
@@ -1,0 +2,42 @@
+Fri Nov  7 00:41:24 UTC 2014 - afaer...@suse.de
+
+- Fix tarball directory name to unbreak build
+
+---
+Wed Mar 26 09:39:48 UTC 2014 - rguent...@suse.com
+
+- Update to GMP 6.0.0 release.
+  * includes powerpc64le support and obsoletes
+gmp-support-powerpc64le-linux.patch and gmp-ppc64le-mod.patch
+  * The function mpz_invert now considers any number invertible in Z/1Z
+  * The mpn multiply code now handles operands of more than 2^31 limbs
+correctly
+  * Plain division of large operands is faster and more monotonous in
+operand size
+  * Major speedup for ARM, in particular ARM Cortex-A15, thanks to improved
+assembly.
+  * Speedup for Intel Sandy Bridge, Ivy Bridge, Haswell, thanks to rewritten
+and vastly expanded assembly support.  Speedup also for the older Core 2
+and Nehalem.
+  * Faster mixed arithmetic between mpq_class and double.
+  * With g++, optimise more operations when one argument is a simple
+constant.
+  * Support for ARM64 alias Aarch64 alias ARMv8.
+  * New public functions mpn_sec_mul and mpn_sec_sqr, implementing
+side-channel
+silent multiplication and squaring.
+  * New public functions mpn_sec_div_qr and mpn_sec_div_r, implementing
+side-channel silent division.
+  * New public functions mpn_cnd_add_n and mpn_cnd_sub_n.  Side-channel
+silent conditional addition and subtraction.
+  * New public function mpn_sec_powm, implementing side-channel silent
+modexp.
+  * New public function mpn_sec_invert, implementing side-channel silent
+modular inversion.
+  * Better support for applications which use the mpz_t type, but
+nevertheless need to call some of the lower-level mpn functions.  See
+the documentation for mpz_limbs_read and related functions.
+- gmp-6.0.0-ppc64-gcd.diff: Fix build on ppc64 and ppc64le
+- Fix build on SLE11 by not using %configure
+
+---

Old:

  gmp-5.1.3.tar.bz2
  gmp-ppc64le-mod.patch
  gmp-support-powerpc64le-linux.patch

New:

  gmp-6.0.0-ppc64-gcd.diff
  gmp-6.0.0a.tar.bz2



Other differences:
--
++ gmp.spec ++
--- /var/tmp/diff_new_pack.fkKxGZ/_old  2014-11-10 22:15:24.0 +0100
+++ /var/tmp/diff_new_pack.fkKxGZ/_new  2014-11-10 22:15:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gmp
 #
-# 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
@@ -22,7 +22,7 @@
 %ifarch ppc64
 Obsoletes:  gmp-64bit
 %endif
-Version:5.1.3
+Version:6.0.0a
 Release:0
 Summary:The GNU MP Library
 License:GPL-3.0+ and LGPL-3.0+
@@ -31,8 +31,7 @@
 Source: ftp://ftp.gmplib.org/pub/%{name}/%{name}-%{version}.tar.bz2
 Source2:baselibs.conf
 Patch0: gmp-noexec.diff
-Patch1: gmp-support-powerpc64le-linux.patch
-Patch2: gmp-ppc64le-mod.patch
+Patch1: gmp-6.0.0-ppc64-gcd.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -73,19 +72,22 @@
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-6.0.0
 %ifnarch %arm
 %patch0
-%endif
 %patch1 -p1
-%patch2 -p1
+%endif
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -fexceptions";
-%configure \
+export CFLAGS="$RPM_OPT_FLAGS -fexceptions"
+# Do not use %%configure here, that will break build on SLE11 because
+# there we pass a mismatched --target.  See bnc#870358.
+./configure \
+   --host=%{_host} --build=%{_build} \
+   --prefix=%{_prefix} \
+   --libdir=%{_libdir} \
 --enable-cxx \
---enable-fat \
---enable-mpbsd
+--enable-fat
 make %{?_smp_mflags}
 
 %check

++ gmp-6.0.0-ppc64-gcd.diff ++

# HG changeset patch
# User Torbjorn Granlund 
# Date 1395835068 -3600
# Node ID 4a6d258b467f661da0894cc60ecd060f2e3c67c7
# Parent  301ce2788826a2d4d2725bd5cf01e998638db37a
Provide default for BMOD_1_TO_MOD_1_THRESHOLD.

diff -r 301ce2788826 -r 4a6d258b467f mpn/powerpc64/mode64/gcd_1.asm
--- a/mpn/powerpc64/mode64/gcd_1.asmTue Mar 25 15:34:52 2014 +0100
+++ b/mpn/powerpc64/

commit permissions for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package permissions for openSUSE:Factory 
checked in at 2014-11-10 22:15:19

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


Package is "permissions"

Changes:

--- /work/SRC/openSUSE:Factory/permissions/permissions.changes  2014-08-29 
17:42:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.permissions.new/permissions.changes 
2014-11-10 22:15:20.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov  5 16:07:01 UTC 2014 - meiss...@suse.com
+
+- %{_bindir}/get_printing_ticket turned to mode 700, setuid root no longer 
needed (bnc#685093)
+- permissions: incorporating squid changes from bnc#891268
+- hint that chkstat --system --set needs to be run after editing bnc#895647
+
+---

Old:

  permissions-2014.08.26.1452.tar.bz2

New:

  permissions-2014.11.05.1706.tar.bz2



Other differences:
--
++ permissions.spec ++
--- /var/tmp/diff_new_pack.nZIeXs/_old  2014-11-10 22:15:21.0 +0100
+++ /var/tmp/diff_new_pack.nZIeXs/_new  2014-11-10 22:15:21.0 +0100
@@ -20,7 +20,7 @@
 BuildRequires:  libcap-devel
 
 Name:   permissions
-Version:2014.08.26.1452
+Version:2014.11.05.1706
 Release:0
 Provides:   aaa_base:/etc/permissions
 PreReq: %fillup_prereq

++ permissions-2014.08.26.1452.tar.bz2 -> 
permissions-2014.11.05.1706.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/permissions-2014.08.26.1452/permissions.easy 
new/permissions-2014.11.05.1706/permissions.easy
--- old/permissions-2014.08.26.1452/permissions.easy2014-08-26 
14:52:59.0 +0200
+++ new/permissions-2014.11.05.1706/permissions.easy2014-11-05 
17:06:34.0 +0100
@@ -76,6 +76,14 @@
 # from the squid package
 /usr/sbin/pam_auth  root:shadow   4755
 
+# squid changes from bnc#891268
+/var/cache/squidsquid:root0750
+/var/log/squid  squid:root0750
+/usr/sbin/pingerroot:squid0750
+ +capabilities cap_net_raw=ep
+/usr/sbin/basic_pam_authroot:shadow   2750
+
+
 # still to be converted to utempter
 /usr/lib/gnome-pty-helper   root:utmp 2755
 
@@ -137,9 +145,9 @@
 /usr/sbin/change-passwd root:root 4755
 
 #
-# smb printing with kerberos authentication (#177114)
+# smb printing with kerberos authentication (bnc#177114) (bnc#685093)
 #
-/usr/bin/get_printing_ticketroot:lp   4750
+/usr/bin/get_printing_ticketroot:lp   0700
 
 #
 # networking (need root for the privileged socket)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/permissions-2014.08.26.1452/permissions.local 
new/permissions-2014.11.05.1706/permissions.local
--- old/permissions-2014.08.26.1452/permissions.local   2014-08-26 
14:52:59.0 +0200
+++ new/permissions-2014.11.05.1706/permissions.local   2014-11-05 
17:06:34.0 +0100
@@ -1,6 +1,10 @@
 #
 # /etc/permissions.local
 #
+# After editing this file run
+#  chkstat --system --set
+# to apply the changes.
+#
 # This file is used by chkstat (and indirectly by various RPM package scripts)
 # to check or set the modes and ownerships of files and directories in
 # the installation.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/permissions-2014.08.26.1452/permissions.paranoid 
new/permissions-2014.11.05.1706/permissions.paranoid
--- old/permissions-2014.08.26.1452/permissions.paranoid2014-08-26 
14:52:59.0 +0200
+++ new/permissions-2014.11.05.1706/permissions.paranoid2014-11-05 
17:06:34.0 +0100
@@ -91,6 +91,13 @@
 # from the squid package
 /usr/sbin/pam_auth  root:shadow   0755
 
+# squid changes from bnc#891268
+/var/cache/squidsquid:root0750
+/var/log/squid  squid:root0750
+/usr/sbin/pingerroot:squid0750
+/usr/sbin/basic_pam_authroot:shadow   0750
+
+
 # still to be converted to utempter
 /usr/lib/gnome-pty-helper   root:utmp 0755
 
@@ -153,9 +160,9 @@
 /usr/sbin/change-passwd root:root 0755
 
 #
-

commit rubygem-timers for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-timers for openSUSE:Factory 
checked in at 2014-11-10 22:15:28

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


Package is "rubygem-timers"

Changes:

New Changes file:

--- /dev/null   2014-10-24 22:03:51.036034256 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-timers.new/rubygem-timers.changes   
2014-11-10 22:15:29.0 +0100
@@ -0,0 +1,53 @@
+---
+Fri Oct 24 08:13:26 UTC 2014 - tboer...@suse.com
+
+- Updated to version 4.0.1
+  - 4.0.1
+- Memory leak fixes
+- mathn fix for those crazy enough to use it
+  - 4.0.0
+- Replace Timers::Timeout with Timers::Wait
+- Timers::Group#wait_interval now returns nil when no timers,
+  a postive or negative interval which if positive is the amount
+  of time required to wait and if negative, how far in the past
+  the latest timer should have fired
+- Performance improvements
+  - 3.0.1
+- Require 'set' automatically
+  - 3.0.0
+- Refactor Timers class into Timers::Group
+- Add Timers::Timeout class for implementing timeouts
+- Fix timer fudging
+- Update to RSpec 3
+
+---
+Fri Oct 10 08:37:58 UTC 2014 - fcaste...@suse.com
+
+- update to new packaging scheme and add gem2rpm.yml
+
+---
+Sun Jan  5 14:39:43 UTC 2014 - co...@suse.com
+
+- updated to version 2.0.0
+ * Switch to Hitimes for high precision monotonic counters
+ * Removed Timers#time. Replaced with Timers#current_offset which provides a
+   monotonic time counter.
+
+---
+Sun Jan 20 07:23:56 UTC 2013 - co...@suse.com
+
+- updated to version 1.1.0
+ * Timers#after_milliseconds and #after_ms for waiting in milliseconds
+
+---
+Mon Dec 24 12:11:37 UTC 2012 - co...@suse.com
+
+- updated to version 1.0.2
+ * Handle overdue timers correctly
+ * Explicitly require Forwardable from stdlib
+
+---
+Mon Jul 30 09:43:09 UTC 2012 - co...@suse.com
+
+- initial package
+

New:

  rubygem-timers.changes
  rubygem-timers.spec
  timers-4.0.1.gem



Other differences:
--
++ rubygem-timers.spec ++
#
# spec file for package rubygem-timers
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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

Name:   rubygem-timers
Version:4.0.1
Release:0
%define mod_name timers
%define mod_full_name %{mod_name}-%{version}
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  ruby-macros >= 5
BuildRequires:  %{ruby}
BuildRequires:  %{rubygem gem2rpm}
Url:https://github.com/celluloid/timers
Source: http://rubygems.org/gems/%{mod_full_name}.gem
Summary:Schedule procs to run after a certain time, or at periodic
License:MIT
Group:  Development/Languages/Ruby

%description
Pure Ruby one-shot and periodic timers.

%prep

%build

%install
%gem_install \
  --doc-files="CHANGES.md LICENSE README.md" \
  -f

%gem_packages

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



commit qucs for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package qucs for openSUSE:Factory checked in 
at 2014-11-10 17:27:42

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


Package is "qucs"

Changes:

--- /work/SRC/openSUSE:Factory/qucs/qucs.changes2013-07-05 
15:11:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.qucs.new/qucs.changes   2014-11-10 
17:27:47.0 +0100
@@ -1,0 +2,8 @@
+Wed Oct  1 14:27:43 UTC 2014 - dmitr...@opensuse.org
+
+- Update to version 0.0.18
+  * See NEWS.md for details
+- Fix no-return-in-nonvoid-function
+  * qucs-no-return-in-nonvoid-function.patch
+
+---
@@ -11 +19 @@
-Tue Oct  2 19:47:23 UTC 2012 - dmi...@roshchin.org
+Tue Oct  2 19:47:23 UTC 2012 - dmitr...@opensuse.org
@@ -16 +24 @@
-Sun Sep 30 19:47:38 UTC 2012 - dmi...@roshchin.org
+Sun Sep 30 19:47:38 UTC 2012 - dmitr...@opensuse.org
@@ -22 +30 @@
-Sat Sep 29 08:52:27 UTC 2012 - dmi...@roshchin.org
+Sat Sep 29 08:52:27 UTC 2012 - dmitr...@opensuse.org
@@ -29 +37 @@
-Sat Aug 18 13:25:44 UTC 2012 - dmi...@roshchin.org
+Sat Aug 18 13:25:44 UTC 2012 - dmitr...@opensuse.org

Old:

  qucs-0.0.17.tar.gz

New:

  qucs-0.0.18.tar.gz
  qucs-no-return-in-nonvoid-function.patch



Other differences:
--
++ qucs.spec ++
--- /var/tmp/diff_new_pack.7hJ4AR/_old  2014-11-10 17:27:49.0 +0100
+++ /var/tmp/diff_new_pack.7hJ4AR/_new  2014-11-10 17:27:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qucs
 #
-# 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,7 +17,7 @@
 
 
 Name:   qucs
-Version:0.0.17
+Version:0.0.18
 Release:0
 Summary:Circuit Simulator with Graphical User Interface (Qt)
 License:GPL-2.0 and GPL-2.0+
@@ -29,17 +29,20 @@
 Source2:%{name}.png
 # PATCH-FIX-OPENSUSE qucs-digisim-verilog.patch -- using verilog for digital 
simulation by default
 Patch1: qucs-digisim-verilog.patch
-
+# PATCH-FIX-UPSTREAM qucs-no-return-in-nonvoid-function.patch
+Patch2: qucs-no-return-in-nonvoid-function.patch
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  gperf
+# fix directory owner
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  libqt4-devel
 BuildRequires:  update-desktop-files
-
+Requires:   adms
+Requires:   asco
 Requires:   iverilog
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -49,44 +52,79 @@
 that simulation has finished you can view the simulation results on a
 presentation page or window.
 
+%package -n libqucs0
+Summary:Qucs library
+Group:  System/libraries
+
+%description -n libqucs0
+Qucs is an integrated circuit simulator which means you are able to
+setup a circuit with a graphical user interface (GUI) and simulate the
+large-signal, small-signal and noise behaviour of the circuit. After
+that simulation has finished you can view the simulation results on a
+presentation page or window.
+
+%packagedevel
+Summary:Development files fir QUCS library
+Group:  Development/Libraries/Other
+Requires:   libqucs0 = %{version}
+
+%descriptiondevel
+Qucs is an integrated circuit simulator which means you are able to
+setup a circuit with a graphical user interface (GUI) and simulate the
+large-signal, small-signal and noise behaviour of the circuit. After
+that simulation has finished you can view the simulation results on a
+presentation page or window.
+
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 cp %{SOURCE1} .
 cp %{SOURCE2} .
 
 %build
-%configure
+%configure \
+--disable-adms \
+--disable-asco
+
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %fdupes %{buildroot}/%{_datadir}/qucs/
 
+rm -rf %{buildroot}/%{_libdir}/libqucs.la
+
 install -Dm 644 %{name}.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 install -Dm 644 %{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
+# hicolor-icon-theme does not contain this size
+rm -rf %{buildroot}%{_datadir}/icons/hicolor/512x512/
 
 %suse_update_desktop_file %{name}
 
-%clean
-rm -rf %{buildroot}
+%post -n libqucs0 -p /sbin/ldconfig
+
+%postun -n libqucs0 -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
-%doc NEWS README COPYING
-%{_bindir}/alter
-%{_bindir}/asco
-%{_bindir}/asco-test
-%{_bindir}/log
-%{_bindir}/monte
-%{_bindir}/postp
+%defattr(-,root,root)
+%doc NEWS.md RE

commit pam_ldap for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package pam_ldap for openSUSE:Factory 
checked in at 2014-11-10 17:28:51

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


Package is "pam_ldap"

Changes:

--- /work/SRC/openSUSE:Factory/pam_ldap/pam_ldap.changes2014-08-20 
17:52:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.pam_ldap.new/pam_ldap.changes   2014-11-10 
17:29:10.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov  3 13:17:30 UTC 2014 - dims...@opensuse.org
+
+- Call autoreconf -fiv in place of autoreconf: ensure that
+  autoreconf is successful in newer versions too. 
+
+---



Other differences:
--
++ pam_ldap.spec ++
--- /var/tmp/diff_new_pack.Q7jx3z/_old  2014-11-10 17:29:11.0 +0100
+++ /var/tmp/diff_new_pack.Q7jx3z/_new  2014-11-10 17:29:11.0 +0100
@@ -57,7 +57,7 @@
 cp -v  %{S:1} .
 
 %build
-autoreconf
+autoreconf -fiv
 export CFLAGS="%optflags -fno-strict-aliasing"
 %configure --enable-nds \
--with-ldap-lib=openldap \

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



commit memcached for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package memcached for openSUSE:Factory 
checked in at 2014-11-10 17:28:54

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


Package is "memcached"

Changes:

--- /work/SRC/openSUSE:Factory/memcached/memcached.changes  2014-06-24 
15:16:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.memcached.new/memcached.changes 2014-11-10 
17:29:12.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 19:11:00 UTC 2014 - Led 
+
+- fix bashisms in pre script
+
+---



Other differences:
--
++ memcached.spec ++
--- /var/tmp/diff_new_pack.jLcmEf/_old  2014-11-10 17:29:15.0 +0100
+++ /var/tmp/diff_new_pack.jLcmEf/_new  2014-11-10 17:29:15.0 +0100
@@ -110,8 +110,8 @@
 %{__rm} -rf %{buildroot};
 
 %pre
-/usr/sbin/groupadd -r %{pkg_name} &>/dev/null || :
-/usr/sbin/useradd -g %{pkg_name} -s /bin/false -r -c "user for %{pkg_name}" -d 
%{home_dir} %{pkg_name} &>/dev/null || :
+/usr/sbin/groupadd -r %{pkg_name} >/dev/null 2>&1 || :
+/usr/sbin/useradd -g %{pkg_name} -s /bin/false -r -c "user for %{pkg_name}" -d 
%{home_dir} %{pkg_name} >/dev/null 2>&1 || :
 %if %{with systemd}
 %service_add_pre %{pkg_name}.service
 %endif

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



commit keepalived for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package keepalived for openSUSE:Factory 
checked in at 2014-11-10 17:28:55

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


Package is "keepalived"

Changes:

--- /work/SRC/openSUSE:Factory/keepalived/keepalived.changes2014-08-01 
07:08:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.keepalived.new/keepalived.changes   
2014-11-10 17:29:15.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 05:21:00 UTC 2014 - Led 
+
+- fix bashisms in pre script
+
+---



Other differences:
--
++ keepalived.spec ++
--- /var/tmp/diff_new_pack.tBmLLa/_old  2014-11-10 17:29:16.0 +0100
+++ /var/tmp/diff_new_pack.tBmLLa/_new  2014-11-10 17:29:16.0 +0100
@@ -83,8 +83,8 @@
 rm -rv %{buildroot}/etc/keepalived/samples/
 
 %pre
-/usr/sbin/groupadd -r %{name} &>/dev/null || :
-/usr/sbin/useradd -g %{name} -s /bin/false -r -c "Keepalived" -d 
%{_var}/lib/%{name} %{name} &>/dev/null || :
+/usr/sbin/groupadd -r %{name} >/dev/null 2>&1 || :
+/usr/sbin/useradd -g %{name} -s /bin/false -r -c "Keepalived" -d 
%{_var}/lib/%{name} %{name} >/dev/null 2>&1 || :
 %if 0%{?has_systemd}
 %service_add_pre %{name}.service %{name}.socket
 %endif

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



commit clamav for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package clamav for openSUSE:Factory checked 
in at 2014-11-10 17:28:56

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


Package is "clamav"

Changes:

--- /work/SRC/openSUSE:Factory/clamav/clamav.changes2014-07-04 
09:35:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.clamav.new/clamav.changes   2014-11-10 
17:29:16.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 02:31:00 UTC 2014 - Led 
+
+- fix bashism in pre script
+
+---



Other differences:
--
++ clamav.spec ++
--- /var/tmp/diff_new_pack.WxB888/_old  2014-11-10 17:29:17.0 +0100
+++ /var/tmp/diff_new_pack.WxB888/_new  2014-11-10 17:29:17.0 +0100
@@ -203,7 +203,7 @@
   if test -e $f.rpmnew; then
 echo "Merging $f and $f.rpmnew"
 %_sbindir/updateclamconf -v override="$OVERRIDE" $f $f.rpmnew > $f.tmp
-if test $? == 0; then
+if test $? = 0; then
   mv $f $f.old
   mv $f.tmp $f
 else



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



commit python-pandas for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package python-pandas for openSUSE:Factory 
checked in at 2014-11-10 17:28:42

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


Package is "python-pandas"

Changes:

--- /work/SRC/openSUSE:Factory/python-pandas/python-pandas.changes  
2014-10-22 16:23:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pandas.new/python-pandas.changes 
2014-11-10 17:28:57.0 +0100
@@ -1,0 +2,90 @@
+Sun Nov  9 15:40:36 UTC 2014 - toddrme2...@gmail.com
+
+- Updated to version 0.15.1:
+  + API changes
+- Represent ``MultiIndex`` labels with a dtype that utilizes memory based 
+  on the level size.
+- ``groupby`` with ``as_index=False`` will not add erroneous extra columns 
+  to result (:issue:`8582`):
+- ``groupby`` will not erroneously exclude columns if the column name 
+  conflics with the grouper name (:issue:`8112`):
+- ``concat`` permits a wider variety of iterables of pandas objects to be
+  passed as the first parameter (:issue:`8645`):
+- ``s.dt.hour`` and other ``.dt`` accessors will now return ``np.nan`` for 
+  missing values (rather than previously -1), (:issue:`8689`)
+- support for slicing with monotonic decreasing indexes, even if ``start`` 
+  or ``stop`` is not found in the index (:issue:`7860`):
+- added Index properties `is_monotonic_increasing` and 
+  `is_monotonic_decreasing` (:issue:`8680`).
+- pandas now also registers the ``datetime64`` dtype in matplotlib's units 
+  registry to plot such values as datetimes. 
+  + Enhancements
+- Added option to select columns when importing Stata files (:issue:`7935`)
+- Qualify memory usage in ``DataFrame.info()`` by adding ``+`` if it is a 
+  lower bound (:issue:`8578`)
+- Raise errors in certain aggregation cases where an argument such as 
+  ``numeric_only`` is not handled (:issue:`8592`).
+- Added support for 3-character ISO and non-standard country codes in 
+  :func:``io.wb.download()`` (:issue:`8482`)
+- :ref:`World Bank data requests ` now will warn/raise 
+  based on an ``errors`` argument, as well as a list of hard-coded country 
+  codes and the World Bank's JSON response.
+- Added option to ``Series.str.split()`` to return a ``DataFrame`` rather 
+  than a ``Series`` (:issue:`8428`)
+- Added option to ``df.info(null_counts=None|True|False)`` to override the 
+  default display options and force showing of the null-counts 
+  (:issue:`8701`)
+  + Bug Fixes
+- Bug in unpickling  of a ``CustomBusinessDay`` object (:issue:`8591`)
+- Bug in coercing ``Categorical`` to a records array, e.g. 
+  ``df.to_records()`` (:issue:`8626`)
+- Bug in ``Categorical`` not created properly with ``Series.to_frame()`` 
+  (:issue:`8626`)
+- Bug in coercing in astype of a ``Categorical`` of a passed 
+  ``pd.Categorical`` (this now raises ``TypeError`` correctly), 
+  (:issue:`8626`)
+- Bug in ``cut``/``qcut`` when using ``Series`` and ``retbins=True`` 
+  (:issue:`8589`)
+- Bug in writing Categorical columns to an SQL database with ``to_sql`` 
+  (:issue:`8624`).
+- Bug in comparing ``Categorical`` of datetime raising when being compared 
+  to a scalar datetime (:issue:`8687`)
+- Bug in selecting from a ``Categorical`` with ``.iloc`` (:issue:`8623`)
+- Bug in groupby-transform with a Categorical (:issue:`8623`)
+- Bug in duplicated/drop_duplicates with a Categorical (:issue:`8623`)
+- Bug in ``Categorical`` reflected comparison operator raising if the 
first 
+  argument was a numpy array scalar (e.g. np.int64) (:issue:`8658`)
+- Bug in Panel indexing with a list-like (:issue:`8710`)
+- Compat issue is ``DataFrame.dtypes`` when 
+  ``options.mode.use_inf_as_null`` is True (:issue:`8722`)
+- Bug in ``read_csv``, ``dialect`` parameter would not take a string 
+  (:issue: `8703`)
+- Bug in slicing a multi-index level with an empty-list (:issue:`8737`)
+- Bug in numeric index operations of add/sub with Float/Index Index with 
+  numpy arrays (:issue:`8608`)
+- Bug in setitem with empty indexer and unwanted coercion of dtypes 
+  (:issue:`8669`)
+- Bug in ix/loc block splitting on setitem (manifests with integer-like 
+  dtypes, e.g. datetime64) (:issue:`8607`)
+- Bug when doing label based indexing with integers not found in the index 
+  for non-unique but monotonic indexes (:issue:`8680`).
+- Bug when indexing a Float64Index with ``np.nan`` on numpy 1.7 
+  (:issue:`8980`).
+- Fix ``shape`` attribute for ``MultiIndex`` (:issue:`8609`)
+- Bug in ``GroupBy`` where a name conflict between the grouper and columns
+  

commit gtkwave for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package gtkwave for openSUSE:Factory checked 
in at 2014-11-10 17:28:41

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


Package is "gtkwave"

Changes:

--- /work/SRC/openSUSE:Factory/gtkwave/gtkwave.changes  2014-09-03 
19:56:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtkwave.new/gtkwave.changes 2014-11-10 
17:28:54.0 +0100
@@ -1,0 +2,6 @@
+Sat Nov  8 09:04:17 UTC 2014 - dmitr...@opensuse.org
+
+- Update to version 3.3.63
+  * bugfix release, see included ChangeLog file for details
+
+---

Old:

  gtkwave-3.3.62.tar.gz

New:

  gtkwave-3.3.63.tar.gz



Other differences:
--
++ gtkwave.spec ++
--- /var/tmp/diff_new_pack.e0KFTg/_old  2014-11-10 17:28:56.0 +0100
+++ /var/tmp/diff_new_pack.e0KFTg/_new  2014-11-10 17:28:56.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gtkwave
-Version:3.3.62
+Version:3.3.63
 Release:0
 Summary:Waveform viewer for Ditital Signals
 License:GPL-2.0+

++ gtkwave-3.3.62.tar.gz -> gtkwave-3.3.63.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkwave-3.3.62/ChangeLog new/gtkwave-3.3.63/ChangeLog
--- old/gtkwave-3.3.62/ChangeLog2014-08-29 20:12:07.0 +0200
+++ new/gtkwave-3.3.63/ChangeLog2014-11-07 01:41:05.0 +0100
@@ -1484,3 +1484,8 @@
interface (dbus enabled by --with-gconf).
Updated LZ4 to version r120 (r121 files are the same).
Compiler warnings fixes for gtk+-1.2 (-Wall -Wshadow -Wextra).
+3.3.63 06nov14 Updated LZ4 for version r123.
+   Added fine horiz scrolling in wavewindow (when using the wheel
+   on a mouse) if shift pressed.
+   Timescale fix for Verilator where it emits 0ps as a timescale.
+   Added sample gtkwave.appdata.xml file in share/appdata.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkwave-3.3.62/LICENSE.TXT 
new/gtkwave-3.3.63/LICENSE.TXT
--- old/gtkwave-3.3.62/LICENSE.TXT  2014-07-18 00:57:58.0 +0200
+++ new/gtkwave-3.3.63/LICENSE.TXT  2014-09-03 18:14:43.0 +0200
@@ -1,6 +1,6 @@
 ##
 
-GTKWave 3.3.62 Wave Viewer is Copyright (C) 1999-2014 Tony Bybell.  
+GTKWave 3.3.63 Wave Viewer is Copyright (C) 1999-2014 Tony Bybell.  
 Portions of GTKWave are Copyright (C) 1999-2014 Udi Finkelstein. 
 Context support is Copyright (C) 2007-2014 Kermin Elliott Fleming.
 Trace group support is  Copyright (C) 2009-2014 Donald Baltus.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkwave-3.3.62/configure new/gtkwave-3.3.63/configure
--- old/gtkwave-3.3.62/configure2014-08-11 02:05:26.0 +0200
+++ new/gtkwave-3.3.63/configure2014-11-07 01:41:05.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gtkwave 3.3.62.
+# Generated by GNU Autoconf 2.69 for gtkwave 3.3.63.
 #
 # Report bugs to .
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='gtkwave'
 PACKAGE_TARNAME='gtkwave'
-PACKAGE_VERSION='3.3.62'
-PACKAGE_STRING='gtkwave 3.3.62'
+PACKAGE_VERSION='3.3.63'
+PACKAGE_STRING='gtkwave 3.3.63'
 PACKAGE_BUGREPORT='byb...@rocketmail.com'
 PACKAGE_URL=''
 
@@ -1383,7 +1383,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures gtkwave 3.3.62 to adapt to many kinds of systems.
+\`configure' configures gtkwave 3.3.63 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1449,7 +1449,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of gtkwave 3.3.62:";;
+ short | recursive ) echo "Configuration of gtkwave 3.3.63:";;
esac
   cat <<\_ACEOF
 
@@ -1595,7 +1595,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gtkwave configure 3.3.62
+gtkwave configure 3.3.63
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2239,7 +2239,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by gtkwave $as_me 3.3.62, which was
+It was created by gtkwave $as_me 3.3.63, which was
 generated by GN

commit solfege for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package solfege for openSUSE:Factory checked 
in at 2014-11-10 17:28:48

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


Package is "solfege"

Changes:

--- /work/SRC/openSUSE:Factory/solfege/solfege.changes  2013-09-26 
07:19:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.solfege.new/solfege.changes 2014-11-10 
17:29:08.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 10 00:22:00 UTC 2014 - Led 
+
+- fix bashism in post script
+
+---



Other differences:
--
++ solfege.spec ++
--- /var/tmp/diff_new_pack.Fo4mcv/_old  2014-11-10 17:29:09.0 +0100
+++ /var/tmp/diff_new_pack.Fo4mcv/_new  2014-11-10 17:29:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package solfege
 #
-# 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
@@ -96,7 +96,7 @@
 
 %post
 /sbin/ldconfig
-if test -a /dev/music;
+if test -e /dev/music;
 then break;
 else mknod /dev/music u 14 8 > /dev/null;
 fi

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



commit nss_ldap for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package nss_ldap for openSUSE:Factory 
checked in at 2014-11-10 17:28:49

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


Package is "nss_ldap"

Changes:

--- /work/SRC/openSUSE:Factory/nss_ldap/nss_ldap.changes2014-09-06 
16:59:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.nss_ldap.new/nss_ldap.changes   2014-11-10 
17:29:09.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov  3 13:01:12 UTC 2014 - dims...@opensuse.org
+
+- Call autoreconf -fiv in place of autoreconf: ensure that
+  autoreconf is successful in newer versions too.
+
+---



Other differences:
--
++ nss_ldap.spec ++
--- /var/tmp/diff_new_pack.oqtrZO/_old  2014-11-10 17:29:10.0 +0100
+++ /var/tmp/diff_new_pack.oqtrZO/_new  2014-11-10 17:29:10.0 +0100
@@ -72,7 +72,7 @@
 cp -v %{S:1} .
 
 %build
-autoreconf
+autoreconf -fiv
 CFLAGS="$RPM_OPT_FLAGS" \
 CPPFLAGS="-I/usr/include/sasl -DINET6" \
 ./configure --prefix=/usr \

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



commit icecast for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package icecast for openSUSE:Factory checked 
in at 2014-11-10 17:28:46

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


Package is "icecast"

Changes:

--- /work/SRC/openSUSE:Factory/icecast/icecast.changes  2014-05-26 
14:40:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.icecast.new/icecast.changes 2014-11-10 
17:29:04.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 04:42:00 UTC 2014 - Led 
+
+- fix bashisms in pre script
+
+---



Other differences:
--
++ icecast.spec ++
--- /var/tmp/diff_new_pack.QHJgLA/_old  2014-11-10 17:29:06.0 +0100
+++ /var/tmp/diff_new_pack.QHJgLA/_new  2014-11-10 17:29:06.0 +0100
@@ -110,8 +110,8 @@
 %{?buildroot:%__rm -rf %{buildroot}}
 
 %pre
-/usr/sbin/groupadd -r %{name} &>/dev/null || :
-/usr/sbin/useradd  -g %{name} -s /bin/false -r -c "Icecast streaming server" 
-d %{_localstatedir}/lib/%{name} %{name} &>/dev/null || :
+/usr/sbin/groupadd -r %{name} >/dev/null 2>&1 || :
+/usr/sbin/useradd  -g %{name} -s /bin/false -r -c "Icecast streaming server" 
-d %{_localstatedir}/lib/%{name} %{name} >/dev/null 2>&1 || :
 %if 0%{?suse_version} > 1140
 %service_add_pre %{name}.service
 %endif

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



commit apache2-mod_evasive for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package apache2-mod_evasive for 
openSUSE:Factory checked in at 2014-11-10 17:28:34

Comparing /work/SRC/openSUSE:Factory/apache2-mod_evasive (Old)
 and  /work/SRC/openSUSE:Factory/.apache2-mod_evasive.new (New)


Package is "apache2-mod_evasive"

Changes:

--- /work/SRC/openSUSE:Factory/apache2-mod_evasive/apache2-mod_evasive.changes  
2014-10-15 08:52:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache2-mod_evasive.new/apache2-mod_evasive.changes 
2014-11-10 17:28:46.0 +0100
@@ -1,0 +2,5 @@
+Fri Oct 31 08:34:11 UTC 2014 - pgaj...@suse.com
+
+- use apache rpm macros
+
+---



Other differences:
--
++ apache2-mod_evasive.spec ++
--- /var/tmp/diff_new_pack.lbZN0C/_old  2014-11-10 17:28:47.0 +0100
+++ /var/tmp/diff_new_pack.lbZN0C/_new  2014-11-10 17:28:47.0 +0100
@@ -16,6 +16,11 @@
 #
 
 
+%if "%apache_branch" == "2.4"
+%define ap_suffix 24
+%else
+%define ap_suffix 20
+%endif
 Name:   apache2-mod_evasive
 Version:1.10.1
 Release:0
@@ -33,24 +38,12 @@
 Source2:mod_evasive.conf
 Patch1: modev-return.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  apache-rpm-macros
 BuildRequires:  apache2-devel
 BuildRequires:  apache2-prefork
 BuildRequires:  curl-devel
 BuildRequires:  gcc-c++
 BuildRequires:  pcre-devel
-
-%define apache_branch %(rpm -q --qf %%{version} apache2 | grep -E -o 
"2\\.[0-9]+")
-%if "%{apache_branch}" == "2.4"
-  %define ap_suffix 24
-  %define apxs %{_bindir}/apxs2
-%else
-  %define ap_suffix 20
-  %define apxs %{_sbindir}/apxs2
-%endif
-%define apache_libexecdir %(%apxs -q LIBEXECDIR)
-%define apache_sysconfdir %(%apxs -q SYSCONFDIR)
-%define apache_mmn%(MMN=$(%apxs -q LIBEXECDIR)_MMN; test -x $MMN && 
$MMN)
-
 Requires:   %apache_mmn
 Requires:   apache2
 
@@ -75,13 +68,13 @@
 sed -i 's/evasive20_module/evasive24_module/' mod_evasive%{ap_suffix}.c
 sed -i 's/evasive20/evasive24/g' mod_evasive.conf
 %endif
-%apxs -Wc,"%{optflags}" -c mod_evasive%{ap_suffix}.c
+%apache_apxs -Wc,"%{optflags}" -c mod_evasive%{ap_suffix}.c
 
 %install
 b="%buildroot"
 mkdir -p "$b/%apache_libexecdir" "$b/%apache_sysconfdir/conf.d"
 
-%apxs -i -S LIBEXECDIR="%buildroot/%apache_libexecdir" \
+%apache_apxs -i -S LIBEXECDIR="%buildroot/%apache_libexecdir" \
-n mod_evasive%{ap_suffix}.so mod_evasive%{ap_suffix}.la;
 cp -a mod_evasive.conf "$b/%apache_sysconfdir/conf.d/";
 perl -i -pe "s{/usr/lib/}{%_libdir/}g" \

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



commit ungifsicle for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package ungifsicle for openSUSE:Factory 
checked in at 2014-11-10 17:28:40

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


Package is "ungifsicle"

Changes:

--- /work/SRC/openSUSE:Factory/ungifsicle/ungifsicle.changes2011-11-28 
12:58:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.ungifsicle.new/ungifsicle.changes   
2014-11-10 17:28:53.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov  8 00:55:50 UTC 2014 - crrodrig...@opensuse.org
+
+- Only pkgconfig(x11) is required, not xorg-x11-devel metapackage. 
+
+---



Other differences:
--
++ ungifsicle.spec ++
--- /var/tmp/diff_new_pack.Prm7ae/_old  2014-11-10 17:28:54.0 +0100
+++ /var/tmp/diff_new_pack.Prm7ae/_new  2014-11-10 17:28:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ungifsicle
 #
-# Copyright (c) 2011 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
@@ -16,18 +16,18 @@
 #
 
 
-
 Name:   ungifsicle
-BuildRequires:  libtool xorg-x11 xorg-x11-devel
-License:GPL-2.0+
-Group:  Productivity/Graphics/Other
+BuildRequires:  libtool
+BuildRequires:  pkgconfig(x11)
 Version:1.39
-Release:1
+Release:0
 Url:http://www.lcdf.org/gifsicle/
 Source0:http://www.lcdf.org/gifsicle/ungifsicle-1.39.tar.bz2
 Patch0: bugzilla-395358-64bit-va-list-null.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Creating and editing, GIF images and animations
+License:GPL-2.0+
+Group:  Productivity/Graphics/Other
 
 %description
 Gifsicle twaddles GIF image files in a variety of ways. It is better

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



commit xdotool for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package xdotool for openSUSE:Factory checked 
in at 2014-11-10 17:28:27

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


Package is "xdotool"

Changes:

--- /work/SRC/openSUSE:Factory/xdotool/xdotool.changes  2013-03-14 
15:36:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.xdotool.new/xdotool.changes 2014-11-10 
17:28:34.0 +0100
@@ -1,0 +2,8 @@
+Sat Nov  1 15:22:22 UTC 2014 - crrodrig...@opensuse.org
+
+-  Switch to individual pkgconfig() build requires 
+   instead of using metapackage xorg-x11-devel
+- "as-needed" build works, remove SUSE_ASNEEDED workaround.
+- xdotool-devel requires pkgconfig(x11)
+
+---



Other differences:
--
++ xdotool.spec ++
--- /var/tmp/diff_new_pack.i3mgsz/_old  2014-11-10 17:28:36.0 +0100
+++ /var/tmp/diff_new_pack.i3mgsz/_new  2014-11-10 17:28:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xdotool
 #
-# 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
@@ -27,7 +27,9 @@
 Url:http://www.semicomplete.com/projects/xdotool/
 BuildRequires:  gcc-c++
 BuildRequires:  make
-BuildRequires:  xorg-x11-devel
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xinerama)
+BuildRequires:  pkgconfig(xtst)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -39,6 +41,7 @@
 Summary:Development and Library files
 Group:  Development/Libraries/X11
 Requires:   %{name} = %{version}
+Requires:   pkgconfig(x11)
 
 %description devel
 This tool lets you programatically (or manually) simulate keyboard input and
@@ -53,7 +56,6 @@
 %build
 # Fix file permissions
 chmod 0644 examples/ffsp.sh
-export SUSE_ASNEEDED=0
 export WARNFLAGS="$RPM_OPT_FLAGS"
 %__make %{?_smp_mflags}
 

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



commit xbanner for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package xbanner for openSUSE:Factory checked 
in at 2014-11-10 17:28:20

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


Package is "xbanner"

Changes:

--- /work/SRC/openSUSE:Factory/xbanner/xbanner.changes  2014-10-23 
14:20:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.xbanner.new/xbanner.changes 2014-11-10 
17:28:28.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov  5 11:30:50 UTC 2014 - dims...@opensuse.org
+
+- Add imake BuildRequires: needed for xmkmf command.
+
+---



Other differences:
--
++ xbanner.spec ++
--- /var/tmp/diff_new_pack.Emir9F/_old  2014-11-10 17:28:28.0 +0100
+++ /var/tmp/diff_new_pack.Emir9F/_new  2014-11-10 17:28:28.0 +0100
@@ -26,6 +26,7 @@
 Source: XBanner%{version}.tar.bz2
 Patch0: XBanner%{version}.dif
 Patch1: xbanner-%{version}-gets.patch
+BuildRequires:  imake
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xpm)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit python3-pandas for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package python3-pandas for openSUSE:Factory 
checked in at 2014-11-10 17:28:45

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


Package is "python3-pandas"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pandas/python3-pandas.changes
2014-10-22 16:23:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pandas.new/python3-pandas.changes   
2014-11-10 17:29:01.0 +0100
@@ -1,0 +2,90 @@
+Sun Nov  9 15:40:36 UTC 2014 - toddrme2...@gmail.com
+
+- Updated to version 0.15.1:
+  + API changes
+- Represent ``MultiIndex`` labels with a dtype that utilizes memory based 
+  on the level size.
+- ``groupby`` with ``as_index=False`` will not add erroneous extra columns 
+  to result (:issue:`8582`):
+- ``groupby`` will not erroneously exclude columns if the column name 
+  conflics with the grouper name (:issue:`8112`):
+- ``concat`` permits a wider variety of iterables of pandas objects to be
+  passed as the first parameter (:issue:`8645`):
+- ``s.dt.hour`` and other ``.dt`` accessors will now return ``np.nan`` for 
+  missing values (rather than previously -1), (:issue:`8689`)
+- support for slicing with monotonic decreasing indexes, even if ``start`` 
+  or ``stop`` is not found in the index (:issue:`7860`):
+- added Index properties `is_monotonic_increasing` and 
+  `is_monotonic_decreasing` (:issue:`8680`).
+- pandas now also registers the ``datetime64`` dtype in matplotlib's units 
+  registry to plot such values as datetimes. 
+  + Enhancements
+- Added option to select columns when importing Stata files (:issue:`7935`)
+- Qualify memory usage in ``DataFrame.info()`` by adding ``+`` if it is a 
+  lower bound (:issue:`8578`)
+- Raise errors in certain aggregation cases where an argument such as 
+  ``numeric_only`` is not handled (:issue:`8592`).
+- Added support for 3-character ISO and non-standard country codes in 
+  :func:``io.wb.download()`` (:issue:`8482`)
+- :ref:`World Bank data requests ` now will warn/raise 
+  based on an ``errors`` argument, as well as a list of hard-coded country 
+  codes and the World Bank's JSON response.
+- Added option to ``Series.str.split()`` to return a ``DataFrame`` rather 
+  than a ``Series`` (:issue:`8428`)
+- Added option to ``df.info(null_counts=None|True|False)`` to override the 
+  default display options and force showing of the null-counts 
+  (:issue:`8701`)
+  + Bug Fixes
+- Bug in unpickling  of a ``CustomBusinessDay`` object (:issue:`8591`)
+- Bug in coercing ``Categorical`` to a records array, e.g. 
+  ``df.to_records()`` (:issue:`8626`)
+- Bug in ``Categorical`` not created properly with ``Series.to_frame()`` 
+  (:issue:`8626`)
+- Bug in coercing in astype of a ``Categorical`` of a passed 
+  ``pd.Categorical`` (this now raises ``TypeError`` correctly), 
+  (:issue:`8626`)
+- Bug in ``cut``/``qcut`` when using ``Series`` and ``retbins=True`` 
+  (:issue:`8589`)
+- Bug in writing Categorical columns to an SQL database with ``to_sql`` 
+  (:issue:`8624`).
+- Bug in comparing ``Categorical`` of datetime raising when being compared 
+  to a scalar datetime (:issue:`8687`)
+- Bug in selecting from a ``Categorical`` with ``.iloc`` (:issue:`8623`)
+- Bug in groupby-transform with a Categorical (:issue:`8623`)
+- Bug in duplicated/drop_duplicates with a Categorical (:issue:`8623`)
+- Bug in ``Categorical`` reflected comparison operator raising if the 
first 
+  argument was a numpy array scalar (e.g. np.int64) (:issue:`8658`)
+- Bug in Panel indexing with a list-like (:issue:`8710`)
+- Compat issue is ``DataFrame.dtypes`` when 
+  ``options.mode.use_inf_as_null`` is True (:issue:`8722`)
+- Bug in ``read_csv``, ``dialect`` parameter would not take a string 
+  (:issue: `8703`)
+- Bug in slicing a multi-index level with an empty-list (:issue:`8737`)
+- Bug in numeric index operations of add/sub with Float/Index Index with 
+  numpy arrays (:issue:`8608`)
+- Bug in setitem with empty indexer and unwanted coercion of dtypes 
+  (:issue:`8669`)
+- Bug in ix/loc block splitting on setitem (manifests with integer-like 
+  dtypes, e.g. datetime64) (:issue:`8607`)
+- Bug when doing label based indexing with integers not found in the index 
+  for non-unique but monotonic indexes (:issue:`8680`).
+- Bug when indexing a Float64Index with ``np.nan`` on numpy 1.7 
+  (:issue:`8980`).
+- Fix ``shape`` attribute for ``MultiIndex`` (:issue:`8609`)
+- Bug in ``GroupBy`` where a name conflict between the grouper and col

commit RemoteBox for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package RemoteBox for openSUSE:Factory 
checked in at 2014-11-10 17:28:15

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


Package is "RemoteBox"

Changes:

--- /work/SRC/openSUSE:Factory/RemoteBox/RemoteBox.changes  2014-10-29 
21:09:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.RemoteBox.new/RemoteBox.changes 2014-11-10 
17:28:22.0 +0100
@@ -1,0 +2,5 @@
+Thu Oct 30 11:55:19 UTC 2014 - c...@gallochri.com
+
+-Fixed SLE_11_SP3 build 
+
+---



Other differences:
--
++ RemoteBox.spec ++
--- /var/tmp/diff_new_pack.5fgumb/_old  2014-11-10 17:28:23.0 +0100
+++ /var/tmp/diff_new_pack.5fgumb/_new  2014-11-10 17:28:23.0 +0100
@@ -38,6 +38,7 @@
 Requires:   perl-SOAP-Lite
 Requires:   xdg-utils
 BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 VirtualBox is traditionally considered to be a virtualization solution aimed
@@ -58,14 +59,16 @@
 # Create a desktop file
 cat >%{name}.desktop <

commit nbd for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package nbd for openSUSE:Factory checked in 
at 2014-11-10 17:28:52

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


Package is "nbd"

Changes:

--- /work/SRC/openSUSE:Factory/nbd/nbd.changes  2013-04-20 17:50:44.0 
+0200
+++ /work/SRC/openSUSE:Factory/.nbd.new/nbd.changes 2014-11-10 
17:29:11.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 19:27:00 UTC 2014 - Led 
+
+- fix bashisms in pre script
+
+---



Other differences:
--
++ nbd.spec ++
--- /var/tmp/diff_new_pack.rGifsT/_old  2014-11-10 17:29:12.0 +0100
+++ /var/tmp/diff_new_pack.rGifsT/_new  2014-11-10 17:29:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nbd
 #
-# 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
@@ -143,18 +143,20 @@
   # Do we have to create a generic section?
   unset generic
   if test -e /etc/nbd-server/config; then generic=1; fi
+  grep -vE '^(#|[[:blank:]]*$)' /etc/nbd-server.conf |
   while read port file opts; do
-if test -z "$port"; then continue; fi
-if test "${port:0:1}" = "#"; then continue; fi
 if test -z "$generic"; then
-  echo -e "[generic]\n\t# No generic options yet\n" > 
/etc/nbd-server/config
+  echo > /etc/nbd-server/config
+  echo "[generic]" >> /etc/nbd-server/config
+  echo "   # No generic options yet" >> /etc/nbd-server/config
+  echo >> /etc/nbd-server/config
   generic=1
 fi
 FN=${file%/*}
 nm="cvt.$port.${FN##*/}.${file##*/}"
 echo " ... convert $port $file $opts -> $nm"
 /usr/bin/nbd-server $port $file $opts -o "$nm" >> /etc/nbd-server/config
-  done < /etc/nbd-server.conf
+  done
   mv /etc/nbd-server.conf /etc/nbd-server.conf.converted
 fi
 

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



commit hydrogen for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package hydrogen for openSUSE:Factory 
checked in at 2014-11-10 17:28:47

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


Package is "hydrogen"

Changes:

--- /work/SRC/openSUSE:Factory/hydrogen/hydrogen.changes2014-09-17 
17:25:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.hydrogen.new/hydrogen.changes   2014-11-10 
17:29:06.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 04:34:00 UTC 2014 - Led 
+
+- fix bashisms in post/postun scripts
+
+---



Other differences:
--
++ hydrogen.spec ++
--- /var/tmp/diff_new_pack.AvE15X/_old  2014-11-10 17:29:08.0 +0100
+++ /var/tmp/diff_new_pack.AvE15X/_new  2014-11-10 17:29:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hydrogen
 #
-# 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
@@ -219,10 +219,10 @@
 popd && %suse_update_desktop_file -i %{name} AudioVideo Sequencer
 
 %post
-update-desktop-database &> /dev/null || :
+update-desktop-database > /dev/null 2>&1 || :
 
 %postun
-update-desktop-database &> /dev/null || :
+update-desktop-database > /dev/null 2>&1 || :
 
 %files -f %{name}.lang
 %defattr(-, root, root)

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



commit docker for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package docker for openSUSE:Factory checked 
in at 2014-11-10 17:28:33

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


Package is "docker"

Changes:

--- /work/SRC/openSUSE:Factory/docker/docker.changes2014-10-29 
21:10:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.docker.new/docker.changes   2014-11-10 
17:28:43.0 +0100
@@ -1,0 +2,21 @@
+Fri Oct 31 08:54:47 UTC 2014 - fcaste...@suse.com
+
+- Updated to version 1.3.1 2014-10-28)
+  * Security:
+- Prevent fallback to SSL protocols < TLS 1.0 for client, daemon and
+  registry [CVE-2014-5277]
+- Secure HTTPS connection to registries with certificate verification and
+  without HTTP fallback unless `--insecure-registry` is specified
+  * Runtime:
+- Fix issue where volumes would not be shared
+  * Client:
+- Fix issue with `--iptables=false` not automatically
+  setting `--ip-masq=false`
+- Fix docker run output to non-TTY stdout
+  * Builder:
+- Fix escaping `$` for environment variables
+- Fix issue with lowercase `onbuild` Dockerfile instruction
+- Restrict envrionment variable expansion to `ENV`, `ADD`, `COPY`,
+  `WORKDIR`, `EXPOSE`, `VOLUME` and `USER`
+
+---

Old:

  docker-1.3.0.tar.bz2

New:

  docker-1.3.1.tar.bz2



Other differences:
--
++ docker.spec ++
--- /var/tmp/diff_new_pack.L5KiAi/_old  2014-11-10 17:28:44.0 +0100
+++ /var/tmp/diff_new_pack.L5KiAi/_new  2014-11-10 17:28:44.0 +0100
@@ -16,10 +16,9 @@
 #
 
 
-%define git_version c78088f
-
+%define git_version 4e9bbfa
 Name:   docker
-Version:1.3.0
+Version:1.3.1
 Release:0
 Summary:The Linux container runtime
 License:Apache-2.0

++ docker-1.3.0.tar.bz2 -> docker-1.3.1.tar.bz2 ++
 2009 lines of diff (skipped)

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



commit vacuum-im for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package vacuum-im for openSUSE:Factory 
checked in at 2014-11-10 17:28:28

Comparing /work/SRC/openSUSE:Factory/vacuum-im (Old)
 and  /work/SRC/openSUSE:Factory/.vacuum-im.new (New)


Package is "vacuum-im"

Changes:

--- /work/SRC/openSUSE:Factory/vacuum-im/vacuum-im.changes  2014-01-28 
15:39:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.vacuum-im.new/vacuum-im.changes 2014-11-10 
17:28:36.0 +0100
@@ -1,0 +2,12 @@
+Thu Nov  6 20:48:12 UTC 2014 - egdf...@opensuse.org
+
+- delete fix_utils_version.patch, not needen
+
+---
+Thu Nov  6 20:37:18 UTC 2014 - egdf...@opensuse.org
+
+- update source
+  * Fixed automatic activation of notifications
+  * Fixed conference entrance detection by status codes
+
+---

Old:

  fix_utils_version.patch



Other differences:
--
++ vacuum-im.spec ++
--- /var/tmp/diff_new_pack.E5fjmC/_old  2014-11-10 17:28:37.0 +0100
+++ /var/tmp/diff_new_pack.E5fjmC/_new  2014-11-10 17:28:37.0 +0100
@@ -2,7 +2,6 @@
 # spec file for package vacuum-im
 #
 # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright Andrey Karepin  
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +17,7 @@
 
 
 %define sname vacuum
-%define rbuild 2368
+%define rbuild 2455
 Name:   %{sname}-im
 Summary:Crossplatform Jabber client written on Qt
 License:GPL-3.0
@@ -32,8 +31,6 @@
 Patch1: paranoia.patch
 # PATCH-FIX-OPENSUSE fix_default_smiles.patch
 Patch2: fix_default_smiles.patch
-# PATCH-FEATURE-UPSTREAM fix_utils_version.patch
-Patch3: fix_utils_version.patch
 Url:http://www.vacuum-im.org/
 BuildRequires:  cmake >= 2.8
 BuildRequires:  fdupes
@@ -75,7 +72,6 @@
 %patch0 -p1
 %patch1 -p0
 %patch2 -p0
-%patch3 -p0
 
 %build
 %{__mkdir} build

++ vacuum-im-1.2.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/1.2.4/CHANGELOG new/1.2.4/CHANGELOG
--- old/1.2.4/CHANGELOG 2014-01-26 16:54:26.0 +0100
+++ new/1.2.4/CHANGELOG 2014-11-06 21:33:25.0 +0100
@@ -5,6 +5,10 @@
   [*] Enhancement
   [-] Bug fix
 
+--
+  [-] Fixed automatic activation of notifications
+  [-] Fixed conference entrance detection by status codes
+
 
 v1.2.4
 --
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/1.2.4/config.cmake new/1.2.4/config.cmake
--- old/1.2.4/config.cmake  2014-01-26 16:54:13.0 +0100
+++ new/1.2.4/config.cmake  2014-11-06 21:33:25.0 +0100
@@ -3,7 +3,7 @@
 
 if (UNIX)
set(VERSION_UTILS 1.17.0)
-   set(VERSION_UTILS_ABI 1.17)
+   set(VERSION_UTILS_ABI 17)
 endif (UNIX)
 
 if (APPLE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/1.2.4/src/interfaces/imultiuserchat.h 
new/1.2.4/src/interfaces/imultiuserchat.h
--- old/1.2.4/src/interfaces/imultiuserchat.h   2014-01-26 16:54:24.0 
+0100
+++ new/1.2.4/src/interfaces/imultiuserchat.h   2014-11-06 21:33:25.0 
+0100
@@ -26,6 +26,7 @@
 #define MUC_SC_NON_ANONYMOUS100
 #define MUC_SC_AFFIL_CHANGED101
 #define MUC_SC_CONFIG_CHANGED   104
+#define MUC_SC_SELF_PRESENCE110
 #define MUC_SC_NOW_LOGGING_ENABLED  170
 #define MUC_SC_NOW_LOGGING_DISABLED 171
 #define MUC_SC_NOW_NON_ANONYMOUS172
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/1.2.4/src/plugins/multiuserchat/multiuserchat.cpp 
new/1.2.4/src/plugins/multiuserchat/multiuserchat.cpp
--- old/1.2.4/src/plugins/multiuserchat/multiuserchat.cpp   2014-01-26 
16:54:23.0 +0100
+++ new/1.2.4/src/plugins/multiuserchat/multiuserchat.cpp   2014-11-06 
21:33:25.0 +0100
@@ -663,7 +663,7 @@
else if (showText == "xa")
show = IPresence::ExtendedAway;
else
-   show = IPresence::Online; //��� ��� 
�� ��� � ��
+   show = IPresence::Online;
 
QString status = AStanza.firstElement("status").text();
Jid realJid = itemElem.attribute("jid");
@@ -690,7 +690,7 @@
FUsers.insert(fromNick,user);
}
 
-   if (!isOpen() && (fromNick == FNickName || 
FStatusCodes.contains(MUC_SC_

  1   2   >