commit chocolate-doom for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package chocolate-doom for openSUSE:Factory 
checked in at 2013-05-03 09:16:55

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


Package is chocolate-doom

Changes:

--- /work/SRC/openSUSE:Factory/chocolate-doom/chocolate-doom.changes
2013-05-02 12:33:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.chocolate-doom.new/chocolate-doom.changes   
2013-05-03 09:16:58.0 +0200
@@ -4,0 +5 @@
+  + Added chdoom-iwaddir.diff



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



commit haveged for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package haveged for openSUSE:Factory checked 
in at 2013-05-03 09:17:02

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


Package is haveged

Changes:

--- /work/SRC/openSUSE:Factory/haveged/haveged.changes  2013-03-26 
16:13:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.haveged.new/haveged.changes 2013-05-03 
09:17:03.0 +0200
@@ -1,0 +2,8 @@
+Thu May  2 18:25:33 UTC 2013 - crrodrig...@opensuse.org
+
+- haveged 1.7a 
+* Correct VPATH issues and modify check target to support 
+parallel builds and changes in automake 1.13 test harness. 
+Updated sample spec file and other documentation changes.
+
+---

Old:

  haveged-1.7.tar.gz

New:

  haveged-1.7a.tar.gz



Other differences:
--
++ haveged.spec ++
--- /var/tmp/diff_new_pack.GHrTlW/_old  2013-05-03 09:17:05.0 +0200
+++ /var/tmp/diff_new_pack.GHrTlW/_new  2013-05-03 09:17:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   haveged
-Version:1.7
+Version:1.7a
 Release:0
 Summary:Feed entropy into random pool
 License:GPL-3.0

++ haveged-1.7.tar.gz - haveged-1.7a.tar.gz ++
 6095 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/haveged-1.7/ChangeLog new/haveged-1.7a/ChangeLog
--- old/haveged-1.7/ChangeLog   2013-01-15 15:43:37.0 +0100
+++ new/haveged-1.7a/ChangeLog  2013-02-13 21:01:09.0 +0100
@@ -1,9 +1,15 @@
+v1.7a (Feb 13, 2013)
+  * Fix parallel build (LDADD fix + VPATH fixes to test programs)
+  * Fix check target for automake v1.13 and previous (use check-local)
+  * Add option to suppress tuning code build
+  * Improve sample spec file for library
+
 v1.7  (Jan 15, 2013)
- * Add havege_status_dump() as basis for haveged diagnositics
+ * Add havege_status_dump() as basis for haveged diagnostics
  * Provide sample spec to build haveged and haveged-devel
  * Add contrib/build to provide build support
  * Modify build to use libtool
- * Retname base types to alias stdint.h types to allow 'fixes' if necessary
+ * Rename base types to alias stdint.h types to allow 'fixes' if necessary
  * Rename all public functions to follow havege_* naming convention
  * Sanitize havege.h to be include file for devel package
  * Add destroy() to havege for library use.
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/haveged-1.7/Makefile.am new/haveged-1.7a/Makefile.am
--- old/haveged-1.7/Makefile.am 2013-01-15 15:44:35.0 +0100
+++ new/haveged-1.7a/Makefile.am2013-02-13 20:38:41.0 +0100
@@ -1,22 +1,18 @@
 ## Process this file with automake to produce Makefile.in
 
-# checks to perform is a autoconf substitution
-check_SCRIPTS = @HA_CHECK@
-
 # Files to be included in distribution
-EXTRA_DIST= ent/test.sh ent/entitle.gif init.d/service.fedora 
init.d/service.redhat \
-init.d/sysv.lsb init.d/sysv.redhat nist/test.sh nist/template9 
\
+EXTRA_DIST= ent/entitle.gif init.d/service.fedora init.d/service.redhat \
+init.d/sysv.lsb init.d/sysv.redhat nist/template9 \
 contrib/diags/data_prep.c contrib/diags/bins.p 
contrib/diags/inc.p \
 contrib/diags/lognorm.r contrib/diags/lognorm.sh \
 haveged.spec contrib/build/build.sh contrib/build/lib.spec 
contrib/build/nolib.spec \
 contrib/build/havege_sample.c contrib/build/fedora.spec
 
-# Scripts run as check target
-EXTRA_SCRIPTS = ent/test.sh nist/test.sh
+# programs used in check targets
+EXTRA_PROGRAMS = ent/entest nist/nist
 
 # Build install script and tests as necessary
 SUBDIRS   = src init.d man ent nist
 
-# Perform all check_SCRIPTS
-TESTS = @HA_CHECK@
-
+# check entire package
+DISTCHECK_CONFIGURE_FLAGS = --enable-nistest
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 

commit intel-gpu-tools for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package intel-gpu-tools for openSUSE:Factory 
checked in at 2013-05-03 09:17:12

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


Package is intel-gpu-tools

Changes:

--- /work/SRC/openSUSE:Factory/intel-gpu-tools/intel-gpu-tools.changes  
2012-09-15 17:28:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.intel-gpu-tools.new/intel-gpu-tools.changes 
2013-05-03 09:17:13.0 +0200
@@ -1,0 +2,11 @@
+Fri May  3 06:20:46 UTC 2013 - sndir...@suse.com
+
+- renamed latest patch according to our policy 
+
+---
+Fri Apr 26 11:44:59 UTC 2013 - mmeis...@suse.com
+
+- Removed AC_CONFIG_MACRO_DIR([m4]) from configure.ac to fix
+  build with new automake
+
+---

New:

  u_intel-gpu-tools-no_m4_dir.patch



Other differences:
--
++ intel-gpu-tools.spec ++
--- /var/tmp/diff_new_pack.FBb2Fa/_old  2013-05-03 09:17:14.0 +0200
+++ /var/tmp/diff_new_pack.FBb2Fa/_new  2013-05-03 09:17:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package intel-gpu-tools
 #
-# 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
@@ -25,6 +25,7 @@
 Url:http://xorg.freedesktop.org/
 Source0:%{name}-%{version}.tar.bz2
 Patch1: intel-gpu-tools-no-test.diff
+Patch2: u_intel-gpu-tools-no_m4_dir.patch
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(cairo)
@@ -45,6 +46,7 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch1 -p1
+%patch2
 
 %build
 autoreconf -fi

++ u_intel-gpu-tools-no_m4_dir.patch ++
From: Maximilian Meister mmeis...@suse.com
Date: Fri Apr 26 15:17:31 CEST 2013
Subject: [PATCH] Remove AC_CONFIG_MACRO_DIR from configure.ac to fix
 build with automake-1.13.1
--- configure.ac.orig   2013-04-26 13:41:45.95771 +0200
+++ configure.ac2013-04-26 13:41:53.219233599 +0200
@@ -28,7 +28,6 @@
 
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_USE_SYSTEM_EXTENSIONS
 AC_SYS_LARGEFILE
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libnjb for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package libnjb for openSUSE:Factory checked 
in at 2013-05-03 09:17:19

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


Package is libnjb

Changes:

--- /work/SRC/openSUSE:Factory/libnjb/libnjb.changes2011-11-21 
15:47:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.libnjb.new/libnjb.changes   2013-05-03 
09:17:20.0 +0200
@@ -1,0 +2,6 @@
+Thu May  2 12:14:06 UTC 2013 - p.drou...@gmail.com
+
+- Removed AC_CONFIG_MACRO_DIR([m4]) from configure.ac to fix
+  build with new automake  
+
+---

New:

  libnjb-no_m4_dir.diff



Other differences:
--
++ libnjb.spec ++
--- /var/tmp/diff_new_pack.7hIwuq/_old  2013-05-03 09:17:21.0 +0200
+++ /var/tmp/diff_new_pack.7hIwuq/_new  2013-05-03 09:17:21.0 +0200
@@ -27,6 +27,7 @@
 Release:1
 Summary:Nomad Jukebox API
 Source: %{name}-%{version}.tar.gz
+Patch:  libnjb-no_m4_dir.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   dbus-1
 
@@ -55,6 +56,7 @@
 
 %prep
 %setup -q
+%patch
 
 %build
 autoreconf -fiv

++ libnjb-no_m4_dir.diff ++
From: Benjamin Denisart p.drou...@gmail.com
Date: Fri Apr 26 15:17:31 CEST 2013
Subject: [PATCH] Remove AC_CONFIG_MACRO_DIR from configure.ac to fix
 build with automake-1.13.1
--- configure.ac.orig   2011-06-25 14:04:54.0 +0200
+++ configure.ac2013-05-02 14:10:51.965722306 +0200
@@ -1,7 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)
 AC_INIT([libnjb], [2.2.7], [libnjb-us...@lists.sourceforge.net])
-AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([foreign])
 AC_CONFIG_SRCDIR([src/base.c])
 AC_CONFIG_HEADER([config.h])
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit librsync for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package librsync for openSUSE:Factory 
checked in at 2013-05-03 09:17:31

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


Package is librsync

Changes:

--- /work/SRC/openSUSE:Factory/librsync/librsync.changes2013-03-18 
07:07:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.librsync.new/librsync.changes   2013-05-03 
09:17:32.0 +0200
@@ -1,0 +2,5 @@
+Thu May  2 18:04:38 UTC 2013 - crrodrig...@opensuse.org
+
+- librsync-serial-tests.patch fix build with new automake 
+
+---

New:

  librsync-serial-tests.patch



Other differences:
--
++ librsync.spec ++
--- /var/tmp/diff_new_pack.EHBOim/_old  2013-05-03 09:17:33.0 +0200
+++ /var/tmp/diff_new_pack.EHBOim/_new  2013-05-03 09:17:33.0 +0200
@@ -34,6 +34,7 @@
 Patch2: librsync-logn-search.patch
 Patch3: librsync-logn-sumset.patch
 Patch4: librsync-man-example.diff
+Patch5: librsync-serial-tests.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -80,7 +81,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-
+%patch5 -p1
 %build
 autoreconf -fi
 %configure --enable-shared --disable-static --with-pic

++ librsync-serial-tests.patch ++
--- librsync-0.9.7.orig/configure.ac
+++ librsync-0.9.7/configure.ac
@@ -7,7 +7,7 @@ AC_REVISION([$Revision: 1.12 $])
 AC_COPYRIGHT([Copyright (C) 1999, 2000, 01, 02, 04 by Martin Pool 
m...@samba.org])
 AC_CONFIG_SRCDIR([trace.c])
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([serial-tests])
 
 # GNU library versioning: This is NOT the librsync release number.
 # See libversions.txt and the libtool manual for an explanation of the
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libxmp for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package libxmp for openSUSE:Factory checked 
in at 2013-05-03 09:17:35

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


Package is libxmp

Changes:

