commit c_count for openSUSE:Factory

2014-06-19 Thread h_root
Hello community,

here is the log from the commit of package c_count for openSUSE:Factory checked 
in at 2014-06-19 13:20:08

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


Package is c_count

Changes:

--- /work/SRC/openSUSE:Factory/c_count/c_count.changes  2012-02-16 
14:55:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.c_count.new/c_count.changes 2014-06-19 
13:20:18.0 +0200
@@ -1,0 +2,8 @@
+Tue Jun 17 12:02:55 UTC 2014 - tchva...@suse.com
+
+- Version bump to 7.14:
+  * cross compiling support
+  * configure script updates
+  * minor fix to Quoted
+
+---

Old:

  c_count-7.12.tgz

New:

  c_count-7.14.tgz



Other differences:
--
++ c_count.spec ++
--- /var/tmp/diff_new_pack.EGEfSr/_old  2014-06-19 13:20:19.0 +0200
+++ /var/tmp/diff_new_pack.EGEfSr/_new  2014-06-19 13:20:19.0 +0200
@@ -1,8 +1,7 @@
-# vim: set sw=4 ts=4 et nu:
 #
 # spec file for package c_count
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser pascal.ble...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,20 +18,20 @@
 
 
 Name:   c_count
-Version:7.12
+Version:7.14
 Release:0
 Summary:Source Code Measure Counter for C/C++/Java
 License:MIT
 Group:  Development/Tools/Other
-Source: ftp://invisible-island.net/c_count/c_count-%{version}.tgz
 Url:http://invisible-island.net/c_count/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source: ftp://invisible-island.net/c_count/c_count-%{version}.tgz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc
 BuildRequires:  glibc-devel
 BuildRequires:  libtool
 BuildRequires:  make
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 c_count counts lines, statements, and other simple measures of C/C++/Java
@@ -46,19 +45,16 @@
 %configure \
 --enable-warnings
 
-%__make %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %check
 pushd testing
 ./run_test.sh
 popd #testing
 
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
-
 %files
 %defattr(-,root,root)
 %doc COPYING CHANGES README

++ c_count-7.12.tgz - c_count-7.14.tgz ++
 5148 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/c_count-7.12/CHANGES new/c_count-7.14/CHANGES
--- old/c_count-7.12/CHANGES2010-07-17 15:57:26.0 +0200
+++ new/c_count-7.14/CHANGES2013-12-14 16:56:54.0 +0100
@@ -1,6 +1,27 @@
--- $Id: CHANGES,v 7.21 2010/07/17 13:57:26 tom Exp $
+-- $Id: CHANGES,v 7.27 2013/12/14 15:56:54 tom Exp $
 
-2010/7/17 (c_count 7.12)
+2013/12/14 (c_count 7.14)
+   + add script for cross-compiling NullSoft installer to MinGW.
+
+   + minor fix for Quoted(); if the first character of a quoted string was
+ a blank, it was added to the blanks category rather than to code.
+
+   + improve cross-compiling, to supply getopt from porting directory
+ for systems which lack this.
+
+   + updated configure macros
+
+   + update config.guess and config.sub
+
+2010/08/24 (c_count 7.13)
+
+   + pretend that MinGW does globbing.
+
+   + updated configure macros
+
+   + update config.guess and config.sub
+
+2010/07/17 (c_count 7.12)
 
+ escape dashes in manpage as needed to work around groff.
 
@@ -26,7 +47,7 @@
 
+ reformat changelog, for metrics script.
 
-2006/1/8 (c_count 7.11)
+2006/01/08 (c_count 7.11)
 
+ correct bookkeeping for unterminated blocks (report by Lester
  Ingber).
@@ -68,7 +89,7 @@
 
+ add -V option, to show version.
 
-2001/2/27 (c_count 7.7)
+2001/02/27 (c_count 7.7)
 
+ expand wildcards on WIN32 with _setargv().
 
@@ -76,28 +97,28 @@
 
+ Updated configure script.
 
-1999/1/11
+1999/01/11
 
+ add check for files w/o trailing newline.
 
-1998/8/3 (c_count 7.6)
+1998/08/03 (c_count 7.6)
 
