commit bulk_extractor for openSUSE:Factory

2013-04-06 Thread h_root
Hello community,

here is the log from the commit of package bulk_extractor for openSUSE:Factory 
checked in at 2013-04-06 08:51:38

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


Package is bulk_extractor, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/bulk_extractor/bulk_extractor.changes
2012-12-31 14:24:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.bulk_extractor.new/bulk_extractor.changes   
2013-04-06 08:51:37.0 +0200
@@ -1,0 +2,10 @@
+Thu Apr  4 23:03:38 UTC 2013 - greg.freem...@gmail.com
+
+- upgrade to v1.3.1
+  * Numerous updates and fixes, see ChangeLog
+- use tsk3-9 instead of tsk3-3 (tsk3-3 is no longer in factory)
+- update cpuid.patch and rename to be-1.3.1-cpuid.patch
+- add be-1.3.1-remove-date-time.patch
+- update url and source fields
+
+---

Old:

  bulk_extractor-1.2.0.tar.gz
  cpuid.patch

New:

  be-1.3.1-cpuid.patch
  be-1.3.1-remove-date-time.patch
  bulk_extractor-1.3.1.tar.gz



Other differences:
--
++ bulk_extractor.spec ++
--- /var/tmp/diff_new_pack.h0DSGZ/_old  2013-04-06 08:51:39.0 +0200
+++ /var/tmp/diff_new_pack.h0DSGZ/_new  2013-04-06 08:51:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bulk_extractor
 #
-# 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,22 +17,25 @@
 
 
 Name:   bulk_extractor
-Version:1.2.0
+Version:1.3.1
 Release:0
 Summary:Bulk Email and URL extraction tool
 License:GPL-3.0+
 Group:  Productivity/File utilities
-Url:http://afflib.org
-# Source: bulk_extractor-%%{version}.tar.gz
-Source: http://afflib.org/downloads/bulk_extractor-%{version}.tar.gz
-Patch1: cpuid.patch
+Url:
https://github.com/simsong/bulk_extractor/wiki/Introducing-bulk_extractor
+Source: 
https://github.com/downloads/simsong/bulk_extractor/bulk_extractor-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM be-1.3.1-cpuid.patch [allow build on non-x86]
+Patch1: be-1.3.1-cpuid.patch
+# PATCH-FIX-UPSTREAM ppc-cpuid.patch [allow build on PPC]
 Patch2: ppc-cpuid.patch
+# PATCH-FIX-OPENSUSE be-1.3.1-remove-date-time.patch [remove __DATE__ and 
__TIME__]
+Patch3: be-1.3.1-remove-date-time.patch
 BuildRequires:  afflib-devel
 BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  libewf-devel
 BuildRequires:  libexiv2-devel
-BuildRequires:  libtsk3-3
+BuildRequires:  libtsk3-9
 BuildRequires:  openssl-devel
 BuildRequires:  zlib-devel
 
@@ -48,10 +51,11 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %configure
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
 %make_install