--- /work/SRC/openSUSE:Factory/libxmp/libxmp.changes2013-04-08 
14:53:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.libxmp.new/libxmp.changes   2013-05-03 
09:17:36.0 +0200
@@ -1,0 +2,16 @@
+Mon Apr 29 20:55:27 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 4.1.0
+* This release adds a function to play fixed-size buffers to the
+  API, improves precision of the IT lowpass filter, and contains
+  bugfixes for simultaneous volume up and down, IT envelopes with
+  no envelope points, Amusic module loading, and MED pitch slides,
+  portamento, and pattern reading. Build issues were addressed for
+  Cygwin and MinGW, and a buffer overflow was fixed in the MASI
+  loader. (xref: bnc#816454, CVE-2013-1980)
+- Update to new upstream release 4.1.1
+* Improved precision in portamento effects and implemented the XM
+  set envelope position effect.
+- Add 0001-test-Fix-play_buffer-test.patch
+
+---

Old:

  libxmp-4.0.4.tar.xz

New:

  0001-test-Fix-play_buffer-test.patch
  libxmp-4.1.1.tar.xz



Other differences:
--
++ libxmp.spec ++
--- /var/tmp/diff_new_pack.HuXgkx/_old  2013-05-03 09:17:38.0 +0200
+++ /var/tmp/diff_new_pack.HuXgkx/_new  2013-05-03 09:17:38.0 +0200
@@ -21,14 +21,15 @@
 Summary:Module Player library for MOD, S3M, IT and others
 License:LGPL-2.1
 Group:  Development/Libraries/C and C++
-Version:4.0.4
+Version:4.1.1
 Release:0
 Url:http://xmp.sf.net/
 
 #Freecode-URL: http://freecode.com/projects/libxmp/
-#DL-URL:   http://downloads.sf.net/xmp/libxmp-4.0.4.tar.gz
+#DL-URL:   http://downloads.sf.net/xmp/libxmp-4.1.1.tar.gz
 #Git-Clone:git://git.code.sf.net/p/xmp/code
 Source: %name-%version.tar.xz
+Patch1: 0001-test-Fix-play_buffer-test.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig
 BuildRequires:  xz
@@ -65,6 +66,7 @@
 
 %prep
 %setup -q
+%patch -P 1 -p1
 
 %build
 %configure

++ 0001-test-Fix-play_buffer-test.patch ++
From e98a2d634454427044e035f4b4ab88c485af8a98 Mon Sep 17 00:00:00 2001
From: Claudio Matsuoka cmatsu...@gmail.com
Date: Mon, 29 Apr 2013 20:21:30 -0300
Subject: [PATCH] [test] Fix play_buffer test

Initialize buffer and handle buffer conversion in big-endian systems.

Signed-off-by: Claudio Matsuoka cmatsu...@gmail.com
---
 test/test.h|  1 +
 test/test_api_play_buffer.c|  6 +-
 test/test_depack_it_sample_16bit.c | 14 --
 test/util.c| 14 ++
 4 files changed, 20 insertions(+), 15 deletions(-)

diff --git a/test/test.h b/test/test.h
index f36ae6a..b7d81a9 100644
--- a/test/test.h
+++ b/test/test.h
@@ -30,6 +30,7 @@ int play_frame(struct context_data *);
 
 int compare_md5(unsigned char *, char *);
 int check_md5(char *, char *);
+void convert_endian(unsigned char *, int);
 void create_simple_module(struct context_data *, int, int);
 void set_order(struct context_data *, int, int);
 void set_instrument_volume(struct context_data *, int, int, int);
diff --git a/test/test_api_play_buffer.c b/test/test_api_play_buffer.c
index bd49adc..d2b8603 100644
--- a/test/test_api_play_buffer.c
+++ b/test/test_api_play_buffer.c
@@ -1,4 +1,5 @@
 #include test.h
+#include ../src/loaders/loader.h
 
 static int vals[] = { 11, 117, 313, 701, , 3999, 7071, 10037, -1 };
 static char buffer[2];
@@ -13,10 +14,13 @@ TEST(test_api_play_buffer)
char *ref_buffer;
 
f = fopen(data/pcm_buffer.raw, rb);
-   ref_buffer = malloc(REFBUF_SIZE);
+   ref_buffer = calloc(1, REFBUF_SIZE);
fail_unless(ref_buffer != NULL, buffer allocation error);
 
fread(ref_buffer, 1, REFBUF_SIZE, f);
+   if (is_big_endian()) {
+   convert_endian((unsigned char *)ref_buffer, REFBUF_SIZE / 2);
+   }
 
opaque = xmp_create_context();
 
diff --git a/test/test_depack_it_sample_16bit.c 
b/test/test_depack_it_sample_16bit.c
index a2f6107..b839c96 100644
--- a/test/test_depack_it_sample_16bit.c
+++ b/test/test_depack_it_sample_16bit.c
@@ -3,20 +3,6 @@
 
 int itsex_decompress16(FILE *module, void *dst, int len, char it215);
 
-/* Convert little-endian 16 bit samples to big-endian */
-static void convert_endian(uint8 *p, int l)
-{
-   uint8 b;
-   int i;
-
-   for (i = 0; i  l; i++) {
-   b = p[0];
-   

commit lockdev for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package lockdev for openSUSE:Factory checked 
in at 2013-05-03 09:26:49

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


Package is lockdev

Changes:

--- /work/SRC/openSUSE:Factory/lockdev/lockdev.changes  2012-01-25 
15:02:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.lockdev.new/lockdev.changes 2013-05-03 
09:26:49.0 +0200
@@ -1,0 +2,5 @@
+Thu May  2 17:51:12 UTC 2013 - crrodrig...@opensuse.org
+
+- Fix build with new automake 
+
+---



Other differences:
--
++ lockdev.spec ++
--- /var/tmp/diff_new_pack.tBpZIZ/_old  2013-05-03 09:26:51.0 +0200
+++ /var/tmp/diff_new_pack.tBpZIZ/_new  2013-05-03 09:26:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lockdev
 #
-# 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,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   lockdev
 Summary:A library for locking devices
-Version:1.0.3_git201003141408
-Release:10
 License:LGPL-2.0
 Group:  System/Base
+Version:1.0.3_git201003141408
+Release:0
 Url:http://packages.debian.org/unstable/source/lockdev
 #Source0:
http://ftp.debian.org/debian/pool/main/l/lockdev/%{name}_%{version}.orig.tar.gz
 Source0:
http://ftp.debian.org/debian/pool/main/l/lockdev/%{name}-%{version}.tar.bz2
@@ -35,8 +33,9 @@
 Requires(pre):  pwdutils permissions
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #
+BuildRequires:  libtool
 BuildRequires:  perl
-BuildRequires:  libtool pkg-config
+BuildRequires:  pkg-config
 BuildRequires:  perl(ExtUtils::MakeMaker)
 
 %description
@@ -44,7 +43,6 @@
 using both FSSTND and SVr4 methods.
 
 %package -n liblockdev1
-License:LGPL-2.0
 Summary:The header files for the lockdev library
 Group:  System/Base
 Requires:   /usr/sbin/lockdev
@@ -56,7 +54,6 @@
 using both FSSTND and SVr4 methods.
 
 %package devel
-License:LGPL-2.0
 Summary:A library for locking devices
 Group:  Development/Libraries/C and C++
 Requires:   lockdev = %{version}
@@ -82,6 +79,7 @@
 Released-By: Unreleased
 EOF
 touch ChangeLog
+mkdir -p m4
 autoreconf -f -i
 %configure --disable-silent-rules
 make %{?_smp_mflags}

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



commit openstack-quantum-doc for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package openstack-quantum-doc for 
openSUSE:Factory checked in at 2013-05-03 09:37:43

Comparing /work/SRC/openSUSE:Factory/openstack-quantum-doc (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-quantum-doc.new (New)


Package is openstack-quantum-doc

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit python3-nbxmpp for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package python3-nbxmpp for openSUSE:Factory 
checked in at 2013-05-03 09:38:32

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


Package is python3-nbxmpp

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit python3-pyasn1 for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package python3-pyasn1 for openSUSE:Factory 
checked in at 2013-05-03 09:38:48

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


Package is python3-pyasn1

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit python3-xlrd for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package python3-xlrd for openSUSE:Factory 
checked in at 2013-05-03 09:39:12

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


Package is python3-xlrd

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit cfengine for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package cfengine for openSUSE:Factory 
checked in at 2013-05-03 13:34:52

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


Package is cfengine

Changes:

--- /work/SRC/openSUSE:Factory/cfengine/cfengine.changes2013-03-25 
20:15:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.cfengine.new/cfengine.changes   2013-05-03 
13:34:54.0 +0200
@@ -1,0 +2,11 @@
+Tue Apr 16 14:41:48 UTC 2013 - kkae...@suse.com
+
+- Build with libvirt
+- run cf-key on first install
+
+---
+Mon Apr 15 07:12:33 UTC 2013 - kkae...@suse.com
+
+- Update to 3.5.0 - Beta 1
+
+---
@@ -5,0 +17,2 @@
+  - new built-in functions: classesmatching, strftime, filestat,
+ifelse, maparray
@@ -19 +32,6 @@
-
+  - action_policy = warn causes not_kept classes to be set on
+promise needing repair.
+  - command line option version (-V) now prints a shorter
+parsable version without graphic
+  - implicit execution of server and common bundles taking
+arguments is skipped in cf-serverd.
@@ -29 +47 @@
-
+  - ifvarclass checked from classes promises in common bundles

Old:

  cfengine-3.5.0a2.tar.gz

New:

  cfengine-3.5.0b1.tar.gz



Other differences:
--
++ cfengine.spec ++
--- /var/tmp/diff_new_pack.TWNOGw/_old  2013-05-03 13:34:56.0 +0200
+++ /var/tmp/diff_new_pack.TWNOGw/_new  2013-05-03 13:34:56.0 +0200
@@ -28,7 +28,7 @@
 Summary:CFEngine automates large-scale IT computing infrastructure
 License:GPL-3.0
 Group:  Productivity/Networking/System
-Version:3.5.0a2
+Version:3.5.0b1
 Release:0
 Url:http://www.cfengine.org/
 Source: %{name}-%{version}.tar.gz
@@ -63,6 +63,7 @@
 %if 0%{?suse_version} != 1110
 BuildRequires:  mysql-devel
 %endif
+BuildRequires:  libvirt-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pcre-devel
 BuildRequires:  postgresql-devel
@@ -228,6 +229,9 @@
 %install_info --name=%{name} --info-dir=%{_infodir} 
%{_infodir}/cf3-reference.info.gz
 %endif
 /sbin/ldconfig
+if [ $1 -lt 2 ]; then
+  cf-key
+fi
 
 %preun
 %service_del_preun cf-execd.service cf-monitord.service

++ cfengine-3.5.0a2.tar.gz - cfengine-3.5.0b1.tar.gz ++
 70384 lines of diff (skipped)

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



commit git for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2013-05-03 13:35:00

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


Package is git

Changes:

--- /work/SRC/openSUSE:Factory/git/git.changes  2013-04-29 13:57:48.0 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2013-05-03 
13:35:01.0 +0200
@@ -1,0 +2,5 @@
+Fri May  3 10:16:28 UTC 2013 - speili...@suse.com
+
+- Don't own /etc/apache2, buildrequire apache2 instead.
+
+---



Other differences:
--
++ git.spec ++
--- /var/tmp/diff_new_pack.h5sNLJ/_old  2013-05-03 13:35:03.0 +0200
+++ /var/tmp/diff_new_pack.h5sNLJ/_new  2013-05-03 13:35:03.0 +0200
@@ -41,6 +41,7 @@
 # fix broken bash copmletion with colored egrep (bnc#779536)
 Patch5: git-bash-completion-egrep-color-fix.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  apache2
 BuildRequires:  asciidoc
 BuildRequires:  curl
 BuildRequires:  fdupes
@@ -354,8 +355,6 @@
 %files web
 %defattr(-,root,root)
 %doc README.gitweb INSTALL.gitweb
-%dir /etc/apache2
-%dir /etc/apache2/conf.d
 %config(noreplace) /etc/apache2/conf.d/gitweb.conf
 /usr/share/gitweb
 /etc/apparmor.d

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



commit krb5 for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package krb5 for openSUSE:Factory checked in 
at 2013-05-03 13:37:02

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


Package is krb5

Changes:

--- /work/SRC/openSUSE:Factory/krb5/krb5-mini.changes   2013-04-05 
09:26:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.krb5.new/krb5-mini.changes  2013-05-03 
13:37:04.0 +0200
@@ -1,0 +2,22 @@
+Fri May  3 09:43:47 CEST 2013 - m...@suse.de
+
+- let krb5-mini conflict with all main packages
+
+---
+Thu May  2 16:43:16 CEST 2013 - m...@suse.de
+
+- add conflicts between krb5-mini and krb5-server
+
+---
+Sun Apr 28 17:14:36 CEST 2013 - m...@suse.de
+
+- update to version 1.11.2
+  * Incremental propagation could erroneously act as if a slave's
+database were current after the slave received a full dump
+that failed to load.
+  * gss_import_sec_context incorrectly set internal state that
+identifies whether an imported context is from an interposer
+mechanism or from the underlying mechanism. 
+- upstream fix obsolete krb5-lookup_etypes-leak.patch
+
+---
krb5.changes: same change

Old:

  krb5-1.11.1.tar.bz2
  krb5-lookup_etypes-leak.patch

New:

  krb5-1.11.2.tar.bz2



Other differences:
--
++ krb5-mini.spec ++
--- /var/tmp/diff_new_pack.m92BvP/_old  2013-05-03 13:37:07.0 +0200
+++ /var/tmp/diff_new_pack.m92BvP/_new  2013-05-03 13:37:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 %define build_mini 1
-%define srcRoot krb5-1.11.1
+%define srcRoot krb5-1.11.2
 %define vendorFiles %{_builddir}/%{srcRoot}/vendor-files/
 %define krb5docdir  %{_defaultdocdir}/krb5
 
@@ -31,7 +31,7 @@
 BuildRequires:  libcom_err-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  ncurses-devel
-Version:1.11.1
+Version:1.11.2
 Release:0
 Summary:MIT Kerberos5 Implementation--Libraries
 License:MIT
@@ -55,6 +55,9 @@
 %else # -mini
 Conflicts:  krb5
 Conflicts:  krb5-client
+Conflicts:  krb5-server
+Conflicts:  krb5-plugin-kdb-ldap
+Conflicts:  krb5-plugin-preauth-pkinit
 %endif
 Source: krb5-%{version}.tar.bz2
 Source1:vendor-files.tar.bz2
@@ -74,7 +77,6 @@
 Patch12:krb5-1.11-selinux-label.patch
 Patch13:krb5-1.9-debuginfo.patch
 Patch14:krb5-kvno-230379.patch
-Patch15:krb5-lookup_etypes-leak.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: mktemp, grep, /bin/touch, coreutils
 PreReq: %insserv_prereq %fillup_prereq 
@@ -185,7 +187,6 @@
 %patch12 -p1
 %patch13 -p0
 %patch14 -p1
-%patch15 -p1
 
 %build
 # needs to be re-generated
@@ -385,6 +386,7 @@
 /usr/lib/mit/sbin/krb5-send-pr
 /usr/lib/mit/share/gnats
 %{_mandir}/man1/krb5-send-pr.1*
+%{_mandir}/man1/krb5-config.1*
 %{_datadir}/aclocal/ac_check_krb5.m4
 
 %if %{build_mini}

++ krb5.spec ++
--- /var/tmp/diff_new_pack.m92BvP/_old  2013-05-03 13:37:07.0 +0200
+++ /var/tmp/diff_new_pack.m92BvP/_new  2013-05-03 13:37:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 %define build_mini 0
-%define srcRoot krb5-1.11.1
+%define srcRoot krb5-1.11.2
 %define vendorFiles %{_builddir}/%{srcRoot}/vendor-files/
 %define krb5docdir  %{_defaultdocdir}/krb5
 
@@ -31,7 +31,7 @@
 BuildRequires:  libcom_err-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  ncurses-devel
-Version:1.11.1
+Version:1.11.2
 Release:0
 Summary:MIT Kerberos5 Implementation--Libraries
 License:MIT
@@ -55,6 +55,9 @@
 %else # -mini
 Conflicts:  krb5
 Conflicts:  krb5-client
+Conflicts:  krb5-server
+Conflicts:  krb5-plugin-kdb-ldap
+Conflicts:  krb5-plugin-preauth-pkinit
 %endif
 Source: krb5-%{version}.tar.bz2
 Source1:vendor-files.tar.bz2
@@ -74,7 +77,6 @@
 Patch12:krb5-1.11-selinux-label.patch
 Patch13:krb5-1.9-debuginfo.patch
 Patch14:krb5-kvno-230379.patch
-Patch15:krb5-lookup_etypes-leak.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: mktemp, grep, /bin/touch, coreutils
 PreReq: %insserv_prereq %fillup_prereq 
@@ -185,7 +187,6 @@
 %patch12 -p1
 %patch13 -p0
 %patch14 -p1
-%patch15 -p1
 
 %build
 # needs to be re-generated
@@ -385,6 +386,7 @@
 /usr/lib/mit/sbin/krb5-send-pr
 /usr/lib/mit/share/gnats
 %{_mandir}/man1/krb5-send-pr.1*
+%{_mandir}/man1/krb5-config.1*
 %{_datadir}/aclocal/ac_check_krb5.m4
 
 %if %{build_mini}

++ krb5-1.11.1.tar.bz2 - krb5-1.11.2.tar.bz2 ++

commit libpqxx for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package libpqxx for openSUSE:Factory checked 
in at 2013-05-03 13:37:18

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


Package is libpqxx

Changes:

--- /work/SRC/openSUSE:Factory/libpqxx/libpqxx.changes  2012-03-20 
16:31:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.libpqxx.new/libpqxx.changes 2013-05-03 
13:37:20.0 +0200
@@ -1,0 +2,14 @@
+Tue Apr  9 23:37:54 UTC 2013 - a...@mizerski.pl
+
+- update to 4.0.1
+  * See NEWS or http://pqxx.org/development/libpqxx/browser/tags/4.0.1/NEWS
+for details.
+- spec cleanup
+  * Provide library in subpackage, which name follows
+shared library naming policy.
+- removed libpqxx-rpmlintrc
+  * it contained only addFilter(shlib-policy-name-error)
+- removed patches libpqxx-gcc46.patch libpqxx-gcc47.patch -
+  merged upstream.
+
+---

Old:

  libpqxx-3.1.tar.bz2
  libpqxx-gcc46.patch
  libpqxx-gcc47.patch
  libpqxx-rpmlintrc

New:

  libpqxx-4.0.1.tar.gz



Other differences:
--
++ libpqxx.spec ++
--- /var/tmp/diff_new_pack.dpitY2/_old  2013-05-03 13:37:21.0 +0200
+++ /var/tmp/diff_new_pack.dpitY2/_new  2013-05-03 13:37:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libpqxx
 #
-# 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
@@ -16,78 +16,85 @@
 #
 
 
+%define abi_ver_major 4
+%define abi_ver_minor 0
 
 Name:   libpqxx
-%if 0%{?suse_version}  1100
+Version:4.0.1
+Release:0
+Summary:C++ Client Library for PostgreSQL
+License:BSD-3-Clause
+Group:  System/Libraries
+Url:http://pqxx.org/development/libpqxx/
+Source: 
http://pqxx.org/download/software/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
-%endif
 BuildRequires:  gcc-c++
-BuildRequires:  krb5-devel
-BuildRequires:  postgresql-devel
 BuildRequires:  pkg-config
-Url:http://pqxx.org/development/libpqxx/
-Summary:C++ Client Library for PostgreSQL
-Version:3.1
-Release:7
-License:BSD-3-Clause
-Group:  Productivity/Databases/Clients
-Source0:%name-%version.tar.bz2
-Source1:libpqxx-rpmlintrc
-# PATCH-FIX-UPSTREAM libpqxx-gcc46.patch idoen...@suse.de
-# -- Fix compilation with gcc 4.6, upstream r1722
-Patch1: libpqxx-gcc46.patch
-# PATCH-FIX-UPSTREAM libpqxx-gcc47.patch dims...@opensuse.org -- Fix build 
with gcc 4.7
-Patch2: libpqxx-gcc47.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  postgresql-devel
+BuildRequires:  python
 
 %description
-This is the standard library for C++ programs that connect to a
-PostgreSQL database server.
+This is the official C++ client API for postgres.  What libpqxx brings you is
+effective use of templates to reduce the inconvenience of dealing with type
+conversions; of standard C++ strings to keep you from having to worry about
+buffer allocation and overflow attacks; of exceptions to take the tedious and
+error-prone plumbing around error handling out of your hands; of constructors
+and destructors to bring resource management under control; and even basic
+object-orientation to give you some extra reliability features that would be
+hard to get with most other database interfaces.
+
+%package %{abi_ver_major}_%{abi_ver_minor}
+Summary:C++ Client Library for PostgreSQL
+Group:  System/Libraries
+
+%description %{abi_ver_major}_%{abi_ver_minor}
+This is the official C++ client API for postgres.  What libpqxx brings you is
+effective use of templates to reduce the inconvenience of dealing with type
+conversions; of standard C++ strings to keep you from having to worry about
+buffer allocation and overflow attacks; of exceptions to take the tedious and
+error-prone plumbing around error handling out of your hands; of constructors
+and destructors to bring resource management under control; and even basic
+object-orientation to give you some extra reliability features that would be
+hard to get with most other database interfaces.
 
 %package devel
-License:BSD-3-Clause
 Summary:C++ Client Library for PostgreSQL
-Group:  Productivity/Databases/Clients
-Requires:   libpqxx = %version
+Group:  Development/Libraries/Other
+Requires:   %{name}-%{abi_ver_major}_%{abi_ver_minor} = %{version}
 
 %description devel
 This package contains header 

commit linux-glibc-devel for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package linux-glibc-devel for 
openSUSE:Factory checked in at 2013-05-03 13:40:05

Comparing /work/SRC/openSUSE:Factory/linux-glibc-devel (Old)
 and  /work/SRC/openSUSE:Factory/.linux-glibc-devel.new (New)


Package is linux-glibc-devel

Changes:

--- /work/SRC/openSUSE:Factory/linux-glibc-devel/linux-glibc-devel.changes  
2013-02-11 11:05:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.linux-glibc-devel.new/linux-glibc-devel.changes 
2013-05-03 13:40:07.0 +0200
@@ -1,0 +2,12 @@
+Fri May  3 01:49:47 UTC 2013 - crrodrig...@opensuse.org
+
+- Update to kernel headers from 3.9 final. 
+
+---
+Tue Mar 26 00:07:04 UTC 2013 - crrodrig...@opensuse.org
+
+- Update to kernel headers from 3.9rc4
+- linux-glibc-devel.SuSE.SO_BSDCOMPAT.patch: needed refresh 
+  and update due to the addition of SOREUSEPORT
+
+---

Old:

  linux-glibc-devel-3.7.1.tar.xz

New:

  linux-glibc-devel-3.9.tar.xz



Other differences:
--
++ linux-glibc-devel.spec ++
--- /var/tmp/diff_new_pack.VhETSf/_old  2013-05-03 13:40:09.0 +0200
+++ /var/tmp/diff_new_pack.VhETSf/_new  2013-05-03 13:40:09.0 +0200
@@ -23,10 +23,10 @@
 BuildArch:  noarch
 # this confusing version number has no meaning, it's the version
 # of the Linux kernel where these headers come from
-Version:3.7.1
+Version:3.9
 Release:0
 # A - is not allowed in version
-%define upstream_version 3.7.1
+%define upstream_version 3.9
 Url:http://www.kernel.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes

++ linux-glibc-devel-3.7.1.tar.xz - linux-glibc-devel-3.9.tar.xz ++
 8496 lines of diff (skipped)

++ linux-glibc-devel.SuSE.SO_BSDCOMPAT.patch ++
--- /var/tmp/diff_new_pack.VhETSf/_old  2013-05-03 13:40:10.0 +0200
+++ /var/tmp/diff_new_pack.VhETSf/_new  2013-05-03 13:40:10.0 +0200
@@ -15,34 +15,28 @@
  usr/include/asm-sparc/socket.h   |1 -
  6 files changed, 6 deletions(-)
 
-Index: linux-glibc-devel-3.7.1/usr/include/asm-generic/socket.h
-===
 linux-glibc-devel-3.7.1.orig/usr/include/asm-generic/socket.h
-+++ linux-glibc-devel-3.7.1/usr/include/asm-generic/socket.h
+--- linux-glibc-devel-3.9-rc4.orig/usr/include/asm-generic/socket.h
 linux-glibc-devel-3.9-rc4/usr/include/asm-generic/socket.h
 @@ -21,7 +21,6 @@
  #define SO_NO_CHECK   11
  #define SO_PRIORITY   12
  #define SO_LINGER 13
 -#define SO_BSDCOMPAT  14
- /* To add :#define SO_REUSEPORT 15 */
- 
+ #define SO_REUSEPORT  15
  #ifndef SO_PASSCRED /* powerpc only differs in these */
-Index: linux-glibc-devel-3.7.1/usr/include/asm-ia64/socket.h
-===
 linux-glibc-devel-3.7.1.orig/usr/include/asm-ia64/socket.h
-+++ linux-glibc-devel-3.7.1/usr/include/asm-ia64/socket.h
+ #define SO_PASSCRED   16
+--- linux-glibc-devel-3.9-rc4.orig/usr/include/asm-ia64/socket.h
 linux-glibc-devel-3.9-rc4/usr/include/asm-ia64/socket.h
 @@ -30,7 +30,6 @@
  #define SO_NO_CHECK   11
  #define SO_PRIORITY   12
  #define SO_LINGER 13
 -#define SO_BSDCOMPAT  14
- /* To add :#define SO_REUSEPORT 15 */
+ #define SO_REUSEPORT  15
  #define SO_PASSCRED   16
  #define SO_PEERCRED   17
-Index: linux-glibc-devel-3.7.1/usr/include/asm-parisc/socket.h
-===
 linux-glibc-devel-3.7.1.orig/usr/include/asm-parisc/socket.h
-+++ linux-glibc-devel-3.7.1/usr/include/asm-parisc/socket.h
+--- linux-glibc-devel-3.9-rc4.orig/usr/include/asm-parisc/socket.h
 linux-glibc-devel-3.9-rc4/usr/include/asm-parisc/socket.h
 @@ -30,7 +30,6 @@
  
  #define SO_NO_CHECK   0x400b
@@ -51,38 +45,32 @@
  #define SO_PASSCRED   0x4010
  #define SO_PEERCRED   0x4011
  #define SO_TIMESTAMP  0x4012
-Index: linux-glibc-devel-3.7.1/usr/include/asm-powerpc/socket.h
-===
 linux-glibc-devel-3.7.1.orig/usr/include/asm-powerpc/socket.h
-+++ linux-glibc-devel-3.7.1/usr/include/asm-powerpc/socket.h
+--- linux-glibc-devel-3.9-rc4.orig/usr/include/asm-powerpc/socket.h
 linux-glibc-devel-3.9-rc4/usr/include/asm-powerpc/socket.h
 @@ -28,7 +28,6 @@
  #define SO_NO_CHECK   11
  #define SO_PRIORITY   12
  #define SO_LINGER 13
 -#define SO_BSDCOMPAT  14
- /* To add :#define SO_REUSEPORT 15 */
+ #define SO_REUSEPORT  15
  #define SO_RCVLOWAT   16
  #define SO_SNDLOWAT   17
-Index: linux-glibc-devel-3.7.1/usr/include/asm-s390/socket.h

commit mathgl for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package mathgl for openSUSE:Factory checked 
in at 2013-05-03 13:43:27

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


Package is mathgl

Changes:

--- /work/SRC/openSUSE:Factory/mathgl/mathgl.changes2013-03-08 
09:22:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.mathgl.new/mathgl.changes   2013-05-03 
13:43:29.0 +0200
@@ -1,0 +2,10 @@
+Thu May  2 15:19:52 UTC 2013 - dmitr...@opensuse.org
+
+- Update to version 2.1.3
+  * bugfix release, see included ChangeLog.txt for details
+- Split libraries into separate packages
+- Split mathgl CGI into separate package
+- Spec file reformatting
+- Removed obsolete mathgl-libpath.patch 
+
+---

Old:

  mathgl-2.1.2.tar.gz
  mathgl-libpath.patch

New:

  mathgl-2.1.3.tar.gz



Other differences:
--
++ mathgl.spec ++
--- /var/tmp/diff_new_pack.08SV7C/_old  2013-05-03 13:43:30.0 +0200
+++ /var/tmp/diff_new_pack.08SV7C/_new  2013-05-03 13:43:30.0 +0200
@@ -18,21 +18,21 @@
 
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1)))}
+%define octave_args --no-window-system --norc
 
 Name:   mathgl
