commit exiv2 for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package exiv2 for openSUSE:Factory checked 
in at 2013-07-30 11:29:22

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


Package is exiv2

Changes:

--- /work/SRC/openSUSE:Factory/exiv2/exiv2.changes  2013-06-06 
14:52:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.exiv2.new/exiv2.changes 2013-07-30 
11:29:23.0 +0200
@@ -1,0 +2,29 @@
+Fri Jul 26 16:37:53 UTC 2013 - mrueck...@suse.de
+
+- Backport patches from upstream (cherry-picking courtesy of Pascal
+  de Bruijn):
+  * 90_changeset_r3036.diff: Canon EF-S 55-250mm f/4-5.6 IS II
+  * 90_changeset_r3037.diff: A few more Pentax lenses
+  * 90_changeset_r3038.diff: Updates for the Minolta Bodies
+  * 90_changeset_r3039.diff: Added 18-55mm f/3.5-5.6 IS STM
+  * 90_changeset_r3047.diff: Added Sigma 60mm to the Olympus list
+  * 90_changeset_r3048.diff: Added Sigma 19 and 30m to the Olympus
+list
+  * 90_changeset_r3051.diff: Added a lot more canon compacts
+  * 90_changeset_r3052.diff: Sigma 17-50mm F2.8 EX DC HSM
+  * 90_changeset_r3053.diff: Removed Optio M30 from the Pentax list
+  * 90_changeset_r3054.diff: Added Samsung NX 45mm F1.8
+  * 90_changeset_r3055.diff: Added Samsung NX 45mm F1.8 2D/3D
+  * 90_changeset_r3060.diff: Renamed LensModel to LensType in the
+Olympus struct.
+  * 90_changeset_r3061.diff: Fixes Issue# 908
+  * 90_changeset_r3062.diff: More entries for Pentax
+  * 90_changeset_r3063.diff: Do not try to guess lenses when it is
+undefined
+  * 90_changeset_r3066.diff: Lumix G Vario 14-140mm F3.5-5.6 Asph.
+Power OIS
+  * 90_changeset_r3067.diff: Lumix G Vario 14-42mm F3.5-5.6 II
+Asph. Mega OIS
+  * 90_changeset_r3068.diff: Added EOS 70D
+
+---

New:

  90_changeset_r3036.diff
  90_changeset_r3037.diff
  90_changeset_r3038.diff
  90_changeset_r3039.diff
  90_changeset_r3047.diff
  90_changeset_r3048.diff
  90_changeset_r3051.diff
  90_changeset_r3052.diff
  90_changeset_r3053.diff
  90_changeset_r3054.diff
  90_changeset_r3055.diff
  90_changeset_r3060.diff
  90_changeset_r3061.diff
  90_changeset_r3062.diff
  90_changeset_r3063.diff
  90_changeset_r3066.diff
  90_changeset_r3067.diff
  90_changeset_r3068.diff



Other differences:
--
++ exiv2.spec ++
--- /var/tmp/diff_new_pack.S1G7Cp/_old  2013-07-30 11:29:25.0 +0200
+++ /var/tmp/diff_new_pack.S1G7Cp/_new  2013-07-30 11:29:25.0 +0200
@@ -66,7 +66,24 @@
 Patch37:90_changeset_r3023.diff
 Patch38:90_changeset_r3026.diff
 Patch39:95_post_r3026_cleanup.diff
-
+Patch40:90_changeset_r3036.diff
+Patch41:90_changeset_r3037.diff
+Patch42:90_changeset_r3038.diff
+Patch43:90_changeset_r3039.diff
+Patch44:90_changeset_r3047.diff
+Patch45:90_changeset_r3048.diff
+Patch46:90_changeset_r3051.diff
+Patch47:90_changeset_r3052.diff
+Patch48:90_changeset_r3053.diff
+Patch49:90_changeset_r3054.diff
+Patch50:90_changeset_r3055.diff
+Patch51:90_changeset_r3060.diff
+Patch52:90_changeset_r3061.diff
+Patch53:90_changeset_r3062.diff
+Patch54:90_changeset_r3063.diff
+Patch55:90_changeset_r3066.diff
+Patch56:90_changeset_r3067.diff
+Patch57:90_changeset_r3068.diff
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -146,6 +163,24 @@
 %patch37 -p1
 %patch38 -p1
 %patch39 -p1
+%patch40 -p1
+%patch41 -p1
+%patch42 -p1
+%patch43 -p1
+%patch44 -p1
+%patch45 -p1
+%patch46 -p1
+%patch47 -p1
+%patch48 -p1
+%patch49 -p1
+%patch50 -p1
+%patch51 -p1
+%patch52 -p1
+%patch53 -p1
+%patch54 -p0
+%patch55 -p1
+%patch56 -p1
+%patch57 -p1
 
 %build
 %configure --disable-static --with-pic

++ 90_changeset_r3036.diff ++
Index: trunk/src/canonmn.cpp
===
--- trunk/src/canonmn.cpp   (revision 3035)
+++ trunk/src/canonmn.cpp   (revision 3036)
@@ -510,6 +510,7 @@
 {  51, Canon EF-S 18-135mm f/3.5-5.6 IS   },
 {  52, Canon EF-S 18-55mm f/3.5-5.6 IS II },
 {  53, Canon EF-S 18-55mm f/3.5-5.6 III   },
+{  54, Canon EF-S 55-250mm f/4-5.6 IS II  },
 {  94, Canon TS-E 17mm f/4L   },
 {  95, Canon TS-E 24.0mm f/3.5 L II   },
 { 124, Canon MP-E 65mm f/2.8 1-5x Macro Photo },
++ 90_changeset_r3037.diff ++
Index: trunk/src/pentaxmn.cpp

commit e3 for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package e3 for openSUSE:Factory checked in 
at 2013-07-30 11:28:28

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


Package is e3

Changes:

--- /work/SRC/openSUSE:Factory/e3/e3.changes2012-03-02 13:47:22.0 
+0100
+++ /work/SRC/openSUSE:Factory/.e3.new/e3.changes   2013-07-30 
11:28:29.0 +0200
@@ -1,0 +2,6 @@
+Sun Mar  3 17:10:10 UTC 2013 - sch...@suse.de
+
+- Remove reference to nonexisting e3c stuff
+- ExclusiveArch %ix86 x86_64
+
+---



Other differences:
--
++ e3.spec ++
--- /var/tmp/diff_new_pack.tNyntk/_old  2013-07-30 11:28:30.0 +0200
+++ /var/tmp/diff_new_pack.tNyntk/_new  2013-07-30 11:28:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package e3
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
 Group:  Productivity/Editors/Other
 Source: %{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+ExclusiveArch:  %ix86 x86_64
 
 %description
 A very tiny editor, which offers many different modes like Vi, Emacs,
@@ -35,19 +36,9 @@
 %setup
 
 %build 
-%ifnarch %ix86 x86_64 %arm ppc ppc64
-cd e3c
-rm -f Makefile
-ln -sf Makefile.x86 Makefile
-make -e CFLAGS=-Wall $RPM_OPT_FLAGS PREFIX=%_prefix %{?_smp_mflags}
-%else
 make -e EXMODE=SED %{?_smp_mflags}
-%endif
 
 %install
-%ifnarch %ix86 x86_64 %arm ppc ppc64
-cd e3c
-%endif
 make -e PREFIX=%buildroot/%_prefix 
MANDIR=$RPM_BUILD_ROOT%_mandir/man'$(MANSEC)' install
 cd $RPM_BUILD_ROOT/usr/bin
 for e in e3*; do if test $e != e3; then ln -sf e3 $e; fi; done
@@ -57,8 +48,5 @@
 %doc COPYING.GPL COPYRIGHT ChangeLog README
 /usr/bin/e3*
 %_mandir/man1/e3*.1.gz
-%ifnarch %ix86 x86_64 %arm ppc ppc64
-/usr/lib/e3*
-%endif
 
 %changelog

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



commit gnubg for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package gnubg for openSUSE:Factory checked 
in at 2013-07-30 11:31:08

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


Package is gnubg

Changes:

--- /work/SRC/openSUSE:Factory/gnubg/gnubg.changes  2012-09-04 
12:44:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnubg.new/gnubg.changes 2013-07-30 
11:31:10.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 29 13:22:43 UTC 2013 - c...@suse.com
+
+- Updated to snapshot 20130725
+
+---

Old:

  gnubg-source-SNAPSHOT-20120711.tar.bz2

New:

  gnubg-source-SNAPSHOT-20130725.tar.bz2



Other differences:
--
++ gnubg.spec ++
--- /var/tmp/diff_new_pack.2TYIvK/_old  2013-07-30 11:31:12.0 +0200
+++ /var/tmp/diff_new_pack.2TYIvK/_new  2013-07-30 11:31:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnubg
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2003 Achim Mueller, Germany.
 # Updated by Christopher Hofmann in 2010
 #
@@ -19,7 +19,7 @@
 
 
 Name:   gnubg
-%define timestamp 20120711
+%define timestamp 20130725 
 Version:0.9.0.99_%{timestamp}
 Release:0
 Summary:Plays and analyzes backgammon games and matches on a world 
class level
@@ -102,7 +102,7 @@
 Manual for GNU Backgammon.
 
 %prep
-%setup -q -n gnubg
+%setup -q -c gnubg
 %patch0 -p0
 
 %build

++ docdir.patch ++
--- /var/tmp/diff_new_pack.2TYIvK/_old  2013-07-30 11:31:12.0 +0200
+++ /var/tmp/diff_new_pack.2TYIvK/_new  2013-07-30 11:31:12.0 +0200
@@ -1,16 +1,16 @@
 Makefile.am.orig   2012-07-11 14:29:53.0 +0200
-+++ Makefile.am2012-07-11 14:30:48.0 +0200
-@@ -2,7 +2,7 @@
+--- Makefile.am.orig   2013-07-25 16:53:18.726563373 +0200
 Makefile.am2013-07-25 16:56:08.687492289 +0200
+@@ -27,7 +27,7 @@
+ AM_CPPFLAGS += @PYTHON_INCLUDES@ 
+ endif
  
- ACLOCAL_AMFLAGS = -I m4
+-AM_CPPFLAGS += -DAC_DOCDIR='$(datadir)/doc/gnubg/' 
-DAC_DATADIR='$(datadir)' -DAC_PKGDATADIR='$(datadir)/gnubg'
++AM_CPPFLAGS += -DAC_DOCDIR='$(docdir)/doc/gnubg/' 
-DAC_DATADIR='$(datadir)' -DAC_PKGDATADIR='$(datadir)/gnubg'
  
--AM_CPPFLAGS = -DAC_DOCDIR='$(datadir)/doc/gnubg/' 
-DAC_DATADIR='$(datadir)' -DAC_PKGDATADIR='$(datadir)/gnubg'
-+AM_CPPFLAGS = -DAC_DOCDIR='$(docdir)/doc/gnubg/' 
-DAC_DATADIR='$(datadir)' -DAC_PKGDATADIR='$(datadir)/gnubg'
- 
- SUBDIRS = lib doc met po m4 sounds board3d textures scripts flags fonts 
non-src pixmaps .
- 
 doc/Makefile.am.orig   2012-07-11 14:29:56.0 +0200
-+++ doc/Makefile.am2012-07-11 14:32:24.0 +0200
+ OTHER_LIBS =
+ if WIN32
+--- doc/Makefile.am.orig   2013-07-25 16:57:09.270821442 +0200
 doc/Makefile.am2013-07-25 17:00:11.901814264 +0200
 @@ -1,6 +1,6 @@
 -AM_CPPFLAGS = -DAC_DOCDIR='$(datadir)/doc/gnubg/' 
-DAC_DATADIR='$(datadir)' -DAC_PKGDATADIR='$(datadir)/gnubg'
 -gnubg_helpdir = $(datadir)/doc/gnubg/

++ gnubg-source-SNAPSHOT-20120711.tar.bz2 - 
gnubg-source-SNAPSHOT-20130725.tar.bz2 ++
/work/SRC/openSUSE:Factory/gnubg/gnubg-source-SNAPSHOT-20120711.tar.bz2 
/work/SRC/openSUSE:Factory/.gnubg.new/gnubg-source-SNAPSHOT-20130725.tar.bz2 
differ: char 11, line 1

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



commit libbfio for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package libbfio for openSUSE:Factory checked 
in at 2013-07-30 11:31:15

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


Package is libbfio

Changes:

--- /work/SRC/openSUSE:Factory/libbfio/libbfio.changes  2013-05-02 
11:19:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.libbfio.new/libbfio.changes 2013-07-30 
11:31:16.0 +0200
@@ -1,0 +2,18 @@
+Mon Jul 29 02:05:03 UTC 2013 - greg.freem...@gmail.com
+
+- update to v0~20130721
+   * worked on multi threading support
+   * removed open on demand code from seek offset
+   * refactored pool to use a cdata array
+   * worked on tests
+   * updated dependencies
+   * fix for compiling with stand-alone version of libcdata
+   * fix in .pc.in file
+   * worked on git release
+   * moved examples to project page
+   * removed codegear files
+   * remove libbfio_legacy.[ch]
+   * 2013 update
+- change to gz compression to simplyfy download/convert step
+
+---

Old:

  libbfio-alpha-20120425.tar.xz

New:

  libbfio-alpha-20130721.tar.gz



Other differences:
--
++ libbfio.spec ++
--- /var/tmp/diff_new_pack.GJLM8C/_old  2013-07-30 11:31:18.0 +0200
+++ /var/tmp/diff_new_pack.GJLM8C/_new  2013-07-30 11:31:18.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libbfio
 %define lname  libbfio1
-%define timestamp 20120425
+%define timestamp 20130721
 Version:0~%timestamp
 Release:0
 Summary:Library to provide basic file input/output abstraction
@@ -26,16 +26,17 @@
 Group:  Development/Libraries/C and C++
 Url:http://code.google.com/p/libbfio/
 
-#DL-URL:   
http://libbfio.googlecode.com/files/libbfio-alpha-20120425.tar.gz
-Source: %name-alpha-%timestamp.tar.xz
+#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSTERGV3V4bnZ3dlk/libbfio-alpha-20130721.tar.gz
+Source: %name-alpha-%timestamp.tar.gz
 BuildRequires:  pkg-config
-BuildRequires:  xz
-#BuildRequires:  pkgconfig(libcerror) = 20120425, build with 20121222 fails
-BuildRequires:  pkgconfig(libcfile) = 20120425
-BuildRequires:  pkgconfig(libclocale) = 20120425
-BuildRequires:  pkgconfig(libcpath) = 20120425
+BuildRequires:  pkgconfig(libcfile) = 0~20120425
+BuildRequires:  pkgconfig(libclocale) = 0~20120425
+BuildRequires:  pkgconfig(libcpath) = 0~20120425
+BuildRequires:  pkgconfig(libuna) = 0~20120425
+# verified July 29, 2013, builds fail with these enabled
+#BuildRequires:  pkgconfig(libcerror) = 0~20120425
+# Not (yet) in factory
 #BuildRequires:  pkgconfig(libcstring) = 20120425
-BuildRequires:  pkgconfig(libuna) = 20120425
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

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



commit geda-gaf for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package geda-gaf for openSUSE:Factory 
checked in at 2013-07-30 11:31:02

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


Package is geda-gaf

Changes:

--- /work/SRC/openSUSE:Factory/geda-gaf/geda-gaf.changes2013-03-26 
19:47:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.geda-gaf.new/geda-gaf.changes   2013-07-30 
11:31:03.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 29 18:36:07 UTC 2013 - dmitr...@opensuse.org
+
+- Fix build for Factory
+
+---



Other differences:
--
++ geda-gaf.spec ++
--- /var/tmp/diff_new_pack.VPhEcR/_old  2013-07-30 11:31:04.0 +0200
+++ /var/tmp/diff_new_pack.VPhEcR/_new  2013-07-30 11:31:04.0 +0200
@@ -15,14 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   geda-gaf
 Version:1.8.1
-%define libgeda_major 42
 Release:0
-License:GPL-2.0+
+%define libgeda_major 42
 Summary:Electronic Design Automation Toolsuite
-Url:http://geda-project.org/
+License:GPL-2.0+
 Group:  Productivity/Scientific/Electronics
+Url:http://geda-project.org/
 Source0:
http://ftp.geda-project.org/geda-gaf/stable/v1.8/%{version}/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE gschem-doc-path.patch -- set correct path to documentation
 Patch0: gschem-doc-path.patch
@@ -43,8 +44,8 @@
 BuildRequires:  libstroke-devel
 BuildRequires:  perl-XML-Parser
 BuildRequires:  pkg-config
-BuildRequires:  transfig
 BuildRequires:  shared-mime-info
+BuildRequires:  transfig
 BuildRequires:  update-desktop-files
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -73,6 +74,7 @@
 
 %package -n libgeda%{libgeda_major}
 Summary:Basic Library that is used by several gEDA programs
+License:GPL-2.0+
 Group:  System/Libraries
 Requires:   libgeda%{libgeda_major}-data
 
@@ -85,6 +87,7 @@
 
 %package -n libgeda%{libgeda_major}-data
 Summary:Data for basic Library that is used by several gEDA programs
+License:GPL-2.0+
 Group:  Productivity/Scientific/Electronics
 Requires(post):   shared-mime-info
 Requires(postun): shared-mime-info
@@ -101,6 +104,7 @@
 
 %package -n libgeda-devel
 Summary:Basic Library that is Used by Several gEDA Programs
+License:GPL-2.0+
 Group:  Development/Libraries/C and C++
 # Requires:   freetype2-devel
 Requires:   glib2-devel
@@ -119,8 +123,8 @@
 
 %package -n geda-doc
 Summary:Documentation Files for the gEDA Suite
-Group:  Documentation/Other
 License:GFDL-1.2
+Group:  Documentation/Other
 %if 0%{?suse_version}  1110
 BuildArch:  noarch
 %endif
@@ -132,6 +136,7 @@
 
 %package -n geda-examples
 Summary:Some Example Files for the gEDA suite
+License:GPL-2.0+
 Group:  Documentation/Other
 Requires:   geda-symbols = %{version}
 %if 0%{?suse_version}  1110
@@ -143,6 +148,7 @@
 
 %package -n geda-gattrib
 Summary:Symbol and Schematic Attribute Editor of the gEDA Suite
+License:GPL-2.0+
 Group:  Productivity/Scientific/Electronics
 Requires:   geda-symbols = %{version}
 Requires:   libgeda%{libgeda_major} = %{version}
@@ -153,6 +159,7 @@
 
 %package -n geda-gnetlist
 Summary:Schematic Netlist Generator Program of the gEDA Suite
+License:GPL-2.0+
 Group:  Productivity/Scientific/Electronics
 Requires:   geda-symbols = %{version}
 Requires:   libgeda%{libgeda_major} = %{version}
@@ -165,6 +172,7 @@
 
 %package -n geda-gschem
 Summary:Schematic Capture Program of the gEDA Suite
+License:GPL-2.0+
 Group:  Productivity/Scientific/Electronics
 Requires:   geda-symbols = %{version}
 Requires:   libgeda%{libgeda_major} = %{version}
@@ -177,6 +185,7 @@
 
 %package -n geda-gsymcheck
 Summary:Schematic Symbol Checker Program of the gEDA Suite
+License:GPL-2.0+
 Group:  Productivity/Scientific/Electronics
 Requires:   geda-symbols = %{version}
 Requires:   libgeda%{libgeda_major} = %{version}
@@ -187,6 +196,7 @@
 
 %package -n geda-symbols
 Summary:Schematic Symbols for the gEDA Suite
+License:GPL-2.0+
 Group:  Productivity/Scientific/Electronics
 %if 0%{?suse_version}  1110
 BuildArch:  noarch
@@ -197,6 +207,7 @@
 
 %package -n geda-utils
 Summary:Various Utilities and Scripts for the gEDA Suite
+License:GPL-2.0+
 Group:  Productivity/Scientific/Electronics
 Requires:   

commit libcpath for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package libcpath for openSUSE:Factory 
checked in at 2013-07-30 11:40:18

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


Package is libcpath

Changes:

--- /work/SRC/openSUSE:Factory/libcpath/libcpath.changes2013-04-19 
09:51:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcpath.new/libcpath.changes   2013-07-30 
11:40:19.0 +0200
@@ -1,0 +2,12 @@
+Tue Jul 30 02:52:52 UTC 2013 - greg.freem...@gmail.com
+
+- update to v0~20130609
+   * fix in .pc.in file
+   * removed CRT functions
+   * updated dependencies
+   * textual changes
+   * small updates
+   * 2013 update
+- use gz compression to simplyfy download/convert
+
+---

Old:

  libcpath-alpha-20121225.tar.xz

New:

  libcpath-alpha-20130609.tar.gz



Other differences:
--
++ libcpath.spec ++
--- /var/tmp/diff_new_pack.78KBoo/_old  2013-07-30 11:40:20.0 +0200
+++ /var/tmp/diff_new_pack.78KBoo/_new  2013-07-30 11:40:20.0 +0200
@@ -18,24 +18,27 @@
 
 Name:   libcpath
 %define lname  libcpath1
-%define timestamp 20121225
+%define timestamp 20130609
 Version:0~%timestamp
 Release:0
-License:LGPL-3.0+
 Summary:Library for cross-platform C path functions
+License:LGPL-3.0+
 Group:  Development/Libraries/C and C++
 Url:http://code.google.com/p/libcpath/
 
 #Git-Clone:http://code.google.com/p/libcpath
-#DL-URL:   
http://libcpath.googlecode.com/files/libcpath-alpha-20121225.tar.gz
-Source: %name-alpha-%timestamp.tar.xz
+#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSOGFVQUwtOHlEWjQ/libcpath-alpha-20130609.tar.gz
+Source: %name-alpha-%timestamp.tar.gz
 BuildRequires:  pkg-config
 BuildRequires:  xz
 BuildRequires:  pkgconfig(libcerror) = 20120425
 BuildRequires:  pkgconfig(libclocale) = 20120425
 BuildRequires:  pkgconfig(libcsplit) = 20120701
+BuildRequires:  pkgconfig(libuna) = 0~20130609
+# fails to build with these from factory, so use internal version
+# none
+# not (yet) in factory
 #BuildRequires:  pkgconfig(libcstring) = 20120425
-#BuildRequires:  pkgconfig(libuna) = 20120425
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

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



commit libssh for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package libssh for openSUSE:Factory checked 
in at 2013-07-30 11:40:34

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


Package is libssh

Changes:

--- /work/SRC/openSUSE:Factory/libssh/libssh.changes2013-07-27 
15:47:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.libssh.new/libssh.changes   2013-07-30 
11:40:36.0 +0200
@@ -1,0 +2,18 @@
+Mon Jul 29 08:17:19 UTC 2013 - a...@cryptomilk.org
+
+- Add baselibs.conf
+- Require xz to fix build on older distro versions.
+
+---
+Fri Jul 26 07:44:37 UTC 2013 - a...@cryptomilk.org
+
+- Update to version 0.5.5
+  * BUG 103: Fix ProxyCommand parsing.
+- Remove patch fix-proxycomand-parsing1.diff
+- Remove patch fix-proxy-command-none.diff
+  * Fix setting -D_FORTIFY_SOURCE=2.
+  * Fix pollset error return if emtpy.
+  * Fix NULL pointer checks in channel functions.
+  * Several bugfixes.
+
+---

Old:

  fix-proxy-command-none.diff
  fix-proxycomand-parsing1.diff
  libssh-0.5.4.tar.bz2

New:

  baselibs.conf
  libssh-0.5.5.tar.xz



Other differences:
--
++ libssh.spec ++
--- /var/tmp/diff_new_pack.vDhSK8/_old  2013-07-30 11:40:37.0 +0200
+++ /var/tmp/diff_new_pack.vDhSK8/_new  2013-07-30 11:40:37.0 +0200
@@ -24,17 +24,14 @@
 BuildRequires:  gcc-c++
 BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
-Version:0.5.4
+BuildRequires:  xz
+Version:0.5.5
 Release:0
 Summary:SSH library
 License:LGPL-2.1+
 Group:  System/Libraries
-Source0:%{name}-%{version}.tar.bz2
+Source0:%{name}-%{version}.tar.xz
 Patch1: remove-pedantic-errors.diff
-#PATCH-FIX-UPSTREAM: Parse ProxyCommand correctly (libssh bug 103)
-Patch2: fix-proxycomand-parsing1.diff
-#PATCH-FIX-UPSTREAM: Parse ProxyCommand when it is none (libssh bug 103)
-Patch3: fix-proxy-command-none.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -85,8 +82,6 @@
 %prep
 %setup -q
 %patch -P 1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 if test ! -e build; then

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



commit libvirt for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2013-07-30 11:41:54

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


Package is libvirt

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2013-07-25 
14:34:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2013-07-30 
11:41:56.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul 22 17:17:42 MDT 2013 - jfeh...@suse.com
+
+- Unlock the storage volume object after looking it up
+  fe89fd3b-storage-pool-deadlock.patch
+  rhb#980676
+
+---

New:

  fe89fd3b-storage-pool-deadlock.patch



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.ZqF5lc/_old  2013-07-30 11:41:57.0 +0200
+++ /var/tmp/diff_new_pack.ZqF5lc/_new  2013-07-30 11:41:57.0 +0200
@@ -408,6 +408,7 @@
 Patch1: fd2e3c4c-xen-sysctl-domctl.patch
 Patch2: dfc69235-CVE-2013-4153.patch
 Patch3: 96518d43-CVE-2013-4154.patch
+Patch4: fe89fd3b-storage-pool-deadlock.patch
 # Need to go upstream
 Patch100:   xen-name-for-devid.patch
 Patch101:   clone.patch
@@ -911,6 +912,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 %patch100 -p1
 %patch101
 %patch102 -p1

++ fe89fd3b-storage-pool-deadlock.patch ++
commit fe89fd3b4071242ce9bbae6e1178fee30dc2f4f9
Author: Ján Tomko jto...@redhat.com
Date:   Thu Jul 4 14:41:46 2013 +0200

Unlock the storage volume object after looking it up

Introduced by c930410.

https://bugzilla.redhat.com/show_bug.cgi?id=980676

Index: libvirt-1.1.0/src/storage/storage_driver.c
===
--- libvirt-1.1.0.orig/src/storage/storage_driver.c
+++ libvirt-1.1.0/src/storage/storage_driver.c
@@ -1361,15 +1361,16 @@ storageVolLookupByKey(virConnectPtr conn
 virStorageVolDefFindByKey(driver-pools.objs[i], key);
 
 if (vol) {
-if (virStorageVolLookupByKeyEnsureACL(conn, 
driver-pools.objs[i]-def, vol)  0)
+if (virStorageVolLookupByKeyEnsureACL(conn, 
driver-pools.objs[i]-def, vol)  0) {
+virStoragePoolObjUnlock(driver-pools.objs[i]);
 goto cleanup;
+}
 
 ret = virGetStorageVol(conn,
driver-pools.objs[i]-def-name,
vol-name,
vol-key,
NULL, NULL);
-goto cleanup;
 }
 }
 virStoragePoolObjUnlock(driver-pools.objs[i]);
@@ -1421,15 +1422,16 @@ storageVolLookupByPath(virConnectPtr con
 VIR_FREE(stable_path);
 
 if (vol) {
-if (virStorageVolLookupByPathEnsureACL(conn, 
driver-pools.objs[i]-def, vol)  0)
+if (virStorageVolLookupByPathEnsureACL(conn, 
driver-pools.objs[i]-def, vol)  0) {
+virStoragePoolObjUnlock(driver-pools.objs[i]);
 goto cleanup;
+}
 
 ret = virGetStorageVol(conn,
driver-pools.objs[i]-def-name,
vol-name,
vol-key,
NULL, NULL);
-goto cleanup;
 }
 }
 virStoragePoolObjUnlock(driver-pools.objs[i]);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libyui-ncurses-pkg for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package libyui-ncurses-pkg for 
openSUSE:Factory checked in at 2013-07-30 11:44:21

Comparing /work/SRC/openSUSE:Factory/libyui-ncurses-pkg (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-ncurses-pkg.new (New)


Package is libyui-ncurses-pkg

Changes:

--- /work/SRC/openSUSE:Factory/libyui-ncurses-pkg/libyui-ncurses-pkg.changes
2013-07-21 08:11:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libyui-ncurses-pkg.new/libyui-ncurses-pkg.changes   
2013-07-30 11:44:22.0 +0200
@@ -2 +2 @@
-Thu Jul 18 12:33:24 CEST 2013 - g...@suse.de
+Tue Jul 24 11:56:24 CEST 2013 - g...@suse.de
@@ -4 +4,4 @@
-- Improve help for Online Update, show column 'Kind' beside 'Name'
+- Online Update: improve help, show column 'Kind' beside 'Name',
+  Package Selector: get lists of orphaned, suggested, recommended
+  and unneeded packages correctly
+- Version 2.44.3

Old:

  libyui-ncurses-pkg-2.44.2.tar.bz2

New:

  libyui-ncurses-pkg-2.44.3.tar.bz2



Other differences:
--
++ libyui-ncurses-pkg-doc.spec ++
--- /var/tmp/diff_new_pack.65SjuF/_old  2013-07-30 11:44:23.0 +0200
+++ /var/tmp/diff_new_pack.65SjuF/_new  2013-07-30 11:44:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-ncurses-pkg-doc
-Version:2.44.2
+Version:2.44.3
 Release:0
 Source: libyui-ncurses-pkg-%{version}.tar.bz2
 

++ libyui-ncurses-pkg.spec ++
--- /var/tmp/diff_new_pack.65SjuF/_old  2013-07-30 11:44:23.0 +0200
+++ /var/tmp/diff_new_pack.65SjuF/_new  2013-07-30 11:44:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-ncurses-pkg
-Version:2.44.2
+Version:2.44.3
 Release:0
 Source: libyui-ncurses-pkg-%{version}.tar.bz2
 

++ libyui-ncurses-pkg-2.44.2.tar.bz2 - libyui-ncurses-pkg-2.44.3.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-pkg-2.44.2/ChangeLog 
new/libyui-ncurses-pkg-2.44.3/ChangeLog
--- old/libyui-ncurses-pkg-2.44.2/ChangeLog 2013-07-18 12:53:15.0 
+0200
+++ new/libyui-ncurses-pkg-2.44.3/ChangeLog 2013-07-25 14:39:05.0 
+0200
@@ -1,7 +1,10 @@
 ---
-Thu Jul 18 12:33:24 CEST 2013 - g...@suse.de
+Tue Jul 24 11:56:24 CEST 2013 - g...@suse.de
 
-- Improve help for Online Update, show column 'Kind' beside 'Name'
+- Online Update: improve help, show column 'Kind' beside 'Name',
+  Package Selector: get lists of orphaned, suggested, recommended
+  and unneeded packages correctly
+- Version 2.44.3
 
 ---
 Thu Jul 11 14:06:27 CEST 2013 - g...@suse.de
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-pkg-2.44.2/VERSION.cmake 
new/libyui-ncurses-pkg-2.44.3/VERSION.cmake
--- old/libyui-ncurses-pkg-2.44.2/VERSION.cmake 2013-07-18 12:53:15.0 
+0200
+++ new/libyui-ncurses-pkg-2.44.3/VERSION.cmake 2013-07-25 14:39:05.0 
+0200
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR 2 )
 SET( VERSION_MINOR 44 )
-SET( VERSION_PATCH 2 )
+SET( VERSION_PATCH 3 )
 SET( VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH} )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-pkg-2.44.2/src/NCPackageSelector.cc 