++ be-1.3.1-cpuid.patch ++
Index: bulk_extractor-1.3.1/src/be13_api/xml.cpp
===
--- bulk_extractor-1.3.1.orig/src/be13_api/xml.cpp
+++ bulk_extractor-1.3.1/src/be13_api/xml.cpp
@@ -484,6 +484,7 @@ void xml::set_oneline(bool v)
 
 void xml::cpuid(uint32_t op, unsigned long *eax, unsigned long *ebx,
 unsigned long *ecx, unsigned long *edx) {
+#ifdef HAVE_ASM_CPUID
 #if defined(__i386__)  defined(__PIC__)
 __asm__ __volatile__(pushl %%ebx  \n\t /* save %ebx */
  cpuid\n\t
@@ -499,6 +500,7 @@ void xml::cpuid(uint32_t op, unsigned lo
  : cc);
 
 #endif
+#endif
 }
 
 
++ be-1.3.1-remove-date-time.patch ++
Index: bulk_extractor-1.3.1/src/be13_api/xml.cpp
===
--- bulk_extractor-1.3.1.orig/src/be13_api/xml.cpp
+++ bulk_extractor-1.3.1/src/be13_api/xml.cpp
@@ -739,13 +739,6 @@ void xml::add_DFXML_build_environment()
 #ifdef LIBS
 xmlout(LIBS,LIBS,,true);
 #endif
-#if defined(__DATE__)  defined(__TIME__)  defined(HAVE_STRPTIME)
-if(strptime(__DATE__,%b %d %Y,tm)){
-   char buf[64];
-   
snprintf(buf,sizeof(buf),%4d-%02d-%02dT%s,tm.tm_year+1900,tm.tm_mon+1,tm.tm_mday,__TIME__);
-   xmlout(compilation_date,buf);
-}
-#endif
 #ifdef HAVE_LIBTSK3
 xmlout(library, , std::string(name=\tsk\ version=\) + 
tsk_version_get_str() + \,false);
 #endif
++ bulk_extractor-1.2.0.tar.gz - bulk_extractor-1.3.1.tar.gz ++
 74146 lines of diff (skipped)

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

commit cfitsio for openSUSE:Factory

2013-04-06 Thread h_root
Hello community,

here is the log from the commit of package cfitsio for openSUSE:Factory checked 
in at 2013-04-06 08:51:57

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


Package is cfitsio, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/cfitsio/cfitsio.changes  2012-08-05 
07:59:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.cfitsio.new/cfitsio.changes 2013-04-06 
08:51:56.0 +0200
@@ -1,0 +2,95 @@
+Wed Apr  3 18:35:45 UTC 2013 - asterios.dra...@gmail.com
+
+- Update to version 3.340:
+  * modified configure and configure.in to support cross-compiled cfitsio
+as a static library for Windows on a Linux platform using MXE
+(http://mxe.cc) - a build environment for mingw32. (contributed by
+Niels Kristian Bech Jensen)
+  * added conditional compilation statementsfor the mingw32 environment in
+drvrfile.c because mingw32 does not include the ftello and fseeko 
+functions. (contributed by Niels Kristian Bech Jensen)
+  * fixed a potential bug in ffcpcl (routine to copy a column from one table
+to another table) when dealing with the rare case of a '0X' column (zero
+length bit column).
+  * fixed an issue in the routines that update or modify string-valued
+keyword values, as a result of the change to ffc2s in the previous
+release.  These routines would exit with a 204 error status if the
+current value of the keyword to be updated or modified is null.
+  * fixed typo in the previous modification that was intended to ignore
+numerical overflows in Hcompress when decompressing an image.
+  * moved the 'startcol' static variable out of the ffgcnn routine and
+instead added it as a member of the 'FITSfile' structure that is defined
+in fitsio.h.  This removes a possible race condition in ffgcnn in
+multi-threaded environments.
+  From version 3.330:
+  * modified the imcomp_decompress_tile routine to ignore any numerical
+overflows that might occur when using Hcompress to decompress the
+image.  If Hcompress is used in its 'lossy' mode, the uncompressed
+image pixel values may slightly exceed the range of an integer*2
+variable. This is generally of no consequence, so we can safely ignore
+any overflows in this case and just clip the values to the legal range.
+  * the default tiling pattern when writing a tile-compressed image
+has been changed.  The old behaviour was to compress the whole image
+as one single large tile.  This is often not optimal when dealing
+with large images, so the new default behavior is to treat each
+row of the image as one tile.  This is the same default behavior
+as in the standalone fpack program.  The default tile size can
+be overridden by calling fits_set_tile_dim.
+  * fixed bug bug that resulted in a corrupted output FITS image when
+attempting to write a float or double array of values to a
+tile-compressed integer data type image.  CFITSIO does not support
+implicit data type conversion in this case and now correctly
+returns an appropriate error status.
+  * modified ricecomp.c to define the nonzero_count lookup table as an
+external variable, rather then dynamically allocating it within the
+3 routines that use it.  This simplifies the code and eliminates the
+need for special thread locking and unlocking statements. (Thanks to
+Lars Kr. Lundin for this suggestion).
+  * modifed how the uncompressed size of a gzipped file is computed in the
+mem_compress_open routine in drvrmem.c.  Since gzip only uses 4 bytes
+in the compressed file header to store the original file size, one may
+need to apply a modulo 2^32 byte correction in some cases.  The logic
+here was modified to allow for corner cases (e.g., very small files, and
+when running on 32-bit platforms that do not support files larger than
+2^31 bytes in size).
+  * added new public routine to construct a 80 keyword record from the 3 input
+component strings, i.e, the keyword name string, the value string, and
+the comment string: fits_make_key/ffmkky.  (This was already an 
undocumented
+internal routine in previous versions of CFITSIO).
+  * modified ffc2s so that if the input keyword value string is a null string,
+then it will return a VALUE_UNDEFINED (204) status value.  This makes it
+consistent with the behavior when attempting to read a null keyword
+(which has no value) as a logical or as a number (which also returns
+the 204 error).  This should only affect cases where the header keyword
+does not have an equal sign followed by a space character in columns 9
+and 10 of the header record.
+  * Changed the char * parameter declarations to const char * in many
+of the routines 

commit gedit-code-assistance for openSUSE:Factory

2013-04-06 Thread h_root
Hello community,

here is the log from the commit of package gedit-code-assistance for 
openSUSE:Factory checked in at 2013-04-06 08:57:56

Comparing /work/SRC/openSUSE:Factory/gedit-code-assistance (Old)
 and  /work/SRC/openSUSE:Factory/.gedit-code-assistance.new (New)


Package is gedit-code-assistance, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gedit-code-assistance/gedit-code-assistance.changes  
2012-11-13 09:39:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gedit-code-assistance.new/gedit-code-assistance.changes
 2013-04-06 08:57:57.0 +0200
@@ -1,0 +2,7 @@
+Sat Mar 30 11:46:07 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.2.0:
+  + Ported to python 3.
+  + Misc bugfixes.
+
+---

Old:

  gedit-code-assistance-0.1.5.tar.xz

New:

  gedit-code-assistance-0.2.0.tar.xz



Other differences:
--
++ gedit-code-assistance.spec ++
--- /var/tmp/diff_new_pack.zGPZEQ/_old  2013-04-06 08:57:59.0 +0200
+++ /var/tmp/diff_new_pack.zGPZEQ/_new  2013-04-06 08:57:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gedit-code-assistance
 #
-# 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,18 +17,18 @@
 
 
 Name:   gedit-code-assistance
-Version:0.1.5
+Version:0.2.0
 Release:0
 Summary:Plugin for gedit which provides code assistance for C, C++ and 
Objective-C
 License:GPL-3.0+
 Group:  Productivity/Text/Editors
 Url:http://git.gnome.org/browse/gedit-code-assistance
-Source: 
http://download.gnome.org/sources/gedit-code-assistance/0.1/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gedit-code-assistance/0.2/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  llvm-clang-devel = 2.8
 BuildRequires:  llvm-devel = 2.8
 BuildRequires:  vala
-BuildRequires:  pkgconfig(gedit) = 3.0
+BuildRequires:  pkgconfig(gedit) = 3.7.6
 BuildRequires:  pkgconfig(gee-1.0)
 BuildRequires:  pkgconfig(libpeas-1.0) = 1.5
 BuildRequires:  pkgconfig(pygobject-3.0)

++ gedit-code-assistance-0.1.5.tar.xz - gedit-code-assistance-0.2.0.tar.xz 
++
 5094 lines of diff (skipped)

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



commit MozillaFirefox for openSUSE:Factory

2013-04-06 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:Factory 
checked in at 2013-04-06 08:58:08

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


Package is MozillaFirefox, Maintainer is 
bnc-team-mozi...@forge.provo.novell.com

Changes:

--- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes
2013-03-15 10:42:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes   
2013-04-06 08:58:10.0 +0200
@@ -1,0 +2,22 @@
+Fri Mar 29 22:15:21 UTC 2013 - w...@rosenauer.org
+
+- update to Firefox 20.0 (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)
+
+---

Old:

  firefox-19.0.2-source.tar.bz2
  l10n-19.0.2.tar.bz2
  mozilla-webrtc-ppc.patch

New:

  firefox-20.0-source.tar.bz2
  l10n-20.0.tar.bz2
  mozilla-gstreamer-1.patch



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.jR8vnN/_old  2013-04-06 08:58:29.0 +0200
+++ /var/tmp/diff_new_pack.jR8vnN/_new  2013-04-06 08:58:29.0 +0200
@@ -17,10 +17,16 @@
 #
 
 
-%define major 19
-%define mainver %major.0.2
+%define major 20
+%define mainver %major.0
 %define update_channel release
 
+%if %suse_version  1220
+%define gstreamer_ver 1.0
+%else
+%define gstreamer_ver 0.10
+%endif
+
 Name:   MozillaFirefox
 BuildRequires:  Mesa-devel
 BuildRequires:  autoconf213
@@ -44,17 +50,17 @@
 %else
 BuildRequires:  wireless-tools
 %endif
-BuildRequires:  mozilla-nspr-devel = 4.9.4
-BuildRequires:  mozilla-nss-devel = 3.14.1
+BuildRequires:  mozilla-nspr-devel = 4.9.5
+BuildRequires:  mozilla-nss-devel = 3.14.3
 BuildRequires:  nss-shared-helper-devel
 %if %suse_version  1140
-BuildRequires:  pkgconfig(gstreamer-0.10)
-BuildRequires:  pkgconfig(gstreamer-app-0.10)
-BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
+BuildRequires:  pkgconfig(gstreamer-%gstreamer_ver)
+BuildRequires:  pkgconfig(gstreamer-app-%gstreamer_ver)
+BuildRequires:  pkgconfig(gstreamer-plugins-base-%gstreamer_ver)
 %endif
 Version:%{mainver}
 Release:0
-%define releasedate 2013030600
+%define releasedate 2013032900
 Provides:   firefox = %{mainver}
 Provides:   firefox = %{version}-%{release}
 Provides:   web_browser
@@ -95,10 +101,10 @@
 Patch10:mozilla-sle11.patch
 Patch11:mozilla-disable-neon-option.patch
 Patch12:mozilla-arm-disable-edsp.patch
-Patch14:mozilla-ppc.patch
-Patch15:mozilla-gstreamer-760140.patch
-Patch17:mozilla-libproxy-compat.patch
-Patch18:mozilla-webrtc-ppc.patch
+Patch13:mozilla-ppc.patch
+Patch14:mozilla-gstreamer-760140.patch
+Patch15:mozilla-libproxy-compat.patch
+Patch16:mozilla-gstreamer-1.patch
 # Firefox/browser
 Patch30:firefox-browser-css.patch
 Patch31:firefox-kde.patch
@@ -111,6 +117,7 @@
 Requires(post):   coreutils shared-mime-info desktop-file-utils
 Requires(postun): shared-mime-info desktop-file-utils
 Requires:   %{name}-branding  4.0
+Conflicts:  %{name}-branding  %{version}
 Requires:   mozilla-nspr = %(rpm -q --queryformat '%{VERSION}' 
mozilla-nspr)
 Requires:   mozilla-nss = %(rpm -q --queryformat '%{VERSION}' mozilla-nss)
 Recommends: libcanberra0
@@ -230,10 +237,10 @@
 %endif
 #%patch11 -p1
 %patch12 -p1
+%patch13 -p1
 %patch14 -p1
 %patch15 -p1
-%patch17 -p1
-%patch18 -p1
+%patch16 -p1
 #
 %patch30 -p1
 %if %suse_version = 1110
@@ -309,7 +316,7 @@
 %endif
 %if %suse_version  1140
 cat  EOF  $MOZCONFIG
-ac_add_options --enable-gstreamer
+ac_add_options --enable-gstreamer=%{gstreamer_ver}
 EOF
 %endif
 %if %branding

++ _constraints ++
--- /var/tmp/diff_new_pack.jR8vnN/_old  2013-04-06 08:58:29.0 +0200
+++ /var/tmp/diff_new_pack.jR8vnN/_new  

commit python-pymongo for openSUSE:Factory

2013-04-06 Thread h_root
Hello community,

here is the log from the commit of package python-pymongo for openSUSE:Factory 
checked in at 2013-04-06 09:17:04

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


Package is python-pymongo, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-pymongo/python-pymongo.changes
2013-03-30 15:00:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pymongo.new/python-pymongo.changes   
2013-04-06 09:17:04.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr  3 21:23:59 UTC 2013 - dval...@suse.com
+
+- Set Exclusive arch for LittleEndian machines. mongodb is not 
+  BigEndian compatible. 
+
+---
--- /work/SRC/openSUSE:Factory/python-pymongo/python3-pymongo.changes   
2013-03-30 15:00:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pymongo.new/python3-pymongo.changes  
2013-04-06 09:17:04.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr  3 21:24:48 UTC 2013 - dval...@suse.com
+
+- Set Exclusive arch for LittleEndian machines. mongodb is not
+  BigEndian compatible. 
+
+---



Other differences:
--
++ python-pymongo.spec ++
--- /var/tmp/diff_new_pack.btNALb/_old  2013-04-06 09:17:05.0 +0200
+++ /var/tmp/diff_new_pack.btNALb/_new  2013-04-06 09:17:05.0 +0200
@@ -32,6 +32,8 @@
 %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
+#currently mongodb is available only for little-endian CPU
+ExclusiveArch:  %{ix86} x86_64
 
 %description
 The PyMongo distribution contains tools for interacting with MongoDB

++ python3-pymongo.spec ++
--- /var/tmp/diff_new_pack.btNALb/_old  2013-04-06 09:17:05.0 +0200
+++ /var/tmp/diff_new_pack.btNALb/_new  2013-04-06 09:17:05.0 +0200
@@ -34,6 +34,8 @@
 %if %{?suse_version} = 1140
 %define python3_sitearch /usr/lib64/python3.1/site-packages
 %endif
+#currently mongodb is available only for little-endian CPU
+ExclusiveArch:  %{ix86} x86_64
 
 %description
 The PyMongo distribution contains tools for interacting with MongoDB

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



commit python-pyzmq for openSUSE:Factory

2013-04-06 Thread h_root
Hello community,

here is the log from the commit of package python-pyzmq for openSUSE:Factory 
checked in at 2013-04-06 09:17:13

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


Package is python-pyzmq, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes
2012-05-21 10:28:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python-pyzmq.changes   
2013-04-06 09:17:13.0 +0200
@@ -1,0 +2,20 @@
+Fri Apr  5 13:00:39 UTC 2013 - cfarr...@suse.com
+
+- license update: LGPL-3.0+ and BSD-3-Clause
+  the core is LGPL-3.0+ but most of what is outside the code is
+  BSD-3-Clause
+
+---
+Wed Mar 27 12:06:12 UTC 2013 - speili...@suse.com
+
+- Update to version 13.0.0:
+  + PyPy support
+  + The Threadsafe ZMQStream experiment in 2.2.0.1 was deemed inappropriate 
and not useful,
+and has been removed.
+  + The zmq.web experiment has been removed, to be developed as a standalone 
project 
+  + Fixes bnc#811890
+- Add rpmlintrc
+- Drop useless macros
+- Run testsuite
+
+---
--- /work/SRC/openSUSE:Factory/python-pyzmq/python3-pyzmq.changes   
2012-11-28 14:34:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyzmq.new/python3-pyzmq.changes  
2013-04-06 09:17:13.0 +0200
@@ -1,0 +2,13 @@
+Wed Mar 27 12:06:12 UTC 2013 - speili...@suse.com
+
+- Update to version 13.0.0:
+  + PyPy support
+  + The Threadsafe ZMQStream experiment in 2.2.0.1 was deemed inappropriate 
and not useful,
+and has been removed.
+  + The zmq.web experiment has been removed, to be developed as a standalone 
project 
+  + Fixes bnc#811890
+- Add rpmlintrc
+- Drop useless macros
+- Run testsuite
+
+---

Old:

  pyzmq-2.1.11.tar.gz

New:

  pyzmq-13.0.0.tar.gz
  rpmlintrc



Other differences:
--
++ python-pyzmq.spec ++
--- /var/tmp/diff_new_pack.4kNfLN/_old  2013-04-06 09:17:15.0 +0200
+++ /var/tmp/diff_new_pack.4kNfLN/_new  2013-04-06 09:17:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyzmq
 #
-# 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,24 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define pyname  zmq
-%define modname py%{pyname}
-Name:   python-%{modname}
-Version:2.1.11
+
+Name:   python-pyzmq
+Version:13.0.0
 Release:0
 Summary:Python bindings for 0MQ
-License:LGPL-3.0+
+License:LGPL-3.0+ and BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://github.com/zeromq/pyzmq
-Source: 
http://pypi.python.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz
+Source: 
http://pypi.python.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  zeromq-devel
+# Test requirements:
+BuildRequires:  python-Cython
 Suggests:   zeromq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version}