-%define libname lib%{name}
-Version:2.1.2
+%define libname libmgl
+Version:2.1.3
 Release:0
 %define somajor 7
+%define libversion %{somajor}_0_0
 Summary:Cross-platform library for making high-quality scientific 
graphics
 License:GPL-3.0
 Group:  Productivity/Scientific/Other
 Url:http://mathgl.sourceforge.net
 Source: 
http://downloads.sourceforge.net/mathgl/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM mathgl-fltk.patch -- Correct typo in fltk's include 
statements
-Patch0: mathgl-fltk.patch
-# PATCH-FIX-UPSTREAM mathgl-libpath.patch -- Allow setting installed libraries 
location using a cmake variable
-Patch1: mathgl-libpath.patch
+Patch1: mathgl-fltk.patch
 # PATCH-FIX-UPSTREAM mathgl-fix-python-module-path.patch -- Make python 
modules install arch-depended
 Patch2: mathgl-fix-python-module-path.patch
 # PATCH-FEATURE-UPSTREAM mathgl-examples-install.patch -- Enable examples 
install
@@ -48,10 +48,11 @@
 BuildRequires:  giflib-devel
 BuildRequires:  gsl-devel
 BuildRequires:  hdf5-devel
+BuildRequires:  libQtWebKit-devel
+BuildRequires:  libharu-devel
 BuildRequires:  libjpeg-devel