+ modify configure script to work with --srcdir (reported by Marty
  Leisner).
 
-1998/7/2 (c_count 7.5)
+1998/07/02 (c_count 7.5)
 
+ implement check for mismatched braces.
 
+ add -w option, to 

commit kqtquickcharts for openSUSE:Factory

2014-06-19 Thread h_root
Hello community,

here is the log from the commit of package kqtquickcharts for openSUSE:Factory 
checked in at 2014-06-19 13:18:14

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


Package is kqtquickcharts

Changes:

--- /work/SRC/openSUSE:Factory/kqtquickcharts/kqtquickcharts.changes
2014-05-22 06:55:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.kqtquickcharts.new/kqtquickcharts.changes   
2014-06-19 13:19:08.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun  8 19:05:25 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.2
+   * KDE 4.13  release
+   * See http://www.kde.org/announcements/announce-4.13.2.php
+
+---

Old:

  kqtquickcharts-4.13.1.tar.xz

New:

  kqtquickcharts-4.13.2.tar.xz



Other differences:
--
++ kqtquickcharts.spec ++
--- /var/tmp/diff_new_pack.Vlho6f/_old  2014-06-19 13:19:09.0 +0200
+++ /var/tmp/diff_new_pack.Vlho6f/_new  2014-06-19 13:19:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kqtquickcharts
-Version:4.13.1
+Version:4.13.2
 Release:0
 Summary:Plugin to render beautiful and interactive graphs
 License:LGPL-2.1+

++ kqtquickcharts-4.13.1.tar.xz - kqtquickcharts-4.13.2.tar.xz ++

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



commit poxml for openSUSE:Factory

2014-06-19 Thread h_root
Hello community,

here is the log from the commit of package poxml for openSUSE:Factory checked 
in at 2014-06-19 13:18:01

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


Package is poxml

Changes:

--- /work/SRC/openSUSE:Factory/poxml/poxml.changes  2014-05-22 
06:54:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.poxml.new/poxml.changes 2014-06-19 
13:18:56.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun  8 19:03:45 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.2
+   * KDE 4.13  release
+   * See http://www.kde.org/announcements/announce-4.13.2.php
+
+---

Old:

  poxml-4.13.1.tar.xz

New:

  poxml-4.13.2.tar.xz



Other differences:
--
++ poxml.spec ++
--- /var/tmp/diff_new_pack.5faKuj/_old  2014-06-19 13:18:56.0 +0200
+++ /var/tmp/diff_new_pack.5faKuj/_new  2014-06-19 13:18:56.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.13.1
+Version:4.13.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ poxml-4.13.1.tar.xz - poxml-4.13.2.tar.xz ++

-- 
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

2014-06-19 Thread h_root
Hello community,

here is the log from the commit of package kdesdk-kioslaves for 
openSUSE:Factory checked in at 2014-06-19 13:17:59

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
2014-05-22 06:54:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdesdk-kioslaves.new/kdesdk-kioslaves.changes   
2014-06-19 13:18:53.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun  8 19:03:20 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.2
+   * KDE 4.13  release
+   * See http://www.kde.org/announcements/announce-4.13.2.php
+
+---

Old:

  kdesdk-kioslaves-4.13.1.tar.xz

New:

  kdesdk-kioslaves-4.13.2.tar.xz



Other differences:
--
++ kdesdk-kioslaves.spec ++
--- /var/tmp/diff_new_pack.IIlpdq/_old  2014-06-19 13:18:54.0 +0200
+++ /var/tmp/diff_new_pack.IIlpdq/_new  2014-06-19 13:18:54.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.13.1
+Version:4.13.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kdesdk-kioslaves-4.13.1.tar.xz - kdesdk-kioslaves-4.13.2.tar.xz ++

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



commit lxde-common-branding-openSUSE for openSUSE:Factory

2014-06-19 Thread h_root
Hello community,

here is the log from the commit of package lxde-common-branding-openSUSE for 
openSUSE:Factory checked in at 2014-06-19 13:19:39

Comparing /work/SRC/openSUSE:Factory/lxde-common-branding-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.lxde-common-branding-openSUSE.new (New)