-%py_requires
-%endif
-%if 0%{?suse_version} = 1110
+%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
 
@@ -41,41 +39,39 @@
 the ZeroMQ library (http://www.zeromq.org).
 
 %package devel
-Group:  Development/Languages/Python
 Summary:Development files for %{name}
-License:LGPL-3.0+
+Group:  Development/Languages/Python
 Requires:   %{name} = %{version}
 Requires:   python-devel
 Requires:   zeromq-devel
-%if 0%{?suse_version}
-%py_requires -d
-%endif
 
 %description devel
-Development libraries and headers needed to build 
-software using %{name}
+Development libraries and headers needed to build software using %{name}.
 
 %prep
-%setup -q -n %{modname}-%{version}
-sed -i 1d 
%{pyname}/{eventloop/stack_context,tests/test_{message,zmqstream,socket,error,stopwatch},log/handlers}.py
+%setup -q -n pyzmq-%{version}
+# Fix non-executable script rpmlint warning:
+find examples zmq -name *.py -exec sed -i s|#\!\/usr\/bin\/env python|| {} 
\;
 
 %build
 CFLAGS=%{optflags} python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-chmod +x 

commit WindowMaker-applets for openSUSE:Factory

2013-04-06 Thread h_root
Hello community,

here is the log from the commit of package WindowMaker-applets for 
openSUSE:Factory checked in at 2013-04-06 09:18:07

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


Package is WindowMaker-applets, Maintainer is mhruse...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/WindowMaker-applets/WindowMaker-applets.changes  
2012-09-05 10:12:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.WindowMaker-applets.new/WindowMaker-applets.changes 
2013-04-06 09:18:07.0 +0200
@@ -1,0 +2,5 @@
+Sun Mar 17 18:46:16 UTC 2013 - sch...@suse.de
+
+- Build wmtune only on architectures that implement ioperm
+
+---



Other differences:
--
++ WindowMaker-applets.spec ++
--- /var/tmp/diff_new_pack.lrvwdc/_old  2013-04-06 09:18:09.0 +0200
+++ /var/tmp/diff_new_pack.lrvwdc/_new  2013-04-06 09:18:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package WindowMaker-applets
 #
-# 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
@@ -356,7 +356,7 @@
 cd ../wmnet-%{wmnet_version}
 xmkmf -a
 make CFLAGS=$RPM_OPT_FLAGS
-%ifnarch sparc ppc ppc64 s390 s390x mips
+%ifarch %ix86 x86_64 alpha ia64 %arm
 cd ../wmtune-1.0.1-combined
 make CFLAGS=$RPM_OPT_FLAGS
 %endif
@@ -472,7 +472,7 @@
 install -d -m 755 $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmcube
 install -d -m 755 $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmload
 install -d -m 755 $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmnet
-%ifnarch sparc ppc ppc64 s390 s390x mips
+%ifarch %ix86 x86_64 alpha ia64 %arm
 install -d -m 755 $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmtune
 %endif
 #wmmail uses proplist-compat.h needs to be fixed
@@ -523,7 +523,7 @@
 install -m 0755 wmnet $RPM_BUILD_ROOT/usr/bin/
 install -m 0644 wmnet.man $RPM_BUILD_ROOT%{_mandir}/man1/wmnet.1
 install -m 0644 README Changelog 
$RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmnet
-%ifnarch sparc ppc ppc64 s390 s390x mips
+%ifarch %ix86 x86_64 alpha ia64 %arm
 cd ../wmtune-1.0.1-combined
 install -m 0755 wmtune $RPM_BUILD_ROOT/usr/bin/
 install -m 0644 README COPYING sample.wmtunerc 
$RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/wmtune/
@@ -777,7 +777,7 @@
 /usr/bin/wmtime
 /usr/bin/wmpalm
 /usr/bin/wmppp
-%ifnarch sparc ppc ppc64 s390 s390x mips
+%ifarch %ix86 x86_64 alpha ia64 %arm
 /usr/bin/wmtune
 %config /etc/wmtunerc
 %endif


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



commit wine for openSUSE:Factory

2013-04-06 Thread h_root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2013-04-06 09:20:33

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


Package is wine, Maintainer is meiss...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2013-03-10 
09:14:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2013-04-06 
09:20:33.0 +0200
@@ -1,0 +2,9 @@
+Tue Apr  2 09:42:34 UTC 2013 - meiss...@suse.com
+
+- Updated to 1.5.26 development snapshot
+  - System tray support in the Mac driver.
+  - Various C runtime improvements.
+  - Large icons for built-in applications.
+  - Various bug fixes.
+
+---

Old:

  wine-1.5.25.tar.bz2
  wine-1.5.25.tar.bz2.sign

New:

  wine-1.5.26.tar.bz2
  wine-1.5.26.tar.bz2.sign



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.PQL8WJ/_old  2013-04-06 09:20:36.0 +0200
+++ /var/tmp/diff_new_pack.PQL8WJ/_new  2013-04-06 09:20:36.0 +0200
@@ -55,7 +55,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
-Version:1.5.25
+Version:1.5.26
 Release:0
 Summary:An MS Windows Emulator
 License:LGPL-2.1+

++ wine-1.5.25.tar.bz2 - wine-1.5.26.tar.bz2 ++
/work/SRC/openSUSE:Factory/wine/wine-1.5.25.tar.bz2 
/work/SRC/openSUSE:Factory/.wine.new/wine-1.5.26.tar.bz2 differ: char 11, line 1


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



commit xorg-x11-libX11-ccache for openSUSE:Factory

2013-04-06 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-libX11-ccache for 
openSUSE:Factory checked in at 2013-04-06 09:20:46

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


Package is xorg-x11-libX11-ccache, Maintainer is sndir...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-libX11-ccache/xorg-x11-libX11-ccache.changes
2012-06-26 20:06:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-libX11-ccache.new/xorg-x11-libX11-ccache.changes
   2013-04-06 09:20:46.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr  5 08:35:51 UTC 2013 - idon...@suse.com
+
+- Cleanup spec file
+- Add Source URL, see https://en.opensuse.org/SourceUrls
+
+---



Other differences:
--
++ xorg-x11-libX11-ccache.spec ++
--- /var/tmp/diff_new_pack.6DjE2Z/_old  2013-04-06 09:20:47.0 +0200
+++ /var/tmp/diff_new_pack.6DjE2Z/_new  2013-04-06 09:20:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xorg-x11-libX11-ccache
 #
-# 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
@@ -19,53 +19,41 @@
 %define mkcomposecache mkcomposecache-1.2.1
 
 Name:   xorg-x11-libX11-ccache
-BuildArch:  noarch
+Version:7.6
+Release:0
+Summary:X
+License:MIT
+Group:  System/Libraries
+Url:http://xorg.freedesktop.org/
+Source: 
http://xorg.freedesktop.org/archive/individual/app/%{mkcomposecache}.tar.bz2
+Source1:LICENSE
 BuildRequires:  mkcomposecache
 BuildRequires:  xbiff
 BuildRequires:  xkeyboard-config
 BuildRequires:  xorg-x11-Xvfb
 BuildRequires:  xorg-x11-fonts
-Url:http://xorg.freedesktop.org/
-Version:7.6
-Release:0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   xorg-x11:/var/X11R6/compose-cache/
-Summary:X.Org compose cache
-License:MIT
-Group:  System/Libraries
-Source: %{mkcomposecache}.tar.bz2 
-Source1:LICENSE
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 Cache for X.Org compose files.
 
-
-
-Authors:
-
-
-Matthias Hopf
-
 %prep
 %setup -q -n '%{mkcomposecache}'
 
 %build
 
 %install
-cp -t. '%{S:1}'
-rm -rf $RPM_BUILD_ROOT
+cp -t. '%{SOURCE1}'
 './mkallcomposecaches.sh' \
  'prefix=%{_prefix}' \
- cachedir=$RPM_BUILD_ROOT/%{_localstatedir}/cache/libx11/compose 
xvfbopts='-fp '\''%{_datadir}/fonts/misc'\' /
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+ cachedir=%{buildroot}/%{_localstatedir}/cache/libx11/compose xvfbopts='-fp 
'\''%{_datadir}/fonts/misc'\' /
 
 %files
 %defattr(-,root,root)
 %doc LICENSE
-%dir /var/cache/libx11
-%dir /var/cache/libx11/compose
-/var/cache/libx11/compose/*
+%dir %{_localstatedir}/cache/libx11
+%{_localstatedir}/cache/libx11/compose/
 
 %changelog

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



commit zeroinstall-injector for openSUSE:Factory

2013-04-06 Thread h_root
Hello community,

here is the log from the commit of package zeroinstall-injector for 
openSUSE:Factory checked in at 2013-04-06 09:21:30

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


Package is zeroinstall-injector, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/zeroinstall-injector/zeroinstall-injector.changes
2013-03-08 10:03:24.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.zeroinstall-injector.new/zeroinstall-injector.changes
   2013-04-06 09:21:30.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr  3 10:00:54 UTC 2013 - tal...@gmail.com
+
+- Updated to 2.1. For a list of changes, see:
+  http://thread.gmane.org/gmane.comp.file-systems.zero-install.devel/6827
+
+---

Old:

  0install-2.0.tar.bz2

New:

  0install-2.1.tar.bz2



Other differences:
--
++ zeroinstall-injector.spec ++
--- /var/tmp/diff_new_pack.FTACDw/_old  2013-04-06 09:21:31.0 +0200
+++ /var/tmp/diff_new_pack.FTACDw/_new  2013-04-06 09:21:31.0 +0200
@@ -26,9 +26,9 @@
 %endif
 
 Name:   zeroinstall-injector
-Version:2.0
+Version:2.1
 Release:0
-%define source_version 2.0
+%define source_version 2.1
 Summary:Decentralised cross-distribution software installation
 License:LGPL-2.1+
 Group:  System/Management

++ 0install-2.0.tar.bz2 - 0install-2.1.tar.bz2 ++
 7952 lines of diff (skipped)

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



commit clementine for openSUSE:Factory

2013-04-06 Thread h_root
Hello community,

here is the log from the commit of package clementine for openSUSE:Factory 
checked in at 2013-04-06 19:53:33

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


Package is clementine, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/clementine/clementine.changes2013-02-07 
14:15:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.clementine.new/clementine.changes   
2013-04-06 19:53:34.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr  4 09:33:36 UTC 2013 - davejpla...@gmail.com
+
+- Fixed factory build with clementine-nowerror.patch
+
+---

New:

  clementine-nowerror.patch



Other differences:
--
++ clementine.spec ++
--- /var/tmp/diff_new_pack.aP2Bym/_old  2013-04-06 19:53:37.0 +0200
+++ /var/tmp/diff_new_pack.aP2Bym/_new  2013-04-06 19:53:37.0 +0200
@@ -23,6 +23,9 @@
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://code.google.com/p/clementine-player/
+# TODO:This source url seemed to prevent checkout of package but it works with 
wget. Possibly an osc problem
+#  with slow connections, will investigate at a later stage. Osc failed at 
/- 4M = half the file osc then
+#  reported incorect file size and failed. NOTE:I Was unable to access the 
url with lynx. (davejpla...@gmail.com)
 Source: 
http://clementine-player.googlecode.com/files/%{name}-%{version}.tar.gz
 # Those 2 source files fixes 2 polish lyrics parser.
 # TODO Please drop them with next version of clementine  1.1.1
@@ -30,6 +33,9 @@
 Source2:sites.js
 # PATCH-FIX-OPENSUSE clementine-desktop-fix.patch fi...@opensuse.org -- remove 
unity related shortcuts
 Patch0: clementine-desktop-fix.patch
+# Patch to fix factory build which fails on glib's depreciated mark of void 
g_type_init in gobject/gtype.h
+# Reported upstream, issue: 
https://code.google.com/p/clementine-player/issues/detail?id=3596
+Patch1: clementine-nowerror.patch
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  fdupes
@@ -41,6 +47,7 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  liblastfm-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(QJson)
 # No gnutls means no gloox with license problem (GPL-2.0 only)
 #BuildRequires:  pkgconfig(gnutls)
 BuildRequires:  pkgconfig(libimobiledevice-1.0)
@@ -94,6 +101,7 @@
 %prep
 %setup -q
 %patch0
+%patch1
 # Remote control support cannot be enabled without the owner of gloox 
(http://camaya.net/gloox)
 # first giving permission for relicensing to GPLv2 or later. See bnc#695820
 rm -rf --verbose 3rdparty/gloox
@@ -113,6 +121,7 @@
   -DENABLE_GOOGLE_DRIVE=ON \
 %endif
   -DENABLE_MOODBAR=ON ..
+#cat %%{_includedir}/glib-2.0/gobject/gtype.h
   make %{?_smp_mflags}
 
 %install

++ clementine-nowerror.patch ++
Index: src/CMakeLists.txt
===
--- src/CMakeLists.txt.orig 2012-11-18 10:51:26.0 +0200
+++ src/CMakeLists.txt  2013-04-04 11:17:08.244670559 +0200
@@ -2,7 +2,7 @@
 set(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -Wall)
 set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} -Woverloaded-virtual -Wall 
-Wno-sign-compare)
 
-option(BUILD_WERROR Build with -Werror ON)
+option(BUILD_WERROR Build with -Werror OFF)
 
 if(BUILD_WERROR)
   if (LINUX)
@@ -441,7 +441,7 @@ set(HEADERS
   internet/icecastbackend.h
   internet/icecastfilterwidget.h
   internet/icecastmodel.h
-  internet/icecastservice.h 
+  internet/icecastservice.h
   internet/internetmimedata.h
   internet/internetmodel.h
   internet/internetservice.h

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



commit icecream for openSUSE:Factory

2013-04-06 Thread h_root
Hello community,

here is the log from the commit of package icecream for openSUSE:Factory 
checked in at 2013-04-06 19:53:46

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


Package is icecream, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/icecream/icecream.changes2013-01-31 
14:49:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.icecream.new/icecream.changes   2013-04-06 
19:53:47.0 +0200
@@ -1,0 +2,31 @@
+Thu Apr  4 14:11:53 UTC 2013 - llu...@suse.com
+
+- update to 1.0.0 (final)
+ - log error message when cleaning up cache fails during startup
+ - if getuid() != 0, then our u/gid will be getu/gid() the whole time
+ - chmod/chown envs dir when preparing this
+ - be more careful when cleaning up envs directory
+ - cleanup envs dir still with root privileges
+ - mkdir -p
+ - Revert cleanup envs dir still with root privileges
+ - cleanup envs dir in %post in specfile
+ - fix scheduler binary name in suse specfile
+ - with cap-ng geteuid() is not a sign of being able to do chroot
+ - avoid debug message without endl
+ - avoid unused parameter warnings
+ - install clang/clang++ wrappers symlinks conditionally again
+ - adjust specfile for optional clang symlinks
+ - make clang wrappers package also require clang
+ - fix clang wrappers build
+ - refer to icecream-us...@googlegroups.com ML as the contact
+ - mention the Linux3_ hack leading to nodes sometimes not being used
+ - Linux3_ nodes may not compile on other nodes either, actually
+ - prevent icerun-wrapped commands failing if path contains 'clang'
+ - remove unnecessary references to KDE to make icecream look KDE-specific
+ - adjust references to icecream path
+ - sync the ccache section between README.md and the manpage
+ - AC_CONFIG_HEADERS instead of obsolete and removed AM_CONFIG_HEADER
+ - add the README.md to the tar
+ - mild relicensing, the code taken from ksysguardd is really a minor part by 
now
+
+---

Old:

  icecc-0.9.98.3.tar.bz2

New:

  icecc-1.0.0.tar.bz2



Other differences:
--
++ icecream.spec ++
--- /var/tmp/diff_new_pack.npJTv8/_old  2013-04-06 19:53:48.0 +0200
+++ /var/tmp/diff_new_pack.npJTv8/_new  2013-04-06 19:53:48.0 +0200
@@ -35,7 +35,7 @@
 PreReq: /usr/sbin/useradd
 PreReq: /usr/sbin/groupadd
 Requires:   gcc-c++
-Version:0.9.98.3
+Version:1.0.0
 Release:0
 Source0:
ftp://ftp.suse.com/pub/projects/icecream/icecc-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ icecc-0.9.98.3.tar.bz2 - icecc-1.0.0.tar.bz2 ++
 18189 lines of diff (skipped)

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



commit MozillaThunderbird for openSUSE:Factory

2013-04-06 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2013-04-06 19:54:03

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


Package is MozillaThunderbird, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes
2013-03-12 06:56:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
2013-04-06 19:54:04.0 +0200
@@ -1,0 +2,16 @@
+Fri Mar 29 18:25:38 UTC 2013 - w...@rosenauer.org
+
+- update to Thunderbird 17.0.5 (bnc#813026)
+  * requires NSPR 4.9.5 and NSS 3.14.3
+  * 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-38/CVE-2013-0793 (bmo#803870)
+Cross-site scripting (XSS) using timed history navigations
+
+---

Old:

  l10n-17.0.4.tar.bz2
  thunderbird-17.0.4-source.tar.bz2

New:

  l10n-17.0.5.tar.bz2
  thunderbird-17.0.5-source.tar.bz2



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.ONfs9N/_old  2013-04-06 19:54:19.0 +0200
+++ /var/tmp/diff_new_pack.ONfs9N/_new  2013-04-06 19:54:19.0 +0200
@@ -30,8 +30,8 @@
 BuildRequires:  libgnomeui-devel
 BuildRequires:  libidl-devel
 BuildRequires:  libnotify-devel
-BuildRequires:  mozilla-nspr-devel = 4.9.4
-BuildRequires:  mozilla-nss-devel = 3.14.1
+BuildRequires:  mozilla-nspr-devel = 4.9.5
+BuildRequires:  mozilla-nss-devel = 3.14.3
 BuildRequires:  nss-shared-helper-devel
 BuildRequires:  python
 BuildRequires:  startup-notification-devel
@@ -40,11 +40,11 @@
 BuildRequires:  xorg-x11-libXt-devel
 BuildRequires:  yasm
 BuildRequires:  zip
-%define mainversion 17.0.4
+%define mainversion 17.0.5
 %define update_channel release
 Version:%{mainversion}
 Release:0
-%define releasedate 2013030700
+%define releasedate 2013032900
 Provides:   thunderbird = %{version}
 %if %{with_kde}
 # this is needed to match this package with the kde4 helper package without 
the main package


++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.ONfs9N/_old  2013-04-06 19:54:19.0 +0200
+++ /var/tmp/diff_new_pack.ONfs9N/_new  2013-04-06 19:54:19.0 +0200
@@ -2,8 +2,8 @@
 
 CHANNEL=esr17
 BRANCH=releases/comm-$CHANNEL
-RELEASE_TAG=THUNDERBIRD_17_0_4_RELEASE
-VERSION=17.0.4
+RELEASE_TAG=THUNDERBIRD_17_0_5_RELEASE
+VERSION=17.0.5
 
 echo cloning $BRANCH...
 hg clone http://hg.mozilla.org/$BRANCH thunderbird

++ l10n-17.0.4.tar.bz2 - l10n-17.0.5.tar.bz2 ++
/work/SRC/openSUSE:Factory/MozillaThunderbird/l10n-17.0.4.tar.bz2 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/l10n-17.0.5.tar.bz2 differ: 
char 11, line 1

++ thunderbird-17.0.4-source.tar.bz2 - thunderbird-17.0.5-source.tar.bz2 
++
/work/SRC/openSUSE:Factory/MozillaThunderbird/thunderbird-17.0.4-source.tar.bz2 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/thunderbird-17.0.5-source.tar.bz2
 differ: char 11, line 1

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



commit python-distutils-extra for openSUSE:Factory

2013-04-06 Thread h_root
Hello community,

here is the log from the commit of package python-distutils-extra for 
openSUSE:Factory checked in at 2013-04-06 19:54:22

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


Package is python-distutils-extra, Maintainer is radma...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/python-distutils-extra/python3-distutils-extra.changes
   2013-02-25 21:41:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-distutils-extra.new/python3-distutils-extra.changes
  2013-04-06 19:54:23.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr  3 06:24:58 UTC 2013 - a...@gmx.de
+
+- fix build error for python3 and 12.2: ImportError: cannot import name 
sha512 needs python3 as a requirement 
+
+---



Other differences:
--
++ python-distutils-extra.spec ++
--- /var/tmp/diff_new_pack.PbAEE4/_old  2013-04-06 19:54:24.0 +0200
+++ /var/tmp/diff_new_pack.PbAEE4/_new  2013-04-06 19:54:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-distutils-extra
 #
-# 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

++ python3-distutils-extra.spec ++
--- /var/tmp/diff_new_pack.PbAEE4/_old  2013-04-06 19:54:24.0 +0200
+++ /var/tmp/diff_new_pack.PbAEE4/_new  2013-04-06 19:54:24.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define tarball_name python-distutils-extra
 
 Name:   python3-distutils-extra
@@ -25,7 +26,9 @@
 Group:  Development/Libraries/Python
 Url:https://launchpad.net/python-distutils-extra
 Source: 
http://launchpad.net/python-distutils-extra/trunk/%{version}/+download/%{tarball_name}-%{version}.tar.gz
+BuildRequires:  python3
 BuildRequires:  python3-devel
+Requires:   python3
 BuildRequires:  python3-distribute
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

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



commit python-http-parser for openSUSE:Factory

2013-04-06 Thread h_root
Hello community,

here is the log from the commit of package python-http-parser for 
openSUSE:Factory checked in at 2013-04-06 19:56:07

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


Package is python-http-parser, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-http-parser/python3-http-parser.changes   
2013-03-01 08:03:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-http-parser.new/python3-http-parser.changes  
2013-04-06 19:56:07.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr  3 06:03:38 UTC 2013 - a...@gmx.de
+
+- fix build for opensuse 12.2 and lower. Need to include python3 
+  otherwise haslib will complain 
+
+---



Other differences:
--
++ python3-http-parser.spec ++
--- /var/tmp/diff_new_pack.XIOKgQ/_old  2013-04-06 19:56:08.0 +0200
+++ /var/tmp/diff_new_pack.XIOKgQ/_new  2013-04-06 19:56:08.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package python-http-parser
+# spec file for package python3-http-parser
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -25,11 +25,10 @@
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/h/http-parser/http-parser-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python3
 BuildRequires:  python3-devel
+Requires:   python3
 BuildRequires:  python3-distribute
-%if 0%{?suse_version}  0%{?suse_version} = 1110
-%{!?python3_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
-%endif
 
 %description
 HTTP request/response parser for Python in C under MIT License, based on

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



commit sash for openSUSE:Factory

2013-04-06 Thread h_root
Hello community,

here is the log from the commit of package sash for openSUSE:Factory checked in 
at 2013-04-06 19:56:38

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


Package is sash, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/sash/sash.changes2012-06-07 
15:40:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.sash.new/sash.changes   2013-04-06 
19:56:38.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr  5 12:24:29 UTC 2013 - idon...@suse.com
+
+- Add Source URL, see https://en.opensuse.org/SourceUrls
+
+---

Old:

  sash-3.7.tar.bz2

New:

  sash-3.7.tar.gz



Other differences:
--
++ sash.spec ++
--- /var/tmp/diff_new_pack.S4UbOa/_old  2013-04-06 19:56:39.0 +0200
+++ /var/tmp/diff_new_pack.S4UbOa/_new  2013-04-06 19:56:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sash
 #
-# 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,7 +25,7 @@
 Summary:A stand-alone shell with built-in commands
 License:ISC
 Group:  System/Shells
-Source: sash-%{version}.tar.bz2
+Source: 
http://members.tip.net.au/~dbell/programs/sash-%{version}.tar.gz
 Url:http://www.tip.net.au/~dbell
 Patch0: sash-%{version}-install.diff
 Patch1: sash-%{version}-raid.diff

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



commit vhba-kmp for openSUSE:Factory

2013-04-06 Thread h_root
Hello community,

here is the log from the commit of package vhba-kmp for openSUSE:Factory 
checked in at 2013-04-06 19:57:05

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


Package is vhba-kmp, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/vhba-kmp/vhba-kmp.changes2012-05-23 
09:07:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.vhba-kmp.new/vhba-kmp.changes   2013-04-06 
19:57:06.0 +0200
@@ -1,0 +2,5 @@
+Sat Mar 30 02:57:55 UTC 2013 - jeng...@inai.de
+
+- Remove unused Supplements; use virtual modutils for building
+
+---



Other differences:
--
++ vhba-kmp.spec ++
--- /var/tmp/diff_new_pack.xJZ0Wy/_old  2013-04-06 19:57:07.0 +0200
+++ /var/tmp/diff_new_pack.xJZ0Wy/_new  2013-04-06 19:57:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vhba-kmp
 #
-# 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
@@ -14,20 +14,25 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   vhba-kmp
 Version:20120422
-Release:   1
+Release:0
 Summary:   Virtual SCSI Host Bus Adapter
 License:   GPL-2.0+
 Group:  System/Kernel
 Url:   http://cdemu.sf.net/
 
+#Freecode-URL: https://freecode.com/projects/cdemu-for-linux
 Source:
http://downloads.sf.net/cdemu/vhba-module-%version.tar.bz2
 Source2:   %name-preamble
 Patch1:vhba-pwd.diff
 Patch2:vhba-parallel-build.diff
 Patch3:vhba-no-werror.diff
-BuildRequires:  kernel-devel = 2.6.20, kernel-syms = 2.6.0, module-init-tools
+BuildRequires:  kernel-devel = 2.6.20
+BuildRequires:  kernel-syms = 2.6.0
+BuildRequires:  modutils
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %kernel_module_package -n vhba -p %name-preamble

++ vhba-kmp-preamble ++
--- /var/tmp/diff_new_pack.xJZ0Wy/_old  2013-04-06 19:57:07.0 +0200
+++ /var/tmp/diff_new_pack.xJZ0Wy/_new  2013-04-06 19:57:07.0 +0200
@@ -1,3 +1,2 @@
 Enhances:  kernel-%1
 Requires:  kernel-%1
-Supplements:   packageand(kernel-%1:vhba)

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



commit xinput for openSUSE:Factory

2013-04-06 Thread h_root
Hello community,

here is the log from the commit of package xinput for openSUSE:Factory checked 
in at 2013-04-06 19:58:27

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


Package is xinput, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xinput/xinput.changes2012-05-21 
08:04:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.xinput.new/xinput.changes   2013-04-06 
19:58:27.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr  6 08:35:22 UTC 2013 - sndir...@suse.com
+
+- added buildrequires for pkconfig(xfixes) to fix build (new dep)
+
+---



Other differences:
--
++ xinput.spec ++
--- /var/tmp/diff_new_pack.Bnsibd/_old  2013-04-06 19:58:29.0 +0200
+++ /var/tmp/diff_new_pack.Bnsibd/_new  2013-04-06 19:58:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xinput
 #
-# 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,7 +16,6 @@
 #
 
 
-
 Name:   xinput
 Version:1.6.0
 Release:0
@@ -29,6 +28,7 @@
 BuildRequires:  pkgconfig(inputproto) = 2.0.99.1
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xfixes)
 BuildRequires:  pkgconfig(xi) = 1.4.99.1
 BuildRequires:  pkgconfig(xinerama)
 BuildRequires:  pkgconfig(xorg-macros) = 1.3

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