-# BuildRequires:  libharu-devel
 BuildRequires:  libpng-devel
-BuildRequires:  libqt4-devel
+BuildRequires:  libqt4-devel = 4.8
 BuildRequires:  libtiff-devel
 BuildRequires:  libtool
 BuildRequires:  octave-devel
@@ -82,22 +83,90 @@
 into other programs. Mathgl integrates into fltk, qt and
 opengl applications.
 
-%package -n %{libname}%{somajor}
-Summary:Cross-platform library for making high-quality scientific 
graphics
+%package -n %{libname}%{libversion}
+Summary:Mathgl is a cross-platform library for making high-quality 
scientific graphics
 Group:  System/Libraries
+Obsoletes:  libmathgl7 = 2.1.2
 Requires:   %{name}-fonts
 
-%description -n %{libname}%{somajor}
+%description -n %{libname}%{libversion}
+Mathgl is a cross-platform library for making high-quality scientific
+graphics. It provides fast data plotting and handling of large data
+arrays, as well as  window and console modes and for easy embedding
+into other programs. Mathgl integrates into fltk, qt and
+opengl applications.
+
+%package -n %{libname}-fltk%{libversion}
+Summary:Mathgl FLTK widget library for making high-quality scientific 
graphics
+Group:  System/Libraries
+
+%description -n %{libname}-fltk%{libversion}
 Mathgl is a cross-platform library for making high-quality scientific
 graphics. It provides fast data plotting and handling of large data
 arrays, as well as  window and console modes and for easy embedding
 into other programs. Mathgl integrates into fltk, qt and
 opengl applications.
 
+%package -n %{libname}-glut%{libversion}
+Summary:Mathgl window library for making high-quality scientific 
graphics
+Group:  System/Libraries
+
+%description -n %{libname}-glut%{libversion}
+Mathgl is a cross-platform library for making high-quality scientific
+graphics. It provides fast data plotting and handling of large data
+arrays, as well as  window and console modes and for easy embedding
+into other programs. Mathgl integrates into fltk, qt and
+opengl 

commit python-coverage for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package python-coverage for openSUSE:Factory 
checked in at 2013-05-03 13:44:18

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


Package is python-coverage

Changes:

--- /work/SRC/openSUSE:Factory/python-coverage/python-coverage.changes  
2012-11-28 14:32:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-coverage.new/python-coverage.changes 
2013-05-03 13:44:19.0 +0200
@@ -1,0 +2,14 @@
+Fri May  3 09:15:27 UTC 2013 - speili...@suse.com
+
+- Apply update-alternatives for binaries and man-pages
+- Drop buildrequires on python-xml, I don't see it being used
+
+---
+Mon Apr 29 11:55:07 UTC 2013 - dmuel...@suse.com
+
+- update to 3.6:
+  * Fix Nose support
+  * Add --fail-under
+  * Over 20 bug fixes, for details see included CHANGELOG
+
+---
--- /work/SRC/openSUSE:Factory/python-coverage/python3-coverage.changes 
2012-11-28 14:32:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-coverage.new/python3-coverage.changes
2013-05-03 13:44:19.0 +0200
@@ -1,0 +2,20 @@
+Fri May  3 10:05:07 UTC 2013 - speili...@suse.com
+
+- Buildrequire python3 to get acces to the 'sha512' module (not part
+  of python3-base which comes through python3-devel)
+
+---
+Fri May  3 09:16:06 UTC 2013 - speili...@suse.com
+
+- Apply update-alternatives for binaries and man-pages
+- Drop buildrequires on python-xml, I don't see it being used
+
+---
+Mon Apr 29 11:55:07 UTC 2013 - dmuel...@suse.com
+
+- update to 3.6:
+  * Fix Nose support
+  * Add --fail-under
+  * Over 20 bug fixes, for details see included CHANGELOG
+
+---