Package is lxde-common-branding-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/lxde-common-branding-openSUSE/lxde-common-branding-openSUSE.changes
  2011-10-11 17:59:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.lxde-common-branding-openSUSE.new/lxde-common-branding-openSUSE.changes
 2014-06-19 13:19:42.0 +0200
@@ -1,0 +2,9 @@
+Sun Jun 15 07:31:17 UTC 2014 - t...@gmx.com
+
+- applied spec-cleaner
+- removed checks and patches for discontinued versions
+  * removed lxde-common-0.5.5-pcmanfm-default-11.4.patch
+- change from Clearlooks to Adwaita as default theme and cursor theme
+  * added lxde-common-0.5.5-use-Adwaita-as-default-theme.patch
+
+---

Old:

  lxde-common-0.5.5-pcmanfm-default-11.4.patch

New:

  lxde-common-0.5.5-use-Adwaita-as-default-theme.patch



Other differences:
--
++ lxde-common-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.XfZm7V/_old  2014-06-19 13:19:43.0 +0200
+++ /var/tmp/diff_new_pack.XfZm7V/_new  2014-06-19 13:19:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lxde-common-branding-openSUSE
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,40 +15,39 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %defineupstream_ver 0.5.5
-
 Name:   lxde-common-branding-openSUSE
 Version:12.1
-Release:19
+Release:0
+Summary:openSUSE branding for LXDE
 License:GPL-2.0
+Group:  System/GUI/LXDE
+Url:http://www.opensuse.org
 Source0:lxde-common-%{upstream_ver}.tar.bz2
 Source1:suse.png
 Source2:suse-logout.png
-%if 0%{?suse_version}  1200
-Patch0: lxde-common-0.5.5-pcmanfm-default-11.4.patch
-%else
 Patch0: lxde-common-0.5.5-pcmanfm-default.patch
-%endif
 Patch1: lxde-common-0.5.5-openbox-menu.patch
 Patch2: lxde-common-0.5.5-lxpanel.patch
 Patch3: lxde-common-0.5.5-lxde-logout.patch
 Patch4: lxde-common-0.5.5-openbox-shortcut.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf automake intltool update-desktop-files
+Patch5:
lxde-common-0.5.5-use-Adwaita-as-default-theme.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  fdupes
-Group:  System/GUI/LXDE
-Url:http://www.opensuse.org
-Summary:openSUSE branding for LXDE
-BuildArch:  noarch
-Provides:   lxde-common-branding = %{version}
-Conflicts:  otherproviders(lxde-common-branding)
-Supplements:packageand(lxde-common:branding-openSUSE)
+BuildRequires:  intltool
+BuildRequires:  update-desktop-files
 Requires:   desktop-data-openSUSE
-%if 0%{?suse_version}  1200
 Requires:   wallpaper-branding-openSUSE