new/libyui-ncurses-pkg-2.44.3/src/NCPackageSelector.cc
--- old/libyui-ncurses-pkg-2.44.2/src/NCPackageSelector.cc  2013-07-18 
12:53:15.0 +0200
+++ new/libyui-ncurses-pkg-2.44.3/src/NCPackageSelector.cc  2013-07-25 
14:39:05.0 +0200
@@ -695,7 +695,7 @@
 // fillPatchPackages
 //
 //
-bool NCPackageSelector::fillPatchPackages ( NCPkgTable * pkgTable, ZyppObj 
objPtr, bool versions )
+bool NCPackageSelector::fillPatchPackages ( NCPkgTable * pkgTable, ZyppObj 
objPtr )
 {
 if ( !pkgTable || !objPtr )
return false;
@@ -738,27 +738,6 @@
yuiDebug()  (*it)-name().c_str()  : Version:
pkg-edition().asString()  endl;
 
pkgTable-createListEntry( pkg, sel );
-
-   if ( versions ) // additionally show all availables
-   {
-   zypp::ui::Selectable::available_iterator
-   b = sel-availableBegin (),
-   e = sel-availableEnd (),
-   it;
-   for (it = b; it != e; ++it)
-   {
-   ZyppPkg pkgAvail =  tryCastToZyppPkg (*it);
-   if ( pkgAvail )
-   

commit links for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package links for openSUSE:Factory checked 
in at 2013-07-30 11:45:10

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


Package is links

Changes:

--- /work/SRC/openSUSE:Factory/links/links.changes  2013-02-25 
20:37:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.links.new/links.changes 2013-07-30 
11:45:11.0 +0200
@@ -1,0 +2,9 @@
+Sun Jul 28 22:39:15 UTC 2013 - crrodrig...@opensuse.org
+
+- Silly me tried to connect to a HTTPS host that uses 
+  Server Name Indication (SNI) expecting it
+  to do something sane, of course, it did not work.
+  links-sni.patch: fix that.
+
+
+---

New:

  links-sni.patch



Other differences:
--
++ links.spec ++
--- /var/tmp/diff_new_pack.TXeE73/_old  2013-07-30 11:45:12.0 +0200
+++ /var/tmp/diff_new_pack.TXeE73/_new  2013-07-30 11:45:12.0 +0200
@@ -37,6 +37,7 @@
 Source: links-%{version}.tar.bz2
 Patch2: configure.diff
 Patch3: links-nosslcomp.patch
+Patch4: links-sni.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -53,8 +54,9 @@
 
 %prep
 %setup -q -n links-%{version}
-%patch2
-%patch3
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 %build
 autoreconf -ifv
 CFLAGS=$RPM_OPT_FLAGS -DOPENSSL_NO_SSL_INTERN -fno-strict-aliasing -pipe

++ configure.diff ++
--- /var/tmp/diff_new_pack.TXeE73/_old  2013-07-30 11:45:12.0 +0200
+++ /var/tmp/diff_new_pack.TXeE73/_new  2013-07-30 11:45:12.0 +0200
@@ -1,5 +1,5 @@
 configure.in.orig
-+++ configure.in
+--- links-2.6.orig/configure.in
 links-2.6/configure.in
 @@ -16,9 +16,11 @@ image_formats=GIF PNG XBM
  AM_CONFIG_HEADER(config.h)
  

++ links-nosslcomp.patch ++
--- /var/tmp/diff_new_pack.TXeE73/_old  2013-07-30 11:45:12.0 +0200
+++ /var/tmp/diff_new_pack.TXeE73/_new  2013-07-30 11:45:12.0 +0200
@@ -1,5 +1,5 @@
 https.c.orig
-+++ https.c
+--- links-2.6.orig/https.c
 links-2.6/https.c
 @@ -44,7 +44,23 @@ SSL *getSSL(void)
if (!m) return NULL;
context = SSL_CTX_new((void *)m);
@@ -25,8 +25,8 @@
SSL_CTX_set_default_verify_paths(context);
  /* needed for systems without /dev/random, but obviously kills security. */
/*{
 connect.c.orig
-+++ connect.c
+--- links-2.6.orig/connect.c
 links-2.6/connect.c
 @@ -184,9 +184,6 @@ static void ssl_want_read(struct connect
  
set_timeout(c);

++ links-sni.patch ++
--- links-2.6.orig/connect.c
+++ links-2.6/connect.c
@@ -370,6 +370,14 @@ static void connected(struct connection
if (!c-ssl) {
goto ssl_error;
}
+
+#if OPENSSL_VERSION_NUMBER = 0x0090806fL  !defined(OPENSSL_NO_TLSEXT)
+unsigned char *server_hostname = get_host_name(c-url);
+if(server_hostname)
+SSL_set_tlsext_host_name(c-ssl, server_hostname);
+
+mem_free(server_hostname);
+#endif
SSL_set_fd(c-ssl, *b-sock);
switch (SSL_get_error(c-ssl, SSL_connect(c-ssl))) {
case SSL_ERROR_WANT_READ:
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Devel-PatchPerl for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-PatchPerl for 
openSUSE:Factory checked in at 2013-07-30 12:02:20

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


Package is perl-Devel-PatchPerl

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Devel-PatchPerl/perl-Devel-PatchPerl.changes
2013-07-16 17:02:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-PatchPerl.new/perl-Devel-PatchPerl.changes
   2013-07-30 12:02:22.0 +0200
@@ -1,0 +2,8 @@
+Sat Jul 27 11:58:26 UTC 2013 - co...@suse.com
+
+- updated to 1.00
+Set PATCH_GET env var to 0 to stop patch doing VCS madness 
+Fix issues with patching Configure under Solaris
+https://github.com/gugod/App-perlbrew/issues/355 
+
+---

Old:

  Devel-PatchPerl-0.96.tar.gz

New:

  Devel-PatchPerl-1.00.tar.gz



Other differences:
--
++ perl-Devel-PatchPerl.spec ++
--- /var/tmp/diff_new_pack.4anubG/_old  2013-07-30 12:02:23.0 +0200
+++ /var/tmp/diff_new_pack.4anubG/_new  2013-07-30 12:02:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-PatchPerl
-Version:0.96
+Version:1.00
 Release:0
 %define cpan_name Devel-PatchPerl
 Summary:Patch perl source a la Devel::PPPort's buildperl.pl

++ Devel-PatchPerl-0.96.tar.gz - Devel-PatchPerl-1.00.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-PatchPerl-0.96/Changes 
new/Devel-PatchPerl-1.00/Changes
--- old/Devel-PatchPerl-0.96/Changes2013-07-08 08:55:06.0 +0200
+++ new/Devel-PatchPerl-1.00/Changes2013-07-25 12:42:29.0 +0200
@@ -1,8 +1,36 @@
 ==
-Changes from 2008-07-09 00:00:00 + to present.
+Changes from 2008-07-26 00:00:00 + to present.
 ==
 
 -
+version 1.00 at 2013-07-25 10:37:01 +
+-
+
+  Change: 97f7d7261e9156edba84a2e45b5d0b7d9dd9aec8
+  Author: Chris 'BinGOs' Williams ch...@bingosnet.co.uk
+  Date : 2013-07-25 11:37:01 +
+
+Set PATCH_GET env var to 0 to stop patch doing VCS madness 
+
+-
+version 0.98 at 2013-07-25 08:53:30 +
+-
+
+  Change: 5e3d365324bb2ffa0ff756cb021fc98c2de87e57
+  Author: Chris 'BinGOs' Williams ch...@bingosnet.co.uk
+  Date : 2013-07-25 09:53:30 +
+
+Bump to version 0.98 
+
+  Change: 0b699704fd0bfe61274270253a758e15157a0e4b
+  Author: Chris 'BinGOs' Williams ch...@bingosnet.co.uk
+  Date : 2013-07-25 09:51:26 +
+
+Fix issues with patching Configure under Solaris
+
+https://github.com/gugod/App-perlbrew/issues/355 
+
+-
 version 0.96 at 2013-07-08 06:53:34 +
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-PatchPerl-0.96/META.json 
new/Devel-PatchPerl-1.00/META.json
--- old/Devel-PatchPerl-0.96/META.json  2013-07-08 08:55:06.0 +0200
+++ new/Devel-PatchPerl-1.00/META.json  2013-07-25 12:42:29.0 +0200
@@ -45,6 +45,6 @@
  web : https://github.com/bingos/devel-patchperl;
   }
},
-   version : 0.96
+   version : 1.00
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-PatchPerl-0.96/META.yml 
new/Devel-PatchPerl-1.00/META.yml
--- old/Devel-PatchPerl-0.96/META.yml   2013-07-08 08:55:06.0 +0200
+++ new/Devel-PatchPerl-1.00/META.yml   2013-07-25 12:42:29.0 +0200
@@ -21,4 +21,4 @@
 resources:
   homepage: https://github.com/bingos/devel-patchperl
   repository: https://github.com/bingos/devel-patchperl.git
-version: 0.96
+version: 1.00
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-PatchPerl-0.96/Makefile.PL 
new/Devel-PatchPerl-1.00/Makefile.PL
--- old/Devel-PatchPerl-0.96/Makefile.PL2013-07-08 08:55:06.0 
+0200
+++ new/Devel-PatchPerl-1.00/Makefile.PL2013-07-25 12:42:29.0 
+0200
@@ -28,7 +28,7 @@
 Module::Pluggable = 0
   },
   TEST_REQUIRES = {},
-  VERSION = 0.96,
+  VERSION = 1.00,
   test = {
 TESTS = t/*.t
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-PatchPerl-0.96/README 
new/Devel-PatchPerl-1.00/README
--- old/Devel-PatchPerl-0.96/README 2013-07-08 08:55:06.0 +0200
+++ 

commit perl-HTTP-Lite for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-HTTP-Lite for openSUSE:Factory 
checked in at 2013-07-30 12:02:29

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


Package is perl-HTTP-Lite

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTTP-Lite/perl-HTTP-Lite.changes
2013-06-06 12:20:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-HTTP-Lite.new/perl-HTTP-Lite.changes   
2013-07-30 12:02:30.0 +0200
@@ -1,0 +2,7 @@
+Sat Jul 27 11:58:42 UTC 2013 - co...@suse.com
+
+- updated to 2.42
+- Fixed typos reported by David Steinbrunner (thanks!)
+- Reformatted this file according to CPAN::Changes::Spec
+
+---

Old:

  HTTP-Lite-2.4.tar.gz

New:

  HTTP-Lite-2.42.tar.gz



Other differences:
--
++ perl-HTTP-Lite.spec ++
--- /var/tmp/diff_new_pack.chRBXi/_old  2013-07-30 12:02:31.0 +0200
+++ /var/tmp/diff_new_pack.chRBXi/_new  2013-07-30 12:02:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-HTTP-Lite
-Version:2.4
+Version:2.42
 Release:0
 %define cpan_name HTTP-Lite
 Summary:Lightweight HTTP implementation

++ HTTP-Lite-2.4.tar.gz - HTTP-Lite-2.42.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Lite-2.4/Changes new/HTTP-Lite-2.42/Changes
--- old/HTTP-Lite-2.4/Changes   2012-07-20 01:39:21.0 +0200
+++ new/HTTP-Lite-2.42/Changes  2013-07-22 14:47:21.0 +0200
@@ -1,4 +1,10 @@
-Revision history for Perl extension HTTP::Lite.
+Revision history for Perl module HTTP::Lite
+
+2.42 2013-07-21
+- Fixed typos reported by David Steinbrunner (thanks!)
+
+2.41 2013-07-20
+- Reformatted this file according to CPAN::Changes::Spec
 
 2.4 2012-07-20
 - Fixed RT #13791, which meant you couldn't request http://foobar.com --
@@ -10,12 +16,12 @@
 - Documentation tidy-up
 - Neil Bowers (NEILB) granted co-maint by Adam (thanks)
 
-2.3 Tue 14 Dec 2010
+2.3 2010-12-14
- No functional changes
- Updated Module::Install to 1.00
- Updated author tests and moved to xt directory
 
-2.2 Thu  1 Oct 2009
+2.2 2009-10-01
- Moved Lite.pm into lib directory
- Reversed the Changes file order to reverse chronological
- Moved to Makefile.PL to Module::Install to autodetect more things
@@ -27,17 +33,17 @@
  without the use of something like version.pm isn't strictly
  allowed.
 
-2.1.6 Wed Jan 21 16:54:31 2004
+2.1.6 2004-01-21
- Fixed User-Agent header problem
- Fixed lowercase header bugs
- Thanks goes to contributed patches by various people
 
-2.1.5 Sun Oct  5 20:55:00 2003
+2.1.5 2003-10-05
- Fixed duplicate my in method()
- Added default content-type for posts
- header_at_once mode, patch submitted by Roman Radaschutz
 
-2.1.3 Mon Feb 10 16:15:00 2002
+2.1.3 2002-02-10
- Documentation fixes
- Fixed large write bug in http_write
- Documented callback system
@@ -45,11 +51,11 @@
- Added method setting to allow use of any request method (GET, PUT,
  POST, HEAD)
 
-2.1.1 Thu Jun 13 15:55:00 2002
+2.1.1 2002-06-13
- Documentation fix
- Compatibility fix for 5.005
 
-2.1.0 Tue Jun 12 17:50:00 2002   MAJOR UPDATE
+2.1.0 2002-06-12
- Added a callback hook to request() to allow handling of very large
   files and to allow filtering of content.
- Rewrote significant parts of the code to use references instead
@@ -65,16 +71,15 @@
- Changed filehandle names to be $url.time()
- Eliminated all -w warnings
 
-1.0.2 Tue Jun 11 15:30:00 2002
+1.0.2 2002-06-11
- Fixed a few errors in the distribution including missing
  test files.
 
-
-1.0.1 Tue Jun 11 15:30:00 2002
+1.0.1 2002-06-11
- Changed default protocol to HTTP/1.0 and added a switch to
  activate HTTP/1.1 protocol.
 
-1.0.0 Tue Jan  8 19:42:00 2002
+1.0.0 2002-01-08
- Fixed bug where content-type was always set to only set it has not
  yet been set.
  Thanks to Rui Miguel Seabra r...@multicert.com
@@ -85,14 +90,15 @@
   side-effect is that timeouts do not work in Win32.
  Thanks to Andrew Brown andrew_br...@adc.com
 
-0.2.5 Thu Dec 21 13:09:00 2000
+0.2.5 2000-12-21
- fixed minor bug with MIME type provided for posts to be
  x-www-form-urlencoded, as reported by 
  Tobias Kunze tobias.ku...@horz.de
 
-0.03  Sat Sep  9 14:05:00 2000
+0.03 2000-09-09
 - fixed two minor bugs as found and reported by Marcus I. Ryan
   

commit perl-local-lib for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-local-lib for openSUSE:Factory 
checked in at 2013-07-30 12:06:12

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


Package is perl-local-lib

Changes:

--- /work/SRC/openSUSE:Factory/perl-local-lib/perl-local-lib.changes
2013-06-13 17:46:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-local-lib.new/perl-local-lib.changes   
2013-07-30 12:06:13.0 +0200
@@ -1,0 +2,6 @@
+Sat Jul 27 11:58:45 UTC 2013 - co...@suse.com
+
+- updated to 1.008011
+ - skip CPAN workaround if running via cpanminus  (miyagawa, RT#85731)
+
+---

Old:

  local-lib-1.008010.tar.gz

New:

  local-lib-1.008011.tar.gz



Other differences:
--
++ perl-local-lib.spec ++
--- /var/tmp/diff_new_pack.uyFNKU/_old  2013-07-30 12:06:14.0 +0200
+++ /var/tmp/diff_new_pack.uyFNKU/_new  2013-07-30 12:06:14.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   perl-local-lib
-Version:1.008010
+Version:1.008011
 Release:0
 Summary:Create and Use a local Library Directory for Perl Modules
 License:Artistic-1.0 or GPL-1.0+

++ local-lib-1.008010.tar.gz - local-lib-1.008011.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/local-lib-1.008010/Changes 
new/local-lib-1.008011/Changes
--- old/local-lib-1.008010/Changes  2013-05-27 03:01:30.0 +0200
+++ new/local-lib-1.008011/Changes  2013-07-27 04:47:52.0 +0200
@@ -1,5 +1,8 @@
 Revision history for local::lib
 
+1.008011 2013-07-26
+- skip CPAN workaround if running via cpanminus  (miyagawa, RT#85731)
+
 1.008010 2013-05-26
 - Fix a split on undefined value warning (David Golden -- see
   https://github.com/gugod/App-perlbrew/issues/305)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/local-lib-1.008010/META.yml 
new/local-lib-1.008011/META.yml
--- old/local-lib-1.008010/META.yml 2013-05-27 03:05:03.0 +0200
+++ new/local-lib-1.008011/META.yml 2013-07-27 04:49:29.0 +0200
@@ -29,4 +29,4 @@
   homepage: 
http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/local-lib.git
   license: http://dev.perl.org/licenses/
   repository: git://git.shadowcat.co.uk/p5sagit/local-lib.git
-version: 1.008010
+version: 1.008011
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/local-lib-1.008010/Makefile.PL 
new/local-lib-1.008011/Makefile.PL
--- old/local-lib-1.008010/Makefile.PL  2013-02-17 17:36:01.0 +0100
+++ new/local-lib-1.008011/Makefile.PL  2013-07-27 04:32:12.0 +0200
@@ -183,24 +183,26 @@
 requires 'ExtUtils::MakeMaker' = '6.31'; # version INSTALL_BASE was added
 requires 'ExtUtils::Install' = '1.43'; # ditto
 requires 'Module::Build' = '0.36'; # PERL_MB_OPT
-my $required_CPAN = '1.82';
-requires 'CPAN' = $required_CPAN; # sudo support + CPAN::HandleConfig
 
-# No, really. See
-# https://rt.cpan.org/Public/Bug/Display.html?id=23735
-# for why CPAN now sets the CPANPLUS env var.
-# trouble is this means we can't auto_install(_now) CPAN itself
-# without this beautiful hack
+# don't bother fixing CPAN.pm if bootstrapped from cpanminus
+unless ($ENV{PERL5_CPANM_IS_RUNNING}) {
+my $required_CPAN = '1.82';
+requires 'CPAN' = $required_CPAN; # sudo support + CPAN::HandleConfig
 
-my $no_cpanplus_env = !exists $ENV{PERL5_CPANPLUS_IS_RUNNING};
-my $no_cpan_env = !exists $ENV{PERL5_CPAN_IS_RUNNING};
-require CPAN;
-delete $ENV{PERL5_CPANPLUS_IS_RUNNING} if $no_cpanplus_env;
-delete $ENV{PERL5_CPAN_IS_RUNNING} if $no_cpan_env;
+# No, really. See
+# https://rt.cpan.org/Public/Bug/Display.html?id=23735
+# for why CPAN now sets the CPANPLUS env var.
+# trouble is this means we can't auto_install(_now) CPAN itself
+# without this beautiful hack
 
-# and make sure that the user doesn't have any existing CPAN config that'll
-# cause us problems for the next few steps.
-{
+my $no_cpanplus_env = !exists $ENV{PERL5_CPANPLUS_IS_RUNNING};
+my $no_cpan_env = !exists $ENV{PERL5_CPAN_IS_RUNNING};
+require CPAN;
+delete $ENV{PERL5_CPANPLUS_IS_RUNNING} if $no_cpanplus_env;
+delete $ENV{PERL5_CPAN_IS_RUNNING} if $no_cpan_env;
+
+# and make sure that the user doesn't have any existing CPAN config that'll
+# cause us problems for the next few steps.
 local $@;
 eval { require CPAN::HandleConfig; };
 # Need newish CPAN.pm for this, ergo skip it if that version of CPAN isn't
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit perl-Log-Dispatch-Array for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Log-Dispatch-Array for 
openSUSE:Factory checked in at 2013-07-30 12:06:20

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


Package is perl-Log-Dispatch-Array

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Log-Dispatch-Array/perl-Log-Dispatch-Array.changes
  2012-01-09 21:43:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Log-Dispatch-Array.new/perl-Log-Dispatch-Array.changes
 2013-07-30 12:06:22.0 +0200
@@ -1,0 +2,6 @@
+Sat Jul 27 11:58:37 UTC 2013 - co...@suse.com
+
+- updated to 1.002
+  repackage, update bugtracker
+
+---

Old:

  Log-Dispatch-Array-1.001.tar.gz

New:

  Log-Dispatch-Array-1.002.tar.gz



Other differences:
--
++ perl-Log-Dispatch-Array.spec ++
--- /var/tmp/diff_new_pack.XYTzon/_old  2013-07-30 12:06:22.0 +0200
+++ /var/tmp/diff_new_pack.XYTzon/_new  2013-07-30 12:06:22.0 +0200
@@ -1,8 +1,7 @@
-# vim: set sw=4 ts=4 et nu:
 #
 # spec file for package perl-Log-Dispatch-Array
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,56 +14,51 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   perl-Log-Dispatch-Array
-Version:1.001
+Version:1.002
 Release:0
-Summary:Log events to an array
+%define cpan_name Log-Dispatch-Array
+Summary:log events to an array (reference)
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source: 
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Log-Dispatch-Array-%{version}.tar.gz
-Url:http://search.cpan.org/dist/Log-Dispatch-Array
+Url:http://search.cpan.org/dist/Log-Dispatch-Array/
+Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
-BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Log::Dispatch::Output)
 BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(Test::More) = 0.96
+BuildRequires:  perl(parent)
 Requires:   perl(Log::Dispatch::Output)
+Requires:   perl(parent)
+%{perl_requires}
 
 %description
 This provides a Log::Dispatch log output system that appends logged events
-to an array reference. This is probably only useful for testing the
-logging of your code.
+to an array reference. This is probably only useful for testing the logging
+of your code.
 
 %prep
-%setup -q -n Log-Dispatch-Array-%{version}
-%__sed -i '/^auto_install/d' Makefile.PL
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-%__perl Makefile.PL PREFIX=%{_prefix}
-%__make %{?jobs:-j%{jobs}}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%check
-%__make test
-
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
-
-%files
-%defattr(-,root,root)
-%doc Changes README
-%dir %{perl_vendorlib}/Log
-%dir %{perl_vendorlib}/Log/Dispatch
-%{perl_vendorlib}/Log/Dispatch/Array.pm
-%dir %{perl_vendorarch}/auto/Log
-%dir %{perl_vendorarch}/auto/Log/Dispatch
-%{perl_vendorarch}/auto/Log/Dispatch/Array
-%doc %{perl_man3dir}/Log::Dispatch::Array.%{perl_man3ext}%{ext_man}
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes LICENSE README
 
 %changelog

++ Log-Dispatch-Array-1.001.tar.gz - Log-Dispatch-Array-1.002.tar.gz ++
 3255 lines of diff (skipped)

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



commit perl-JSON-Any for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-JSON-Any for openSUSE:Factory 
checked in at 2013-07-30 12:05:49

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


Package is perl-JSON-Any

Changes:

--- /work/SRC/openSUSE:Factory/perl-JSON-Any/perl-JSON-Any.changes  
2011-09-23 12:37:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-JSON-Any.new/perl-JSON-Any.changes 
2013-07-30 12:05:50.0 +0200
@@ -1,0 +2,7 @@
+Fri Jul 26 05:42:06 UTC 2013 - co...@suse.com
+
+- updated to 1.30
+* Add support for Cpanel::JSON::XS and JSON::PP. Fixes RT#85424  
RT#67967. (perigrin)
+* Fix documentation bug RT#86065.
+
+---

Old:

  JSON-Any-1.29.tar.gz

New:

  JSON-Any-1.30.tar.gz



Other differences:
--
++ perl-JSON-Any.spec ++
--- /var/tmp/diff_new_pack.saGioj/_old  2013-07-30 12:05:50.0 +0200
+++ /var/tmp/diff_new_pack.saGioj/_new  2013-07-30 12:05:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-JSON-Any
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,63 +16,49 @@
 #
 
 
-%define cpan_name JSON-Any
-
 Name:   perl-JSON-Any
-Version:1.29
-Release:1
-Requires:   perl perl-JSON perl-YAML-Syck
-%if 0%{?suse_version}  1100
-Requires:   perl-JSON-PC
-%endif
-Requires:   perl-JSON-DWIW
-Group:  Development/Libraries/Perl
+Version:1.30
+Release:0
+%define cpan_name JSON-Any
+Summary:Wrapper Class for the various JSON classes.
 License:Artistic-1.0 or GPL-1.0+
+Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/JSON-Any/
-Summary:Wrapper Class for the various JSON classes
-Source: 
http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/JSON-Any-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/P/PE/PERIGRIN/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
-BuildRequires:  perl(YAML::Syck)
+BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(JSON::DWIW)
-BuildRequires:  perl-JSON = 2.02
+Requires:   perl
+Requires:   perl-JSON
+Requires:   perl-YAML-Syck
+BuildRequires:  perl(JSON)
 BuildRequires:  perl(JSON::XS)
+Requires:   perl(JSON)
+Requires:   perl(JSON::XS)
+%{perl_requires}
 
 %description
 Wrapper Class for the various JSON classes.
 
-This module will provide a coherent API to bring together the various JSON
-modules currently on CPAN. This module will allow you to code to any JSON API
-and have it work regardless of which JSON module is actually installed.
-
 %prep
-%setup -q -n %cpan_name-%{version}
-%__sed -i '/^auto_install/d' Makefile.PL
-
-%__chmod 0644 lib/JSON/Any.pm
+%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-%__perl Makefile.PL PREFIX=%{_usr}
-%__make %{?jobs:-j%{jobs}}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%check
-%__make test
-
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
-
-%files
-%defattr(-,root,root)
-%doc Changes MANIFEST README 
-%dir %{perl_vendorlib}/JSON
-%{perl_vendorlib}/JSON/Any.pm
-%dir %{perl_vendorarch}/auto/JSON
-%dir %{perl_vendorarch}/auto/JSON/Any
-%doc %{perl_man3dir}/JSON::Any.%{perl_man3ext}%{ext_man}
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes LICENSE README weaver.ini
 
 %changelog

++ JSON-Any-1.29.tar.gz - JSON-Any-1.30.tar.gz ++
 5139 lines of diff (skipped)

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



commit perl-MooseX-StrictConstructor for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-StrictConstructor for 
openSUSE:Factory checked in at 2013-07-30 13:07:44

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


Package is perl-MooseX-StrictConstructor

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-MooseX-StrictConstructor/perl-MooseX-StrictConstructor.changes
  2012-01-04 07:28:12.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-StrictConstructor.new/perl-MooseX-StrictConstructor.changes
 2013-07-30 13:07:45.0 +0200
@@ -1,0 +2,11 @@
+Sat Jul 27 11:58:34 UTC 2013 - co...@suse.com
+
+- updated to 0.19
+ - The 0.17 release broke compatibility with pre-2.0 versions of Moose.
+ - A small internal tweak which prevents the MooseX::ClassCompositor tests from
+   failing.
+ - Added a small optimization for an immutable constructor when used with Moose
+   2.00+. The list of valid attributes is only generated once, rather than each
+   time the constructor is run. Reported by Chip Salzenberg. RT #73664.
+
+---

Old:

  MooseX-StrictConstructor-0.16.tar.gz

New:

  MooseX-StrictConstructor-0.19.tar.gz



Other differences:
--
++ perl-MooseX-StrictConstructor.spec ++
--- /var/tmp/diff_new_pack.qaqL8x/_old  2013-07-30 13:07:46.0 +0200
+++ /var/tmp/diff_new_pack.qaqL8x/_new  2013-07-30 13:07:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-StrictConstructor
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooseX-StrictConstructor
-Version:0.16
+Version:0.19
 Release:0
 %define cpan_name MooseX-StrictConstructor
 Summary:Make your object constructors blow up on unknown attributes
@@ -29,19 +29,30 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Moose) = 0.94
+BuildRequires:  perl(Moose::Exporter)
+BuildRequires:  perl(Moose::Role)
+BuildRequires:  perl(Moose::Util::MetaRole)
 BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::Moose)
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(namespace::autoclean)
+#BuildRequires: perl(MooseX::StrictConstructor)
+#BuildRequires: perl(MooseX::StrictConstructor::Trait::Class)
+#BuildRequires: perl(MooseX::StrictConstructor::Trait::Method::Constructor)
+#BuildRequires: perl(Standard)
+#BuildRequires: perl(Stricter)
 Requires:   perl(Moose) = 0.94
+Requires:   perl(Moose::Exporter)
+Requires:   perl(Moose::Role)
+Requires:   perl(Moose::Util::MetaRole)
 Requires:   perl(namespace::autoclean)
 %{perl_requires}
 
 %description
 Simply loading this module makes your constructors strict. If your
 constructor is called with an attribute init argument that your class does
-not declare, then it calls 'Moose-'throw_error(). This is a great way to
+not declare, then it calls 'Moose-throw_error()'. This is a great way to
 catch small typos.
 
 %prep
@@ -51,19 +62,14 @@
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 %{__make} %{?_smp_mflags}
 
-%if 0%{?suse_version} == 0 || 0%{?suse_version} = 1120
 %check
 %{__make} test
-%endif
 
 %install
 %perl_make_install
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes LICENSE README

++ MooseX-StrictConstructor-0.16.tar.gz - 
MooseX-StrictConstructor-0.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-StrictConstructor-0.16/Changes 
new/MooseX-StrictConstructor-0.19/Changes
--- old/MooseX-StrictConstructor-0.16/Changes   2011-04-23 02:27:42.0 
+0200
+++ new/MooseX-StrictConstructor-0.19/Changes   2012-01-17 22:51:44.0 
+0100
@@ -1,3 +1,21 @@
+0.19 2012-01-17
+
+- The 0.17 release broke compatibility with pre-2.0 versions of Moose.
+
+
+0.18 2012-01-10
+
+- A small internal tweak which prevents the MooseX::ClassCompositor tests from
+  failing.
+
+
+0.17 2012-01-04
+
+- Added a small optimization for an immutable constructor when used with Moose
+  2.00+. The list of valid attributes is only generated once, rather than each
+  time the constructor is run. Reported by Chip Salzenberg. RT #73664.
+
+
 0.16 2011-04-22
 
 - 

commit perl-MooseX-Types-DateTime for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Types-DateTime for 
openSUSE:Factory checked in at 2013-07-30 14:03:20

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


Package is perl-MooseX-Types-DateTime

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-MooseX-Types-DateTime/perl-MooseX-Types-DateTime.changes
2012-03-07 20:10:12.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Types-DateTime.new/perl-MooseX-Types-DateTime.changes
   2013-07-30 14:03:21.0 +0200
@@ -1,0 +2,6 @@
+Sat Jul 27 11:58:35 UTC 2013 - co...@suse.com
+
+- updated to 0.08
+ - Require perl 5.8.3, as Moose does
+
+---

Old:

  MooseX-Types-DateTime-0.07.tar.gz

New:

  MooseX-Types-DateTime-0.08.tar.gz



Other differences:
--
++ perl-MooseX-Types-DateTime.spec ++
--- /var/tmp/diff_new_pack.CaCIRb/_old  2013-07-30 14:03:22.0 +0200
+++ /var/tmp/diff_new_pack.CaCIRb/_new  2013-07-30 14:03:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-Types-DateTime
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooseX-Types-DateTime
-Version:0.07
+Version:0.08
 Release:0
 %define cpan_name MooseX-Types-DateTime
 Summary:DateTime related constraints and coercions for
@@ -29,9 +29,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(DateTime) = 0.43
-BuildRequires:  perl(DateTime::Duration) = 0.43
-BuildRequires:  perl(DateTime::Locale) = 0.40
+BuildRequires:  perl(DateTime) = 0.44
+BuildRequires:  perl(DateTime::Duration) = 0.44
+BuildRequires:  perl(DateTime::Locale) = 0.41
 BuildRequires:  perl(DateTime::TimeZone) = 0.95
 BuildRequires:  perl(Moose) = 0.41
 BuildRequires:  perl(MooseX::Types) = 0.30
@@ -42,9 +42,9 @@
 #BuildRequires: perl(Moose::Util::TypeConstraints)
 #BuildRequires: perl(MooseX::Types::DateTime)
 #BuildRequires: perl(ok)
-Requires:   perl(DateTime) = 0.43
-Requires:   perl(DateTime::Duration) = 0.43
-Requires:   perl(DateTime::Locale) = 0.40
+Requires:   perl(DateTime) = 0.44
+Requires:   perl(DateTime::Duration) = 0.44
+Requires:   perl(DateTime::Locale) = 0.41
 Requires:   perl(DateTime::TimeZone) = 0.95
 Requires:   perl(Moose) = 0.41
 Requires:   perl(MooseX::Types) = 0.30

++ MooseX-Types-DateTime-0.07.tar.gz - MooseX-Types-DateTime-0.08.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Types-DateTime-0.07/Changes 
new/MooseX-Types-DateTime-0.08/Changes
--- old/MooseX-Types-DateTime-0.07/Changes  2011-12-12 13:58:26.0 
+0100
+++ new/MooseX-Types-DateTime-0.08/Changes  2012-12-11 13:19:02.0 
+0100
@@ -1,3 +1,7 @@
+0.082012-12-11 12:18:56 Europe/London
+
+- Require perl 5.8.3, as Moose does
+
 0.072011-12-12 12:58:19 Europe/London
 
 - Provide optimize_as for pre-2.0100 Moose versions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Types-DateTime-0.07/META.json 
new/MooseX-Types-DateTime-0.08/META.json
--- old/MooseX-Types-DateTime-0.07/META.json2011-12-12 13:59:39.0 
+0100
+++ new/MooseX-Types-DateTime-0.08/META.json2012-12-11 13:30:08.0 
+0100
@@ -4,7 +4,7 @@
   unknown
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.112150,
+   generated_by : ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter 
version 2.120630,
license : [
   unknown
],
@@ -22,12 +22,12 @@
prereqs : {
   build : {
  requires : {
-ExtUtils::MakeMaker : 0
+ExtUtils::MakeMaker : 0
  }
   },
   configure : {
  requires : {
-ExtUtils::MakeMaker : 0
+ExtUtils::MakeMaker : 0
  }
   },
   runtime : {
@@ -41,7 +41,8 @@
 MooseX::Types::Moose : 0.30,
 Test::Exception : 0.27,
 Test::use::ok : 0.02,
-namespace::clean : 0.08
+namespace::clean : 0.08,
+perl : 5.0008003
  }
   }
},
@@ -51,5 +52,5 @@
  url : git://git.moose.perl.org/MooseX-Types-DateTime.git
   }
},
- 

commit perl-Package-Stash-XS for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Package-Stash-XS for 
openSUSE:Factory checked in at 2013-07-30 14:03:44

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


Package is perl-Package-Stash-XS

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Package-Stash-XS/perl-Package-Stash-XS.changes  
2013-06-13 18:19:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Package-Stash-XS.new/perl-Package-Stash-XS.changes
 2013-07-30 14:03:46.0 +0200
@@ -1,0 +2,7 @@
+Sat Jul 27 11:58:38 UTC 2013 - co...@suse.com
+
+- updated to 0.28
+  - fix test issue (Graham Knop)
+  - handle magic more correctly in add_symbol and get_or_add_symbol
+
+---

Old:

  Package-Stash-XS-0.26.tar.gz

New:

  Package-Stash-XS-0.28.tar.gz



Other differences:
--
++ perl-Package-Stash-XS.spec ++
--- /var/tmp/diff_new_pack.DVeStO/_old  2013-07-30 14:03:47.0 +0200
+++ /var/tmp/diff_new_pack.DVeStO/_new  2013-07-30 14:03:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Package-Stash-XS
-Version:0.26
+Version:0.28
 Release:0
 %define cpan_name Package-Stash-XS
 Summary:faster and more correct implementation of the Package::Stash 
API
@@ -34,6 +34,7 @@
 #BuildRequires: perl(Package::Stash)
 #BuildRequires: perl(Package::Stash::XS)
 #BuildRequires: perl(Test::LeakTrace)
+#BuildRequires: perl(Variable::Magic)
 %{perl_requires}
 
 %description

++ Package-Stash-XS-0.26.tar.gz - Package-Stash-XS-0.28.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Package-Stash-XS-0.26/Changes 
new/Package-Stash-XS-0.28/Changes
--- old/Package-Stash-XS-0.26/Changes   2013-01-04 10:36:41.0 +0100
+++ new/Package-Stash-XS-0.28/Changes   2013-07-16 18:17:11.0 +0200
@@ -1,5 +1,11 @@
 Revision history for Package-Stash-XS
 
+0.28  2013-07-16
+  - fix test issue (Graham Knop)
+
+0.27  2013-07-15
+  - handle magic more correctly in add_symbol and get_or_add_symbol
+
 0.26  2013-01-04
   - internal refactorings to support Package::Anon stashes - this should
 work now
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Package-Stash-XS-0.26/MANIFEST 
new/Package-Stash-XS-0.28/MANIFEST
--- old/Package-Stash-XS-0.26/MANIFEST  2013-01-04 10:36:41.0 +0100
+++ new/Package-Stash-XS-0.28/MANIFEST  2013-07-16 18:17:11.0 +0200
@@ -29,6 +29,7 @@
 t/scalar-values.t
 t/stash-deletion.t
 t/synopsis.t
+t/warnings.t
 typemap
 xt/author/leaks-debug.t
 xt/author/leaks.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Package-Stash-XS-0.26/META.json 
new/Package-Stash-XS-0.28/META.json
--- old/Package-Stash-XS-0.26/META.json 2013-01-04 10:36:41.0 +0100
+++ new/Package-Stash-XS-0.28/META.json 2013-07-16 18:17:11.0 +0200
@@ -1,10 +1,10 @@
 {
abstract : faster and more correct implementation of the Package::Stash 
API,
author : [
-  Jesse Luehrs doy at tozt dot net
+  Jesse Luehrs d...@tozt.net
],
dynamic_config : 0,
-   generated_by : Dist::Zilla version 4.300028, CPAN::Meta::Converter 
version 2.120921,
+   generated_by : Dist::Zilla version 4.300034, CPAN::Meta::Converter 
version 2.120921,
license : [
   perl_5
],
@@ -53,8 +53,7 @@
release_status : stable,
resources : {
   bugtracker : {
- mailto : bug-package-stash...@rt.cpan.org,
- web : 
http://rt.cpan.org/Public/Dist/Display.html?Name=Package-Stash-XS;
+ web : https://github.com/doy/package-stash-xs/issues;
   },
   homepage : http://metacpan.org/release/Package-Stash-XS;,
   repository : {
@@ -63,10 +62,10 @@
  web : https://github.com/doy/package-stash-xs;
   }
},
-   version : 0.26,
+   version : 0.28,
x_Dist_Zilla : {
   perl : {
- version : 5.016002
+ version : 5.018000
   },
   plugins : [
  {
@@ -78,87 +77,87 @@
}
 },
 name : @DOY/TestMoreDoneTesting,
-version : 4.300028
+version : 4.300034
  },
  {
 class : Dist::Zilla::Plugin::GatherDir,
 name : @DOY/GatherDir,
-version : 4.300028
+version : 4.300034
  },
  {
 class : Dist::Zilla::Plugin::PruneCruft,
 name : @DOY/PruneCruft,
-version : 4.300028
+version : 4.300034
  },
  {
 class : 

commit perl-Pod-Spell for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Pod-Spell for openSUSE:Factory 
checked in at 2013-07-30 14:04:06

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


Package is perl-Pod-Spell

Changes:

--- /work/SRC/openSUSE:Factory/perl-Pod-Spell/perl-Pod-Spell.changes
2013-06-13 20:08:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new/perl-Pod-Spell.changes   
2013-07-30 14:04:07.0 +0200
@@ -1,0 +2,6 @@
+Sat Jul 27 11:58:40 UTC 2013 - co...@suse.com
+
+- updated to 1.05
+  - add stopwords
+
+---

Old:

  Pod-Spell-1.04.tar.gz

New:

  Pod-Spell-1.05.tar.gz



Other differences:
--
++ perl-Pod-Spell.spec ++
--- /var/tmp/diff_new_pack.5VIgdO/_old  2013-07-30 14:04:08.0 +0200
+++ /var/tmp/diff_new_pack.5VIgdO/_new  2013-07-30 14:04:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Pod-Spell
-Version:1.04
+Version:1.05
 Release:0
 %define cpan_name Pod-Spell
 Summary:a formatter for spellchecking Pod

++ Pod-Spell-1.04.tar.gz - Pod-Spell-1.05.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.04/Changes new/Pod-Spell-1.05/Changes
--- old/Pod-Spell-1.04/Changes  2013-05-09 05:05:52.0 +0200
+++ new/Pod-Spell-1.05/Changes  2013-07-07 09:37:21.0 +0200
@@ -1,5 +1,8 @@
 Revision history Pod-Spell
 
+1.05  2013-07-07
+   - add stopwords
+
 1.04  2013-05-08
- fix tests to work on older perls
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.04/META.json new/Pod-Spell-1.05/META.json
--- old/Pod-Spell-1.04/META.json2013-05-09 05:05:52.0 +0200
+++ new/Pod-Spell-1.05/META.json2013-07-07 09:37:21.0 +0200
@@ -5,7 +5,7 @@
   Caleb Cushing xenoterrac...@gmail.com
],
dynamic_config : 0,
-   generated_by : Dist::Zilla version 4.300034, CPAN::Meta::Converter 
version 2.130880,
+   generated_by : Dist::Zilla version 4.300035, CPAN::Meta::Converter 
version 2.120921,
license : [
   artistic_2
],
@@ -61,11 +61,11 @@
provides : {
   Pod::Spell : {
  file : lib/Pod/Spell.pm,
- version : 1.04
+ version : 1.05
   },
   Pod::Wordlist : {
  file : lib/Pod/Wordlist.pm,
- version : 1.04
+ version : 1.05
   }
},
release_status : stable,
@@ -80,6 +80,6 @@
  web : https://github.com/xenoterracide/pod-spell;
   }
},
-   version : 1.04
+   version : 1.05
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.04/META.yml new/Pod-Spell-1.05/META.yml
--- old/Pod-Spell-1.04/META.yml 2013-05-09 05:05:52.0 +0200
+++ new/Pod-Spell-1.05/META.yml 2013-07-07 09:37:21.0 +0200
@@ -11,7 +11,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 6.30
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.300034, CPAN::Meta::Converter version 
2.130880'
+generated_by: 'Dist::Zilla version 4.300035, CPAN::Meta::Converter version 
2.120921'
 license: artistic_2
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -23,10 +23,10 @@
 provides:
   Pod::Spell:
 file: lib/Pod/Spell.pm
-version: 1.04
+version: 1.05
   Pod::Wordlist:
 file: lib/Pod/Wordlist.pm
-version: 1.04
+version: 1.05
 requires:
   Carp: 0
   Pod::Escapes: 0
@@ -42,4 +42,4 @@
   bugtracker: https://github.com/xenoterracide/pod-spell/issues
   homepage: https://metacpan.org/dist/Pod-Spell
   repository: git://github.com/xenoterracide/pod-spell.git
-version: 1.04
+version: 1.05
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.04/Makefile.PL 
new/Pod-Spell-1.05/Makefile.PL
--- old/Pod-Spell-1.04/Makefile.PL  2013-05-09 05:05:52.0 +0200
+++ new/Pod-Spell-1.05/Makefile.PL  2013-07-07 09:37:21.0 +0200
@@ -38,7 +38,7 @@
 Test::Deep = 0,
 Test::More = 0.88
   },
-  VERSION = 1.04,
+  VERSION = 1.05,
   test = {
 TESTS = t/*.t
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-Spell-1.04/README new/Pod-Spell-1.05/README
--- old/Pod-Spell-1.04/README   2013-05-09 05:05:52.0 +0200
+++ new/Pod-Spell-1.05/README   2013-07-07 09:37:21.0 +0200
@@ -2,7 +2,7 @@
 Pod::Spell - a formatter for spellchecking Pod
 
 VERSION
-version 1.04
+version 1.05
 
 SYNOPSIS
 use Pod::Spell;
diff -urN '--exclude=CVS' 

commit perl-Smart-Comments for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Smart-Comments for 
openSUSE:Factory checked in at 2013-07-30 14:04:16

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


Package is perl-Smart-Comments

Changes:

--- /work/SRC/openSUSE:Factory/perl-Smart-Comments/perl-Smart-Comments.changes  
2011-11-21 12:45:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Smart-Comments.new/perl-Smart-Comments.changes 
2013-07-30 14:04:18.0 +0200
@@ -1,0 +2,7 @@
+Sat Jul 27 11:57:46 UTC 2013 - co...@suse.com
+
+- updated to 1.05
+- Fixed typo in docs
+- Fixed bad assumption (nolongdouble) in t/while_num.t
+
+---

Old:

  Smart-Comments-1.0.4.tar.gz

New:

  Smart-Comments-1.05.tar.gz



Other differences:
--
++ perl-Smart-Comments.spec ++
--- /var/tmp/diff_new_pack.LwCIYQ/_old  2013-07-30 14:04:20.0 +0200
+++ /var/tmp/diff_new_pack.LwCIYQ/_new  2013-07-30 14:04:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Smart-Comments
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,30 +16,23 @@
 #
 
 
-
 Name:   perl-Smart-Comments
-Version:1.0.4
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:1.05
+Release:0
 %define cpan_name Smart-Comments
 Summary:Comments that do more than just sit there
-Url:http://search.cpan.org/dist/Smart-Comments/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/C/CH/CHORNY/Smart-Comments-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
-BuildRequires:  perl(Data::Dumper)
-BuildRequires:  perl(List::Util)
-BuildRequires:  perl(Text::Balanced) = 2
-BuildRequires:  perl(version)
+Url:http://search.cpan.org/dist/Smart-Comments/
+Source: 
http://www.cpan.org/authors/id/D/DC/DCONWAY/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Module::Build)
-Requires:   perl(Data::Dumper)
-Requires:   perl(List::Util)
-Requires:   perl(Text::Balanced) = 2
+BuildRequires:  perl(version)
+#BuildRequires: perl(Smart::Comments)
 Requires:   perl(version)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 %{perl_requires}
 
 %description
@@ -66,11 +59,8 @@
 ./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc Changes README
 
 %changelog

++ Smart-Comments-1.0.4.tar.gz - Smart-Comments-1.05.tar.gz ++
 4230 lines of diff (skipped)

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



commit perl-SQL-Abstract for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-SQL-Abstract for 
openSUSE:Factory checked in at 2013-07-30 14:04:22

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


Package is perl-SQL-Abstract

Changes:

--- /work/SRC/openSUSE:Factory/perl-SQL-Abstract/perl-SQL-Abstract.changes  
2013-06-06 13:27:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-SQL-Abstract.new/perl-SQL-Abstract.changes 
2013-07-30 14:04:23.0 +0200
@@ -1,0 +2,9 @@
+Sat Jul 27 11:58:57 UTC 2013 - co...@suse.com
+
+- updated to 1.74
+- Fix insufficient parenthesis unroll during operator comparison
+- 'ORDER BY foo' and 'ORDER BY foo ASC' are now considered equal
+  by default (with a switch to reenable old behavior when necessary)
+- Change parser to not eagerly slurp RHS expressions it doesn't recognize
+
+---

Old:

  SQL-Abstract-1.73.tar.gz

New:

  SQL-Abstract-1.74.tar.gz



Other differences:
--
++ perl-SQL-Abstract.spec ++
--- /var/tmp/diff_new_pack.0HRWR5/_old  2013-07-30 14:04:24.0 +0200
+++ /var/tmp/diff_new_pack.0HRWR5/_new  2013-07-30 14:04:24.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   perl-SQL-Abstract
-Version:1.73
+Version:1.74
 Release:0
 %define cpan_name SQL-Abstract
 Summary:Generate SQL from Perl data structures
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/SQL-Abstract/
-Source: 
http://www.cpan.org/authors/id/F/FR/FREW/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/R/RI/RIBASUSHI/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -32,6 +32,7 @@
 BuildRequires:  perl(Class::Accessor::Grouped) = 0.10005
 BuildRequires:  perl(Getopt::Long::Descriptive) = 0.091
 BuildRequires:  perl(Hash::Merge) = 0.12
+BuildRequires:  perl(Test::Deep) = 0.101
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More) = 0.92
 BuildRequires:  perl(Test::Warn)

++ SQL-Abstract-1.73.tar.gz - SQL-Abstract-1.74.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQL-Abstract-1.73/Changes 
new/SQL-Abstract-1.74/Changes
--- old/SQL-Abstract-1.73/Changes   2012-07-10 23:19:39.0 +0200
+++ new/SQL-Abstract-1.74/Changes   2013-06-05 15:25:39.0 +0200
@@ -1,5 +1,12 @@
 Revision history for SQL::Abstract
 
+revision 1.74  2013-06-04
+
+- Fix insufficient parenthesis unroll during operator comparison
+- 'ORDER BY foo' and 'ORDER BY foo ASC' are now considered equal
+  by default (with a switch to reenable old behavior when necessary)
+- Change parser to not eagerly slurp RHS expressions it doesn't recognize
+
 revision 1.73  2012-07-10
 
 - Fix parsing of ORDER BY foo + ?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQL-Abstract-1.73/MANIFEST 
new/SQL-Abstract-1.74/MANIFEST
--- old/SQL-Abstract-1.73/MANIFEST  2012-07-10 23:22:19.0 +0200
+++ new/SQL-Abstract-1.74/MANIFEST  2013-06-05 15:25:54.0 +0200
@@ -42,7 +42,6 @@
 t/20injection_guard.t
 t/21op_ident.t
 t/22op_value.t
-t/23reassembly-bugs.t
 t/90pod.t
 t/91podcoverage.t
 t/dbic/bulk-insert.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQL-Abstract-1.73/META.yml 
new/SQL-Abstract-1.74/META.yml
--- old/SQL-Abstract-1.73/META.yml  2012-07-10 23:22:17.0 +0200
+++ new/SQL-Abstract-1.74/META.yml  2013-06-05 15:25:52.0 +0200
@@ -5,13 +5,14 @@
 build_requires:
   ExtUtils::MakeMaker: 6.59
   Storable: 0
+  Test::Deep: 0.101
   Test::Exception: 0
   Test::More: 0.92
   Test::Warn: 0
 configure_requires:
   ExtUtils::MakeMaker: 6.59
 distribution_type: module
-dynamic_config: 1
+dynamic_config: 0
 generated_by: 'Module::Install version 1.06'
 license: perl
 meta-spec:
@@ -36,4 +37,4 @@
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=SQL-Abstract
   license: http://dev.perl.org/licenses/
   repository: git://git.shadowcat.co.uk/dbsrgits/SQL-Abstract.git
-version: 1.73
+version: 1.74
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQL-Abstract-1.73/Makefile.PL 
new/SQL-Abstract-1.74/Makefile.PL
--- old/SQL-Abstract-1.73/Makefile.PL   2012-06-15 03:07:59.0 +0200
+++ new/SQL-Abstract-1.74/Makefile.PL   2013-06-05 15:25:39.0 

commit yast2-sound for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package yast2-sound for openSUSE:Factory 
checked in at 2013-07-30 14:05:02

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


Package is yast2-sound

Changes:

--- /work/SRC/openSUSE:Factory/yast2-sound/yast2-sound.changes  2012-05-03 
11:02:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-sound.new/yast2-sound.changes 
2013-07-30 14:05:04.0 +0200
@@ -1,0 +2,8 @@
+Thu Jul 25 09:50:40 UTC 2013 - lsle...@suse.cz
+
+- documentation update
+- move development documentation to devel-doc subpackage
+- resolved gcc and doxygen warnings
+- 2.24.0
+
+---

Old:

  yast2-sound-2.22.1.tar.bz2

New:

  yast2-sound-2.24.0.tar.bz2



Other differences:
--
++ yast2-sound.spec ++
--- /var/tmp/diff_new_pack.92GEIn/_old  2013-07-30 14:05:05.0 +0200
+++ /var/tmp/diff_new_pack.92GEIn/_new  2013-07-30 14:05:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-sound
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-sound
-Version:2.22.1
+Version:2.24.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -73,6 +73,17 @@
 %description
 This package contains the YaST2 component for sound card configuration.
 
+
+%package devel-doc
+Requires:   yast2-sound = %version
+Summary:YaST2 - Sound Configuration - Development Documentation
+Group:  System/YaST
+
+%description devel-doc
+This package contains development documentation for using the API
+provided by yast2-sound package.
+
+
 %prep
 %setup -n yast2-sound-%{version}
 
@@ -84,7 +95,6 @@
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 
-%{?suse_update_config:%{suse_update_config -f}}
 ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
@@ -135,6 +145,14 @@
 %{_libdir}/YaST2/plugin/libpy2ag_audio.so*
 /usr/share/YaST2/scrconf/*.scr
 
-%doc %{_prefix}/share/doc/packages/yast2-sound
+%dir %{_prefix}/share/doc/packages/yast2-sound
+%doc %{_prefix}/share/doc/packages/yast2-sound/README
+%doc %{_prefix}/share/doc/packages/yast2-sound/COPYING
+
+%files devel-doc
+%doc %{_prefix}/share/doc/packages/yast2-sound/autodocs
+%doc %{_prefix}/share/doc/packages/yast2-sound/agent-audio
+%doc %{_prefix}/share/doc/packages/yast2-sound/joystick-db.txt
+%doc %{_prefix}/share/doc/packages/yast2-sound/sound_db.md
 
 %changelog

++ yast2-sound-2.22.1.tar.bz2 - yast2-sound-2.24.0.tar.bz2 ++
 11238 lines of diff (skipped)

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



commit xf86-video-intel for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-intel for 
openSUSE:Factory checked in at 2013-07-30 14:04:51

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


Package is xf86-video-intel

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-intel/xf86-video-intel.changes
2013-07-16 16:27:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-intel.new/xf86-video-intel.changes   
2013-07-30 14:04:52.0 +0200
@@ -1,0 +2,31 @@
+Sun Jul 28 15:50:07 UTC 2013 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 2.21.13:
+  A minor release to repair the build for non-Linux systems, and to undo a
+  few more regressions.
+  + Avoid potential memory corruption with allocations of very small
+depth 1 bitmaps.
+  + Fix source clipping whilst computing copy extents and exposures.
+[Regression from 2.21.12]
+https://bugs.freedesktop.org/show_bug.cgi?id=66970
+  + Use /proc/cpuinfo if cpuid4 is not available (old hardware or old
+gcc), and repair the build on systems without cpuid.
+[Regression from 2.21.12]
+  + Fix performance regression on Ironlake from inadvertently flushing
+after every operation.
+[Regression from 2.21.11]
+https://bugs.freedesktop.org/show_bug.cgi?id=67157
+  + Fix conflict handling when probing initial KMS configuration for
+ZaphodHeads.
+[Regression from 2.21.11]
+https://bugs.freedesktop.org/show_bug.cgi?id=67176
+  + Stop being overly restrictive and rejecting stale DRI2 buffers.
+(DRI2 is inherently racy in that the client may have completed and
+submitted rendering to buffers that are now invalid on the server.
+This race is magnified by bugs within the Xserver where it forgets
+to notify the DRI2 clients of certain invalidation events.)
+https://bugs.freedesktop.org/show_bug.cgi?id=67210
+  + Handle a failure to use a GTT mmap for a pixmap upload and try
+an alternative method before giving up.
+
+---

Old:

  xf86-video-intel-2.21.12.tar.bz2

New:

  xf86-video-intel-2.21.13.tar.bz2



Other differences:
--
++ xf86-video-intel.spec ++
--- /var/tmp/diff_new_pack.R1A3FM/_old  2013-07-30 14:04:54.0 +0200
+++ /var/tmp/diff_new_pack.R1A3FM/_new  2013-07-30 14:04:54.0 +0200
@@ -19,7 +19,7 @@
 %define glamor 1
 
 Name:   xf86-video-intel
-Version:2.21.12
+Version:2.21.13
 Release:0
 Summary:Intel video driver for the Xorg X server
 License:MIT

++ xf86-video-intel-2.21.12.tar.bz2 - xf86-video-intel-2.21.13.tar.bz2 
++
 3960 lines of diff (skipped)

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



commit python3-pip for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package python3-pip for openSUSE:Factory 
checked in at 2013-07-30 14:04:33

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


Package is python3-pip

Changes:

--- /work/SRC/openSUSE:Factory/python3-pip/python3-pip.changes  2013-06-25 
13:22:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pip.new/python3-pip.changes 
2013-07-30 14:04:34.0 +0200
@@ -1,0 +2,43 @@
+Mon Jul 29 15:02:06 UTC 2013 - speili...@suse.com
+
+- Run 2to3
+
+---
+Mon Jul 29 14:49:27 UTC 2013 - speili...@suse.com
+
+- Update to version 1.4:
+  * **BACKWARD INCOMPATIBLE** pip now only installs stable versions by default,
+and offers a new --pre option to also find pre-release and development
+versions. (Pull #834)
+  * **BACKWARD INCOMPATIBLE** Dropped support for Python 2.5. The minimum
+supported Python version for pip 1.4 is Python 2.6.
+  * Added support for installing and building wheel archives.
+Thanks Daniel Holth, Marcus Smith, Paul Moore, and Michele Lacchia
+(Pull #845)
+  * Applied security patch to pip's ssl support related to certificate DNS
+wildcard matching (http://bugs.python.org/issue17980).
+  * To satisfy pip's setuptools requirement, pip now recommends 
setuptools=0.8,
+not distribute. setuptools and distribute are now merged into one project
+called 'setuptools'. (Pull #1003)
+  * pip will now warn when installing a file that is either hosted externally 
to
+the index or cannot be verified with a hash. In the future pip will default
+to not installing them and will require the flags --allow-external NAME, 
and
+--allow-insecure NAME respectively. (Pull #985)
+  * If an already-downloaded or cached file has a bad hash, re-download it 
rather
+than erroring out. (Issue #963).
+  * pip bundle and support for installing from pybundle files is now
+considered deprecated and will be removed in pip v1.5.
+  * Fixed a number of issues (#413, #709, #634, #602, and #939) related to
+cleaning up and not reusing build directories. (Pull #865, #948)
+  * Added a User Agent so that pip is identifiable in logs. (Pull #901)
+  * Added ssl and --user support to get-pip.py. Thanks Gabriel de Perthuis.
+(Pull #895)
+  * Fixed the proxy support, which was broken in pip 1.3.x (Pull #840)
+  * Fixed issue #32 - pip fails when server does not send content-type header.
+Thanks Hugo Lopes Tavares and Kelsey Hightower (Pull #872).
+  * Vendorized distlib as pip.vendor.distlib 
(https://distlib.readthedocs.org/).
+  * Fixed git VCS backend with git 1.8.3. (Pull #967)
+- Require setuptools instead of distribute again (merged upstream)
+- Use update-alternatives for parallel-installability with Python3
+
+---

Old:

  pip-1.3.1.tar.gz

New:

  pip-1.4.tar.gz



Other differences:
--
++ python3-pip.spec ++
--- /var/tmp/diff_new_pack.vchvmR/_old  2013-07-30 14:04:35.0 +0200
+++ /var/tmp/diff_new_pack.vchvmR/_new  2013-07-30 14:04:35.0 +0200
@@ -11,27 +11,27 @@
 # 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:   python3-pip
-Version:1.3.1
+Version:1.4
 Release:0
 Url:http://www.pip-installer.org
-Summary:Pip installs packages. Python 3 packages. An easy_install 
replacement
+Summary:Pip installs packages. Python packages. An easy_install 
replacement
 License:MIT
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/p/pip/pip-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# please do not remove, needed for openSUSE = 12.2
 BuildRequires:  python3
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
-# please do not remove, needed for openSUSE = 12.2
+BuildRequires:  python3-setuptools
 Requires:   python3
-Requires:   python3-distribute
+Requires:   python3-setuptools
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 
 %description
@@ -42,19 +42,34 @@
 %prep
 %setup -q -n pip-%{version}
 sed -i s|#!/usr/bin/env python||g pip/__init__.py # Fix non-executable script
+2to3 -wvn .
 
 %build
 python3 setup.py build
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
-# remove file that conflicts 

commit perl-Text-TabularDisplay for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Text-TabularDisplay for 
openSUSE:Factory checked in at 2013-07-30 14:04:27

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


Package is perl-Text-TabularDisplay

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Text-TabularDisplay/perl-Text-TabularDisplay.changes
2013-06-13 20:24:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-TabularDisplay.new/perl-Text-TabularDisplay.changes
   2013-07-30 14:04:29.0 +0200
@@ -1,0 +2,5 @@
+Sat Jul 27 11:58:25 UTC 2013 - co...@suse.com
+
+- updated to 1.35, no cangelog
+
+---

Old:

  Text-TabularDisplay-1.34.tar.gz

New:

  Text-TabularDisplay-1.35.tar.gz



Other differences:
--
++ perl-Text-TabularDisplay.spec ++
--- /var/tmp/diff_new_pack.E9GNkG/_old  2013-07-30 14:04:31.0 +0200
+++ /var/tmp/diff_new_pack.E9GNkG/_new  2013-07-30 14:04:31.0 +0200
@@ -16,8 +16,9 @@
 #
 
 
+# MANUAL LICENSE
 Name:   perl-Text-TabularDisplay
-Version:1.34
+Version:1.35
 Release:0
 %define cpan_name Text-TabularDisplay
 Summary:Display text in formatted table output
@@ -25,7 +26,6 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Text-TabularDisplay/
 Source: 
http://www.cpan.org/authors/id/D/DA/DARREN/%{cpan_name}-%{version}.tar.gz
-# MANUAL LICENSE
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ Text-TabularDisplay-1.34.tar.gz - Text-TabularDisplay-1.35.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-TabularDisplay-1.34/MANIFEST.SKIP 
new/Text-TabularDisplay-1.35/MANIFEST.SKIP
--- old/Text-TabularDisplay-1.34/MANIFEST.SKIP  2013-02-24 13:14:39.0 
+0100
+++ new/Text-TabularDisplay-1.35/MANIFEST.SKIP  2013-04-02 12:05:21.0 
+0200
@@ -1 +1,2 @@
 \.git
+\.travis\.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-TabularDisplay-1.34/META.yml 
new/Text-TabularDisplay-1.35/META.yml
--- old/Text-TabularDisplay-1.34/META.yml   2013-02-24 13:46:50.0 
+0100
+++ new/Text-TabularDisplay-1.35/META.yml   2013-06-11 17:22:38.0 
+0200
@@ -1,10 +1,10 @@
 --- #YAML:1.0
 name:   Text-TabularDisplay
-version:1.34
+version:1.35
 abstract:   Display text in formatted table output
 author:
 - darren chamberlain dar...@cpan.org
-license:perl
+license:gpl
 distribution_type:  module
 configure_requires:
 ExtUtils::MakeMaker:  0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-TabularDisplay-1.34/Makefile.PL 
new/Text-TabularDisplay-1.35/Makefile.PL
--- old/Text-TabularDisplay-1.34/Makefile.PL2013-02-24 13:21:25.0 
+0100
+++ new/Text-TabularDisplay-1.35/Makefile.PL2013-06-11 17:20:20.0 
+0200
@@ -11,7 +11,7 @@
 WriteMakefile(
 NAME= __PACKAGE__,
 AUTHOR  = 'darren chamberlain dar...@cpan.org',
-LICENSE = 'perl',
+LICENSE = 'gpl',
 ABSTRACT_FROM   = 'TabularDisplay.pm',
 VERSION_FROM= TabularDisplay.pm,
 PREREQ_PM   = \%PREREQ_PM,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-TabularDisplay-1.34/README 
new/Text-TabularDisplay-1.35/README
--- old/Text-TabularDisplay-1.34/README 2013-02-24 13:21:44.0 +0100
+++ new/Text-TabularDisplay-1.35/README 2013-06-11 17:21:25.0 +0200
@@ -235,5 +235,5 @@
 Patrick Kuijvenhoven
 
 VERSION
-This documentation describes Text::TabularDisplay version 1.34.
+This documentation describes Text::TabularDisplay version 1.35.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-TabularDisplay-1.34/TabularDisplay.pm 
new/Text-TabularDisplay-1.35/TabularDisplay.pm
--- old/Text-TabularDisplay-1.34/TabularDisplay.pm  2013-02-24 
13:21:40.0 +0100
+++ new/Text-TabularDisplay-1.35/TabularDisplay.pm  2013-06-11 
17:20:43.0 +0200
@@ -23,7 +23,7 @@
 use integer;
 use vars qw($VERSION);
 
-$VERSION = 1.34;
+$VERSION = 1.35;
 
 # ---=== Public Methods ==---
 
@@ -556,5 +556,5 @@
 
 =head1 VERSION
 
-This documentation describes CText::TabularDisplay version 1.34.
+This documentation describes CText::TabularDisplay version 1.35.
 

-- 
To unsubscribe, e-mail: 

commit salt for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package salt for openSUSE:Factory checked in 
at 2013-07-30 14:04:38

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


Package is salt

Changes:

--- /work/SRC/openSUSE:Factory/salt/salt.changes2013-07-06 
19:16:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.salt.new/salt.changes   2013-07-30 
14:04:39.0 +0200
@@ -2 +2,19 @@
-Fri Jul  5 21:25:21 UTC 2013 - abo...@gmail.com
+Mon Jul 29 20:11:14 UTC 2013 - abo...@gmail.com
+
+- removed not needed requirements:
+  Requires(pre): /usr/sbin/groupadd
+  Requires(pre): /usr/sbin/useradd
+  Requires(pre): /usr/sbin/userdel
+---
+Mon Jul 29 18:06:03 UTC 2013 - abo...@gmail.com
+
+- Updated to salt 0.16.1
+  - Bugfix release
+  - postgresql module Fixes #6352.
+  - returner fixes Fixes issue #5518
+  - http authentication issues fixed  #6356
+  - warning of deprecation runas in favor of user
+- more information at https://github.com/saltstack/salt/commits/v0.16.1
+  
+---
+Fri Jul  5 21:24:21 UTC 2013 - abo...@gmail.com

Old:

  salt-0.16.0.tar.gz

New:

  salt-0.16.1.tar.gz



Other differences:
--
++ salt.spec ++
--- /var/tmp/diff_new_pack.ujjMb3/_old  2013-07-30 14:04:40.0 +0200
+++ /var/tmp/diff_new_pack.ujjMb3/_new  2013-07-30 14:04:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   salt
-Version:0.16.0
+Version:0.16.1
 Release:0
 Summary:A parallel remote execution system
 License:Apache-2.0
@@ -52,9 +52,6 @@
 Requires:   python-pyzmq = 2.1.9
 Requires(pre): %fillup_prereq
 Requires(pre): %insserv_prereq
-Requires(pre): /usr/sbin/groupadd
-Requires(pre): /usr/sbin/useradd
-Requires(pre): /usr/sbin/userdel
 %if 0%{?suse_version} = 1210
 BuildRequires:  systemd
 %{?systemd_requires}

++ salt-0.16.0.tar.gz - salt-0.16.1.tar.gz ++
 10220 lines of diff (skipped)

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



commit akonadi-runtime for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package akonadi-runtime for openSUSE:Factory 
checked in at 2013-07-30 15:55:58

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


Package is akonadi-runtime

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-runtime/akonadi-runtime.changes  
2013-07-22 16:33:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-runtime.new/akonadi-runtime.changes 
2013-07-30 15:55:59.0 +0200
@@ -1,0 +2,10 @@
+Thu Jul 25 19:02:36 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 1.10.2
+  * Fix PostgreSQL support (once more)
+ * Changes from version 1.10.1:
+  * Fix PostgreSQL support
+  * Optimize appending flags to items
+  * Introduce CHANGEDSINCE parameter to FETCH command
+
+---

Old:

  akonadi-1.10.0.tar.bz2

New:

  akonadi-1.10.2.tar.bz2



Other differences:
--
++ akonadi-runtime.spec ++
--- /var/tmp/diff_new_pack.cXReY2/_old  2013-07-30 15:56:01.0 +0200
+++ /var/tmp/diff_new_pack.cXReY2/_new  2013-07-30 15:56:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   akonadi-runtime
-Version:1.10.0
+Version:1.10.2
 Release:0
 %define rversion %{version}
 Summary:PIM Storage Service

++ akonadi-1.10.0.tar.bz2 - akonadi-1.10.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-1.10.0/CMakeLists.txt 
new/akonadi-1.10.2/CMakeLists.txt
--- old/akonadi-1.10.0/CMakeLists.txt   2013-07-09 18:56:12.0 +0200
+++ new/akonadi-1.10.2/CMakeLists.txt   2013-07-25 14:48:43.0 +0200
@@ -73,7 +73,7 @@
 
 set(AKONADI_VERSION_MAJOR 1)
 set(AKONADI_VERSION_MINOR 10)
-set(AKONADI_VERSION_PATCH 0)
+set(AKONADI_VERSION_PATCH 2)
 set(AKONADI_VERSION 
${AKONADI_VERSION_MAJOR}.${AKONADI_VERSION_MINOR}.${AKONADI_VERSION_PATCH})
 set(AKONADI_VERSION_STRING ${AKONADI_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-1.10.0/Mainpage.dox 
new/akonadi-1.10.2/Mainpage.dox
--- old/akonadi-1.10.0/Mainpage.dox 2013-07-09 18:56:12.0 +0200
+++ new/akonadi-1.10.2/Mainpage.dox 2013-07-25 14:48:43.0 +0200
@@ -315,6 +315,6 @@
 
 // DOXYGEN_EXCLUDE = sqlplugin server/control server/akonadictl server/tests
 // DOXYGEN_PROJECTNAME=Akonadi
-// DOXYGEN_PROJECTVERSION=1.10.0
+// DOXYGEN_PROJECTVERSION=1.10.2
 
 // vim:ts=4:sw=4:expandtab:filetype=doxygen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-1.10.0/NEWS new/akonadi-1.10.2/NEWS
--- old/akonadi-1.10.0/NEWS 2013-07-09 18:56:12.0 +0200
+++ new/akonadi-1.10.2/NEWS 2013-07-25 14:48:43.0 +0200
@@ -1,3 +1,13 @@
+1.10.223-July-2013
+--
+- Fix PostgreSQL support (once more)
+
+1.10.1   22-July-2013
+--
+- Fix PostgreSQL support
+- Optimize appending flags to items
+- Introduce CHANGEDSINCE parameter to FETCH command
+
 1.10.009-July-2013
 --
 - Memory optimizations
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-1.10.0/libs/protocol_p.h 
new/akonadi-1.10.2/libs/protocol_p.h
--- old/akonadi-1.10.0/libs/protocol_p.h2013-07-09 18:56:12.0 
+0200
+++ new/akonadi-1.10.2/libs/protocol_p.h2013-07-25 14:48:43.0 
+0200
@@ -84,6 +84,7 @@
 #define AKONADI_PARAM_RESOURCE RESOURCE
 #define AKONADI_PARAM_ANCESTORS ANCESTORS
 #define AKONADI_PARAM_IGNOREERRORS IGNOREERRORS
+#define AKONADI_PARAM_CHANGEDSINCE CHANGEDSINCE
 
 #define AKONADI_PARAM_PERSISTENTSEARCH PERSISTENTSEARCH
 #define AKONADI_PARAM_PERSISTENTSEARCH_QUERYLANG QUERYLANGUAGE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-1.10.0/server/src/akonadiconnection.cpp 
new/akonadi-1.10.2/server/src/akonadiconnection.cpp
--- old/akonadi-1.10.0/server/src/akonadiconnection.cpp 2013-07-09 
18:56:12.0 +0200
+++ new/akonadi-1.10.2/server/src/akonadiconnection.cpp 2013-07-25 
14:48:43.0 +0200
@@ -113,7 +113,7 @@
 
 Response greeting;
 greeting.setUntagged();
-greeting.setString(OK Akonadi Almost IMAP Server [PROTOCOL 32]);
+greeting.setString(OK Akonadi Almost IMAP Server [PROTOCOL 33]);
 // don't send before the event loop is active, since waitForBytesWritten() 
can cause interesting reentrancy issues
 // TODO should be QueueConnection, but 

commit amor for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package amor for openSUSE:Factory checked in 
at 2013-07-30 15:56:03

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


Package is amor

Changes:

--- /work/SRC/openSUSE:Factory/amor/amor.changes2013-07-22 
16:33:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.amor.new/amor.changes   2013-07-30 
15:56:04.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:16:55 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  amor-4.10.95.tar.xz

New:

  amor-4.10.97.tar.xz



Other differences:
--
++ amor.spec ++
--- /var/tmp/diff_new_pack.10lgFg/_old  2013-07-30 15:56:05.0 +0200
+++ /var/tmp/diff_new_pack.10lgFg/_new  2013-07-30 15:56:05.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Toys/Other
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ amor-4.10.95.tar.xz - amor-4.10.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amor-4.10.95/data/pics/animated/CMakeLists.txt 
new/amor-4.10.97/data/pics/animated/CMakeLists.txt
--- old/amor-4.10.95/data/pics/animated/CMakeLists.txt  2013-07-10 
01:43:42.0 +0200
+++ new/amor-4.10.97/data/pics/animated/CMakeLists.txt  2013-07-23 
11:04:51.0 +0200
@@ -6,4 +6,5 @@
 add_subdirectory( neko-kuro )
 add_subdirectory( pingu )
 add_subdirectory( tao )
-add_subdirectory( worm )
\ No newline at end of file
+add_subdirectory( worm )
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amor-4.10.95/src/amordialog.h 
new/amor-4.10.97/src/amordialog.h
--- old/amor-4.10.95/src/amordialog.h   2013-07-10 01:43:42.0 +0200
+++ new/amor-4.10.97/src/amordialog.h   2013-07-23 11:04:51.0 +0200
@@ -30,7 +30,7 @@
 Q_OBJECT
 
 public:
-AmorDialog(QWidget *parent = 0);
+explicit AmorDialog(QWidget *parent = 0);
 
 signals:
 void changed();

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



commit ark for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package ark for openSUSE:Factory checked in 
at 2013-07-30 15:56:10

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


Package is ark

Changes:

--- /work/SRC/openSUSE:Factory/ark/ark.changes  2013-07-24 23:30:30.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ark.new/ark.changes 2013-07-30 
15:56:11.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:18:01 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  ark-4.10.95.tar.xz

New:

  ark-4.10.97.tar.xz



Other differences:
--
++ ark.spec ++
--- /var/tmp/diff_new_pack.jDgrW1/_old  2013-07-30 15:56:12.0 +0200
+++ /var/tmp/diff_new_pack.jDgrW1/_new  2013-07-30 15:56:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ark
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:KDE Archiver Tool
 License:GPL-2.0+

++ ark-4.10.95.tar.xz - ark-4.10.97.tar.xz ++

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



commit analitza for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package analitza for openSUSE:Factory 
checked in at 2013-07-30 15:56:06

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


Package is analitza

Changes:

--- /work/SRC/openSUSE:Factory/analitza/analitza.changes2013-07-22 
16:33:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.analitza.new/analitza.changes   2013-07-30 
15:56:08.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:17:31 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  analitza-4.10.95.tar.xz

New:

  analitza-4.10.97.tar.xz



Other differences:
--
++ analitza.spec ++
--- /var/tmp/diff_new_pack.5B79wn/_old  2013-07-30 15:56:09.0 +0200
+++ /var/tmp/diff_new_pack.5B79wn/_new  2013-07-30 15:56:09.0 +0200
@@ -21,7 +21,7 @@
 BuildRequires:  readline-devel
 BuildRequires:  pkgconfig(glu)
 Url:https://projects.kde.org/projects/kde/kdeedu/analitza
-Version:4.10.95
+Version:4.10.97
 Release:0
 BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ analitza-4.10.95.tar.xz - analitza-4.10.97.tar.xz ++

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



commit bomber for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package bomber for openSUSE:Factory checked 
in at 2013-07-30 15:56:18

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


Package is bomber

Changes:

--- /work/SRC/openSUSE:Factory/bomber/bomber.changes2013-07-22 
16:36:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.bomber.new/bomber.changes   2013-07-30 
15:56:19.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:19:19 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  bomber-4.10.95.tar.xz

New:

  bomber-4.10.97.tar.xz



Other differences:
--
++ bomber.spec ++
--- /var/tmp/diff_new_pack.q1nKMK/_old  2013-07-30 15:56:20.0 +0200
+++ /var/tmp/diff_new_pack.q1nKMK/_new  2013-07-30 15:56:20.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:bomber-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ bomber-4.10.95.tar.xz - bomber-4.10.97.tar.xz ++

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



commit blinken for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package blinken for openSUSE:Factory checked 
in at 2013-07-30 15:56:14

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


Package is blinken

Changes:

--- /work/SRC/openSUSE:Factory/blinken/blinken.changes  2013-07-22 
16:35:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.blinken.new/blinken.changes 2013-07-30 
15:56:15.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:18:59 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  blinken-4.10.95.tar.xz

New:

  blinken-4.10.97.tar.xz



Other differences:
--
++ blinken.spec ++
--- /var/tmp/diff_new_pack.BwK6VW/_old  2013-07-30 15:56:16.0 +0200
+++ /var/tmp/diff_new_pack.BwK6VW/_new  2013-07-30 15:56:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   blinken
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Simon Says Game
 License:GPL-2.0+

++ blinken-4.10.95.tar.xz - blinken-4.10.97.tar.xz ++

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



commit bovo for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package bovo for openSUSE:Factory checked in 
at 2013-07-30 15:56:21

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


Package is bovo

Changes:

--- /work/SRC/openSUSE:Factory/bovo/bovo.changes2013-07-22 
16:37:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.bovo.new/bovo.changes   2013-07-30 
15:56:23.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:19:44 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  bovo-4.10.95.tar.xz

New:

  bovo-4.10.97.tar.xz



Other differences:
--
++ bovo.spec ++
--- /var/tmp/diff_new_pack.ODKm1x/_old  2013-07-30 15:56:24.0 +0200
+++ /var/tmp/diff_new_pack.ODKm1x/_new  2013-07-30 15:56:24.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:bovo-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ bovo-4.10.95.tar.xz - bovo-4.10.97.tar.xz ++

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



commit jovie for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package jovie for openSUSE:Factory checked 
in at 2013-07-30 15:56:45

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


Package is jovie

Changes:

--- /work/SRC/openSUSE:Factory/jovie/jovie.changes  2013-07-22 
16:41:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.jovie.new/jovie.changes 2013-07-30 
15:56:47.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:23:37 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  jovie-4.10.95.tar.xz

New:

  jovie-4.10.97.tar.xz



Other differences:
--
++ jovie.spec ++
--- /var/tmp/diff_new_pack.knoIM9/_old  2013-07-30 15:56:48.0 +0200
+++ /var/tmp/diff_new_pack.knoIM9/_new  2013-07-30 15:56:48.0 +0200
@@ -27,7 +27,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:jovie-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ jovie-4.10.95.tar.xz - jovie-4.10.97.tar.xz ++

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



commit juk for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package juk for openSUSE:Factory checked in 
at 2013-07-30 15:56:48

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


Package is juk

Changes:

--- /work/SRC/openSUSE:Factory/juk/juk.changes  2013-07-22 16:42:15.0 
+0200
+++ /work/SRC/openSUSE:Factory/.juk.new/juk.changes 2013-07-30 
15:56:49.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:23:57 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  juk-4.10.95.tar.xz

New:

  juk-4.10.97.tar.xz



Other differences:
--
++ juk.spec ++
--- /var/tmp/diff_new_pack.hrMxIu/_old  2013-07-30 15:56:50.0 +0200
+++ /var/tmp/diff_new_pack.hrMxIu/_new  2013-07-30 15:56:50.0 +0200
@@ -25,7 +25,7 @@
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ juk-4.10.95.tar.xz - juk-4.10.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/juk-4.10.95/coverinfo.cpp 
new/juk-4.10.97/coverinfo.cpp
--- old/juk-4.10.95/coverinfo.cpp   2013-07-10 01:19:32.0 +0200
+++ new/juk-4.10.97/coverinfo.cpp   2013-07-23 11:02:30.0 +0200
@@ -279,6 +279,11 @@
 {
 TagLib::ID3v2::Tag *id3tag = mpegFile-ID3v2Tag(false);
 
+if (!id3tag) {
+kError()  m_file.absFilePath()  seems to have invalid ID3 
tag;
+return false;
+}
+
 // Look for attached picture frames.
 TagLib::ID3v2::FrameList frames = id3tag-frameListMap()[APIC];
 return !frames.isEmpty();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/juk-4.10.95/juk.notifyrc new/juk-4.10.97/juk.notifyrc
--- old/juk-4.10.95/juk.notifyrc2013-07-10 01:19:32.0 +0200
+++ new/juk-4.10.97/juk.notifyrc2013-07-24 13:12:33.0 +0200
@@ -128,7 +128,7 @@
 Name[ro]=Copertă descărcată cu succes
 Name[ru]=Обложка успешно загружена
 Name[sk]=Obal bol úspešne stiahnutý
-Name[sl]=Ovitek uspešno pridobljen
+Name[sl]=Ovitek uspešno prejet
 Name[sr]=Омот успешно преузет
 Name[sr@ijekavian]=Омот успјешно преузет
 Name[sr@ijekavianlatin]=Omot uspješno preuzet
@@ -174,7 +174,7 @@
 Comment[ro]=O copertă cerută a fost descărcată
 Comment[ru]=Запрошенная обложка была загружена
 Comment[sk]=Požadovaný obal bol stiahnutý
-Comment[sl]=Zahtevan ovitek je bil uspešno pridobljen
+Comment[sl]=Zahtevan ovitek je bil prejet
 Comment[sr]=Затражени омот је преузет
 Comment[sr@ijekavian]=Затражени омот је преузет
 Comment[sr@ijekavianlatin]=Zatraženi omot je preuzet
@@ -223,7 +223,7 @@
 Name[ro]=Descărcarea coperții a eșuat
 Name[ru]=Не удалось загрузить обложку
 Name[sk]=Obal sa nepodarilo stiahnuť
-Name[sl]=Pridobitev ovitka ni uspela
+Name[sl]=Prejem ovitka ni uspel
 Name[sr]=Омот се не може преузети
 Name[sr@ijekavian]=Омот се не може преузети
 Name[sr@ijekavianlatin]=Omot se ne može preuzeti
@@ -269,7 +269,7 @@
 Comment[ro]=Descărcarea unei coperți cerute a eșuat
 Comment[ru]=Не удалось загрузить запрошенную обложку
 Comment[sk]=Požadovaný obal sa nepodarilo stiahnuť
-Comment[sl]=Zahtevan ovitek ni bil uspešno pridobljen
+Comment[sl]=Zahtevan ovitek ni bil uspešno prejet
 Comment[sr]=Преузимање затраженог омота није успело
 Comment[sr@ijekavian]=Преузимање затраженог омота није успјело
 Comment[sr@ijekavianlatin]=Preuzimanje zatraženog omota nije uspjelo

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



commit granatier for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package granatier for openSUSE:Factory 
checked in at 2013-07-30 15:56:39

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


Package is granatier

Changes:

--- /work/SRC/openSUSE:Factory/granatier/granatier.changes  2013-07-22 
16:41:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.granatier.new/granatier.changes 2013-07-30 
15:56:40.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:22:47 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  granatier-4.10.95.tar.xz

New:

  granatier-4.10.97.tar.xz



Other differences:
--
++ granatier.spec ++
--- /var/tmp/diff_new_pack.avpI7p/_old  2013-07-30 15:56:40.0 +0200
+++ /var/tmp/diff_new_pack.avpI7p/_new  2013-07-30 15:56:40.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:granatier-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ granatier-4.10.95.tar.xz - granatier-4.10.97.tar.xz ++

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



commit kapman for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kapman for openSUSE:Factory checked 
in at 2013-07-30 15:57:16

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


Package is kapman

Changes:

--- /work/SRC/openSUSE:Factory/kapman/kapman.changes2013-07-22 
17:10:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.kapman.new/kapman.changes   2013-07-30 
15:57:18.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:27:03 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kapman-4.10.95.tar.xz

New:

  kapman-4.10.97.tar.xz



Other differences:
--
++ kapman.spec ++
--- /var/tmp/diff_new_pack.2T5whg/_old  2013-07-30 15:57:19.0 +0200
+++ /var/tmp/diff_new_pack.2T5whg/_new  2013-07-30 15:57:19.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:kapman-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kapman-4.10.95.tar.xz - kapman-4.10.97.tar.xz ++

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



commit kajongg for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kajongg for openSUSE:Factory checked 
in at 2013-07-30 15:56:59

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


Package is kajongg

Changes:

--- /work/SRC/openSUSE:Factory/kajongg/kajongg.changes  2013-07-22 
17:05:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.kajongg.new/kajongg.changes 2013-07-30 
15:57:00.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:24:57 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kajongg-4.10.95.tar.xz

New:

  kajongg-4.10.97.tar.xz



Other differences:
--
++ kajongg.spec ++
--- /var/tmp/diff_new_pack.JyiFsK/_old  2013-07-30 15:57:01.0 +0200
+++ /var/tmp/diff_new_pack.JyiFsK/_new  2013-07-30 15:57:01.0 +0200
@@ -25,7 +25,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:kajongg-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kajongg-4.10.95.tar.xz - kajongg-4.10.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kajongg-4.10.95/src/board.py 
new/kajongg-4.10.97/src/board.py
--- old/kajongg-4.10.95/src/board.py2013-07-10 01:21:29.0 +0200
+++ new/kajongg-4.10.97/src/board.py2013-07-24 00:21:40.0 +0200
@@ -244,7 +244,7 @@
 return sorted([x for x in self.tiles if x.focusable], key=sortFunction)
 
 @apply
-def hasFocus(): # pylint: disable=E0202
+def hasFocus():
 defines if this board should show a focusRect
 if another board has focus, setting this to False does
 not change scene.focusBoard
@@ -930,7 +930,7 @@
 and not game.autoPlay)
 
 @apply
-def disableFocusRect(): # pylint: disable=E0202
+def disableFocusRect():
 suppress focusrect
 def fget(self):
 # pylint: disable=W0212
@@ -946,7 +946,7 @@
 return property(**locals())
 
 @apply
-def focusBoard(): # pylint: disable=E0202
+def focusBoard():
 get / set the board that has its focusRect shown
 def fget(self):
 # pylint: disable=W0212
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kajongg-4.10.95/src/config.py 
new/kajongg-4.10.97/src/config.py
--- old/kajongg-4.10.95/src/config.py   2013-07-10 01:21:29.0 +0200
+++ new/kajongg-4.10.97/src/config.py   2013-07-24 00:21:40.0 +0200
@@ -126,6 +126,14 @@
 def __setitem__(self, key, value):
 self.__setattr__(key, value)
 
+def __delitem__(self, key):
+pylint wants this for a complete container, but we do not need it
+del SetupPreferences._Parameters[key]
+
+def __len__(self):
+pylint wants this for a complete container, but we do not need it
+return len(SetupPreferences._Parameters)
+
 def addParameter(self, par):
 add a parameter to the skeleton
 if par.name not in SetupPreferences._Parameters:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kajongg-4.10.95/src/guiutil.py 
new/kajongg-4.10.97/src/guiutil.py
--- old/kajongg-4.10.95/src/guiutil.py  2013-07-10 01:21:29.0 +0200
+++ new/kajongg-4.10.97/src/guiutil.py  2013-07-24 00:21:40.0 +0200
@@ -58,6 +58,8 @@
 
 class ListComboBox(QComboBox):
 easy to use with a python list. The elements must have an attribute 
'name'.
+# pylint: disable=R0924
+# pylint wants __setitem__, __getitem__ etc for a perfect container
 def __init__(self, items=None, parent=None):
 QComboBox.__init__(self, parent)
 self.items = items
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kajongg-4.10.95/src/humanclient.py 
new/kajongg-4.10.97/src/humanclient.py
--- old/kajongg-4.10.95/src/humanclient.py  2013-07-10 01:21:29.0 
+0200
+++ new/kajongg-4.10.97/src/humanclient.py  2013-07-24 13:12:49.0 
+0200
@@ -1009,6 +1009,13 @@
 match = re.search(r.*DNS lookup.*\[Errno -5\] (.*), message)
 if match:
 url = url.split(':')[0] # remove the port
+# current twisted (version 12.3) returns different messages:
+if not match:
+match = re.search(r.*DNS lookup failed: address u'(.*)' not 
found.*, message)
+if match:
+ 

commit kaccessible for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kaccessible for openSUSE:Factory 
checked in at 2013-07-30 15:56:51

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


Package is kaccessible

Changes:

--- /work/SRC/openSUSE:Factory/kaccessible/kaccessible.changes  2013-07-22 
16:44:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.kaccessible.new/kaccessible.changes 
2013-07-30 15:56:52.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:24:23 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kaccessible-4.10.95.tar.xz

New:

  kaccessible-4.10.97.tar.xz



Other differences:
--
++ kaccessible.spec ++
--- /var/tmp/diff_new_pack.qrBXid/_old  2013-07-30 15:56:53.0 +0200
+++ /var/tmp/diff_new_pack.qrBXid/_new  2013-07-30 15:56:53.0 +0200
@@ -27,7 +27,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kaccessible-4.10.95.tar.xz - kaccessible-4.10.97.tar.xz ++

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



commit dragonplayer for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package dragonplayer for openSUSE:Factory 
checked in at 2013-07-30 15:56:32

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


Package is dragonplayer

Changes:

--- /work/SRC/openSUSE:Factory/dragonplayer/dragonplayer.changes
2013-07-22 16:39:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.dragonplayer.new/dragonplayer.changes   
2013-07-30 15:56:34.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:21:49 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  dragon-4.10.95.tar.xz

New:

  dragon-4.10.97.tar.xz



Other differences:
--
++ dragonplayer.spec ++
--- /var/tmp/diff_new_pack.TQPexf/_old  2013-07-30 15:56:35.0 +0200
+++ /var/tmp/diff_new_pack.TQPexf/_new  2013-07-30 15:56:35.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Video/Players
 Url:http://dragonplayer.org/
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:dragon-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ dragon-4.10.95.tar.xz - dragon-4.10.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dragon-4.10.95/misc/dragonplayer_part.desktop 
new/dragon-4.10.97/misc/dragonplayer_part.desktop
--- old/dragon-4.10.95/misc/dragonplayer_part.desktop   2013-07-10 
01:19:16.0 +0200
+++ new/dragon-4.10.97/misc/dragonplayer_part.desktop   2013-07-24 
13:12:30.0 +0200
@@ -36,7 +36,7 @@
 Name[ro]=Componentă Dragon Player
 Name[ru]=Компонент проигрывателя Dragon Player
 Name[sk]=Komponent prehrávača Dragon
-Name[sl]=Komponenta Dragon Player
+Name[sl]=Sestavni del Dragon Player
 Name[sr]=Змајев плејер део
 Name[sr@ijekavian]=Змајев плејер дио
 Name[sr@ijekavianlatin]=Zmajev plejer dio

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



commit kamera for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kamera for openSUSE:Factory checked 
in at 2013-07-30 15:57:09

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


Package is kamera

Changes:

--- /work/SRC/openSUSE:Factory/kamera/kamera.changes2013-07-22 
17:09:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.kamera.new/kamera.changes   2013-07-30 
15:57:11.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:26:19 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kamera-4.10.95.tar.xz

New:

  kamera-4.10.97.tar.xz



Other differences:
--
++ kamera.spec ++
--- /var/tmp/diff_new_pack.FU7Qj1/_old  2013-07-30 15:57:12.0 +0200
+++ /var/tmp/diff_new_pack.FU7Qj1/_new  2013-07-30 15:57:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kamera
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Base package for kdegraphics apps
 License:LGPL-2.1+

++ kamera-4.10.95.tar.xz - kamera-4.10.97.tar.xz ++

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



commit kalzium for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kalzium for openSUSE:Factory checked 
in at 2013-07-30 15:57:06

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


Package is kalzium

Changes:

--- /work/SRC/openSUSE:Factory/kalzium/kalzium.changes  2013-07-22 
17:06:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.kalzium.new/kalzium.changes 2013-07-30 
15:57:07.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:26:01 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kalzium-4.10.95.tar.xz

New:

  kalzium-4.10.97.tar.xz



Other differences:
--
++ kalzium.spec ++
--- /var/tmp/diff_new_pack.p5tKZo/_old  2013-07-30 15:57:08.0 +0200
+++ /var/tmp/diff_new_pack.p5tKZo/_new  2013-07-30 15:57:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kalzium
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Periodic Table of Elements
 License:GPL-2.0+

++ kalzium-4.10.95.tar.xz - kalzium-4.10.97.tar.xz ++

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



commit filelight for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package filelight for openSUSE:Factory 
checked in at 2013-07-30 15:56:36

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


Package is filelight

Changes:

--- /work/SRC/openSUSE:Factory/filelight/filelight.changes  2013-07-24 
23:37:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.filelight.new/filelight.changes 2013-07-30 
15:56:37.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:22:17 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  filelight-4.10.95.tar.xz

New:

  filelight-4.10.97.tar.xz



Other differences:
--
++ filelight.spec ++
--- /var/tmp/diff_new_pack.XnHUNt/_old  2013-07-30 15:56:37.0 +0200
+++ /var/tmp/diff_new_pack.XnHUNt/_new  2013-07-30 15:56:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   filelight
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Graphical disk usage viewer
 License:GPL-2.0 or GPL-3.0

++ filelight-4.10.95.tar.xz - filelight-4.10.97.tar.xz ++

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



commit cervisia for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package cervisia for openSUSE:Factory 
checked in at 2013-07-30 15:56:29

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


Package is cervisia

Changes:

--- /work/SRC/openSUSE:Factory/cervisia/cervisia.changes2013-07-22 
16:37:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.cervisia.new/cervisia.changes   2013-07-30 
15:56:30.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:20:39 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  cervisia-4.10.95.tar.xz

New:

  cervisia-4.10.97.tar.xz



Other differences:
--
++ cervisia.spec ++
--- /var/tmp/diff_new_pack.BWGO9Z/_old  2013-07-30 15:56:31.0 +0200
+++ /var/tmp/diff_new_pack.BWGO9Z/_new  2013-07-30 15:56:31.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0 and GFDL-1.2 and LGPL-2.0
 Group:  Development/Tools/Version Control
 Url:http://www.kde.org/
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ cervisia-4.10.95.tar.xz - cervisia-4.10.97.tar.xz ++

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



commit kalgebra for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kalgebra for openSUSE:Factory 
checked in at 2013-07-30 15:57:03

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


Package is kalgebra

Changes:

--- /work/SRC/openSUSE:Factory/kalgebra/kalgebra.changes2013-07-22 
17:06:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.kalgebra.new/kalgebra.changes   2013-07-30 
15:57:05.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:25:29 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kalgebra-4.10.95.tar.xz

New:

  kalgebra-4.10.97.tar.xz



Other differences:
--
++ kalgebra.spec ++
--- /var/tmp/diff_new_pack.OiVPPN/_old  2013-07-30 15:57:05.0 +0200
+++ /var/tmp/diff_new_pack.OiVPPN/_new  2013-07-30 15:57:05.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:http://edu.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  analitza-devel

++ kalgebra-4.10.95.tar.xz - kalgebra-4.10.97.tar.xz ++

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



commit gwenview for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package gwenview for openSUSE:Factory 
checked in at 2013-07-30 15:56:42

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


Package is gwenview

Changes:

--- /work/SRC/openSUSE:Factory/gwenview/gwenview.changes2013-07-22 
16:41:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.gwenview.new/gwenview.changes   2013-07-30 
15:56:43.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:23:08 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  gwenview-4.10.95.tar.xz

New:

  gwenview-4.10.97.tar.xz



Other differences:
--
++ gwenview.spec ++
--- /var/tmp/diff_new_pack.XLhv7X/_old  2013-07-30 15:56:44.0 +0200
+++ /var/tmp/diff_new_pack.XLhv7X/_new  2013-07-30 15:56:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gwenview
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Simple Image Viewer for KDE
 License:GPL-2.0+

++ gwenview-4.10.95.tar.xz - gwenview-4.10.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwenview-4.10.95/lib/archiveutils.cpp 
new/gwenview-4.10.97/lib/archiveutils.cpp
--- old/gwenview-4.10.95/lib/archiveutils.cpp   2013-07-10 01:13:58.0 
+0200
+++ new/gwenview-4.10.97/lib/archiveutils.cpp   2013-07-24 00:20:13.0 
+0200
@@ -56,6 +56,13 @@
 return it.value();
 }
 
+if (mimeType == image/svg+xml-compressed) {
+// We don't want .svgz to be considered as archives because QtSvg knows
+// how to decode gzip-ed svg files
+cache.insert(mimeType, QString());
+return QString();
+}
+
 QString protocol = KProtocolManager::protocolForArchiveMimetype(mimeType);
 if (protocol.isEmpty()) {
 // No protocol, try with mimeType parents. This is useful for .cbz for
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwenview-4.10.95/lib/documentview/svgviewadapter.cpp 
new/gwenview-4.10.97/lib/documentview/svgviewadapter.cpp
--- old/gwenview-4.10.95/lib/documentview/svgviewadapter.cpp2013-07-10 
01:13:58.0 +0200
+++ new/gwenview-4.10.97/lib/documentview/svgviewadapter.cpp2013-07-24 
00:20:13.0 +0200
@@ -51,11 +51,19 @@
 void SvgImageView::loadFromDocument()
 {
 Document::Ptr doc = document();
-if (!doc) {
-return;
+GV_RETURN_IF_FAIL(doc);
+
+if (doc-loadingState()  Document::Loaded) {
+connect(doc.data(), SIGNAL(loaded(KUrl)),
+SLOT(finishLoadFromDocument()));
+} else {
+QMetaObject::invokeMethod(this, finishLoadFromDocument, 
Qt::QueuedConnection);
 }
+}
 
-QSvgRenderer* renderer = doc-svgRenderer();
+void SvgImageView::finishLoadFromDocument()
+{
+QSvgRenderer* renderer = document()-svgRenderer();
 GV_RETURN_IF_FAIL(renderer);
 mSvgItem-setSharedRenderer(renderer);
 if (zoomToFit()) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwenview-4.10.95/lib/documentview/svgviewadapter.h 
new/gwenview-4.10.97/lib/documentview/svgviewadapter.h
--- old/gwenview-4.10.95/lib/documentview/svgviewadapter.h  2013-07-10 
01:13:58.0 +0200
+++ new/gwenview-4.10.97/lib/documentview/svgviewadapter.h  2013-07-24 
00:20:13.0 +0200
@@ -49,6 +49,9 @@
 void onImageOffsetChanged();
 void onScrollPosChanged(const QPointF oldPos);
 
+private Q_SLOTS:
+void finishLoadFromDocument();
+
 private:
 QGraphicsSvgItem* mSvgItem;
 void adjustItemPos();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwenview-4.10.95/lib/urlutils.cpp 
new/gwenview-4.10.97/lib/urlutils.cpp
--- old/gwenview-4.10.95/lib/urlutils.cpp   2013-07-10 01:13:58.0 
+0200
+++ new/gwenview-4.10.97/lib/urlutils.cpp   2013-07-24 00:20:13.0 
+0200
@@ -31,6 +31,7 @@
 #include kde_file.h
 #include KIO/NetAccess
 #include kmountpoint.h
+#include KProtocolManager
 #include KUrl
 
 // Local
@@ -101,8 +102,13 @@
 QString mimeType = MimeTypeUtils::urlMimeType(out);
 
 const QString protocol = ArchiveUtils::protocolForMimeType(mimeType);
+
 if (!protocol.isEmpty()) {
-out.setProtocol(protocol);
+KUrl tmp = out;
+tmp.setProtocol(protocol);
+if (KProtocolManager::supportsListing(tmp)) {
+out = tmp;
+}
 }
 return out;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit cantor for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package cantor for openSUSE:Factory checked 
in at 2013-07-30 15:56:25

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


Package is cantor

Changes:

--- /work/SRC/openSUSE:Factory/cantor/cantor.changes2013-07-22 
16:37:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.cantor.new/cantor.changes   2013-07-30 
15:56:27.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:20:18 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  cantor-4.10.95.tar.xz

New:

  cantor-4.10.97.tar.xz



Other differences:
--
++ cantor.spec ++
--- /var/tmp/diff_new_pack.kTqtVi/_old  2013-07-30 15:56:28.0 +0200
+++ /var/tmp/diff_new_pack.kTqtVi/_new  2013-07-30 15:56:28.0 +0200
@@ -19,7 +19,7 @@
 %global libMAJOR 1
 
 Name:   cantor
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Worksheet GUI for mathematical software
 License:GPL-2.0+

++ cantor-4.10.95.tar.xz - cantor-4.10.97.tar.xz ++

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



commit kactivities4 for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kactivities4 for openSUSE:Factory 
checked in at 2013-07-30 15:56:55

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


Package is kactivities4

Changes:

--- /work/SRC/openSUSE:Factory/kactivities4/kactivities4.changes
2013-07-22 16:44:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities4.new/kactivities4.changes   
2013-07-30 15:56:56.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:01:38 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kactivities-4.10.95.tar.xz

New:

  kactivities-4.10.97.tar.xz



Other differences:
--
++ kactivities4.spec ++
--- /var/tmp/diff_new_pack.MRsRrs/_old  2013-07-30 15:56:56.0 +0200
+++ /var/tmp/diff_new_pack.MRsRrs/_new  2013-07-30 15:56:56.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   kactivities4
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0+ and LGPL-2.1+

++ kactivities-4.10.95.tar.xz - kactivities-4.10.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kactivities-4.10.95/src/service/plugins/nepomuk/activitymanager-plugin-nepomuk.desktop
 
new/kactivities-4.10.97/src/service/plugins/nepomuk/activitymanager-plugin-nepomuk.desktop
--- 
old/kactivities-4.10.95/src/service/plugins/nepomuk/activitymanager-plugin-nepomuk.desktop
  2013-07-10 00:38:13.0 +0200
+++ 
new/kactivities-4.10.97/src/service/plugins/nepomuk/activitymanager-plugin-nepomuk.desktop
  2013-07-23 10:58:33.0 +0200
@@ -1,5 +1,6 @@
 [Desktop Entry]
 Name=Nepomuk Feeder
+Name[bs]=Nepomuk Feeder
 Name[ca]=Alimentador del Nepomuk
 Name[da]=Nepomuk-feeder
 Name[de]=Nepomuk Feeder
@@ -36,6 +37,7 @@
 Name[zh_CN]=Nepomuk 采集器
 Name[zh_TW]=Nepomuk Feeder
 Comment=Plugin to synchronize data with Nepomuk
+Comment[bs]=Dodatak za sinhronizaciju podataka s Nepomuk-om
 Comment[ca]=Connector per sincronitzar dades amb el Nepomuk
 Comment[cs]=Modul pro synchronizaci dat s Nepomukem
 Comment[da]=Plugin til at synkronisere data med Nepomuk

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



commit kanagram for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kanagram for openSUSE:Factory 
checked in at 2013-07-30 15:57:13

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


Package is kanagram

Changes:

--- /work/SRC/openSUSE:Factory/kanagram/kanagram.changes2013-07-22 
17:10:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.kanagram.new/kanagram.changes   2013-07-30 
15:57:14.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:26:40 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kanagram-4.10.95.tar.xz

New:

  kanagram-4.10.97.tar.xz



Other differences:
--
++ kanagram.spec ++
--- /var/tmp/diff_new_pack.X5gGPE/_old  2013-07-30 15:57:15.0 +0200
+++ /var/tmp/diff_new_pack.X5gGPE/_new  2013-07-30 15:57:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kanagram
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Anagram Game
 License:GPL-2.0+

++ kanagram-4.10.95.tar.xz - kanagram-4.10.97.tar.xz ++

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



commit kcron for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kcron for openSUSE:Factory checked 
in at 2013-07-30 15:58:01

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


Package is kcron

Changes:

--- /work/SRC/openSUSE:Factory/kcron/kcron.changes  2013-07-22 
17:13:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcron.new/kcron.changes 2013-07-30 
15:58:02.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:32:17 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kcron-4.10.95.tar.xz

New:

  kcron-4.10.97.tar.xz



Other differences:
--
++ kcron.spec ++
--- /var/tmp/diff_new_pack.9ZIBf2/_old  2013-07-30 15:58:03.0 +0200
+++ /var/tmp/diff_new_pack.9ZIBf2/_new  2013-07-30 15:58:03.0 +0200
@@ -19,7 +19,7 @@
 Name:   kcron
 BuildRequires:  libkde4-devel
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Cron job configuration tool
 License:GPL-2.0+

++ kcron-4.10.95.tar.xz - kcron-4.10.97.tar.xz ++

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



commit kate for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kate for openSUSE:Factory checked in 
at 2013-07-30 15:57:23

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


Package is kate

Changes:

--- /work/SRC/openSUSE:Factory/kate/kate.changes2013-07-22 
17:11:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.kate.new/kate.changes   2013-07-30 
15:57:24.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:27:52 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kate-4.10.95.tar.xz

New:

  kate-4.10.97.tar.xz



Other differences:
--
++ kate.spec ++
--- /var/tmp/diff_new_pack.GSr0sI/_old  2013-07-30 15:57:25.0 +0200
+++ /var/tmp/diff_new_pack.GSr0sI/_new  2013-07-30 15:57:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kate
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Advanced Text Editor
 License:GPL-2.0+

++ kate-4.10.95.tar.xz - kate-4.10.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kate-4.10.95/addons/kate/close-except-like/katecloseexceptplugin.desktop 
new/kate-4.10.97/addons/kate/close-except-like/katecloseexceptplugin.desktop
--- 
old/kate-4.10.95/addons/kate/close-except-like/katecloseexceptplugin.desktop
2013-07-10 00:49:18.0 +0200
+++ 
new/kate-4.10.97/addons/kate/close-except-like/katecloseexceptplugin.desktop
2013-07-23 10:59:01.0 +0200
@@ -7,6 +7,7 @@
 X-Kate-Version=2.9
 X-Kate-Load=True
 Name=Close Except/Like
+Name[bs]=Zatvori Osim/Kao
 Name[ca]=Tancament excepte/com
 Name[cs]=Zavřít kromě/jako
 Name[da]=Luk undtagen/lignende
@@ -38,6 +39,7 @@
 Name[x-test]=xxClose Except/Likexx
 Name[zh_TW]=關閉「例外/喜歡」
 Comment=Close group of documents based on a common path or file extension
+Comment[bs]=Zatvori grupu dokumenara na bazi zajedniočke staye ili ekstenzije 
datoteke
 Comment[ca]=Tanca un grup de documents basats en un camí comú o en l'extensió 
del fitxer
 Comment[cs]=Zavřít skupinu dokumentů podle společné cesty nebo přípony
 Comment[da]=Luk gruppe af dokumenter baseret på en fælles sti eller filendelse
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kate-4.10.95/addons/kate/konsole/katekonsoleplugin.desktop 
new/kate-4.10.97/addons/kate/konsole/katekonsoleplugin.desktop
--- old/kate-4.10.95/addons/kate/konsole/katekonsoleplugin.desktop  
2013-07-10 00:49:18.0 +0200
+++ new/kate-4.10.97/addons/kate/konsole/katekonsoleplugin.desktop  
2013-07-23 10:59:01.0 +0200
@@ -67,7 +67,7 @@
 Comment[de]=Werkzeugansicht, die ein Terminalelement einbettet
 Comment[el]=Προβολή εργαλείου που ενσωματώνει ένα συστατικό τερματικού
 Comment[en_GB]=Toolview embedding a terminal widget
-Comment[es]=Vista de herramienta que integra un widget de terminal
+Comment[es]=Vista de herramienta que integra una ventana de terminal
 Comment[et]=Terminalividinat põimiv tööriistavaade
 Comment[eu]=Terminalaren trepeta kapsulatuta duen ikuspegi-tresna
 Comment[fi]=Päätesovelman sisältävä työkalunäkymä
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kate-4.10.95/addons/kate/mailfiles/katemailfilesplugin.desktop 
new/kate-4.10.97/addons/kate/mailfiles/katemailfilesplugin.desktop
--- old/kate-4.10.95/addons/kate/mailfiles/katemailfilesplugin.desktop  
2013-07-10 00:49:18.0 +0200
+++ new/kate-4.10.97/addons/kate/mailfiles/katemailfilesplugin.desktop  
2013-07-23 10:59:01.0 +0200
@@ -70,7 +70,7 @@
 Comment[de]=Dateien per E-Mail versenden
 Comment[el]=Αποστολή αρχείων μέσω email
 Comment[en_GB]=Send files via email
-Comment[es]=Enviar archivos por e-mail
+Comment[es]=Enviar archivos por correo
 Comment[et]=Failide saatmine e-postiga
 Comment[eu]=Bidali fitxategiak posta elektoniko bidez
 Comment[fi]=Lähetä tiedostoja sähköpostitse
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kate-4.10.95/addons/kate/pate/src/plugins/expand/text_x-c++src.expand 
new/kate-4.10.97/addons/kate/pate/src/plugins/expand/text_x-c++src.expand
--- old/kate-4.10.95/addons/kate/pate/src/plugins/expand/text_x-c++src.expand   
2013-07-10 00:49:18.0 +0200
+++ new/kate-4.10.97/addons/kate/pate/src/plugins/expand/text_x-c++src.expand   
2013-07-23 10:59:01.0 +0200
@@ -6,6 +6,7 @@
 #
 
 import kate
+from libkatepate import ui
 
 _BRIEF_DOC_TPL = '''/**
  * \\brief Class \c {0}
@@ -50,8 +51,7 @@
 '''
 
 

commit kapptemplate for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kapptemplate for openSUSE:Factory 
checked in at 2013-07-30 15:57:19

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


Package is kapptemplate

Changes:

--- /work/SRC/openSUSE:Factory/kapptemplate/kapptemplate.changes
2013-07-22 17:11:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.kapptemplate.new/kapptemplate.changes   
2013-07-30 15:57:21.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:27:31 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kapptemplate-4.10.95.tar.xz

New:

  kapptemplate-4.10.97.tar.xz



Other differences:
--
++ kapptemplate.spec ++
--- /var/tmp/diff_new_pack.w4E0rh/_old  2013-07-30 15:57:21.0 +0200
+++ /var/tmp/diff_new_pack.w4E0rh/_new  2013-07-30 15:57:21.0 +0200
@@ -22,7 +22,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/IDE
 Url:http://www.kde.org/
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Patch1: desktop-files.diff

++ kapptemplate-4.10.95.tar.xz - kapptemplate-4.10.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapptemplate-4.10.95/templates/QML/qml-plasmoid/package/metadata.desktop 
new/kapptemplate-4.10.97/templates/QML/qml-plasmoid/package/metadata.desktop
--- 
old/kapptemplate-4.10.95/templates/QML/qml-plasmoid/package/metadata.desktop
2013-07-10 01:41:13.0 +0200
+++ 
new/kapptemplate-4.10.97/templates/QML/qml-plasmoid/package/metadata.desktop
2013-07-23 11:04:27.0 +0200
@@ -49,6 +49,7 @@
 Name[zh_CN]=%{APPNAME}
 Name[zh_TW]=%{APPNAME}
 Comment=what your app does in a few words
+Comment[bs]=šta vaš program radi u nekoliko riječi
 Comment[ca]=Què fa la vostra aplicació en poques paraules
 Comment[da]=nogle få ord om hvad din app gør
 Comment[de]=Kurze Bescheibung, was Ihre Anwendung tut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapptemplate-4.10.95/templates/QML/qml-plasmoid/qml-plasmoid.kdevtemplate 
new/kapptemplate-4.10.97/templates/QML/qml-plasmoid/qml-plasmoid.kdevtemplate
--- 
old/kapptemplate-4.10.95/templates/QML/qml-plasmoid/qml-plasmoid.kdevtemplate   
2013-07-14 12:05:29.0 +0200
+++ 
new/kapptemplate-4.10.97/templates/QML/qml-plasmoid/qml-plasmoid.kdevtemplate   
2013-07-23 11:04:27.0 +0200
@@ -1,6 +1,7 @@
 # KDE Config File
 [General]
 Name=Plasma QML Applet
+Name[bs]=Plasma QML Applet
 Name[ca]=Miniaplicació QML del Plasma
 Name[da]=Plasma QML-applet
 Name[de]=Plasma-QML-Miniprogramm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapptemplate-4.10.95/templates/QML/qt5-qml2/qt5-qml2.kdevtemplate 
new/kapptemplate-4.10.97/templates/QML/qt5-qml2/qt5-qml2.kdevtemplate
--- old/kapptemplate-4.10.95/templates/QML/qt5-qml2/qt5-qml2.kdevtemplate   
2013-07-14 12:05:29.0 +0200
+++ new/kapptemplate-4.10.97/templates/QML/qt5-qml2/qt5-qml2.kdevtemplate   
2013-07-23 11:04:27.0 +0200
@@ -31,6 +31,7 @@
 Name[zh_TW]=Qt5 QML2 應用程式
 
 Comment=A Qt5 and QML2 basic application using QMake. Warning, you need Qt5 
for it, not Qt4.
+Comment[bs]=Qt5 i QML2 osnovna aplikacija koristeći QMake. Pažnja, za ovo vam 
treba Qt5 a, ne Qt4.
 Comment[ca]=Una aplicació bàsica en Qt5 i QML2 usant el QMake. Avís: Cal les 
Qt5, no Qt4.
 Comment[da]=Et basalt Qt5- og QML2-program med brug af QMake. Advarsel, du 
skal bruge Qt5 til det, ikke Qt4.
 Comment[de]=Eine einfache Qt5- und QML2-Anwendung basierend auf QMake. 
Achtung: Sie benötigen hier Qt5.

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



commit kbreakout for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kbreakout for openSUSE:Factory 
checked in at 2013-07-30 15:57:41

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


Package is kbreakout

Changes:

--- /work/SRC/openSUSE:Factory/kbreakout/kbreakout.changes  2013-07-22 
17:13:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.kbreakout.new/kbreakout.changes 2013-07-30 
15:57:42.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:29:51 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kbreakout-4.10.95.tar.xz

New:

  kbreakout-4.10.97.tar.xz



Other differences:
--
++ kbreakout.spec ++
--- /var/tmp/diff_new_pack.uePXma/_old  2013-07-30 15:57:43.0 +0200
+++ /var/tmp/diff_new_pack.uePXma/_new  2013-07-30 15:57:43.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Breakout
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:kbreakout-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kbreakout-4.10.95.tar.xz - kbreakout-4.10.97.tar.xz ++

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



commit kcachegrind for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kcachegrind for openSUSE:Factory 
checked in at 2013-07-30 15:57:48

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


Package is kcachegrind

Changes:

--- /work/SRC/openSUSE:Factory/kcachegrind/kcachegrind.changes  2013-07-22 
17:13:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcachegrind.new/kcachegrind.changes 
2013-07-30 15:57:49.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:30:40 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kcachegrind-4.10.95.tar.xz

New:

  kcachegrind-4.10.97.tar.xz



Other differences:
--
++ kcachegrind.spec ++
--- /var/tmp/diff_new_pack.p67jdg/_old  2013-07-30 15:57:50.0 +0200
+++ /var/tmp/diff_new_pack.p67jdg/_new  2013-07-30 15:57:50.0 +0200
@@ -22,7 +22,7 @@
 License:GPL-2.0 and BSD-4-Clause and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kcachegrind-4.10.95.tar.xz - kcachegrind-4.10.97.tar.xz ++

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



commit kbounce for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kbounce for openSUSE:Factory checked 
in at 2013-07-30 15:57:37

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


Package is kbounce

Changes:

--- /work/SRC/openSUSE:Factory/kbounce/kbounce.changes  2013-07-22 
17:13:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.kbounce.new/kbounce.changes 2013-07-30 
15:57:39.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:29:30 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kbounce-4.10.95.tar.xz

New:

  kbounce-4.10.97.tar.xz



Other differences:
--
++ kbounce.spec ++
--- /var/tmp/diff_new_pack.TMMC7q/_old  2013-07-30 15:57:40.0 +0200
+++ /var/tmp/diff_new_pack.TMMC7q/_new  2013-07-30 15:57:40.0 +0200
@@ -23,7 +23,7 @@
 License:LGPL-2.0+
 Group:  Amusements/Games/Action/Other
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:kbounce-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kbounce-4.10.95.tar.xz - kbounce-4.10.97.tar.xz ++

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



commit kcharselect for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kcharselect for openSUSE:Factory 
checked in at 2013-07-30 15:57:55

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


Package is kcharselect

Changes:

--- /work/SRC/openSUSE:Factory/kcharselect/kcharselect.changes  2013-07-25 
14:56:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcharselect.new/kcharselect.changes 
2013-07-30 15:57:56.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:31:28 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kcharselect-4.10.95.tar.xz

New:

  kcharselect-4.10.97.tar.xz



Other differences:
--
++ kcharselect.spec ++
--- /var/tmp/diff_new_pack.ELoigD/_old  2013-07-30 15:57:57.0 +0200
+++ /var/tmp/diff_new_pack.ELoigD/_new  2013-07-30 15:57:57.0 +0200
@@ -22,7 +22,7 @@
 Summary:KDE Character Selector
 License:GPL-2.0+
 Group:  Productivity/Other
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kcharselect-4.10.95.tar.xz - kcharselect-4.10.97.tar.xz ++

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



commit kbruch for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kbruch for openSUSE:Factory checked 
in at 2013-07-30 15:57:44

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


Package is kbruch

Changes:

--- /work/SRC/openSUSE:Factory/kbruch/kbruch.changes2013-07-22 
17:13:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.kbruch.new/kbruch.changes   2013-07-30 
15:57:46.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:30:21 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kbruch-4.10.95.tar.xz

New:

  kbruch-4.10.97.tar.xz



Other differences:
--
++ kbruch.spec ++
--- /var/tmp/diff_new_pack.rI9rDZ/_old  2013-07-30 15:57:47.0 +0200
+++ /var/tmp/diff_new_pack.rI9rDZ/_new  2013-07-30 15:57:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kbruch
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Excercise Fractions
 License:GPL-2.0+

++ kbruch-4.10.95.tar.xz - kbruch-4.10.97.tar.xz ++

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



commit katomic for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package katomic for openSUSE:Factory checked 
in at 2013-07-30 15:57:26

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


Package is katomic

Changes:

--- /work/SRC/openSUSE:Factory/katomic/katomic.changes  2013-07-22 
17:11:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.katomic.new/katomic.changes 2013-07-30 
15:57:29.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:28:13 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  katomic-4.10.95.tar.xz

New:

  katomic-4.10.97.tar.xz



Other differences:
--
++ katomic.spec ++
--- /var/tmp/diff_new_pack.Bgn4Qj/_old  2013-07-30 15:57:30.0 +0200
+++ /var/tmp/diff_new_pack.Bgn4Qj/_new  2013-07-30 15:57:30.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:katomic-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ katomic-4.10.95.tar.xz - katomic-4.10.97.tar.xz ++

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



commit kcolorchooser for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kcolorchooser for openSUSE:Factory 
checked in at 2013-07-30 15:57:58

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


Package is kcolorchooser

Changes:

--- /work/SRC/openSUSE:Factory/kcolorchooser/kcolorchooser.changes  
2013-07-22 17:13:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcolorchooser.new/kcolorchooser.changes 
2013-07-30 15:57:59.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:31:59 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kcolorchooser-4.10.95.tar.xz

New:

  kcolorchooser-4.10.97.tar.xz



Other differences:
--
++ kcolorchooser.spec ++
--- /var/tmp/diff_new_pack.e5I1J5/_old  2013-07-30 15:58:00.0 +0200
+++ /var/tmp/diff_new_pack.e5I1J5/_new  2013-07-30 15:58:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kcolorchooser
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Color Chooser
 License:MIT

++ kcolorchooser-4.10.95.tar.xz - kcolorchooser-4.10.97.tar.xz ++

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



commit kde4-filesystem for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kde4-filesystem for openSUSE:Factory 
checked in at 2013-07-30 15:58:04

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


Package is kde4-filesystem

Changes:

--- /work/SRC/openSUSE:Factory/kde4-filesystem/kde4-filesystem.changes  
2013-07-22 17:13:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde4-filesystem.new/kde4-filesystem.changes 
2013-07-30 15:58:05.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 21:56:05 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---



Other differences:
--
++ kde4-filesystem.spec ++
--- /var/tmp/diff_new_pack.YH88sr/_old  2013-07-30 15:58:06.0 +0200
+++ /var/tmp/diff_new_pack.YH88sr/_new  2013-07-30 15:58:06.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   kde4-filesystem
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:KDE4 Directory Layout

++ macros.kde4 ++
--- /var/tmp/diff_new_pack.YH88sr/_old  2013-07-30 15:58:06.0 +0200
+++ /var/tmp/diff_new_pack.YH88sr/_new  2013-07-30 15:58:06.0 +0200
@@ -33,10 +33,10 @@
 %_kde4_modules  %{_kde4_modulesdir}
 %_kde4_servicetypes %{_kde4_servicetypesdir}
 
-%_kde_platform_version 4.10.95
-%_kde_pimlibs_version  4.10.95
+%_kde_platform_version 4.10.97
+%_kde_pimlibs_version  4.10.97
 %_kde_branding_version 4.11
-%_kde_akonadi_version  1.10.0
+%_kde_akonadi_version  1.10.2
 
 %kde4_runtime_requires Requires: kdebase4-runtime = %_kde_platform_version 
libqt4-x11 = 4.8.1
 %kde4_pimlibs_requires Requires: kdepimlibs4  = %_kde_pimlibs_version

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



commit kblocks for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kblocks for openSUSE:Factory checked 
in at 2013-07-30 15:57:34

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


Package is kblocks

Changes:

--- /work/SRC/openSUSE:Factory/kblocks/kblocks.changes  2013-07-22 
17:12:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.kblocks.new/kblocks.changes 2013-07-30 
15:57:36.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:29:06 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kblocks-4.10.95.tar.xz

New:

  kblocks-4.10.97.tar.xz



Other differences:
--
++ kblocks.spec ++
--- /var/tmp/diff_new_pack.LyRh8M/_old  2013-07-30 15:57:37.0 +0200
+++ /var/tmp/diff_new_pack.LyRh8M/_new  2013-07-30 15:57:37.0 +0200
@@ -23,7 +23,7 @@
 License:LGPL-2.1+
 Group:  Amusements/Games/Strategy/Real Time
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:kblocks-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kblocks-4.10.95.tar.xz - kblocks-4.10.97.tar.xz ++
Files old/kblocks-4.10.95/icons-old/hi128-app-kblocks.png and 
new/kblocks-4.10.97/icons-old/hi128-app-kblocks.png differ
Files old/kblocks-4.10.95/icons-old/hi16-app-kblocks.png and 
new/kblocks-4.10.97/icons-old/hi16-app-kblocks.png differ
Files old/kblocks-4.10.95/icons-old/hi22-app-kblocks.png and 
new/kblocks-4.10.97/icons-old/hi22-app-kblocks.png differ
Files old/kblocks-4.10.95/icons-old/hi32-app-kblocks.png and 
new/kblocks-4.10.97/icons-old/hi32-app-kblocks.png differ
Files old/kblocks-4.10.95/icons-old/hi48-app-kblocks.png and 
new/kblocks-4.10.97/icons-old/hi48-app-kblocks.png differ
Files old/kblocks-4.10.95/icons-old/hi64-app-kblocks.png and 
new/kblocks-4.10.97/icons-old/hi64-app-kblocks.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-4.10.95/themes/oxygen.desktop 
new/kblocks-4.10.97/themes/oxygen.desktop
--- old/kblocks-4.10.95/themes/oxygen.desktop   2013-07-14 12:03:32.0 
+0200
+++ new/kblocks-4.10.97/themes/oxygen.desktop   2013-07-23 11:02:59.0 
+0200
@@ -1,6 +1,7 @@
 [KGameTheme]
 Name=Oxygen
 Name[ast]=Oxíxenu
+Name[bs]=kiseonik
 Name[ca]=Oxygen
 Name[cs]=Oxygen
 Name[da]=Oxygen

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



commit kdeartwork4 for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kdeartwork4 for openSUSE:Factory 
checked in at 2013-07-30 15:58:13

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


Package is kdeartwork4

Changes:

--- /work/SRC/openSUSE:Factory/kdeartwork4/kdeartwork4.changes  2013-07-22 
17:15:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeartwork4.new/kdeartwork4.changes 
2013-07-30 15:59:45.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:38:14 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kdeartwork-4.10.95.tar.xz

New:

  kdeartwork-4.10.97.tar.xz



Other differences:
--
++ kdeartwork4.spec ++
--- /var/tmp/diff_new_pack.ONWyOi/_old  2013-07-30 15:59:47.0 +0200
+++ /var/tmp/diff_new_pack.ONWyOi/_new  2013-07-30 15:59:47.0 +0200
@@ -30,7 +30,7 @@
 License:GPL-2.0 and GPL-2.0+ and LGPL-2.1 and LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:kdeartwork-%{version}.tar.xz
 Source1:baselibs.conf

++ kdeartwork-4.10.95.tar.xz - kdeartwork-4.10.97.tar.xz ++
/work/SRC/openSUSE:Factory/kdeartwork4/kdeartwork-4.10.95.tar.xz 
/work/SRC/openSUSE:Factory/.kdeartwork4.new/kdeartwork-4.10.97.tar.xz differ: 
char 26, line 1

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



commit kdebindings-smokegen for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2013-07-30 15:58:42

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


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2013-07-22 17:16:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2013-07-30 16:00:13.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:39:25 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  smokegen-4.10.95.tar.xz

New:

  smokegen-4.10.97.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.d5zXHu/_old  2013-07-30 16:00:13.0 +0200
+++ /var/tmp/diff_new_pack.d5zXHu/_new  2013-07-30 16:00:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.10.95.tar.xz - smokegen-4.10.97.tar.xz ++

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



commit kde4-print-manager for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kde4-print-manager for 
openSUSE:Factory checked in at 2013-07-30 15:58:10

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


Package is kde4-print-manager

Changes:

--- /work/SRC/openSUSE:Factory/kde4-print-manager/kde4-print-manager.changes
2013-07-22 17:15:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kde4-print-manager.new/kde4-print-manager.changes   
2013-07-30 15:59:41.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:33:45 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  print-manager-4.10.95.tar.xz

New:

  print-manager-4.10.97.tar.xz



Other differences:
--
++ kde4-print-manager.spec ++
--- /var/tmp/diff_new_pack.Hz92HC/_old  2013-07-30 15:59:42.0 +0200
+++ /var/tmp/diff_new_pack.Hz92HC/_new  2013-07-30 15:59:42.0 +0200
@@ -30,7 +30,7 @@
 Summary:A new print manager for KDE 4
 License:GPL-2.0+
 Group:  System/GUI/KDE
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source: print-manager-%{version}.tar.xz
 Obsoletes:  kde4-printer-applet  4.9.80

++ print-manager-4.10.95.tar.xz - print-manager-4.10.97.tar.xz ++

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



commit kdebindings-smokeqt for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokeqt for 
openSUSE:Factory checked in at 2013-07-30 15:58:54

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


Package is kdebindings-smokeqt

Changes:

--- /work/SRC/openSUSE:Factory/kdebindings-smokeqt/kdebindings-smokeqt.changes  
2013-07-22 17:16:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokeqt.new/kdebindings-smokeqt.changes 
2013-07-30 16:00:15.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:41:59 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  smokeqt-4.10.95.tar.xz

New:

  smokeqt-4.10.97.tar.xz



Other differences:
--
++ kdebindings-smokeqt.spec ++
--- /var/tmp/diff_new_pack.Uk2i7G/_old  2013-07-30 16:00:16.0 +0200
+++ /var/tmp/diff_new_pack.Uk2i7G/_new  2013-07-30 16:00:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokeqt
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:SMOKE-Qt library for kdebindings
 License:LGPL-2.1+

++ smokeqt-4.10.95.tar.xz - smokeqt-4.10.97.tar.xz ++

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



commit kdebase4-runtime for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-runtime for 
openSUSE:Factory checked in at 2013-07-30 15:58:26

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


Package is kdebase4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-runtime/kdebase4-runtime.changes
2013-07-22 17:16:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4-runtime.new/kdebase4-runtime.changes   
2013-07-30 15:59:59.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:02:59 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kde-runtime-4.10.95.tar.xz

New:

  kde-runtime-4.10.97.tar.xz



Other differences:
--
++ kdebase4-runtime.spec ++
--- /var/tmp/diff_new_pack.oJL9WH/_old  2013-07-30 16:00:00.0 +0200
+++ /var/tmp/diff_new_pack.oJL9WH/_new  2013-07-30 16:00:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebase4-runtime
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:The KDE Runtime Components
 License:GPL-2.0+


++ kde-runtime-4.10.95.tar.xz - kde-runtime-4.10.97.tar.xz ++
/work/SRC/openSUSE:Factory/kdebase4-runtime/kde-runtime-4.10.95.tar.xz 
/work/SRC/openSUSE:Factory/.kdebase4-runtime.new/kde-runtime-4.10.97.tar.xz 
differ: char 27, line 1

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



commit kdebase4-artwork for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-artwork for 
openSUSE:Factory checked in at 2013-07-30 15:58:17

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


Package is kdebase4-artwork

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-artwork/kdebase4-artwork.changes
2013-07-22 17:15:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4-artwork.new/kdebase4-artwork.changes   
2013-07-30 15:59:48.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:16:19 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kde-base-artwork-4.10.95.tar.xz

New:

  kde-base-artwork-4.10.97.tar.xz



Other differences:
--
++ kdebase4-artwork.spec ++
--- /var/tmp/diff_new_pack.ZLl2z0/_old  2013-07-30 15:59:49.0 +0200
+++ /var/tmp/diff_new_pack.ZLl2z0/_new  2013-07-30 15:59:49.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:kde-base-artwork-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kde-base-artwork-4.10.95.tar.xz - kde-base-artwork-4.10.97.tar.xz ++
/work/SRC/openSUSE:Factory/kdebase4-artwork/kde-base-artwork-4.10.95.tar.xz 
/work/SRC/openSUSE:Factory/.kdebase4-artwork.new/kde-base-artwork-4.10.97.tar.xz
 differ: char 27, line 1

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



commit kdebase4-wallpapers for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-wallpapers for 
openSUSE:Factory checked in at 2013-07-30 15:58:31

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


Package is kdebase4-wallpapers

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-wallpapers/kdebase4-wallpapers.changes  
2013-07-22 17:16:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-wallpapers.new/kdebase4-wallpapers.changes 
2013-07-30 16:00:05.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:15:36 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kde-wallpapers-4.10.95.tar.xz

New:

  kde-wallpapers-4.10.97.tar.xz



Other differences:
--
++ kdebase4-wallpapers.spec ++
--- /var/tmp/diff_new_pack.ST7HXH/_old  2013-07-30 16:00:08.0 +0200
+++ /var/tmp/diff_new_pack.ST7HXH/_new  2013-07-30 16:00:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebase4-wallpapers
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:KDE 4 Wallpapers
 License:LGPL-3.0+

++ kde-wallpapers-4.10.95.tar.xz - kde-wallpapers-4.10.97.tar.xz ++
/work/SRC/openSUSE:Factory/kdebase4-wallpapers/kde-wallpapers-4.10.95.tar.xz 
/work/SRC/openSUSE:Factory/.kdebase4-wallpapers.new/kde-wallpapers-4.10.97.tar.xz
 differ: char 54, line 1

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



commit kde-mplayer-thumbnailer for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kde-mplayer-thumbnailer for 
openSUSE:Factory checked in at 2013-07-30 15:59:25

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


Package is kde-mplayer-thumbnailer

Changes:

--- 
/work/SRC/openSUSE:Factory/kde-mplayer-thumbnailer/kde-mplayer-thumbnailer.changes
  2013-07-22 17:16:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kde-mplayer-thumbnailer.new/kde-mplayer-thumbnailer.changes
 2013-07-30 16:00:24.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:33:21 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  mplayerthumbs-4.10.95.tar.xz

New:

  mplayerthumbs-4.10.97.tar.xz



Other differences:
--
++ kde-mplayer-thumbnailer.spec ++
--- /var/tmp/diff_new_pack.Pu07KK/_old  2013-07-30 16:00:25.0 +0200
+++ /var/tmp/diff_new_pack.Pu07KK/_new  2013-07-30 16:00:25.0 +0200
@@ -23,7 +23,7 @@
 License:LGPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:mplayerthumbs-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ mplayerthumbs-4.10.95.tar.xz - mplayerthumbs-4.10.97.tar.xz ++

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



commit kdelibs4 for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kdelibs4 for openSUSE:Factory 
checked in at 2013-07-30 15:59:14

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


Package is kdelibs4

Changes:

--- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4-apidocs.changes
2013-07-22 17:16:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4-apidocs.changes   
2013-07-30 16:00:21.0 +0200
@@ -1,0 +2,14 @@
+Thu Jul 25 21:10:36 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---
+Sun Jul 21 15:54:56 UTC 2013 - tittiatc...@gmail.com
+
+- Remove the part where the official KDE_VERSION_STRING is 
+  changed. This is causing issues upstream with automatic bug
+  reporting and it is no longer required. 
+
+---
--- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4.changes2013-07-22 
17:16:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4.changes   2013-07-30 
16:00:22.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 21:10:36 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kdelibs-4.10.95.tar.xz

New:

  kdelibs-4.10.97.tar.xz



Other differences:
--
++ kdelibs4-apidocs.spec ++
--- /var/tmp/diff_new_pack.HylIH1/_old  2013-07-30 16:00:24.0 +0200
+++ /var/tmp/diff_new_pack.HylIH1/_new  2013-07-30 16:00:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdelibs4-apidocs
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:KDE 4 API documentation
 License:LGPL-2.1+

++ kdelibs4.spec ++
--- /var/tmp/diff_new_pack.HylIH1/_old  2013-07-30 16:00:24.0 +0200
+++ /var/tmp/diff_new_pack.HylIH1/_new  2013-07-30 16:00:24.0 +0200
@@ -24,7 +24,7 @@
 %define kderev 0
 
 Name:   kdelibs4
-Version:4.10.95
+Version:4.10.97
 Release:0
 BuildRequires:  OpenEXR-devel
 BuildRequires:  automoc4

++ kdelibs-4.10.95.tar.xz - kdelibs-4.10.97.tar.xz ++
/work/SRC/openSUSE:Factory/kdelibs4/kdelibs-4.10.95.tar.xz 
/work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs-4.10.97.tar.xz differ: char 
26, line 1


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



commit kdesdk-kioslaves for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kdesdk-kioslaves for 
openSUSE:Factory checked in at 2013-07-30 16:00:04

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


Package is kdesdk-kioslaves

Changes:

--- /work/SRC/openSUSE:Factory/kdesdk-kioslaves/kdesdk-kioslaves.changes
2013-07-22 17:16:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdesdk-kioslaves.new/kdesdk-kioslaves.changes   
2013-07-30 16:00:38.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:46:23 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kdesdk-kioslaves-4.10.95.tar.xz

New:

  kdesdk-kioslaves-4.10.97.tar.xz



Other differences:
--
++ kdesdk-kioslaves.spec ++
--- /var/tmp/diff_new_pack.S2A3Zu/_old  2013-07-30 16:00:39.0 +0200
+++ /var/tmp/diff_new_pack.S2A3Zu/_new  2013-07-30 16:00:39.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0 and LGPL-2.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kdesdk-kioslaves-4.10.95.tar.xz - kdesdk-kioslaves-4.10.97.tar.xz ++

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



commit kdegraphics-strigi-analyzer for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kdegraphics-strigi-analyzer for 
openSUSE:Factory checked in at 2013-07-30 15:59:01

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


Package is kdegraphics-strigi-analyzer

Changes:

--- 
/work/SRC/openSUSE:Factory/kdegraphics-strigi-analyzer/kdegraphics-strigi-analyzer.changes
  2013-07-22 17:16:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdegraphics-strigi-analyzer.new/kdegraphics-strigi-analyzer.changes
 2013-07-30 16:00:18.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:42:31 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kdegraphics-strigi-analyzer-4.10.95.tar.xz

New:

  kdegraphics-strigi-analyzer-4.10.97.tar.xz



Other differences:
--
++ kdegraphics-strigi-analyzer.spec ++
--- /var/tmp/diff_new_pack.47Qy9a/_old  2013-07-30 16:00:19.0 +0200
+++ /var/tmp/diff_new_pack.47Qy9a/_new  2013-07-30 16:00:19.0 +0200
@@ -25,7 +25,7 @@
 License:LGPL-2.1+
 Group:  Productivity/Graphics/Other
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kdegraphics-strigi-analyzer-4.10.95.tar.xz - 
kdegraphics-strigi-analyzer-4.10.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdegraphics-strigi-analyzer-4.10.95/tiff/kfile_tiff.desktop 
new/kdegraphics-strigi-analyzer-4.10.97/tiff/kfile_tiff.desktop
--- old/kdegraphics-strigi-analyzer-4.10.95/tiff/kfile_tiff.desktop 
2013-07-10 01:14:06.0 +0200
+++ new/kdegraphics-strigi-analyzer-4.10.97/tiff/kfile_tiff.desktop 
2013-07-23 11:00:56.0 +0200
@@ -55,7 +55,7 @@
 Name[se]=TIFF-filla metadieđut
 Name[si]=TIFF ගොනුවෙ මෙටා තොරතුරු
 Name[sk]=Meta informácie o súbore TIFF
-Name[sl]=Meta podatki o TIFF
+Name[sl]=Metapodatki o TIFF
 Name[sr]=Метаподаци ТИФФ фајла
 Name[sr@ijekavian]=Метаподаци ТИФФ фајла
 Name[sr@ijekavianlatin]=Metapodaci TIFF fajla

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



commit kdiamond for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kdiamond for openSUSE:Factory 
checked in at 2013-07-30 16:00:22

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


Package is kdiamond

Changes:

--- /work/SRC/openSUSE:Factory/kdiamond/kdiamond.changes2013-07-22 
17:16:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdiamond.new/kdiamond.changes   2013-07-30 
16:00:48.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:48:43 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kdiamond-4.10.95.tar.xz

New:

  kdiamond-4.10.97.tar.xz



Other differences:
--
++ kdiamond.spec ++
--- /var/tmp/diff_new_pack.TODNmE/_old  2013-07-30 16:00:50.0 +0200
+++ /var/tmp/diff_new_pack.TODNmE/_new  2013-07-30 16:00:50.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:kdiamond-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kdiamond-4.10.95.tar.xz - kdiamond-4.10.97.tar.xz ++

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



commit kdenetwork4-filesharing for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kdenetwork4-filesharing for 
openSUSE:Factory checked in at 2013-07-30 15:59:28

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


Package is kdenetwork4-filesharing

Changes:

--- 
/work/SRC/openSUSE:Factory/kdenetwork4-filesharing/kdenetwork4-filesharing.changes
  2013-07-22 17:16:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdenetwork4-filesharing.new/kdenetwork4-filesharing.changes
 2013-07-30 16:00:25.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:43:46 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kdenetwork-filesharing-4.10.95.tar.xz

New:

  kdenetwork-filesharing-4.10.97.tar.xz



Other differences:
--
++ kdenetwork4-filesharing.spec ++
--- /var/tmp/diff_new_pack.cvfeTR/_old  2013-07-30 16:00:26.0 +0200
+++ /var/tmp/diff_new_pack.cvfeTR/_new  2013-07-30 16:00:26.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   kdenetwork4-filesharing
 BuildRequires:  libkde4-devel
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:KDE Network Libraries
 License:GPL-2.0+

++ kdenetwork-filesharing-4.10.95.tar.xz - 
kdenetwork-filesharing-4.10.97.tar.xz ++

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



commit kfloppy for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kfloppy for openSUSE:Factory checked 
in at 2013-07-30 16:00:35

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


Package is kfloppy

Changes:

--- /work/SRC/openSUSE:Factory/kfloppy/kfloppy.changes  2013-07-25 
14:58:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.kfloppy.new/kfloppy.changes 2013-07-30 
16:00:52.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:50:34 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kfloppy-4.10.95.tar.xz

New:

  kfloppy-4.10.97.tar.xz



Other differences:
--
++ kfloppy.spec ++
--- /var/tmp/diff_new_pack.pYoKxE/_old  2013-07-30 16:00:53.0 +0200
+++ /var/tmp/diff_new_pack.pYoKxE/_new  2013-07-30 16:00:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kfloppy
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Floppy Formatter
 License:GPL-2.0+

++ kfloppy-4.10.95.tar.xz - kfloppy-4.10.97.tar.xz ++

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



commit kde-dev-utils for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kde-dev-utils for openSUSE:Factory 
checked in at 2013-07-30 15:58:58

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


Package is kde-dev-utils

Changes:

--- /work/SRC/openSUSE:Factory/kde-dev-utils/kde-dev-utils.changes  
2013-07-22 17:16:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde-dev-utils.new/kde-dev-utils.changes 
2013-07-30 16:00:17.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:32:53 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kde-dev-utils-4.10.95.tar.xz

New:

  kde-dev-utils-4.10.97.tar.xz



Other differences:
--
++ kde-dev-utils.spec ++
--- /var/tmp/diff_new_pack.sb2q2f/_old  2013-07-30 16:00:18.0 +0200
+++ /var/tmp/diff_new_pack.sb2q2f/_new  2013-07-30 16:00:18.0 +0200
@@ -22,7 +22,7 @@
 License:GPL-2.0 and GFDL-1.2 and LGPL-2.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kde-dev-utils-4.10.95.tar.xz - kde-dev-utils-4.10.97.tar.xz ++

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



commit kdenetwork-strigi-analyzers for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kdenetwork-strigi-analyzers for 
openSUSE:Factory checked in at 2013-07-30 15:59:33

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


Package is kdenetwork-strigi-analyzers

Changes:

--- 
/work/SRC/openSUSE:Factory/kdenetwork-strigi-analyzers/kdenetwork-strigi-analyzers.changes
  2013-07-22 17:16:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdenetwork-strigi-analyzers.new/kdenetwork-strigi-analyzers.changes
 2013-07-30 16:00:27.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:43:20 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kdenetwork-strigi-analyzers-4.10.95.tar.xz

New:

  kdenetwork-strigi-analyzers-4.10.97.tar.xz



Other differences:
--
++ kdenetwork-strigi-analyzers.spec ++
--- /var/tmp/diff_new_pack.QRuJHb/_old  2013-07-30 16:00:28.0 +0200
+++ /var/tmp/diff_new_pack.QRuJHb/_new  2013-07-30 16:00:28.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   kdenetwork-strigi-analyzers
-BuildRequires:  libkde4-devel
 BuildRequires:  boost-devel
+BuildRequires:  libkde4-devel
 BuildRequires:  strigi-devel
 Summary:Strigi analyzers for kdenetwork
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kdenetwork-strigi-analyzers-4.10.95.tar.xz - 
kdenetwork-strigi-analyzers-4.10.97.tar.xz ++

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



commit kdesdk-thumbnailers for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kdesdk-thumbnailers for 
openSUSE:Factory checked in at 2013-07-30 16:00:12

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


Package is kdesdk-thumbnailers

Changes:

--- /work/SRC/openSUSE:Factory/kdesdk-thumbnailers/kdesdk-thumbnailers.changes  
2013-07-22 17:16:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdesdk-thumbnailers.new/kdesdk-thumbnailers.changes 
2013-07-30 16:00:41.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:47:05 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kdesdk-thumbnailers-4.10.95.tar.xz

New:

  kdesdk-thumbnailers-4.10.97.tar.xz



Other differences:
--
++ kdesdk-thumbnailers.spec ++
--- /var/tmp/diff_new_pack.aXr7C2/_old  2013-07-30 16:00:42.0 +0200
+++ /var/tmp/diff_new_pack.aXr7C2/_new  2013-07-30 16:00:42.0 +0200
@@ -17,15 +17,15 @@
 
 
 Name:   kdesdk-thumbnailers
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Translation file thumbnail generators
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-BuildRequires:  libkde4-devel
 BuildRequires:  gettext-tools
+BuildRequires:  libkde4-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 

++ kdesdk-thumbnailers-4.10.95.tar.xz - kdesdk-thumbnailers-4.10.97.tar.xz 
++

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



commit kdepim4-runtime for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2013-07-30 15:59:43

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


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2013-07-23 12:31:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2013-07-30 16:00:30.0 +0200
@@ -1,0 +2,8 @@
+Thu Jul 25 22:44:51 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+- Dropped revert-53f531d54.diff, included in this release
+
+---

Old:

  kdepim-runtime-4.10.95.tar.xz
  revert-53f531d54.diff

New:

  kdepim-runtime-4.10.97.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.EbmpsO/_old  2013-07-30 16:00:32.0 +0200
+++ /var/tmp/diff_new_pack.EbmpsO/_new  2013-07-30 16:00:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+
@@ -26,8 +26,6 @@
 Source0:kdepim-runtime-%{version}.tar.xz
 Source1:akonadi.png
 Patch1: disable-knut.diff
-# PATCH-FIX-UPSTREAM revert-53f531d54.diff -- fixes regression in maildir 
handling
-Patch2: revert-53f531d54.diff
 BuildRequires:  fdupes
 BuildRequires:  libkdepimlibs4-devel = %{version}
 BuildRequires:  libkfbapi-devel
@@ -53,7 +51,6 @@
 %prep
 %setup -q -n kdepim-runtime-%{version}
 %patch1
-%patch2 -p1
 
 %build
 %ifarch ppc64


++ kdepim-runtime-4.10.95.tar.xz - kdepim-runtime-4.10.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.10.95/CMakeLists.txt 
new/kdepim-runtime-4.10.97/CMakeLists.txt
--- old/kdepim-runtime-4.10.95/CMakeLists.txt   2013-07-10 01:13:32.0 
+0200
+++ new/kdepim-runtime-4.10.97/CMakeLists.txt   2013-07-23 11:00:45.0 
+0200
@@ -35,7 +35,7 @@
 #3.2 alpha1
 
 if(NOT DEFINED KDEPIM_RUNTIME_DEV_VERSION)
-set(KDEPIM_RUNTIME_DEV_VERSION rc1)
+set(KDEPIM_RUNTIME_DEV_VERSION rc2)
 endif()
 
 set(KDEPIM_RUNTIME_VERSION 4.11${KDEPIM_RUNTIME_DEV_VERSION})
@@ -56,7 +56,7 @@
 include(KDE4Defaults)
 
 # KdepimLibs
-find_package(KdepimLibs 4.10.95)
+find_package(KdepimLibs 4.10.97)
 set_package_properties(KdepimLibs PROPERTIES DESCRIPTION The KDEPIM 
libraries URL http://www.kde.org; TYPE REQUIRED)
 
 #Boost
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.10.95/agents/newmailnotifier/newmailnotifieragent.desktop 
new/kdepim-runtime-4.10.97/agents/newmailnotifier/newmailnotifieragent.desktop
--- 
old/kdepim-runtime-4.10.95/agents/newmailnotifier/newmailnotifieragent.desktop  
2013-07-10 01:13:32.0 +0200
+++ 
new/kdepim-runtime-4.10.97/agents/newmailnotifier/newmailnotifieragent.desktop  
2013-07-23 11:00:45.0 +0200
@@ -10,7 +10,7 @@
 Name[en_GB]=New Email Notifier
 Name[es]=Nuevo notificador de correo
 Name[et]=Uue kirja teavitaja
-Name[fi]=Ilmoitus uudesta postista
+Name[fi]=Uuden postin ilmoitin
 Name[fr]=Notification de nouveaux courriers électroniques
 Name[ga]=Fógra Ríomhphoist Nua
 Name[gl]=Novo notificador de correo electrónico
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.10.95/resources/dav/services/owncloud-pre5.desktop 
new/kdepim-runtime-4.10.97/resources/dav/services/owncloud-pre5.desktop
--- old/kdepim-runtime-4.10.95/resources/dav/services/owncloud-pre5.desktop 
2013-07-14 12:02:24.0 +0200
+++ new/kdepim-runtime-4.10.97/resources/dav/services/owncloud-pre5.desktop 
2013-07-23 11:00:45.0 +0200
@@ -1,5 +1,6 @@
 [Desktop Entry]
 Name=ownCloud ( 5.0)
+Name[bs]=ownCloud ( 5.0)
 Name[cs]=ownCloud ( 5.0)
 Name[da]=ownCloud ( 5.0)
 Name[de]=ownCloud ( 5.0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.10.95/resources/facebook/akonadi_facebook_resource.notifyrc
 
new/kdepim-runtime-4.10.97/resources/facebook/akonadi_facebook_resource.notifyrc
--- 
old/kdepim-runtime-4.10.95/resources/facebook/akonadi_facebook_resource.notifyrc
2013-07-14 12:02:24.0 +0200
+++ 
new/kdepim-runtime-4.10.97/resources/facebook/akonadi_facebook_resource.notifyrc
2013-07-23 11:00:45.0 +0200
@@ -1,5 +1,6 @@
 [Global]
 Comment=Akonadi's 

commit kget for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kget for openSUSE:Factory checked in 
at 2013-07-30 16:00:55

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


Package is kget

Changes:

--- /work/SRC/openSUSE:Factory/kget/kget.changes2013-07-22 
17:16:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.kget.new/kget.changes   2013-07-30 
16:01:02.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:59:02 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kget-4.10.95.tar.xz

New:

  kget-4.10.97.tar.xz



Other differences:
--
++ kget.spec ++
--- /var/tmp/diff_new_pack.tm5bAJ/_old  2013-07-30 16:01:03.0 +0200
+++ /var/tmp/diff_new_pack.tm5bAJ/_new  2013-07-30 16:01:03.0 +0200
@@ -15,11 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kget
-Version:4.10.95
+Version:4.10.97
 Release:0
-License:GPL-2.0+
 Summary:Download Manager
+License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  boost-devel

++ kget-4.10.95.tar.xz - kget-4.10.97.tar.xz ++

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



commit kgoldrunner for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kgoldrunner for openSUSE:Factory 
checked in at 2013-07-30 16:00:58

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


Package is kgoldrunner

Changes:

--- /work/SRC/openSUSE:Factory/kgoldrunner/kgoldrunner.changes  2013-07-22 
17:16:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.kgoldrunner.new/kgoldrunner.changes 
2013-07-30 16:01:04.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:01:16 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kgoldrunner-4.10.95.tar.xz

New:

  kgoldrunner-4.10.97.tar.xz



Other differences:
--
++ kgoldrunner.spec ++
--- /var/tmp/diff_new_pack.jvJn19/_old  2013-07-30 16:01:05.0 +0200
+++ /var/tmp/diff_new_pack.jvJn19/_new  2013-07-30 16:01:05.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:kgoldrunner-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kgoldrunner-4.10.95.tar.xz - kgoldrunner-4.10.97.tar.xz ++

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



commit kdebase4-workspace for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:Factory checked in at 2013-07-30 15:58:36

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


Package is kdebase4-workspace

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-workspace/kdebase4-workspace.changes
2013-07-24 23:38:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
2013-07-30 16:00:10.0 +0200
@@ -1,0 +2,21 @@
+Sat Jul 27 20:00:05 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added patches from upstream KDE/4.11 branch for resolving remaining
+  QML task manager regressions:
+  0001-notify-the-client-when-a-notification-is-dismissed-b.patch
+  0002-Enable-LayoutMirroring.patch
+  0003-Proper-appearance-and-geometry-for-launcher-items.patch
+  0004-Hide-unimplemented-manual-grouping-option.patch
+  0005-Try-to-make-sure-the-group-dialog-stays-within-a-san.patch
+  0006-Make-sure-tasks-are-layouted-before-they-are-shown.patch
+  0007-Fix-bidi-layout-support.patch
+  0008-Restore-correct-index-when-turning-a-task-back-into-.patch
+
+---
+Thu Jul 25 22:06:29 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kde-workspace-4.10.95.tar.xz

New:

  0001-notify-the-client-when-a-notification-is-dismissed-b.patch
  0002-Enable-LayoutMirroring.patch
  0003-Proper-appearance-and-geometry-for-launcher-items.patch
  0004-Hide-unimplemented-manual-grouping-option.patch
  0005-Try-to-make-sure-the-group-dialog-stays-within-a-san.patch
  0006-Make-sure-tasks-are-layouted-before-they-are-shown.patch
  0007-Fix-bidi-layout-support.patch
  0008-Restore-correct-index-when-turning-a-task-back-into-.patch
  kde-workspace-4.10.97.tar.xz



Other differences:
--
++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.u9ZxKm/_old  2013-07-30 16:00:12.0 +0200
+++ /var/tmp/diff_new_pack.u9ZxKm/_new  2013-07-30 16:00:12.0 +0200
@@ -23,7 +23,7 @@
 %endif
 
 Name:   kdebase4-workspace
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:The KDE Workspace Components
 License:GPL-2.0+
@@ -141,6 +141,23 @@
 Patch64:klipper.patch
 # PATCH-FIX-OPENSUSE helper_actions_syspath.patch -- disables 
org.kde.powerdevil.backlighthelper.syspath policy, until bnc#825256 gets 
resolved
 Patch1000:  helper_actions_syspath.patch
+# Patches 2000+ are from upstream KDE/4.11 branch
+# PATCH-FIX-UPSTREAM 
0001-notify-the-client-when-a-notification-is-dismissed-b.patch
+Patch2000:  0001-notify-the-client-when-a-notification-is-dismissed-b.patch
+# PATCH-FIX-UPSTREAM 0002-Enable-LayoutMirroring.patch
+Patch2001:  0002-Enable-LayoutMirroring.patch
+# PATCH-FIX-UPSTREAM 
0003-Proper-appearance-and-geometry-for-launcher-items.patch
+Patch2002:  0003-Proper-appearance-and-geometry-for-launcher-items.patch
+# PATCH-FIX-UPSTREAM 0004-Hide-unimplemented-manual-grouping-option.patch
+Patch2003:  0004-Hide-unimplemented-manual-grouping-option.patch
+# PATCH-FIX-UPSTREAM 
0005-Try-to-make-sure-the-group-dialog-stays-within-a-san.patch
+Patch2004:  0005-Try-to-make-sure-the-group-dialog-stays-within-a-san.patch
+# PATCH-FIX-UPSTREAM 
0006-Make-sure-tasks-are-layouted-before-they-are-shown.patch
+Patch2005:  0006-Make-sure-tasks-are-layouted-before-they-are-shown.patch
+# PATCH-FIX-UPSTREAM 0007-Fix-bidi-layout-support.patch
+Patch2006:  0007-Fix-bidi-layout-support.patch
+# PATCH-FIX-UPSTREAM 
0008-Restore-correct-index-when-turning-a-task-back-into-.patch
+Patch2007:  0008-Restore-correct-index-when-turning-a-task-back-into-.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   %{name}-branding = %{_kde_branding_version}
 Requires:   %{name}-ksysguardd = %{version}
@@ -350,6 +367,14 @@
 %patch63 -p1
 %patch64 -p1
 %patch1000 -p1
+%patch2000 -p1
+%patch2001 -p1
+%patch2002 -p1
+%patch2003 -p1
+%patch2004 -p1
+%patch2005 -p1
+%patch2006 -p1
+%patch2007 -p1
 cp %{SOURCE3} kwin/effects/cube/data/cubecap.png
 
 %build

++ 0001-notify-the-client-when-a-notification-is-dismissed-b.patch ++
From 77e9f79f9c7e6f1e633f6ff53ddc751bf5ae3349 Mon Sep 17 00:00:00 2001
From: Marco Martin notm...@gmail.com
Date: Thu, 25 Jul 2013 12:04:09 +0200
Subject: [PATCH 1/8] notify the client when a notification is dismissed by
 user

---
 .../applets/notifications/contents/ui/LastNotificationPopup.qml | 1 +
 

commit kdesdk-strigi-analyzers for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kdesdk-strigi-analyzers for 
openSUSE:Factory checked in at 2013-07-30 16:00:08

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


Package is kdesdk-strigi-analyzers

Changes:

--- 
/work/SRC/openSUSE:Factory/kdesdk-strigi-analyzers/kdesdk-strigi-analyzers.changes
  2013-07-22 17:16:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdesdk-strigi-analyzers.new/kdesdk-strigi-analyzers.changes
 2013-07-30 16:00:40.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:46:47 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kdesdk-strigi-analyzers-4.10.95.tar.xz

New:

  kdesdk-strigi-analyzers-4.10.97.tar.xz



Other differences:
--
++ kdesdk-strigi-analyzers.spec ++
--- /var/tmp/diff_new_pack.GJ8NXF/_old  2013-07-30 16:00:41.0 +0200
+++ /var/tmp/diff_new_pack.GJ8NXF/_new  2013-07-30 16:00:41.0 +0200
@@ -23,7 +23,7 @@
 License:LGPL-2.0+ and GPL-2.0
 Group:  Productivity/Other
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kdesdk-strigi-analyzers-4.10.95.tar.xz - 
kdesdk-strigi-analyzers-4.10.97.tar.xz ++

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



commit kdf for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kdf for openSUSE:Factory checked in 
at 2013-07-30 16:00:19

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


Package is kdf

Changes:

--- /work/SRC/openSUSE:Factory/kdf/kdf.changes  2013-07-25 14:58:19.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kdf.new/kdf.changes 2013-07-30 
16:00:46.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:48:25 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kdf-4.10.95.tar.xz

New:

  kdf-4.10.97.tar.xz



Other differences:
--
++ kdf.spec ++
--- /var/tmp/diff_new_pack.7imdJf/_old  2013-07-30 16:00:47.0 +0200
+++ /var/tmp/diff_new_pack.7imdJf/_new  2013-07-30 16:00:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdf
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Disk Usage Viewer
 License:GPL-2.0+

++ kdf-4.10.95.tar.xz - kdf-4.10.97.tar.xz ++

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



commit kdepimlibs4 for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kdepimlibs4 for openSUSE:Factory 
checked in at 2013-07-30 15:59:47

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


Package is kdepimlibs4

Changes:

--- /work/SRC/openSUSE:Factory/kdepimlibs4/kdepimlibs4.changes  2013-07-22 
17:16:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepimlibs4.new/kdepimlibs4.changes 
2013-07-30 16:00:33.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 21:58:45 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kdepimlibs-4.10.95.tar.xz

New:

  kdepimlibs-4.10.97.tar.xz



Other differences:
--
++ kdepimlibs4.spec ++
--- /var/tmp/diff_new_pack.d0asHX/_old  2013-07-30 16:00:34.0 +0200
+++ /var/tmp/diff_new_pack.d0asHX/_new  2013-07-30 16:00:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepimlibs4
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:KDE PIM Libraries
 License:LGPL-2.1+

++ kdepimlibs-4.10.95.tar.xz - kdepimlibs-4.10.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepimlibs-4.10.95/CMakeLists.txt 
new/kdepimlibs-4.10.97/CMakeLists.txt
--- old/kdepimlibs-4.10.95/CMakeLists.txt   2013-07-10 01:12:37.0 
+0200
+++ new/kdepimlibs-4.10.97/CMakeLists.txt   2013-07-24 00:20:07.0 
+0200
@@ -7,7 +7,7 @@
 ### The kdepimlibs version (used e.g. in KdepimLibsConfig.cmake) 
###
 set(KDEPIMLIBS_VERSION_MAJOR 4)
 set(KDEPIMLIBS_VERSION_MINOR 10)
-set(KDEPIMLIBS_VERSION_PATCH 95)
+set(KDEPIMLIBS_VERSION_PATCH 97)
 set(KDEPIMLIBS_VERSION 
${KDEPIMLIBS_VERSION_MAJOR}.${KDEPIMLIBS_VERSION_MINOR}.${KDEPIMLIBS_VERSION_PATCH})
 
 
@@ -79,7 +79,7 @@
 
 if (NOT KDEPIM_ONLY_KLEO)
   #FindAkonadi.cmake is only there for compatibility reasons, but we don't 
want to use that.
-  set(Akonadi_MIN_VERSION 1.9.80)
+  set(Akonadi_MIN_VERSION 1.10.1)
   find_package(Akonadi ${Akonadi_MIN_VERSION} QUIET NO_MODULE)
   set_package_properties(Akonadi PROPERTIES DESCRIPTION Akonadi server 
libraries URL http://pim.kde.org/akonadi; TYPE REQUIRED PURPOSE Access to 
PIM storage and services)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepimlibs-4.10.95/akonadi/collectionselectjob.cpp 
new/kdepimlibs-4.10.97/akonadi/collectionselectjob.cpp
--- old/kdepimlibs-4.10.95/akonadi/collectionselectjob.cpp  2013-07-10 
01:12:36.0 +0200
+++ new/kdepimlibs-4.10.97/akonadi/collectionselectjob.cpp  2013-07-23 
11:00:40.0 +0200
@@ -35,6 +35,13 @@
 {
 }
 
+QString jobDebuggingString() const /*Q_DECL_OVERRIDE*/ {
+  if ( mCollection.id()  0 )
+return QString::number( mCollection.id() );
+  else
+return QString::fromLatin1( RemoteID  ) + QString::number( 
mCollection.id() );
+}
+
 Collection mCollection;
 };
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepimlibs-4.10.95/akonadi/collectionstatisticsjob.cpp 
new/kdepimlibs-4.10.97/akonadi/collectionstatisticsjob.cpp
--- old/kdepimlibs-4.10.95/akonadi/collectionstatisticsjob.cpp  2013-07-10 
01:12:36.0 +0200
+++ new/kdepimlibs-4.10.97/akonadi/collectionstatisticsjob.cpp  2013-07-23 
11:00:40.0 +0200
@@ -36,6 +36,10 @@
 {
 }
 
+QString jobDebuggingString() const /*Q_DECL_OVERRIDE*/ {
+  return QString::number( mCollection.id() );
+}
+
 Collection mCollection;
 CollectionStatistics mStatistics;
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepimlibs-4.10.95/akonadi/itemfetchjob.cpp 
new/kdepimlibs-4.10.97/akonadi/itemfetchjob.cpp
--- old/kdepimlibs-4.10.95/akonadi/itemfetchjob.cpp 2013-07-10 
01:12:36.0 +0200
+++ new/kdepimlibs-4.10.97/akonadi/itemfetchjob.cpp 2013-07-23 
11:00:40.0 +0200
@@ -78,6 +78,18 @@
 void startFetchJob();
 void selectDone( KJob * job );
 
+QString jobDebuggingString() const /*Q_DECL_OVERRIDE*/ {
+  if ( mRequestedItems.isEmpty() ) {
+return QString::fromLatin1( All items from collection %1 ).arg( 
mCollection.id() );
+  } else {
+try {
+  return QString::fromLatin1( ProtocolHelper::entitySetToByteArray( 
mRequestedItems, AKONADI_CMD_ITEMFETCH ) );
+} catch ( const Exception e ) {
+  return QString::fromUtf8( e.what() );
+}
+  }
+}
+
 Q_DECLARE_PUBLIC( 

commit kdegraphics-thumbnailers for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kdegraphics-thumbnailers for 
openSUSE:Factory checked in at 2013-07-30 15:59:05

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


Package is kdegraphics-thumbnailers

Changes:

--- 
/work/SRC/openSUSE:Factory/kdegraphics-thumbnailers/kdegraphics-thumbnailers.changes
2013-07-22 17:16:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdegraphics-thumbnailers.new/kdegraphics-thumbnailers.changes
   2013-07-30 16:00:19.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:42:52 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kdegraphics-thumbnailers-4.10.95.tar.xz

New:

  kdegraphics-thumbnailers-4.10.97.tar.xz



Other differences:
--
++ kdegraphics-thumbnailers.spec ++
--- /var/tmp/diff_new_pack.LqTL13/_old  2013-07-30 16:00:20.0 +0200
+++ /var/tmp/diff_new_pack.LqTL13/_new  2013-07-30 16:00:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdegraphics-thumbnailers
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Graphics file thumbnail generators
 License:LGPL-2.1+

++ kdegraphics-thumbnailers-4.10.95.tar.xz - 
kdegraphics-thumbnailers-4.10.97.tar.xz ++

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



commit kdebindings-smokekde for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokekde for 
openSUSE:Factory checked in at 2013-07-30 15:58:45

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


Package is kdebindings-smokekde

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokekde/kdebindings-smokekde.changes
2013-07-22 17:16:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokekde.new/kdebindings-smokekde.changes
   2013-07-30 16:00:14.0 +0200
@@ -1,0 +2,8 @@
+Thu Jul 25 22:40:01 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+- BuildRequire only libkde4-devel, instead of kdebase4-workspace-devel
+
+---

Old:

  smokekde-4.10.95.tar.xz

New:

  smokekde-4.10.97.tar.xz



Other differences:
--
++ kdebindings-smokekde.spec ++
--- /var/tmp/diff_new_pack.EH5bzc/_old  2013-07-30 16:00:15.0 +0200
+++ /var/tmp/diff_new_pack.EH5bzc/_new  2013-07-30 16:00:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokekde
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Kdebindings Smoke-kde library
 License:LGPL-2.1+
@@ -26,8 +26,8 @@
 Url:
https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde
 Source0:smokekde-%{version}.tar.xz
 BuildRequires:  kate-devel
-BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  libjasper-devel
+BuildRequires:  libkde4-devel
 BuildRequires:  libkdepimlibs4-devel
 BuildRequires:  libsmokegen-devel
 BuildRequires:  libsmokeqt-devel

++ smokekde-4.10.95.tar.xz - smokekde-4.10.97.tar.xz ++

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



commit kdepim4 for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kdepim4 for openSUSE:Factory checked 
in at 2013-07-30 15:59:38

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


Package is kdepim4

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4/kdepim4.changes  2013-07-22 
17:16:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4.new/kdepim4.changes 2013-07-30 
16:00:29.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:44:25 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kdepim-4.10.95.tar.xz

New:

  kdepim-4.10.97.tar.xz



Other differences:
--
++ kdepim4.spec ++
--- /var/tmp/diff_new_pack.HU41hA/_old  2013-07-30 16:00:30.0 +0200
+++ /var/tmp/diff_new_pack.HU41hA/_new  2013-07-30 16:00:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Base package of kdepim
 License:GPL-2.0+ and LGPL-2.1+
@@ -25,7 +25,7 @@
 Url:http://www.kde.org
 Source0:kdepim-%{version}.tar.xz
 Patch1: akregator-useragent.diff
-#TODO desktop-files.diff need an update for upcoming 4.10.95 due to fixed 
kontact-import-wizard icon missing
+#TODO desktop-files.diff need an update for upcoming 4.10.97 due to fixed 
kontact-import-wizard icon missing
 Patch2: desktop-files.diff
 Patch3: knode-kontact-default.diff
 BuildRequires:  cyrus-sasl-devel

++ kdepim-4.10.95.tar.xz - kdepim-4.10.97.tar.xz ++
/work/SRC/openSUSE:Factory/kdepim4/kdepim-4.10.95.tar.xz 
/work/SRC/openSUSE:Factory/.kdepim4.new/kdepim-4.10.97.tar.xz differ: char 26, 
line 1

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



commit kgpg for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kgpg for openSUSE:Factory checked in 
at 2013-07-30 16:01:02

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


Package is kgpg

Changes:

--- /work/SRC/openSUSE:Factory/kgpg/kgpg.changes2013-07-22 
17:16:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.kgpg.new/kgpg.changes   2013-07-30 
16:01:06.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:01:34 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kgpg-4.10.95.tar.xz

New:

  kgpg-4.10.97.tar.xz



Other differences:
--
++ kgpg.spec ++
--- /var/tmp/diff_new_pack.6jBaj0/_old  2013-07-30 16:01:07.0 +0200
+++ /var/tmp/diff_new_pack.6jBaj0/_new  2013-07-30 16:01:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kgpg
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Encryption Tool
 License:GPL-2.0+

++ kgpg-4.10.95.tar.xz - kgpg-4.10.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgpg-4.10.95/main.cpp new/kgpg-4.10.97/main.cpp
--- old/kgpg-4.10.95/main.cpp   2013-07-10 01:17:48.0 +0200
+++ new/kgpg-4.10.97/main.cpp   2013-07-23 11:01:53.0 +0200
@@ -23,7 +23,7 @@
 static const char description[] =
 I18N_NOOP(KGpg - simple gui for gpg\n\nKGpg was designed to make gpg 
very easy to use.\nI tried to make it as secure as possible.\nHope you enjoy 
it.);
 
-static const char version[] = 2.9.90;
+static const char version[] = 2.9.97;
 
 int main(int argc, char *argv[])
 {

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



commit kdesdk4-scripts for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kdesdk4-scripts for openSUSE:Factory 
checked in at 2013-07-30 15:59:59

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


Package is kdesdk4-scripts

Changes:

--- /work/SRC/openSUSE:Factory/kdesdk4-scripts/kdesdk4-scripts.changes  
2013-07-22 17:16:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdesdk4-scripts.new/kdesdk4-scripts.changes 
2013-07-30 16:00:36.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:47:26 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kde-dev-scripts-4.10.95.tar.xz

New:

  kde-dev-scripts-4.10.97.tar.xz



Other differences:
--
++ kdesdk4-scripts.spec ++
--- /var/tmp/diff_new_pack.5ySfZk/_old  2013-07-30 16:00:37.0 +0200
+++ /var/tmp/diff_new_pack.5ySfZk/_new  2013-07-30 16:00:37.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:%{rname}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kde-dev-scripts-4.10.95.tar.xz - kde-dev-scripts-4.10.97.tar.xz ++

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



commit klines for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package klines for openSUSE:Factory checked 
in at 2013-07-30 16:02:02

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


Package is klines

Changes:

--- /work/SRC/openSUSE:Factory/klines/klines.changes2013-07-22 
17:17:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.klines.new/klines.changes   2013-07-30 
16:02:04.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:06:18 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  klines-4.10.95.tar.xz

New:

  klines-4.10.97.tar.xz



Other differences:
--
++ klines.spec ++
--- /var/tmp/diff_new_pack.d9ll7X/_old  2013-07-30 16:02:05.0 +0200
+++ /var/tmp/diff_new_pack.d9ll7X/_new  2013-07-30 16:02:05.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:klines-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ klines-4.10.95.tar.xz - klines-4.10.97.tar.xz ++

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



commit kigo for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kigo for openSUSE:Factory checked in 
at 2013-07-30 16:01:19

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


Package is kigo

Changes:

--- /work/SRC/openSUSE:Factory/kigo/kigo.changes2013-07-22 
17:16:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kigo.new/kigo.changes   2013-07-30 
16:01:21.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:03:02 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kigo-4.10.95.tar.xz

New:

  kigo-4.10.97.tar.xz



Other differences:
--
++ kigo.spec ++
--- /var/tmp/diff_new_pack.RlcmDs/_old  2013-07-30 16:01:22.0 +0200
+++ /var/tmp/diff_new_pack.RlcmDs/_new  2013-07-30 16:01:22.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:kigo-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kigo-4.10.95.tar.xz - kigo-4.10.97.tar.xz ++

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



commit klettres for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package klettres for openSUSE:Factory 
checked in at 2013-07-30 16:01:51

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


Package is klettres

Changes:

--- /work/SRC/openSUSE:Factory/klettres/klettres.changes2013-07-22 
17:17:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.klettres.new/klettres.changes   2013-07-30 
16:01:53.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:05:31 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  klettres-4.10.95.tar.xz

New:

  klettres-4.10.97.tar.xz



Other differences:
--
++ klettres.spec ++
--- /var/tmp/diff_new_pack.joS7va/_old  2013-07-30 16:01:54.0 +0200
+++ /var/tmp/diff_new_pack.joS7va/_new  2013-07-30 16:01:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   klettres
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Alphabet Learning Game
 License:GPL-2.0+

++ klettres-4.10.95.tar.xz - klettres-4.10.97.tar.xz ++

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



commit killbots for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package killbots for openSUSE:Factory 
checked in at 2013-07-30 16:01:24

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


Package is killbots

Changes:

--- /work/SRC/openSUSE:Factory/killbots/killbots.changes2013-07-22 
17:16:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.killbots.new/killbots.changes   2013-07-30 
16:01:26.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:03:27 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  killbots-4.10.95.tar.xz

New:

  killbots-4.10.97.tar.xz



Other differences:
--
++ killbots.spec ++
--- /var/tmp/diff_new_pack.fMIdgH/_old  2013-07-30 16:01:26.0 +0200
+++ /var/tmp/diff_new_pack.fMIdgH/_new  2013-07-30 16:01:26.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:killbots-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ killbots-4.10.95.tar.xz - killbots-4.10.97.tar.xz ++

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



commit khangman for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package khangman for openSUSE:Factory 
checked in at 2013-07-30 16:01:07

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


Package is khangman

Changes:

--- /work/SRC/openSUSE:Factory/khangman/khangman.changes2013-07-22 
17:16:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.khangman.new/khangman.changes   2013-07-30 
16:01:10.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:02:18 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  khangman-4.10.95.tar.xz

New:

  khangman-4.10.97.tar.xz



Other differences:
--
++ khangman.spec ++
--- /var/tmp/diff_new_pack.0mr4IZ/_old  2013-07-30 16:01:11.0 +0200
+++ /var/tmp/diff_new_pack.0mr4IZ/_new  2013-07-30 16:01:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   khangman
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Hangman Game
 License:GPL-2.0+

++ khangman-4.10.95.tar.xz - khangman-4.10.97.tar.xz ++

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



commit kig for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kig for openSUSE:Factory checked in 
at 2013-07-30 16:01:14

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


Package is kig

Changes:

--- /work/SRC/openSUSE:Factory/kig/kig.changes  2013-07-22 17:16:55.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kig.new/kig.changes 2013-07-30 
16:01:16.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:02:36 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kig-4.10.95.tar.xz

New:

  kig-4.10.97.tar.xz



Other differences:
--
++ kig.spec ++
--- /var/tmp/diff_new_pack.1IozEF/_old  2013-07-30 16:01:17.0 +0200
+++ /var/tmp/diff_new_pack.1IozEF/_new  2013-07-30 16:01:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kig
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Interactive Geometry
 License:GPL-2.0+

++ kig-4.10.95.tar.xz - kig-4.10.97.tar.xz ++

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



commit kgamma for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kgamma for openSUSE:Factory checked 
in at 2013-07-30 16:00:43

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


Package is kgamma

Changes:

--- /work/SRC/openSUSE:Factory/kgamma/kgamma.changes2013-07-22 
17:16:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.kgamma.new/kgamma.changes   2013-07-30 
16:00:57.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 23:00:28 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kgamma-4.10.95.tar.xz

New:

  kgamma-4.10.97.tar.xz



Other differences:
--
++ kgamma.spec ++
--- /var/tmp/diff_new_pack.bNAzQk/_old  2013-07-30 16:00:58.0 +0200
+++ /var/tmp/diff_new_pack.bNAzQk/_new  2013-07-30 16:00:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kgamma
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Display gamma configuration
 License:GPL-2.0+

++ kgamma-4.10.95.tar.xz - kgamma-4.10.97.tar.xz ++

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



commit kdnssd for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kdnssd for openSUSE:Factory checked 
in at 2013-07-30 16:00:27

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


Package is kdnssd

Changes:

--- /work/SRC/openSUSE:Factory/kdnssd/kdnssd.changes2013-07-22 
17:16:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdnssd.new/kdnssd.changes   2013-07-30 
16:00:51.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:50:16 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kdnssd-4.10.95.tar.xz

New:

  kdnssd-4.10.97.tar.xz



Other differences:
--
++ kdnssd.spec ++
--- /var/tmp/diff_new_pack.edujqt/_old  2013-07-30 16:00:52.0 +0200
+++ /var/tmp/diff_new_pack.edujqt/_new  2013-07-30 16:00:52.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   kdnssd
 BuildRequires:  libkde4-devel
-Version:4.10.95
+Version:4.10.97
 Release:0
 Summary:Zeroconf Support for KDE
 License:GPL-2.0+

++ kdnssd-4.10.95.tar.xz - kdnssd-4.10.97.tar.xz ++

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



commit kio_audiocd for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kio_audiocd for openSUSE:Factory 
checked in at 2013-07-30 16:01:29

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


Package is kio_audiocd

Changes:

--- /work/SRC/openSUSE:Factory/kio_audiocd/kio_audiocd.changes  2013-07-22 
17:16:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.kio_audiocd.new/kio_audiocd.changes 
2013-07-30 16:01:30.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:59:28 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  audiocd-kio-4.10.95.tar.xz

New:

  audiocd-kio-4.10.97.tar.xz



Other differences:
--
++ kio_audiocd.spec ++
--- /var/tmp/diff_new_pack.k3tU3l/_old  2013-07-30 16:01:31.0 +0200
+++ /var/tmp/diff_new_pack.k3tU3l/_new  2013-07-30 16:01:31.0 +0200
@@ -28,7 +28,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:audiocd-kio-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ audiocd-kio-4.10.95.tar.xz - audiocd-kio-4.10.97.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-4.10.95/data/audiocd.desktop 
new/audiocd-kio-4.10.97/data/audiocd.desktop
--- old/audiocd-kio-4.10.95/data/audiocd.desktop2013-07-10 
01:19:12.0 +0200
+++ new/audiocd-kio-4.10.97/data/audiocd.desktop2013-07-24 
13:12:28.0 +0200
@@ -37,7 +37,7 @@
 Name[ro]=Navigator pentru discuri audio
 Name[ru]=Просмотр Audio CD
 Name[sk]=Prehliadač zvukových CD
-Name[sl]=Brskalnik po glasbenih CD-jih
+Name[sl]=Brskalnik po zvočnih CD-jih
 Name[sr]=Прегледач аудио ЦД‑ова
 Name[sr@ijekavian]=Прегледач аудио ЦД‑ова
 Name[sr@ijekavianlatin]=Pregledač audio CD‑ova
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audiocd-kio-4.10.95/kcmaudiocd/audiocd.desktop 
new/audiocd-kio-4.10.97/kcmaudiocd/audiocd.desktop
--- old/audiocd-kio-4.10.95/kcmaudiocd/audiocd.desktop  2013-07-14 
12:03:10.0 +0200
+++ new/audiocd-kio-4.10.97/kcmaudiocd/audiocd.desktop  2013-07-24 
13:12:28.0 +0200
@@ -44,7 +44,7 @@
 Name[ru]=Audio CD
 Name[se]=Jietna-CD:at
 Name[sk]=Zvukové CD
-Name[sl]=Glasbeni CD-ji
+Name[sl]=Zvočni CD-ji
 Name[sr]=Аудио ЦД‑ови
 Name[sr@ijekavian]=Аудио ЦД‑ови
 Name[sr@ijekavianlatin]=Audio CD‑ovi
@@ -90,7 +90,7 @@
 Comment[ru]=Настройка протокола AudioCD
 Comment[se]=Heivet SO-šláva jietna-CD:aid várás
 Comment[sk]=Nastavenie IO klienta pre zvukové CD
-Comment[sl]=Nastavitve v/i komponente audiocd
+Comment[sl]=Nastavitve ioslave audiocd
 Comment[sr]=Подешавање У/И захвата за аудио ЦД‑ове
 Comment[sr@ijekavian]=Подешавање У/И захвата за аудио ЦД‑ове
 Comment[sr@ijekavianlatin]=Podešavanje U/I zahvata za audio CD‑ove

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



commit kfourinline for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package kfourinline for openSUSE:Factory 
checked in at 2013-07-30 16:00:40

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


Package is kfourinline

Changes:

--- /work/SRC/openSUSE:Factory/kfourinline/kfourinline.changes  2013-07-22 
17:16:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.kfourinline.new/kfourinline.changes 
2013-07-30 16:00:55.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:50:54 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  kfourinline-4.10.95.tar.xz

New:

  kfourinline-4.10.97.tar.xz



Other differences:
--
++ kfourinline.spec ++
--- /var/tmp/diff_new_pack.gpAv9f/_old  2013-07-30 16:00:56.0 +0200
+++ /var/tmp/diff_new_pack.gpAv9f/_new  2013-07-30 16:00:56.0 +0200
@@ -23,7 +23,7 @@
 License:LGPL-2.0+
 Group:  Amusements/Toys/Other
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:kfourinline-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kfourinline-4.10.95.tar.xz - kfourinline-4.10.97.tar.xz ++

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



  1   2   3   >