Old:

  coverage-3.5.3.tar.gz

New:

  coverage-3.6.tar.gz



Other differences:
--
++ python-coverage.spec ++
--- /var/tmp/diff_new_pack.YGoJpP/_old  2013-05-03 13:44:20.0 +0200
+++ /var/tmp/diff_new_pack.YGoJpP/_new  2013-05-03 13:44:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-coverage
 #
-# 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:   python-coverage
-Version:3.5.3
+Version:3.6
 Release:0
 Url:http://nedbatchelder.com/code/coverage/%{version}
 Summary:Code coverage measurement for Python
@@ -27,9 +27,13 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
-BuildRequires:  python-xml
+# Test requirements:
+#BuildRequires:  python-mock
+#BuildRequires:  python-nose
 Requires:   python-distribute
 Requires:   python-xml
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 %endif
@@ -48,10 +52,30 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+#NOTE(saschpe): The following seems to mess with the install dir, which is odd:
+#%%check
+# Taken straight from tox.ini:
+#python setup.py develop
+#python igor.py zip_mods install_egg remove_extension 
+#python igor.py test_with_tracer py
+#python setup.py --quiet build_ext --inplace
+#python igor.py test_with_tracer c
+
+%post
+update-alternatives \
+--install %{_bindir}/coverage coverage %{_bindir}/coverage-%{py_ver} 10
+
+%postun
+if [ $1 -eq 0 ] ; then
+  update-alternatives --remove coverage %{_bindir}/coverage-%{py_ver}
+fi
+
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS.txt CHANGES.txt README.txt
-%{_bindir}/coverage
+%ghost %attr(0755,root,root) %{_bindir}/coverage
+%{_bindir}/coverage2
+%{_bindir}/coverage-%{py_ver}
 %{python_sitearch}/coverage/
 %{python_sitearch}/coverage-%{version}-py%{py_ver}.egg-info
 

++ python3-coverage.spec ++
--- /var/tmp/diff_new_pack.YGoJpP/_old  2013-05-03 13:44:20.0 +0200
+++ /var/tmp/diff_new_pack.YGoJpP/_new  2013-05-03 13:44:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-coverage
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, 

commit python-MiniMock for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package python-MiniMock for openSUSE:Factory 
checked in at 2013-05-03 13:45:37

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


Package is python-MiniMock

Changes:

--- /work/SRC/openSUSE:Factory/python-MiniMock/python-MiniMock.changes  
2012-08-23 16:06:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-MiniMock.new/python-MiniMock.changes 
2013-05-03 13:45:39.0 +0200
@@ -1,0 +2,11 @@
+Fri May  3 09:26:17 UTC 2013 - speili...@suse.com
+
+- Fixed the obsoletes to '' after last version update
+
+---
+Mon Apr 29 12:29:43 UTC 2013 - dmuel...@suse.com
+
+- Update to 1.2.8:
+  * add python 3.x support 
+
+---
--- /work/SRC/openSUSE:Factory/python-MiniMock/python3-MiniMock.changes 
2012-12-03 11:27:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-MiniMock.new/python3-MiniMock.changes
2013-05-03 13:45:39.0 +0200
@@ -1,0 +2,17 @@
+Fri May  3 09:27:12 UTC 2013 - speili...@suse.com
+
+- Provides/obsoletes for python3-minimock is useless, that package
+  never existed
+- Removing __pycache__ is actually wrong
+- -rm docs/.changelog.rst.un~ # Remove junk was bogus
+- No need to buildrequire python3, usually you only need that when
+  requiring the _ssl module (as Jan if in doubt)
+- No need to buildrequire python3-2to3, it's in python3-devel nowadays
+
+---
+Mon Apr 29 12:29:43 UTC 2013 - dmuel...@suse.com
+
+- Update to 1.2.8:
+  * add python 3.x support 
+
+---

Old:

  MiniMock-1.2.7.tar.gz

New:

  MiniMock-1.2.8.tar.gz



Other differences:
--
++ python-MiniMock.spec ++
--- /var/tmp/diff_new_pack.qgvTm3/_old  2013-05-03 13:45:40.0 +0200
+++ /var/tmp/diff_new_pack.qgvTm3/_new  2013-05-03 13:45:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-MiniMock
 #
-# 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
@@ -16,10 +16,9 @@
 #
 
 
-
 Name:   python-MiniMock
-Version:1.2.7
-Release:1
+Version:1.2.8
+Release:0
 Url:http://pypi.python.org/pypi/MiniMock
 Summary:The simplest possible mock library
 License:MIT
@@ -28,16 +27,13 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version}  1110
+Provides:   python-minimock = %{version}
+Obsoletes:  python-minimock  %{version}
+%if 0%{?suse_version}  0%{?suse_version} = 1110
+%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
+%else
 BuildArch:  noarch
 %endif
-%endif
-Provides:   python-minimock = %{version}
-#TODO: Change back to '' after version update:
-Obsoletes:  python-minimock = %{version}
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 
 %description
 Minimock is a simple library for doing Mock objects with doctest.
@@ -45,7 +41,6 @@
 
 %prep
 %setup -q -n MiniMock-%{version}
-rm docs/.changelog.rst.un~ # Remove junk
 
 %build
 python setup.py build