-%endif
+Requires:  gtk2-metatheme-adwaita
+Requires:  gtk3-metatheme-adwaita
+Supplements:packageand(lxde-common:branding-openSUSE)
+Provides:   lxde-common-branding = %{version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
+Conflicts:  otherproviders(lxde-common-branding)
+
 
 %description
 This branding-style package sets openSUSE style improvements into LXDE.
@@ -61,52 +60,50 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 # keep enable-man even if not needed or make will fail
 %configure --enable-man
-%__make %{?jobs:-j%{jobs}}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-%__cp %SOURCE1 %buildroot/%_datadir/lxde/images/
-%__cp %SOURCE2 %buildroot/%_datadir/lxde/images/
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+cp %{SOURCE1} %{buildroot}/%{_datadir}/lxde/images/
+cp %{SOURCE2} %{buildroot}/%{_datadir}/lxde/images/
 
 #delete not branding files
-%__rm -rf %buildroot/%_datadir/xsessions
-%__rm -rf %buildroot/%_bindir/openbox-lxde
-%__rm -rf %buildroot/%_bindir/startlxde
-%__rm -rf %buildroot/%_datadir/lxde/wallpapers
-%__rm -rf %buildroot/%_mandir
+rm -rf %{buildroot}/%{_datadir}/xsessions
+rm -rf %{buildroot}/%{_bindir}/openbox-lxde
+rm -rf %{buildroot}/%{_bindir}/startlxde
+rm -rf 

commit python-gevent for openSUSE:Factory

2014-06-19 Thread h_root
Hello community,

here is the log from the commit of package python-gevent for openSUSE:Factory 
checked in at 2014-06-19 13:20:06

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


Package is python-gevent

Changes:

--- /work/SRC/openSUSE:Factory/python-gevent/python-gevent.changes  
2013-12-16 07:08:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-gevent.new/python-gevent.changes 
2014-06-19 13:20:15.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 12 08:47:18 UTC 2014 - sch...@suse.de
+
+- libev.patch: fix syntax error in preprocessor conditional
+
+---

New:

  libev.patch



Other differences:
--
++ python-gevent.spec ++
--- /var/tmp/diff_new_pack.WQ9zpG/_old  2014-06-19 13:20:16.0 +0200
+++ /var/tmp/diff_new_pack.WQ9zpG/_new  2014-06-19 13:20:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gevent
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@
 License:MIT
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/g/gevent/gevent-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM fix syntax error in preprocessor conditional (github 
issue 361)
+Patch:  libev.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libevent-devel
 #BuildRequires:  python-Sphinx
@@ -54,6 +56,7 @@
 
 %prep
 %setup -q -n gevent-%{version}
+%patch -p1
 
 %build
 CFLAGS=%{optflags} -fno-strict-aliasing python setup.py build

++ libev.patch ++
Index: gevent-1.0/libev/ev.c
===
--- gevent-1.0.orig/libev/ev.c
+++ gevent-1.0/libev/ev.c
@@ -617,9 +617,16 @@ struct signalfd_siginfo
   #if ECB_GCC_VERSION(4,7)
 /* see comment below (stdatomic.h) about the C11 memory model. */
 #define ECB_MEMORY_FENCE __atomic_thread_fence (__ATOMIC_SEQ_CST)
-  #elif defined __clang  __has_feature (cxx_atomic)
-/* see comment below (stdatomic.h) about the C11 memory model. */
-#define ECB_MEMORY_FENCE __c11_atomic_thread_fence 
(__ATOMIC_SEQ_CST)
+
+  /* The __has_feature syntax from clang is so misdesigned that we cannot use 
it
+   * without risking compile time errors with other compilers. We *could*
+   * define our own ecb_clang_has_feature, but I just can't be bothered to work
+   * around this shit time and again.
+   * #elif defined __clang  __has_feature (cxx_atomic)
+   *   // see comment below (stdatomic.h) about the C11 memory model.
+   *   #define ECB_MEMORY_FENCE __c11_atomic_thread_fence 
(__ATOMIC_SEQ_CST)
+   */
+
   #elif ECB_GCC_VERSION(4,4) || defined __INTEL_COMPILER || defined __clang__
 #define ECB_MEMORY_FENCE __sync_synchronize ()
   #elif _MSC_VER = 1400 /* VC++ 2005 */
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libzip for openSUSE:Factory

2014-06-19 Thread h_root
Hello community,

here is the log from the commit of package libzip for openSUSE:Factory checked 
in at 2014-06-19 13:19:58

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


Package is libzip

Changes:

--- /work/SRC/openSUSE:Factory/libzip/libzip.changes2014-04-04 
16:37:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.libzip.new/libzip.changes   2014-06-19 
13:20:03.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun  4 16:32:02 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Add baselibs.conf
+
+---

New:

  baselibs.conf



Other differences:
--
++ libzip.spec ++
--- /var/tmp/diff_new_pack.9GpPcg/_old  2014-06-19 13:20:04.0 +0200
+++ /var/tmp/diff_new_pack.9GpPcg/_new  2014-06-19 13:20:04.0 +0200
@@ -25,6 +25,7 @@
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
 Source0:http://www.nih.at/libzip/%{name}-%{version}.tar.xz
+Source1:baselibs.conf
 Url:http://www.nih.at/libzip
 BuildRequires:  autoconf = 2.68
 BuildRequires:  libtool

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



commit kdf for openSUSE:Factory

2014-06-19 Thread h_root
Hello community,

here is the log from the commit of package kdf for openSUSE:Factory checked in 
at 2014-06-19 13:16:28

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  2014-05-22 06:51:34.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kdf.new/kdf.changes 2014-06-19 
13:16:56.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun  8 18:38:52 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.2
+   * KDE 4.13  release
+   * See http://www.kde.org/announcements/announce-4.13.2.php
+
+---

Old:

  kdf-4.13.1.tar.xz

New:

  kdf-4.13.2.tar.xz



Other differences:
--
++ kdf.spec ++
--- /var/tmp/diff_new_pack.fUe6EQ/_old  2014-06-19 13:16:57.0 +0200
+++ /var/tmp/diff_new_pack.fUe6EQ/_new  2014-06-19 13:16:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdf
-Version:4.13.1
+Version:4.13.2
 Release:0
 Summary:Disk Usage Viewer
 License:GPL-2.0+

++ kdf-4.13.1.tar.xz - kdf-4.13.2.tar.xz ++

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



commit brltty for openSUSE:Factory

2014-06-19 Thread h_root
Hello community,

here is the log from the commit of package brltty for openSUSE:Factory checked 
in at 2014-06-19 13:19:37

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


Package is brltty

Changes:

--- /work/SRC/openSUSE:Factory/brltty/brltty.changes2014-06-02 
07:00:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.brltty.new/brltty.changes   2014-06-19 
13:19:38.0 +0200
@@ -1,0 +2,9 @@
+Fri Jun  6 14:37:06 UTC 2014 - mgo...@suse.com
+
+- Update to version 5.1
+  + Various changes. See ChangeLog.
+- API version is now 0.6.2
+ 
+- Build Python 3 bindings, rather than Python 2 bindings.
+
+---

Old:

  brltty-5.0.tar.xz

New:

  brltty-5.1.tar.xz



Other differences:
--
++ brltty.spec ++
--- /var/tmp/diff_new_pack.cEL2fv/_old  2014-06-19 13:19:39.0 +0200
+++ /var/tmp/diff_new_pack.cEL2fv/_new  2014-06-19 13:19:39.0 +0200
@@ -18,12 +18,12 @@
 
 %{!?tcl_version: %global tcl_version %(echo 'puts $tcl_version' | tclsh)}
 %{!?tcl_sitearch: %global tcl_sitearch %{_libdir}/tcl/tcl%{tcl_version}}
-%define api_version 0.6.1
+%define api_version 0.6.2
 %define sover 0_6
 %define soname libbrlapi%{sover}
 
 Name:   brltty
-Version:5.0
+Version:5.1
 Release:0
 # FIXME libbraille driver when libbraille is in factory
 Summary:Braille display driver for Linux/Unix
@@ -49,8 +49,8 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  ocaml
 BuildRequires:  pkg-config
-BuildRequires:  python-Cython
-BuildRequires:  python-devel
+BuildRequires:  python3-Cython
+BuildRequires:  python3-devel
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  tcl-devel
 BuildRequires:  xorg-x11-devel
@@ -244,11 +244,11 @@
 ignored, whereas each piece of data coming from the braille terminal is
 sent to the application, rather than to brltty.
 
-%package -n python-brlapi
+%package -n python3-brlapi
 Summary:Library to use BRLTTY from applications -- Python Bindings
 Group:  System/Daemons
 
-%description -n python-brlapi
+%description -n python3-brlapi
 BrlAPI is a service provided by the brltty daemon.
 
 Its purpose is to allow programmers to write applications that take
@@ -296,6 +296,7 @@
 for i in -I%{_libdir}/jvm/java/include{,/linux}; do
   java_inc=$java_inc $i
 done
+export PYTHON=/usr/bin/python3
 %configure CPPFLAGS=$java_inc \
 --with-install-root=%{buildroot} \
 --disable-stripping
@@ -450,10 +451,10 @@
 %{_libdir}/ocaml/brlapi/
 %{_libdir}/ocaml/stublibs/dllbrlapi_stubs.so*
 
-%files -n python-brlapi
+%files -n python3-brlapi
 %defattr(-, root, root)
-%{python_sitearch}/brlapi.so
-%{python_sitearch}/Brlapi-*.egg-info
+%{python3_sitearch}/brlapi.cpython*.so
+%{python3_sitearch}/Brlapi-*.egg-info
 
 %files -n tcl-brlapi
 %defattr(-, root, root)

++ brltty-5.0.tar.xz - brltty-5.1.tar.xz ++
 38856 lines of diff (skipped)

-- 
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

2014-06-19 Thread h_root
Hello community,

here is the log from the commit of package kdenetwork4-filesharing for 
openSUSE:Factory checked in at 2014-06-19 13:17:56

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
  2014-05-22 06:54:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdenetwork4-filesharing.new/kdenetwork4-filesharing.changes
 2014-06-19 13:18:50.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun  8 19:02:33 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.2
+   * KDE 4.13  release
+   * See http://www.kde.org/announcements/announce-4.13.2.php
+
+---

Old:

  kdenetwork-filesharing-4.13.1.tar.xz

New:

  kdenetwork-filesharing-4.13.2.tar.xz



Other differences:
--
++ kdenetwork4-filesharing.spec ++
--- /var/tmp/diff_new_pack.QTJwCp/_old  2014-06-19 13:18:50.0 +0200
+++ /var/tmp/diff_new_pack.QTJwCp/_new  2014-06-19 13:18:50.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   kdenetwork4-filesharing
 BuildRequires:  libkde4-devel
-Version:4.13.1
+Version:4.13.2
 Release:0
 Summary:KDE Network Libraries
 License:GPL-2.0+

++ kdenetwork-filesharing-4.13.1.tar.xz - 
kdenetwork-filesharing-4.13.2.tar.xz ++

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



commit xorg-x11-driver-input for openSUSE:Factory

2014-06-19 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-driver-input for 
openSUSE:Factory checked in at 2014-06-19 13:19:49

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


Package is xorg-x11-driver-input

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-driver-input/xorg-x11-driver-input.changes  
2014-02-19 14:04:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-driver-input.new/xorg-x11-driver-input.changes
 2014-06-19 13:19:55.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 13 09:52:56 UTC 2014 - sndir...@suse.com
+
+- change Requires for xf86-input-{keyboard,mouse} to a Recommends,
+  since these are dropped from sle12 as well (FATE#317709)
+
+---



Other differences:
--
++ xorg-x11-driver-input.spec ++
--- /var/tmp/diff_new_pack.gljApD/_old  2014-06-19 13:19:56.0 +0200
+++ /var/tmp/diff_new_pack.gljApD/_new  2014-06-19 13:19:56.0 +0200
@@ -28,8 +28,8 @@
 Requires:   xf86-input-evdev
 ## no longer supported on sle12 (FATE#316785)
 Recommends: xf86-input-joystick
-Requires:   xf86-input-keyboard
-Requires:   xf86-input-mouse
+Recommends: xf86-input-keyboard
+Recommends: xf86-input-mouse
 Requires:   xf86-input-synaptics
 ## only built on x86/x64
 Recommends: xf86-input-vmmouse

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



commit phonon4qt5 for openSUSE:Factory

2014-06-19 Thread h_root
Hello community,

here is the log from the commit of package phonon4qt5 for openSUSE:Factory 
checked in at 2014-06-19 13:20:09

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


Package is phonon4qt5

Changes:

--- /work/SRC/openSUSE:Factory/phonon4qt5/phonon4qt5.changes2014-05-14 
20:28:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.phonon4qt5.new/phonon4qt5.changes   
2014-06-19 13:20:19.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun  3 22:59:02 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Add baselibs.conf
+
+---

New:

  baselibs.conf



Other differences:
--
++ phonon4qt5.spec ++
--- /var/tmp/diff_new_pack.u8GSaX/_old  2014-06-19 13:20:20.0 +0200
+++ /var/tmp/diff_new_pack.u8GSaX/_new  2014-06-19 13:20:20.0 +0200
@@ -25,7 +25,8 @@
 License:LGPL-2.0+
 Group:  System/GUI/KDE
 Url:http://phonon.kde.org/
-Source0:
http://download.kde.org/stable/%{rname}/%{version}/%{rname}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/%{rname}/%{version}/%{rname}-%{version}.tar.xz
+Source1:baselibs.conf
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem

++ baselibs.conf ++
libphonon4qt5
phonon4qt5-devel
requires libphonon4qt5-targettype = version--
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit fonttools for openSUSE:Factory

2014-06-19 Thread h_root
Hello community,

here is the log from the commit of package fonttools for openSUSE:Factory 
checked in at 2014-06-19 13:20:15

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


Package is fonttools

Changes:

--- /work/SRC/openSUSE:Factory/fonttools/fonttools.changes  2013-07-27 
15:47:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.fonttools.new/fonttools.changes 2014-06-19 
13:20:45.0 +0200
@@ -1,0 +2,11 @@
+Thu Jun 19 09:43:23 UTC 2014 - pgaj...@suse.com
+
+- updated to 2.4:
+  * Option to write to arbitrary files
+  * Better dump format for DSIG
+  * Better detection of OTF XML
+  * Fix issue with Apple's kern table format
+  * Fix mangling of TT glyph programs
+  * etc., see Doc/changes.txt
+
+---

Old:

  fonttools-2.3.tar.bz2

New:

  fonttools-2.4.tar.gz



Other differences:
--
++ fonttools.spec ++
--- /var/tmp/diff_new_pack.XlkFij/_old  2014-06-19 13:20:46.0 +0200
+++ /var/tmp/diff_new_pack.XlkFij/_new  2014-06-19 13:20:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fonttools
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,13 +24,13 @@
 Requires:   python-numpy
 Requires:   python-xml
 Requires:   pyxml
-Version:2.3
+Version:2.4
 Release:0
 Url:http://sourceforge.net/projects/fonttools/
 # CVS:
 # cvs -d:pserver:anonym...@fonttools.cvs.sourceforge.net:/cvsroot/fonttools 
login
 # cvs -z3 
-d:pserver:anonym...@fonttools.cvs.sourceforge.net:/cvsroot/fonttools co 
fonttools
-Source0:%{name}-%{version}.tar.bz2
+Source0:
http://downloads.sourceforge.net/project/fonttools/%{version}/fonttools-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Suite of Tools and Libraries for Manipulating Fonts
 License:BSD-3-Clause

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



commit chromium for openSUSE:Factory

2014-06-19 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2014-06-19 13:20:12

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


Package is chromium

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2014-06-01 
19:41:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2014-06-19 
13:20:31.0 +0200
@@ -1,0 +2,10 @@
+Wed Jun 11 11:01:07 UTC 2014 - tittiatc...@gmail.com
+
+- Update to Chromium 35.0.1916.153
+  Security fixes:
+  * CVE-2014-3154: Use-after-free in filesystem api
+  * CVE-2014-3155: Out-of-bounds read in SPDY
+  * CVE-2014-3156: Buffer overflow in clipboard
+  * CVE-2014-3157: Heap overflow in media
+
+---

Old:

  chromium-35.0.1916.114.tar.xz

New:

  chromium-35.0.1916.153.tar.xz



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.kDIlRG/_old  2014-06-19 13:20:42.0 +0200
+++ /var/tmp/diff_new_pack.kDIlRG/_new  2014-06-19 13:20:42.0 +0200
@@ -24,7 +24,7 @@
 %define glibc_version 12831
 
 Name:   chromium
-Version:35.0.1916.114
+Version:35.0.1916.153
 Release:0
 Summary:Google's opens source browser project
 License:BSD-3-Clause and LGPL-2.1+


++ chromium-35.0.1916.114.tar.xz - chromium-35.0.1916.153.tar.xz ++
/work/SRC/openSUSE:Factory/chromium/chromium-35.0.1916.114.tar.xz 
/work/SRC/openSUSE:Factory/.chromium.new/chromium-35.0.1916.153.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 kdesdk-thumbnailers for openSUSE:Factory

2014-06-19 Thread h_root
Hello community,

here is the log from the commit of package kdesdk-thumbnailers for 
openSUSE:Factory checked in at 2014-06-19 13:17:46

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  
2014-05-22 06:54:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdesdk-thumbnailers.new/kdesdk-thumbnailers.changes 
2014-06-19 13:18:40.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun  8 19:01:08 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.2
+   * KDE 4.13  release
+   * See http://www.kde.org/announcements/announce-4.13.2.php
+
+---

Old:

  kdesdk-thumbnailers-4.13.1.tar.xz

New:

  kdesdk-thumbnailers-4.13.2.tar.xz



Other differences:
--
++ kdesdk-thumbnailers.spec ++
--- /var/tmp/diff_new_pack.l9efgF/_old  2014-06-19 13:18:41.0 +0200
+++ /var/tmp/diff_new_pack.l9efgF/_new  2014-06-19 13:18:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdesdk-thumbnailers
-Version:4.13.1
+Version:4.13.2
 Release:0
 Summary:Translation file thumbnail generators
 License:GPL-2.0+

++ kdesdk-thumbnailers-4.13.1.tar.xz - kdesdk-thumbnailers-4.13.2.tar.xz 
++

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



commit hamcrest for openSUSE:Factory

2014-06-19 Thread h_root
Hello community,

here is the log from the commit of package hamcrest for openSUSE:Factory 
checked in at 2014-06-19 13:19:41

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


Package is hamcrest

Changes:

--- /work/SRC/openSUSE:Factory/hamcrest/hamcrest.changes2013-10-30 
15:37:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.hamcrest.new/hamcrest.changes   2014-06-19 
13:19:44.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 16 12:25:07 UTC 2014 - tchva...@suse.com
+
+- Add patch to fix random build errors by enforcing single thread.
+  * hamcrest-1.3-random-build-crash.patch
+
+---

New:

  hamcrest-1.3-random-build-crash.patch



Other differences:
--
++ hamcrest.spec ++
--- /var/tmp/diff_new_pack.9zld4W/_old  2014-06-19 13:19:45.0 +0200
+++ /var/tmp/diff_new_pack.9zld4W/_new  2014-06-19 13:19:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hamcrest
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -67,6 +67,8 @@
 Patch2: %{name}-%{version}-no-integration.patch
 #PATCH-FIX-OPENSUSE: there is no hamcrest-generator-nodeps
 Patch3: %{name}-%{version}-javadoc.patch
+#PATCH-FIX-UPSTREAM: random build crash fix
+Patch4: hamcrest-1.3-random-build-crash.patch
 
 Requires:   java = 1.6.0
 Requires:   qdox
@@ -161,6 +163,7 @@
 %patch2 -p1
 %endif
 %patch3 -p1
+%patch4 -p1
 
 perl -pi -e 's/\r$//g' LICENSE.txt
 

++ hamcrest-1.3-random-build-crash.patch ++
diff -urN hamcrest-1.3.old/build.xml hamcrest-1.3/build.xml
--- hamcrest-1.3.old/build.xml  2014-06-16 13:00:29.321699344 +0200
+++ hamcrest-1.3/build.xml  2014-06-16 14:24:30.160165471 +0200
@@ -27,6 +27,7 @@
 /target
 
 target name=core depends=generator description=Build core Hamcrest 
library
+parallel threadcount=1
 java-to-jar srcdir=hamcrest-core/src/main/java 
modulename=hamcrest-core/
 
 !-- Generate one class with all static imports --
@@ -36,7 +37,7 @@
   fork=yes
   failonerror=yes
   classpath=
-build/hamcrest-core-${version}.jar;
+build/temp/hamcrest-core-${version}.jar.contents;
 build/hamcrest-generator-${version}.jar;
   
 arg value=core-matchers.xml/
@@ -48,11 +49,13 @@
 java-to-jar srcdir=build/temp/hamcrest-core/generated-code
  modulename=hamcrest-core
  classpath=build/hamcrest-core-${version}.jar/
+/parallel
 /target
 
 target name=library
 depends=core,generator
 description=Build library of matchers
+   parallel threadcount=1
 mkdir dir=build/temp/hamcrest-library/generated-code/
 java-to-jar srcdir=hamcrest-library/src/main/java
  modulename=hamcrest-library
@@ -75,6 +78,7 @@
 java-to-jar srcdir=build/temp/hamcrest-library/generated-code
  modulename=hamcrest-library
  classpath=build/hamcrest-core-${version}.jar/
+/parallel
 /target
 
 target name=integration depends=core, library description=Build 
integration with external tools






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



<    1   2   3