@@ -55,7 +50,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc docs/*
+%doc docs/license.txt
 %{python_sitelib}/minimock.py*
 %{python_sitelib}/MiniMock-%{version}-py%{py_ver}.egg-info
 

++ python3-MiniMock.spec ++
--- /var/tmp/diff_new_pack.qgvTm3/_old  2013-05-03 13:45:40.0 +0200
+++ /var/tmp/diff_new_pack.qgvTm3/_new  2013-05-03 13:45:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-MiniMock
 #
-# 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
@@ -16,24 +16,17 @@
 #
 
 
-
 Name:   python3-MiniMock
-Version:1.2.7
-Release:1
+Version:1.2.8
+Release:0
 Url:http://pypi.python.org/pypi/MiniMock
 Summary:The simplest possible mock library
 License:MIT
 Group:  

commit python-py2pack for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package python-py2pack for openSUSE:Factory 
checked in at 2013-05-03 13:46:05

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


Package is python-py2pack

Changes:

--- /work/SRC/openSUSE:Factory/python-py2pack/python-py2pack.changes
2013-05-02 11:42:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-py2pack.new/python-py2pack.changes   
2013-05-03 13:46:05.0 +0200
@@ -1,0 +2,12 @@
+Fri May  3 10:25:01 UTC 2013 - speili...@suse.com
+
+- Update to version 0.4.3.4:
+  + catch more doc files
+
+---
+Thu May  2 12:38:35 UTC 2013 - speili...@suse.com
+
+- Update to version 0.4.3.3:
+  + Various bugfixes
+
+---

Old:

  py2pack-0.4.3.2.tar.gz

New:

  py2pack-0.4.3.4.tar.gz



Other differences:
--
++ python-py2pack.spec ++
--- /var/tmp/diff_new_pack.hg7SWh/_old  2013-05-03 13:46:07.0 +0200
+++ /var/tmp/diff_new_pack.hg7SWh/_new  2013-05-03 13:46:07.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   python-py2pack
-Version:0.4.3.2
+Version:0.4.3.4
 Release:0
 Url:http://github.com/saschpe/py2pack
 Summary:Generate distribution packages from Python packages on PyPI

++ py2pack-0.4.3.2.tar.gz - py2pack-0.4.3.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py2pack-0.4.3.2/PKG-INFO new/py2pack-0.4.3.4/PKG-INFO
--- old/py2pack-0.4.3.2/PKG-INFO2013-04-29 15:18:13.0 +0200
+++ new/py2pack-0.4.3.4/PKG-INFO2013-05-03 12:24:21.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: py2pack
-Version: 0.4.3.2
+Version: 0.4.3.4
 Summary: Generate distribution packages from Python packages on PyPI
 Home-page: http://github.com/saschpe/py2pack
 Author: Sascha Peilicke
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py2pack-0.4.3.2/py2pack/py2pack.py 
new/py2pack-0.4.3.4/py2pack/py2pack.py
--- old/py2pack-0.4.3.2/py2pack/py2pack.py  2013-04-29 15:17:51.0 
+0200
+++ new/py2pack-0.4.3.4/py2pack/py2pack.py  2013-05-03 12:23:40.0 
+0200
@@ -37,7 +37,7 @@
 warnings.filterwarnings('ignore', 'Module argparse was already imported')   # 
Filter a UserWarning from Jinja2
 import jinja2
 
-__version__ = '0.4.3.2'
+__version__ = '0.4.3.4'
 
 
 class ProxiedTransport(xmlrpclib.Transport):
@@ -57,7 +57,7 @@
 pypi = xmlrpclib.ServerProxy('http://python.org/pypi')  # 
XML RPC connection to PyPI
 env = jinja2.Environment(loader=jinja2.FileSystemLoader(TEMPLATE_DIR))  # 
Jinja2 template environment
 
-SPDX_LICENSES_FILE = 'py2pack/suse_spdx_license_map.p'
+SPDX_LICENSES_FILE = os.path.join(os.path.dirname(os.path.abspath(__file__)), 
'suse_spdx_license_map.p')  # absolute template path
 SDPX_LICENSES = pickle.load(open(SPDX_LICENSES_FILE, 'rb'))
 
 
@@ -93,33 +93,28 @@
 
 def _augment_data_from_tarball(args, filename, data):
 setup_filename = {0}-{1}/setup.py.format(args.name, args.version)
-docs_re = 
re.compile({0}-{1}\/(AUTHOR|CHANGES|COPYING|LICENSE|NEWS|README(?:\.\w+)?).format(args.name,
 args.version), re.IGNORECASE)
+docs_re = 
re.compile({0}-{1}\/((?:AUTHOR|ChangeLog|CHANGES|COPYING|LICENSE|NEWS|README).*).format(args.name,
 args.version), re.IGNORECASE)
 
 if tarfile.is_tarfile(filename):
 with tarfile.open(filename) as f:
+names = f.getnames()
 for line in f.extractfile(setup_filename):
 if ext_modules in line:   # 
tarball contains C/C++ extension
 data[is_extension] = True
-for name in f.getnames():
-match = re.match(docs_re, name)
-if match:
-print DOC, match.groups()
-if not doc_files in data:
-data[doc_files] = []
-data[doc_files].append(match.group(1))
 elif zipfile.is_zipfile(filename):
 with zipfile.ZipFile(filename) as f:
+names = f.namelist()
 with f.open(setup_filename) as s:
 for line in s:
 if ext_modules in line:   # 
tarball contains C/C++ extension
 data[is_extension] = True
-for name in f.namelist():
-match = re.match(docs_re, name)
-if match:
-print DOC, match.groups()
-if not doc_files in data:
-   

commit systemd for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2013-05-03 13:48:49

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


Package is systemd

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2013-04-26 
19:22:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2013-05-03 13:48:50.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 29 14:50:37 UTC 2013 - dsch...@cs.uni-kl.de
+
+- Fix systemd-sysv-convert, so empty runlevel folders don't lead
+  to line 44: [: too many arguments
+
+---
systemd.changes: same change



Other differences:
--
systemd.spec: same change
++ systemd-sysv-convert ++
--- /var/tmp/diff_new_pack.mFCnTW/_old  2013-05-03 13:48:53.0 +0200
+++ /var/tmp/diff_new_pack.mFCnTW/_new  2013-05-03 13:48:53.0 +0200
@@ -39,7 +39,7 @@
 service=$1
 runlevel=$2
 priority=-1
-for l in /etc/rc.d/rc$runlevel.d/* ; do
+for l in $(ls /etc/rc.d/rc$runlevel.d/) ; do
initscript=$(basename $l)
if [ ${initscript:0:1} != S -o ${initscript:3} != $service ]; then
continue

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



commit tiff for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package tiff for openSUSE:Factory checked in 
at 2013-05-03 13:52:29

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


Package is tiff

Changes:

--- /work/SRC/openSUSE:Factory/tiff/tiff.changes2013-04-05 
17:14:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.tiff.new/tiff.changes   2013-05-03 
13:52:31.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr 30 13:20:50 UTC 2013 - pgaj...@suse.com
+
+- security update
+  * CVE-2013-1961.patch [bnc#818117]
+  * CVE-2013-1960.patch [bnc#817573]
+
+---

New:

  tiff-4.0.3-CVE-2013-1960.patch
  tiff-4.0.3-CVE-2013-1961.patch



Other differences:
--
++ tiff.spec ++
--- /var/tmp/diff_new_pack.ei8ngK/_old  2013-05-03 13:52:32.0 +0200
+++ /var/tmp/diff_new_pack.ei8ngK/_new  2013-05-03 13:52:32.0 +0200
@@ -50,6 +50,8 @@
 Patch1: tiff-%{version}-seek.patch
 Patch2: tiff-%{version}-tiff2pdf-colors.patch
 Patch3: tiff-%{version}-CVE-2012-4564.patch
+Patch4: tiff-%{version}-CVE-2013-1961.patch
+Patch5: tiff-%{version}-CVE-2013-1960.patch
 # FYI: this issue is solved another way
 # http://bugzilla.maptools.org/show_bug.cgi?id=1985#c1
 # Patch9: tiff-%{version}-lzw-CVE-2009-2285.patch
@@ -97,6 +99,8 @@
 %patch1 -p1
 %patch2 -p1
 %patch3
+%patch4
+%patch5
 
 %build
 %configure --disable-static --with-pic

++ tiff-4.0.3-CVE-2013-1960.patch ++
https://bugzilla.novell.com/show_bug.cgi?id=817573#c1
CVE-2013-1960 libtiff (tiff2pdf): Heap-based buffer overflow in 
t2_process_jpeg_strip()
===
A heap-based buffer overflow flaw was found in the way tiff2pdf, a TIFF image 
to a PDF document conversion tool, of libtiff, a library of functions for 
manipulating TIFF (Tagged Image File Format) image format files, performed 
write of TIFF image content into particular PDF document file, in the 
tp_process_jpeg_strip() function. A remote attacker could provide a 
specially-crafted TIFF image format file, that when processed by tiff2pdf would 
lead to tiff2pdf executable crash or, potentially, arbitrary code execution 
with the privileges of the user running the tiff2pdf binary.

Index: tools/tiff2pdf.c
===
--- tools/tiff2pdf.c.orig
+++ tools/tiff2pdf.c
@@ -3341,33 +3341,56 @@ int t2p_process_jpeg_strip(
uint32 height){
 
tsize_t i=0;
-   uint16 ri =0;
-   uint16 v_samp=1;
-   uint16 h_samp=1;
-   int j=0;
-   
-   i++;
-   
-   while(i(*striplength)){
+
+  while (i  *striplength) {
+  tsize_t datalen;
+  uint16 ri;
+  uint16 v_samp;
+  uint16 h_samp;
+  int j;
+  int ncomp;
+
+  /* marker header: one or more FFs */
+  if (strip[i] != 0xff)
+  return(0);
+  i++;
+  while (i  *striplength  strip[i] == 0xff)
+  i++;
+  if (i = *striplength)
+  return(0);
+  /* SOI is the only pre-SOS marker without a length word */
+  if (strip[i] == 0xd8)
+  datalen = 0;
+  else {
+  if ((*striplength - i) = 2)
+  return(0);
+  datalen = (strip[i+1]  8) | strip[i+2];
+  if (datalen  2 || datalen = (*striplength - i))
+  return(0);
+  }
switch( strip[i] ){
-   case 0xd8:
-   /* SOI - start of image */
+  case 0xd8:  /* SOI - start of image */
_TIFFmemcpy((buffer[*bufferoffset]), 
(strip[i-1]), 2);
*bufferoffset+=2;
-   i+=2;
break;
-   case 0xc0:
-   case 0xc1:
-   case 0xc3:
-   case 0xc9:
-   case 0xca:
+  case 0xc0:  /* SOF0 */
+  case 0xc1:  /* SOF1 */
+  case 0xc3:  /* SOF3 */
+  case 0xc9:  /* SOF9 */
+  case 0xca:  /* SOF10 */
if(no==0){
-   _TIFFmemcpy((buffer[*bufferoffset]), 
(strip[i-1]), strip[i+2]+2);
-   

commit kernel-debug for openSUSE:12.3:Update

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package kernel-debug for 
openSUSE:12.3:Update checked in at 2013-05-03 13:52:33

Comparing /work/SRC/openSUSE:12.3:Update/kernel-debug (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kernel-debug.new (New)


Package is kernel-debug

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit kernel-default for openSUSE:12.3:Update

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package kernel-default for 
openSUSE:12.3:Update checked in at 2013-05-03 13:52:36

Comparing /work/SRC/openSUSE:12.3:Update/kernel-default (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kernel-default.new (New)


Package is kernel-default

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit kernel-desktop for openSUSE:12.3:Update

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package kernel-desktop for 
openSUSE:12.3:Update checked in at 2013-05-03 13:52:39

Comparing /work/SRC/openSUSE:12.3:Update/kernel-desktop (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kernel-desktop.new (New)


Package is kernel-desktop

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit kernel-docs.1601 for openSUSE:12.3:Update

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package kernel-docs.1601 for 
openSUSE:12.3:Update checked in at 2013-05-03 13:52:40

Comparing /work/SRC/openSUSE:12.3:Update/kernel-docs.1601 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kernel-docs.1601.new (New)


Package is kernel-docs.1601

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit kernel-ec2 for openSUSE:12.3:Update

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package kernel-ec2 for openSUSE:12.3:Update 
checked in at 2013-05-03 13:52:45

Comparing /work/SRC/openSUSE:12.3:Update/kernel-ec2 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kernel-ec2.new (New)


Package is kernel-ec2

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit kernel-exynos.1601 for openSUSE:12.3:Update

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package kernel-exynos.1601 for 
openSUSE:12.3:Update checked in at 2013-05-03 13:52:46

Comparing /work/SRC/openSUSE:12.3:Update/kernel-exynos.1601 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kernel-exynos.1601.new (New)


Package is kernel-exynos.1601

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit wget for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package wget for openSUSE:Factory checked in 
at 2013-05-03 13:52:48

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


Package is wget

Changes:

--- /work/SRC/openSUSE:Factory/wget/wget.changes2013-05-03 
07:40:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.wget.new/wget.changes   2013-05-03 
13:52:50.0 +0200
@@ -1,0 +2,24 @@
+Thu May  2 17:50:50 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 1.14
+  + add support for content-on-error.  It allows to store the HTTP
+payload on 4xx or 5xx errors.
+  + add support for WARC files.
+  + fix a memory leak problem in the GNU TLS backend.
+  + autoreconf works again for distributed tarballs.
+  + print some diagnostic messages to stderr not to stdout.
+  + report stdout close errors.
+  + accept the --report-speed option.
+  + enable client certificates when GNU TLS is used.
+  + add support for TLS Server Name Indication.
+  + accept the arguments --accept-reject and --reject-regex.
+  + the GNU TLS backend honors correctly the timeout value.
+  + add support for RFC 2617 Digest Access Authentication.
+- Drop patchs obsoleted by upstream
+  + wget-sni.patch
+  + wget-stdio.h.patch
+- Rebase patchs to work with upstream
+  + wget-openssl-no-intern.patch  wget-1.14-openssl-no-intern.patch
+  + wget-no-ssl-comp.patch  wget-1.14-no-ssl-comp.patch
+
+---

Old:

  wget-1.13.4.tar.bz2
  wget-no-ssl-comp.patch
  wget-openssl-no-intern.patch
  wget-sni.patch
  wget-stdio.h.patch

New:

  wget-1.14-no-ssl-comp.patch
  wget-1.14-openssl-no-intern.patch
  wget-1.14.tar.xz



Other differences:
--
++ wget.spec ++
--- /var/tmp/diff_new_pack.KzGonQ/_old  2013-05-03 13:52:52.0 +0200
+++ /var/tmp/diff_new_pack.KzGonQ/_new  2013-05-03 13:52:52.0 +0200
@@ -17,20 +17,18 @@
 
 
 Name:   wget
-Version:1.13.4
+Version:1.14
 Release:0
 Summary:A Tool for Mirroring FTP and HTTP Servers
 License:GPL-3.0+
 Group:  Productivity/Networking/Web/Utilities
 Url:http://www.gnu.org/software/wget/
-Source: http://ftp.gnu.org/gnu/wget/%name-%version.tar.bz2
+Source: http://ftp.gnu.org/gnu/wget/%name-%version.tar.xz
 Patch0: wgetrc.patch
 # PATCH-FEATURE-UPSTREAM wget-libproxy.patch dims...@opensuse.org -- Add 
libproxy support to wget
 Patch1: wget-libproxy.patch
-Patch3: wget-sni.patch
-Patch4: wget-stdio.h.patch
-Patch5: wget-openssl-no-intern.patch
-Patch6: wget-no-ssl-comp.patch
+Patch5: wget-1.14-openssl-no-intern.patch
+Patch6: wget-1.14-no-ssl-comp.patch
 BuildRequires:  libpng-devel
 %if 0%{suse_version}  1110
 BuildRequires:  libproxy-devel
@@ -40,6 +38,7 @@
 BuildRequires:  makeinfo
 BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
+BuildRequires:  xz
 PreReq: %install_info_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -53,8 +52,6 @@
 %if 0%{suse_version}  1110
 %patch1
 %endif
-%patch3
-%patch4 -p1
 %patch5
 %patch6
 

++ wget-1.14-no-ssl-comp.patch ++
--- src/openssl.c.orig
+++ src/openssl.c
@@ -241,7 +241,9 @@
   /* The OpenSSL library can handle renegotiations automatically, so
  tell it to do so.  */
   SSL_CTX_set_mode (ssl_ctx, SSL_MODE_AUTO_RETRY);
-
+#ifdef SSL_OP_NO_COMPRESSION
+  SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_COMPRESSION);
+#endif
   return true;
 
  error:
++ wget-1.14-openssl-no-intern.patch ++
--- src/openssl.c.orig
+++ src/openssl.c
@@ -29,6 +29,7 @@
 shall include the source code for the parts of OpenSSL used as well
 as that of the covered work.  */
 
+#define OPENSSL_NO_SSL_INTERN
 #include wget.h
 
 #include assert.h
@@ -425,7 +426,7 @@
   if (!SSL_set_fd (conn, FD_TO_SOCKET (fd)))
 goto error;
   SSL_set_connect_state (conn);
-  if (SSL_connect (conn) = 0 || conn-state != SSL_ST_OK)
+  if (SSL_connect (conn) = 0 || SSL_get_state(conn) != SSL_ST_OK)
 goto error;
 
   ctx = xnew0 (struct openssl_transport_context);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kernel-highbank.1601 for openSUSE:12.3:Update

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package kernel-highbank.1601 for 
openSUSE:12.3:Update checked in at 2013-05-03 13:52:49

Comparing /work/SRC/openSUSE:12.3:Update/kernel-highbank.1601 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kernel-highbank.1601.new (New)


Package is kernel-highbank.1601

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit kernel-imx51.1601 for openSUSE:12.3:Update

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package kernel-imx51.1601 for 
openSUSE:12.3:Update checked in at 2013-05-03 13:52:52

Comparing /work/SRC/openSUSE:12.3:Update/kernel-imx51.1601 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kernel-imx51.1601.new (New)


Package is kernel-imx51.1601

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit wxWidgets for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package wxWidgets for openSUSE:Factory 
checked in at 2013-05-03 13:52:57

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


Package is wxWidgets

Changes:

--- /work/SRC/openSUSE:Factory/wxWidgets/wxWidgets-ansi.changes 2012-11-02 
17:44:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.wxWidgets.new/wxWidgets-ansi.changes
2013-05-03 13:52:59.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr 29 12:19:09 UTC 2013 - mhruse...@suse.com
+
+- add libXt-devel buildrequires to fix Factory build
+
+---
+Sun Mar 24 19:11:59 UTC 2013 - jeng...@inai.de
+
+- Update dependencies for wxWidgets-devel: Mesa no longer bundles GL
+
+---
--- /work/SRC/openSUSE:Factory/wxWidgets/wxWidgets-wxcontainer.changes  
2012-11-02 17:44:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.wxWidgets.new/wxWidgets-wxcontainer.changes 
2013-05-03 13:52:59.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr 29 12:20:22 UTC 2013 - mhruse...@suse.com
+
+- add libXt-devel buildrequires to fix Factory build
+
+---
+Sun Mar 24 19:11:59 UTC 2013 - jeng...@inai.de
+
+- Update dependencies for wxWidgets-devel: Mesa no longer bundles GL
+
+---
--- /work/SRC/openSUSE:Factory/wxWidgets/wxWidgets-wxcontainer24c.changes   
2012-11-02 17:44:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.wxWidgets.new/wxWidgets-wxcontainer24c.changes  
2013-05-03 13:52:59.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr 29 12:20:36 UTC 2013 - mhruse...@suse.com
+
+- add libXt-devel buildrequires to fix Factory build
+
+---
+Sun Mar 24 19:11:59 UTC 2013 - jeng...@inai.de
+
+- Update dependencies for wxWidgets-devel: Mesa no longer bundles GL
+
+---
--- /work/SRC/openSUSE:Factory/wxWidgets/wxWidgets.changes  2012-11-02 
17:44:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.wxWidgets.new/wxWidgets.changes 2013-05-03 
13:52:59.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr 29 12:20:08 UTC 2013 - mhruse...@suse.com
+
+- add libXt-devel buildrequires to fix Factory build
+
+---
+Sun Mar 24 19:11:59 UTC 2013 - jeng...@inai.de
+
+- Update dependencies for wxWidgets-devel: Mesa no longer bundles GL
+
+---



Other differences:
--
++ wxWidgets-ansi.spec ++
--- /var/tmp/diff_new_pack.RIRwVI/_old  2013-05-03 13:53:01.0 +0200
+++ /var/tmp/diff_new_pack.RIRwVI/_new  2013-05-03 13:53:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wxWidgets-ansi
 #
-# 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
@@ -45,21 +45,6 @@
 %if ! %ENABLE_UNICODE
 %define ENABLE_STL 0
 %endif
-BuildRequires:  SDL-devel
-BuildRequires:  autoconf
-BuildRequires:  cppunit-devel
-BuildRequires:  esound-devel
-BuildRequires:  gcc-c++
-BuildRequires:  gconf2-devel
-BuildRequires:  gnome-vfs2-devel
-BuildRequires:  gstreamer-0_10-devel
-BuildRequires:  gstreamer-0_10-plugins-base-devel
-BuildRequires:  gtk2-devel
-BuildRequires:  libexpat-devel
-BuildRequires:  libgnomeprintui-devel
-BuildRequires:  libmspack-devel
-BuildRequires:  libtiff-devel
-BuildRequires:  pkgconfig(glu)
 Version:2.8.12
 Release:0
 %define wx_minor %(echo %{version} | sed 's/\.[0-9][0-9]*$//')
@@ -110,6 +95,8 @@
 Summary:C++ Library for Cross-Platform Development
 License:GPL-2.0+
 Group:  System/Libraries
+Url:http://www.wxwidgets.org/
+
 Source: %{tarball_name}-%{version}.tar.bz2
 Source1:README.SUSE
 Source2:virtual-package.README
@@ -119,8 +106,6 @@
 # This script is not used during build, but it makes possible to
 # identify and backport wxPython fixes to wxWidgets.
 Source6:wxpython-mkdiff.sh
-Url:http://www.wxwidgets.org/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Patch0: wxGTK-2.6.3.3-decl.patch
 Patch1: wxGTK-enable-wxrc.patch
 # PATCH-FEATURE-OPENSUSE wxWidgets-config-force-rpath.patch sbra...@suse.cz -- 
Force rpath use for installed libraries.
@@ -131,6 +116,25 @@
 Patch4: 

commit wxWidgets-2_9 for openSUSE:Factory

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package wxWidgets-2_9 for openSUSE:Factory 
checked in at 2013-05-03 13:53:04

Comparing /work/SRC/openSUSE:Factory/wxWidgets-2_9 (Old)
 and  /work/SRC/openSUSE:Factory/.wxWidgets-2_9.new (New)


Package is wxWidgets-2_9

Changes:

--- /work/SRC/openSUSE:Factory/wxWidgets-2_9/wxWidgets-2_9-ansi.changes 
2012-11-13 17:52:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.wxWidgets-2_9.new/wxWidgets-2_9-ansi.changes
2013-05-03 13:53:08.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 11 11:37:23 UTC 2013 - fi...@opensuse.org
+
+- Build wxWidgets with webview support.
+
+---
wxWidgets-2_9-wxcontainer.changes: same change
wxWidgets-2_9-wxcontainer24c.changes: same change
wxWidgets-2_9.changes: same change



Other differences:
--
++ wxWidgets-2_9-ansi.spec ++
--- /var/tmp/diff_new_pack.99n01I/_old  2013-05-03 13:53:10.0 +0200
+++ /var/tmp/diff_new_pack.99n01I/_new  2013-05-03 13:53:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wxWidgets-2_9-ansi
 #
-# 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
@@ -61,6 +61,7 @@
 BuildRequires:  libmspack-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  pkgconfig(glu)
+BuildRequires:  pkgconfig(webkit-1.0)
 Version:2.9.4
 Release:0
 %define wx_minor %(echo %{version} | sed 's/\.[0-9][0-9]*$//')
@@ -281,6 +282,16 @@
 API version: %{wx_minor_description}
 ABI variant: %{wx_description}
 
+%package -n libwx_gtk2%{WXFLAGS}_webview-2_9-4-%{wx_variant}
+Summary:wxWidgets Library
+Group:  System/Libraries
+
+%description -n libwx_gtk2%{WXFLAGS}_webview-2_9-4-%{wx_variant}
+Library for the wxWidgets cross-platform GUI.
+
+API version: %{wx_minor_description}
+ABI variant: %{wx_description}
+
 %package -n libwx_gtk2%{WXFLAGS}_xrc-2_9-4-%{wx_variant}
 Summary:wxWidgets Library
 Group:  System/Libraries
@@ -512,6 +523,19 @@
 API version: %{wx_minor_description}
 ABI variant: %{wx_description}
 
+%package -n libwx_gtk2%{WXFLAGS}_webview-2_9-4-compat-lib-%{wx_variant}
+Summary:wxWidgets Library Compatibility Virtual Package
+Group:  System/Libraries
+Requires:   %{name}-compat-lib-config = %{version}
+Requires:   libwx_base%{WXFLAGS}-2_9-4-%{wx_variant} = %{version}
+
+%description -n libwx_gtk2%{WXFLAGS}_webview-2_9-4-compat-lib-%{wx_variant}
+This virtual package contains symbols that allows to install third party
+packages using wxWidgets libraries.
+
+API version: %{wx_minor_description}
+ABI variant: %{wx_description}
+
 %package -n libwx_gtk2%{WXFLAGS}_xrc-2_9-4-compat-lib-%{wx_variant}
 Summary:wxWidgets Library Compatibility Virtual Package
 Group:  System/Libraries
@@ -544,6 +568,7 @@
 Requires:   libwx_gtk2%{WXFLAGS}_ribbon-2_9-4-%{wx_variant} = %{version}
 Requires:   libwx_gtk2%{WXFLAGS}_richtext-2_9-4-%{wx_variant} = %{version}
 Requires:   libwx_gtk2%{WXFLAGS}_stc-2_9-4-%{wx_variant} = %{version}
+Requires:   libwx_gtk2%{WXFLAGS}_webview-2_9-4-%{wx_variant} = %{version}
 Requires:   libwx_gtk2%{WXFLAGS}_xrc-2_9-4-%{wx_variant} = %{version}
 Requires:   pkgconfig(glu)
 Provides:   wxWidgets-devel = %{version}
@@ -773,6 +798,7 @@
  libwx_gtk2%{WXFLAGS}_ribbon\
  libwx_gtk2%{WXFLAGS}_richtext\
  libwx_gtk2%{WXFLAGS}_stc\
+ libwx_gtk2%{WXFLAGS}_webview\
  libwx_gtk2%{WXFLAGS}_xrc\
 )
 
@@ -896,6 +922,12 @@
 %triggerpostun compat-lib-config -- 
libwx_gtk2%{WXFLAGS}_stc-2_9-4-%{wx_variant}
 /sbin/ldconfig
 
+%triggerin compat-lib-config -- 
libwx_gtk2%{WXFLAGS}_webview-2_9-4-%{wx_variant}
+/sbin/ldconfig
+
+%triggerpostun compat-lib-config -- 
libwx_gtk2%{WXFLAGS}_webview-2_9-4-%{wx_variant}
+/sbin/ldconfig
+
 %triggerin compat-lib-config -- libwx_gtk2%{WXFLAGS}_xrc-2_9-4-%{wx_variant}
 /sbin/ldconfig
 
@@ -960,6 +992,10 @@
 
 %postun -n libwx_gtk2%{WXFLAGS}_stc-2_9-4-%{wx_variant} -p /sbin/ldconfig
 
+%post -n libwx_gtk2%{WXFLAGS}_webview-2_9-4-%{wx_variant} -p /sbin/ldconfig
+
+%postun -n libwx_gtk2%{WXFLAGS}_webview-2_9-4-%{wx_variant} -p /sbin/ldconfig
+
 %post -n libwx_gtk2%{WXFLAGS}_xrc-2_9-4-%{wx_variant} -p /sbin/ldconfig
 
 %postun -n libwx_gtk2%{WXFLAGS}_xrc-2_9-4-%{wx_variant} -p /sbin/ldconfig
@@ -1031,6 +1067,10 @@
 %defattr (-,root,root)
 %{wxlibdir}/libwx_gtk2%{WXFLAGS}_stc-2.9.so.4*
 
+%files -n libwx_gtk2%{WXFLAGS}_webview-2_9-4-%{wx_variant}
+%defattr (-,root,root)
+%{wxlibdir}/libwx_gtk2%{WXFLAGS}_webview-2.9.so.4*
+
 

commit kernel-source for openSUSE:12.3:Update

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for 
openSUSE:12.3:Update checked in at 2013-05-03 13:53:12

Comparing /work/SRC/openSUSE:12.3:Update/kernel-source (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kernel-source.new (New)


Package is kernel-source

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit kernel-trace.1601 for openSUSE:12.3:Update

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package kernel-trace.1601 for 
openSUSE:12.3:Update checked in at 2013-05-03 13:53:18

Comparing /work/SRC/openSUSE:12.3:Update/kernel-trace.1601 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kernel-trace.1601.new (New)


Package is kernel-trace.1601

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit kernel-u8500 for openSUSE:12.3:Update

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package kernel-u8500 for 
openSUSE:12.3:Update checked in at 2013-05-03 13:53:22

Comparing /work/SRC/openSUSE:12.3:Update/kernel-u8500 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kernel-u8500.new (New)


Package is kernel-u8500

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit kernel-vanilla.1601 for openSUSE:12.3:Update

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package kernel-vanilla.1601 for 
openSUSE:12.3:Update checked in at 2013-05-03 13:53:23

Comparing /work/SRC/openSUSE:12.3:Update/kernel-vanilla.1601 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kernel-vanilla.1601.new (New)


Package is kernel-vanilla.1601

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit kernel-xen.1601 for openSUSE:12.3:Update

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package kernel-xen.1601 for 
openSUSE:12.3:Update checked in at 2013-05-03 13:53:30

Comparing /work/SRC/openSUSE:12.3:Update/kernel-xen.1601 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kernel-xen.1601.new (New)


Package is kernel-xen.1601

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit seamonkey for openSUSE:12.3:Update

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package seamonkey for openSUSE:12.3:Update 
checked in at 2013-05-03 13:54:17

Comparing /work/SRC/openSUSE:12.3:Update/seamonkey (Old)
 and  /work/SRC/openSUSE:12.3:Update/.seamonkey.new (New)


Package is seamonkey

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.jqBpfL/_old  2013-05-03 13:54:18.0 +0200
+++ /var/tmp/diff_new_pack.jqBpfL/_new  2013-05-03 13:54:18.0 +0200
@@ -1 +1 @@
-link package='seamonkey.1419' cicount='copy' /
+link package='seamonkey.1573' cicount='copy' /

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



commit patchinfo.1573 for openSUSE:12.3:Update

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1573 for 
openSUSE:12.3:Update checked in at 2013-05-03 13:54:18

Comparing /work/SRC/openSUSE:12.3:Update/patchinfo.1573 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.patchinfo.1573.new (New)


Package is patchinfo.1573

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=814101 tracker=bncFirefox stopped playing mp4 videos after 
upgrade to version 20.0/issue
  issue id=813026 tracker=bncVUL-0: MozillaFirefox 20.0/17.0.5/issue
  issue id=CVE-2013-0788 tracker=cve /
  issue id=CVE-2013-0789 tracker=cve /
  issue id=CVE-2013-0793 tracker=cve /
  issue id=CVE-2013-0792 tracker=cve /
  issue id=CVE-2013-0795 tracker=cve /
  issue id=CVE-2013-0794 tracker=cve /
  issue id=CVE-2013-0796 tracker=cve /
  issue id=CVE-2013-0800 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagerwrosenauer/packager
  description
Seamonkey was updated to the 2.17 release, fixing
bugs and security issues:


- update to SeaMonkey 2.17 (bnc#813026)
  * requires NSPR 4.9.5 and NSS 3.14.3
  * mozilla-webrtc-ppc.patch included upstream
  * MFSA 2013-30/CVE-2013-0788/CVE-2013-0789
Miscellaneous memory safety hazards
  * MFSA 2013-31/CVE-2013-0800 (bmo#825721)
Out-of-bounds write in Cairo library
  * MFSA 2013-35/CVE-2013-0796 (bmo#827106)
WebGL crash with Mesa graphics driver on Linux
  * MFSA 2013-36/CVE-2013-0795 (bmo#825697)
Bypass of SOW protections allows cloning of protected nodes
  * MFSA 2013-37/CVE-2013-0794 (bmo#626775)
Bypass of tab-modal dialog origin disclosure
  * MFSA 2013-38/CVE-2013-0793 (bmo#803870)
Cross-site scripting (XSS) using timed history navigations
  * MFSA 2013-39/CVE-2013-0792 (bmo#722831)
Memory corruption while rendering grayscale PNG images
- use GStreamer 1.0 starting with 12.3 (mozilla-gstreamer-1.patch)
- revert to use GStreamer 0.10 on 12.3 (bnc#814101)
  (remove mozilla-gstreamer-1.patch)
/description
  summaryseamonkey: 2.17 update/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit krb5-doc for openSUSE:12.2:Update

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package krb5-doc for openSUSE:12.2:Update 
checked in at 2013-05-03 13:54:39

Comparing /work/SRC/openSUSE:12.2:Update/krb5-doc (Old)
 and  /work/SRC/openSUSE:12.2:Update/.krb5-doc.new (New)


Package is krb5-doc

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.VKxcQy/_old  2013-05-03 13:54:40.0 +0200
+++ /var/tmp/diff_new_pack.VKxcQy/_new  2013-05-03 13:54:40.0 +0200
@@ -1 +1 @@
-link package='krb5-doc.1415' cicount='copy' /
+link package='krb5-doc.1610' cicount='copy' /

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



commit krb5-doc for openSUSE:12.3:Update

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package krb5-doc for openSUSE:12.3:Update 
checked in at 2013-05-03 13:54:42

Comparing /work/SRC/openSUSE:12.3:Update/krb5-doc (Old)
 and  /work/SRC/openSUSE:12.3:Update/.krb5-doc.new (New)


Package is krb5-doc

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.fn4MLz/_old  2013-05-03 13:54:43.0 +0200
+++ /var/tmp/diff_new_pack.fn4MLz/_new  2013-05-03 13:54:43.0 +0200
@@ -1 +1 @@
-link package='krb5-doc.1501' cicount='copy' /
+link package='krb5-doc.1610' cicount='copy' /

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



commit krb5-mini for openSUSE:12.2:Update

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package krb5-mini for openSUSE:12.2:Update 
checked in at 2013-05-03 13:54:45

Comparing /work/SRC/openSUSE:12.2:Update/krb5-mini (Old)
 and  /work/SRC/openSUSE:12.2:Update/.krb5-mini.new (New)


Package is krb5-mini

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.5cCrD7/_old  2013-05-03 13:54:46.0 +0200
+++ /var/tmp/diff_new_pack.5cCrD7/_new  2013-05-03 13:54:46.0 +0200
@@ -1 +1 @@
-link package='krb5-mini.1415' cicount='copy' /
+link package='krb5-mini.1610' cicount='copy' /

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



commit krb5-mini.1610 for openSUSE:12.3:Update

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package krb5-mini.1610 for 
openSUSE:12.3:Update checked in at 2013-05-03 13:54:46

Comparing /work/SRC/openSUSE:12.3:Update/krb5-mini.1610 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.krb5-mini.1610.new (New)


Package is krb5-mini.1610

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit krb5-mini for openSUSE:12.3:Update

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package krb5-mini for openSUSE:12.3:Update 
checked in at 2013-05-03 13:54:52

Comparing /work/SRC/openSUSE:12.3:Update/krb5-mini (Old)
 and  /work/SRC/openSUSE:12.3:Update/.krb5-mini.new (New)


Package is krb5-mini

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.KnIzZg/_old  2013-05-03 13:54:53.0 +0200
+++ /var/tmp/diff_new_pack.KnIzZg/_new  2013-05-03 13:54:53.0 +0200
@@ -1 +1 @@
-link package='krb5-mini.1501' cicount='copy' /
+link package='krb5-mini.1610' cicount='copy' /

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



commit krb5 for openSUSE:12.1:Update

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package krb5 for openSUSE:12.1:Update 
checked in at 2013-05-03 13:54:56

Comparing /work/SRC/openSUSE:12.1:Update/krb5 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.krb5.new (New)


Package is krb5

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.cHuJ1c/_old  2013-05-03 13:54:59.0 +0200
+++ /var/tmp/diff_new_pack.cHuJ1c/_new  2013-05-03 13:54:59.0 +0200
@@ -1 +1 @@
-link package='krb5.1415' cicount='copy' /
+link package='krb5.1610' cicount='copy' /

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



commit krb5 for openSUSE:12.2:Update

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package krb5 for openSUSE:12.2:Update 
checked in at 2013-05-03 13:54:59

Comparing /work/SRC/openSUSE:12.2:Update/krb5 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.krb5.new (New)


Package is krb5

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.DVGThH/_old  2013-05-03 13:55:01.0 +0200
+++ /var/tmp/diff_new_pack.DVGThH/_new  2013-05-03 13:55:01.0 +0200
@@ -1 +1 @@
-link package='krb5.1415' cicount='copy' /
+link package='krb5.1610' cicount='copy' /

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



commit krb5 for openSUSE:12.3:Update

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package krb5 for openSUSE:12.3:Update 
checked in at 2013-05-03 13:55:07

Comparing /work/SRC/openSUSE:12.3:Update/krb5 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.krb5.new (New)


Package is krb5

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.goVQJM/_old  2013-05-03 13:55:08.0 +0200
+++ /var/tmp/diff_new_pack.goVQJM/_new  2013-05-03 13:55:08.0 +0200
@@ -1 +1 @@
-link package='krb5.1501' cicount='copy' /
+link package='krb5.1610' cicount='copy' /

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



commit java-1_7_0-openjdk for openSUSE:12.2:Update

2013-05-03 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk for 
openSUSE:12.2:Update checked in at 2013-05-03 13:55:35

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


Package is java-1_7_0-openjdk

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.EhqlAD/_old  2013-05-03 13:55:39.0 +0200
+++ /var/tmp/diff_new_pack.EhqlAD/_new  2013-05-03 13:55:39.0 +0200
@@ -1 +1 @@
-link package='java-1_7_0-openjdk.1449' cicount='copy' /
+link package='java-1_7_0-openjdk.1625' cicount='copy' /

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