commit apper for openSUSE:12.3

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package apper for openSUSE:12.3 checked in 
at 2013-02-20 09:14:14

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


Package is apper, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.3/apper/apper.changes 2013-01-31 01:12:20.0 
+0100
+++ /work/SRC/openSUSE:12.3/.apper.new/apper.changes2013-02-20 
09:14:19.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb 19 14:48:46 UTC 2013 - tittiatc...@gmail.com
+
+- Added 0022-just-return-after-EULA-acceptance.patch to resolve 
+  strange situation after accepting EULA (bnc#801703, bko#314256)
+
+---

New:

  0022-just-return-after-EULA-acceptance.patch



Other differences:
--
++ apper.spec ++
--- /var/tmp/diff_new_pack.t7uy7t/_old  2013-02-20 09:14:19.0 +0100
+++ /var/tmp/diff_new_pack.t7uy7t/_new  2013-02-20 09:14:19.0 +0100
@@ -45,6 +45,7 @@
 Patch16:0019-Connect-to-finished-signal-of-ApplicationLaunch-in-o.patch
 Patch17:0020-Allow-PackageDetails-to-show-screenshots-from-softwa.patch
 Patch18:0021-Update-the-last-refresh-cache-time-from-the-update-c.patch
+Patch19:0022-just-return-after-EULA-acceptance.patch
 # Patches before 100 are from upstream git
 # to be sent upstream
 Patch100:   apper-ui-fixes.diff
@@ -105,6 +106,7 @@
 %patch16 -p1
 %patch17 -p1
 %patch18 -p1
+%patch19 -p1
 %patch100 -p1 
 %patch101 -p1
 %patch103 -p1

++ 0022-just-return-after-EULA-acceptance.patch ++
Git commit 3783c2d23214e078ce9188eea5b56a1d0d0f1fe4 by Daniel Nicoletti.
Committed on 19/02/2013 at 15:43.
Pushed by dantti into branch 'master'.

Make sure we don't exit the transaction after accepting the EULA
BUG: 314256

M  +4-2libapper/PkTransaction.cpp

http://commits.kde.org/apper/3783c2d23214e078ce9188eea5b56a1d0d0f1fe4

diff --git a/libapper/PkTransaction.cpp b/libapper/PkTransaction.cpp
index a2b878e..282b4e7 100644
--- a/libapper/PkTransaction.cpp
+++ b/libapper/PkTransaction.cpp
@@ -486,12 +486,14 @@ void PkTransaction::installSignature()
 }
 
 void PkTransaction::slotFinished(Transaction::Exit status)
-{   
+{
 // Clear the model to don't keep trash when reusing the transaction
 d-progressModel-clear();
 
 Requirements *requires = 0;
 Transaction::Role _role = role();
+kDebug()  status  _role;
+
 switch (_role) {
 case Transaction::RoleInstallSignature:
 case Transaction::RoleAcceptEula:
@@ -499,13 +501,13 @@ void PkTransaction::slotFinished(Transaction::Exit status)
 // if the required action was performed with success
 // requeue our main transaction
 requeueTransaction();
+return;
 }
 break;
 default:
 break;
 }
 
-kDebug()  status  _role;
 switch(status) {
 case Transaction::ExitSuccess:
 // Check if we are just simulating
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit aria2 for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package aria2 for openSUSE:Factory checked 
in at 2013-02-20 09:14:24

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


Package is aria2, Maintainer is po...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/aria2/aria2.changes  2012-12-28 
14:56:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.aria2.new/aria2.changes 2013-02-20 
09:14:26.0 +0100
@@ -1,0 +2,13 @@
+Tue Feb 19 17:45:01 UTC 2013 - reddw...@opensuse.org
+
+- update to 1.16.3
+  * Fix invalid iterator handling when deleting RequestGroup
+  * Check SSL_OP_NO_COMPRESSION is available before using it
+  * Fix bug returnPeer is not called if sequence_ == INITIATOR_SEND_KEY
+  * Accept k and m as well as K and M in util::getRealSize()
+  * Added --save-session-interval option
+  * Use request URI as referer if --referer=* is given
+  * Log warn if unknown option is found in config file or -i file
+  * Added --console-log-level option
+
+---

Old:

  aria2-1.16.1.tar.xz

New:

  aria2-1.16.3.tar.xz



Other differences:
--
++ aria2.spec ++
--- /var/tmp/diff_new_pack.tBbSSv/_old  2013-02-20 09:14:27.0 +0100
+++ /var/tmp/diff_new_pack.tBbSSv/_new  2013-02-20 09:14:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aria2
 #
-# 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
@@ -20,7 +20,7 @@
 %bcond_with make_check
 
 Name:   aria2
-Version:1.16.1
+Version:1.16.3
 Release:0
 Summary:Parallelizing Multi-Protocol Utility for Downloading Files
 License:SUSE-GPL-2.0-with-openssl-exception

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



commit autoyast2 for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2013-02-20 09:14:40

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


Package is autoyast2, Maintainer is f...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2013-02-19 
13:29:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2013-02-20 
09:14:42.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb 19 14:33:18 CET 2013 - f...@suse.de
+
+- 2.23.5
+- fix additional progress synchronicity issue (bnc#801866)
+
+---

Old:

  autoyast2-2.23.4.tar.bz2

New:

  autoyast2-2.23.5.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.SVMey7/_old  2013-02-20 09:14:44.0 +0100
+++ /var/tmp/diff_new_pack.SVMey7/_new  2013-02-20 09:14:44.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:2.23.4
+Version:2.23.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -81,7 +81,7 @@
 installation sources.
 
 %package installation
-Version:2.23.4
+Version:2.23.5
 Release:0
 Summary:YaST2 - Auto Installation Modules
 Group:  System/YaST

++ autoyast2-2.23.4.tar.bz2 - autoyast2-2.23.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-2.23.4/VERSION new/autoyast2-2.23.5/VERSION
--- old/autoyast2-2.23.4/VERSION2013-02-19 11:51:31.0 +0100
+++ new/autoyast2-2.23.5/VERSION2013-02-19 18:51:32.0 +0100
@@ -1 +1 @@
-2.23.4
+2.23.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-2.23.4/configure 
new/autoyast2-2.23.5/configure
--- old/autoyast2-2.23.4/configure  2013-02-19 12:34:59.0 +0100
+++ new/autoyast2-2.23.5/configure  2013-02-19 18:51:46.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for autoyast2 2.23.4.
+# Generated by GNU Autoconf 2.69 for autoyast2 2.23.5.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='autoyast2'
 PACKAGE_TARNAME='autoyast2'
-PACKAGE_VERSION='2.23.4'
-PACKAGE_STRING='autoyast2 2.23.4'
+PACKAGE_VERSION='2.23.5'
+PACKAGE_STRING='autoyast2 2.23.5'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1247,7 +1247,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures autoyast2 2.23.4 to adapt to many kinds of systems.
+\`configure' configures autoyast2 2.23.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1318,7 +1318,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of autoyast2 2.23.4:;;
+ short | recursive ) echo Configuration of autoyast2 2.23.5:;;
esac
   cat \_ACEOF
 
@@ -1398,7 +1398,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-autoyast2 configure 2.23.4
+autoyast2 configure 2.23.5
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1415,7 +1415,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by autoyast2 $as_me 2.23.4, which was
+It was created by autoyast2 $as_me 2.23.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2354,7 +2354,7 @@
 
 # Define the identity of the package.
  PACKAGE='autoyast2'
- VERSION='2.23.4'
+ VERSION='2.23.5'
 
 
 cat confdefs.h _ACEOF
@@ -2477,7 +2477,7 @@
 
 
 
-VERSION=2.23.4
+VERSION=2.23.5
 RPMNAME=autoyast2
 MAINTAINER=Thomas Fehr f...@suse.de
 
@@ -3407,7 +3407,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by autoyast2 $as_me 2.23.4, which was
+This file was extended by autoyast2 $as_me 2.23.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3460,7 +3460,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`
 ac_cs_version=\\
-autoyast2 config.status 2.23.4
+autoyast2 config.status 2.23.5
 configured by $0, generated by GNU Autoconf 2.69,
   with options 

commit blender for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package blender for openSUSE:Factory checked 
in at 2013-02-20 09:18:23

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


Package is blender, Maintainer is pne...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/blender/blender.changes  2012-11-08 
17:19:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.blender.new/blender.changes 2013-02-20 
09:18:23.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb 19 15:12:08 UTC 2013 - pgaj...@suse.com
+
+- build also with libpng16
+  * libpng16.patch
+
+---

New:

  blender-2.64a-libpng16.patch



Other differences:
--
++ blender.spec ++
--- /var/tmp/diff_new_pack.aSEpuO/_old  2013-02-20 09:18:27.0 +0100
+++ /var/tmp/diff_new_pack.aSEpuO/_new  2013-02-20 09:18:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package blender
 #
-# 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
@@ -44,6 +44,8 @@
 Patch0: blender-%{version}-fix-locale-files-path.patch
 Patch1: blender-2.58-python_include.patch
 Patch2: blender-2.64a-big-endian.patch
+# fix build against libpng16, upstream notified via #blendercoders
+Patch3: blender-2.64a-libpng16.patch
 BuildRequires:  gettext-tools
 %if 0%{?suse_version}  1210
 BuildRequires:  libGLw-devel
@@ -150,6 +152,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %if %DISTRIBUTABLE == 1
 rm -rf release/scripts/presets/ffmpeg

++ blender-2.64a-libpng16.patch ++
Index: blender-2.64a/intern/smoke/intern/WAVELET_NOISE.h
===
--- blender-2.64a.orig/intern/smoke/intern/WAVELET_NOISE.h
+++ blender-2.64a/intern/smoke/intern/WAVELET_NOISE.h
@@ -45,6 +45,8 @@
 
 #include MERSENNETWISTER.h
 
+#include string.h
+
 #ifdef WIN32
 #include float.h
 #define isnan _isnan

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



commit chmsee for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package chmsee for openSUSE:Factory checked 
in at 2013-02-20 09:19:03

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


Package is chmsee, Maintainer is orpha...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/chmsee/chmsee.changes2012-12-14 
06:35:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.chmsee.new/chmsee.changes   2013-02-20 
09:19:05.0 +0100
@@ -1,0 +2,8 @@
+Sun Feb 17 15:57:14 UTC 2013 - w...@rosenauer.org
+
+- Update to version 2.0:
+  * compatibility up to Gecko 19.0 (bnc#804248)
+- Drop chmsee-newer-firefox.patch: currently we're up-to-date, no
+  newer firefox available.
+
+---

Old:

  chmsee-1.99.15.tar.gz
  chmsee-newer-firefox.patch

New:

  chmsee-2.0.tar.gz



Other differences:
--
++ chmsee.spec ++
--- /var/tmp/diff_new_pack.jiUhlp/_old  2013-02-20 09:19:06.0 +0100
+++ /var/tmp/diff_new_pack.jiUhlp/_new  2013-02-20 09:19:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package chmsee
 #
-# 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
@@ -20,13 +20,11 @@
 Summary:A Gtk+2 CHM document viewer
 License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
-Version:1.99.15
+Version:2.0
 Release:0
 Url:http://code.google.com/p/chmsee/
 Source0:chmsee-%{version}.tar.gz
 Source1:Makefile
-# PATCH-FIX-UPSTREAM chmsee-newer-firefox.patch vu...@opensuse.org -- Declare 
chmsee compatible with Firefox 17
-Patch0: chmsee-newer-firefox.patch
 BuildRequires:  chmlib-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -34,7 +32,7 @@
 BuildRequires:  python
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(libxul) = 13.0
+BuildRequires:  pkgconfig(libxul) = 17.0
 %define xulrunner_version %(rpm -q --queryformat '%{VERSION}' xulrunner-devel)
 %define xulrunner_base %(pkg-config --variable=libdir libxul)
 Requires:   xulrunner = %{xulrunner_version}
@@ -51,7 +49,6 @@
 %prep
 %setup -q #-n jungleji-chmsee-d5fb276
 cp %{SOURCE1} src
-%patch0 -p1
 
 %build
 pushd src

++ chmsee-1.99.15.tar.gz - chmsee-2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-1.99.15/NEWS new/chmsee-2.0/NEWS
--- old/chmsee-1.99.15/NEWS 2012-10-26 05:28:24.0 +0200
+++ new/chmsee-2.0/NEWS 2013-01-18 06:52:22.0 +0100
@@ -1,10 +1,10 @@
-ChmSee 1.99.x 2011-xx-xx

+ChmSee 2.0 2013-01-18
+-
 * Move ChmSee from gtk + gecko embbeding to xul + xpcom
 * Support multi-documents
 * Call Print function
 
-ChmSee 1.3.x 2011-xx-xx
+ChmSee 1.3.1 2011-05-03
 ---
 * Update Vietnamese po
 * Fix a bug cause of opening an unextracted chm with subpage failure
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-1.99.15/README.md new/chmsee-2.0/README.md
--- old/chmsee-1.99.15/README.md2012-10-26 05:28:24.0 +0200
+++ new/chmsee-2.0/README.md2013-01-18 06:52:22.0 +0100
@@ -8,29 +8,28 @@
 Building
 
 
-For ChmSee 2.0(1.99+), ChmSee has been changed from GTK+ based
-application to a xulrunner application.
+ChmSee 2.0 has been refacted from GTK+ based to a xulrunner application.
 
-Now in ChmSee, most of codes use cross-platform languages: JavaScript,
-XUL, CSS. So building is unnecessary for them.
+Most of ChmSee codes use cross-platform languages: JavaScript, XUL,
+CSS, building is unnecessary for them.
 
-But you still need to compile a C/C++ component, it's a XPCOM
-component which is used to retrieve HTML and image from packed chm
-file. All source codes for this component are located in `chmsee/src`
-directory.
+But there is still a component you need to compile, because it is written
+by C++ language. This is an important component that used to retrieve
+HTML and image from packed chm file. The source codes for this
+component are located in `chmsee/src` directory.
 
-Before building, you must confirm *xulrunner sdk* and *chmlib* already
+Before compiling, you must confirm *xulrunner sdk* and *chmlib* already
 installed in your system.
 
 Then `cd chmsee/src` directory, choose one of Makefile.${OS} files and
-rename it to Makefile. If there is no proper Makefile.${OS} file for
-your OS 

commit chmsee for openSUSE:12.3

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package chmsee for openSUSE:12.3 checked in 
at 2013-02-20 09:19:07

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


Package is chmsee, Maintainer is orpha...@suse.de

Changes:

--- /work/SRC/openSUSE:12.3/chmsee/chmsee.changes   2013-01-31 
01:13:42.0 +0100
+++ /work/SRC/openSUSE:12.3/.chmsee.new/chmsee.changes  2013-02-20 
09:19:10.0 +0100
@@ -1,0 +2,8 @@
+Sun Feb 17 15:57:14 UTC 2013 - w...@rosenauer.org
+
+- Update to version 2.0:
+  * compatibility up to Gecko 19.0 (bnc#804248)
+- Drop chmsee-newer-firefox.patch: currently we're up-to-date, no
+  newer firefox available.
+
+---

Old:

  chmsee-1.99.15.tar.gz
  chmsee-newer-firefox.patch

New:

  chmsee-2.0.tar.gz



Other differences:
--
++ chmsee.spec ++
--- /var/tmp/diff_new_pack.Pt3Amj/_old  2013-02-20 09:19:10.0 +0100
+++ /var/tmp/diff_new_pack.Pt3Amj/_new  2013-02-20 09:19:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package chmsee
 #
-# 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
@@ -20,13 +20,11 @@
 Summary:A Gtk+2 CHM document viewer
 License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
-Version:1.99.15
+Version:2.0
 Release:0
 Url:http://code.google.com/p/chmsee/
 Source0:chmsee-%{version}.tar.gz
 Source1:Makefile
-# PATCH-FIX-UPSTREAM chmsee-newer-firefox.patch vu...@opensuse.org -- Declare 
chmsee compatible with Firefox 17
-Patch0: chmsee-newer-firefox.patch
 BuildRequires:  chmlib-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -34,7 +32,7 @@
 BuildRequires:  python
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(libxul) = 13.0
+BuildRequires:  pkgconfig(libxul) = 17.0
 %define xulrunner_version %(rpm -q --queryformat '%{VERSION}' xulrunner-devel)
 %define xulrunner_base %(pkg-config --variable=libdir libxul)
 Requires:   xulrunner = %{xulrunner_version}
@@ -51,7 +49,6 @@
 %prep
 %setup -q #-n jungleji-chmsee-d5fb276
 cp %{SOURCE1} src
-%patch0 -p1
 
 %build
 pushd src

++ chmsee-1.99.15.tar.gz - chmsee-2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-1.99.15/NEWS new/chmsee-2.0/NEWS
--- old/chmsee-1.99.15/NEWS 2012-10-26 05:28:24.0 +0200
+++ new/chmsee-2.0/NEWS 2013-01-18 06:52:22.0 +0100
@@ -1,10 +1,10 @@
-ChmSee 1.99.x 2011-xx-xx

+ChmSee 2.0 2013-01-18
+-
 * Move ChmSee from gtk + gecko embbeding to xul + xpcom
 * Support multi-documents
 * Call Print function
 
-ChmSee 1.3.x 2011-xx-xx
+ChmSee 1.3.1 2011-05-03
 ---
 * Update Vietnamese po
 * Fix a bug cause of opening an unextracted chm with subpage failure
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-1.99.15/README.md new/chmsee-2.0/README.md
--- old/chmsee-1.99.15/README.md2012-10-26 05:28:24.0 +0200
+++ new/chmsee-2.0/README.md2013-01-18 06:52:22.0 +0100
@@ -8,29 +8,28 @@
 Building
 
 
-For ChmSee 2.0(1.99+), ChmSee has been changed from GTK+ based
-application to a xulrunner application.
+ChmSee 2.0 has been refacted from GTK+ based to a xulrunner application.
 
-Now in ChmSee, most of codes use cross-platform languages: JavaScript,
-XUL, CSS. So building is unnecessary for them.
+Most of ChmSee codes use cross-platform languages: JavaScript, XUL,
+CSS, building is unnecessary for them.
 
-But you still need to compile a C/C++ component, it's a XPCOM
-component which is used to retrieve HTML and image from packed chm
-file. All source codes for this component are located in `chmsee/src`
-directory.
+But there is still a component you need to compile, because it is written
+by C++ language. This is an important component that used to retrieve
+HTML and image from packed chm file. The source codes for this
+component are located in `chmsee/src` directory.
 
-Before building, you must confirm *xulrunner sdk* and *chmlib* already
+Before compiling, you must confirm *xulrunner sdk* and *chmlib* already
 installed in your system.
 
 Then `cd chmsee/src` directory, choose one of Makefile.${OS} files and
-rename it to Makefile. If there is no proper Makefile.${OS} file for
-your OS in chmsee 

commit dbus-1 for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package dbus-1 for openSUSE:Factory checked 
in at 2013-02-20 09:19:55

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


Package is dbus-1, Maintainer is thoe...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/dbus-1/dbus-1-x11.changes2013-01-29 
06:55:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.dbus-1.new/dbus-1-x11.changes   2013-02-20 
09:19:57.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 18 13:06:24 UTC 2013 - rmila...@suse.com
+
+- Revert patch: dbus-move-everything-to-run-directory.patch (bnc#802525). 
+
+---
dbus-1.changes: same change

Old:

  dbus-move-everything-to-run-directory.patch



Other differences:
--
++ dbus-1-x11.spec ++
--- /var/tmp/diff_new_pack.9MELyC/_old  2013-02-20 09:19:59.0 +0100
+++ /var/tmp/diff_new_pack.9MELyC/_new  2013-02-20 09:19:59.0 +0100
@@ -61,8 +61,6 @@
 Patch0: dbus-log-deny.patch
 # PATCH-FIX-OPENSUSE co...@suse.de -- force a feature configure won't accept 
without x11 in buildrequires
 Patch1: dbus-do-autolaunch.patch
-# PATCH-FIX-OPENSUSE rmila...@suse.com - move pid and any temp files to /run
-Patch2: dbus-move-everything-to-run-directory.patch
 %if 0%{?suse_version}  1100
 %bcond_without selinux
 %else
@@ -86,7 +84,6 @@
 %setup -n %{_name}-%{version} -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 autoreconf -fi
@@ -116,7 +113,7 @@
 --enable-systemd   \
 %endif
 --enable-libaudit  \
---with-console-auth-dir=/run/dbus/at_console/  \
+--with-console-auth-dir=/var/run/dbus/at_console/  \
 --with-systemdsystemunitdir=%{_unitdir} 
 make %{?_smp_mflags}
 doxygen -u  doxygen

++ dbus-1.spec ++
--- /var/tmp/diff_new_pack.9MELyC/_old  2013-02-20 09:19:59.0 +0100
+++ /var/tmp/diff_new_pack.9MELyC/_new  2013-02-20 09:19:59.0 +0100
@@ -60,8 +60,6 @@
 Patch0: dbus-log-deny.patch
 # PATCH-FIX-OPENSUSE co...@suse.de -- force a feature configure won't accept 
without x11 in buildrequires
 Patch1: dbus-do-autolaunch.patch
-# PATCH-FIX-OPENSUSE rmila...@suse.com - move pid and any temp files to /run
-Patch2: dbus-move-everything-to-run-directory.patch
 %if 0%{?suse_version}  1100
 %bcond_without selinux
 %else
@@ -137,7 +135,6 @@
 %setup -n %{_name}-%{version} -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 autoreconf -fi
@@ -167,7 +164,7 @@
 --enable-systemd   \
 %endif
 --enable-libaudit  \
---with-console-auth-dir=/run/dbus/at_console/  \
+--with-console-auth-dir=/var/run/dbus/at_console/  \
 --with-systemdsystemunitdir=%{_unitdir} 
 make %{?_smp_mflags}
 doxygen -u  doxygen
@@ -180,7 +177,7 @@
 mkdir -p %{buildroot}/usr/sbin
 install -m 755 %{SOURCE1} %{buildroot}/%{_sysconfdir}/init.d/dbus
 ln -sf %{_sysconfdir}/init.d/dbus %{buildroot}/%{_sbindir}/rcdbus
-install -d %{buildroot}/run/dbus
+install -d %{buildroot}/var/run/dbus
 mkdir -p %{buildroot}/%{_datadir}/susehelp/meta/Development/Libraries/
 install -m 0644 %SOURCE2 \
 %{buildroot}/%{_datadir}/susehelp/meta/Development/Libraries/dbus-1.desktop
@@ -214,7 +211,7 @@
 
 %pre
 /usr/sbin/groupadd -r messagebus 2 /dev/null || :
-/usr/sbin/useradd -r -s /bin/false -c User for D-Bus -d /run/dbus -g 
messagebus messagebus 2 /dev/null || :
+/usr/sbin/useradd -r -s /bin/false -c User for D-Bus -d /var/run/dbus -g 
messagebus messagebus 2 /dev/null || :
 %if 0%{?suse_version:1}
 
 %preun
@@ -260,7 +257,7 @@
 # See doc/system-activation.txt in source tarball for the rationale
 # behind these permissions
 %attr(4750,root,messagebus) %verify(not mode) 
/lib/%{name}/dbus-daemon-launch-helper
-%ghost /run/dbus
+%ghost /var/run/dbus
 %ghost %{_localstatedir}/lib/dbus/machine-id
 %if ! %{with_systemd}
 %if 0%{?suse_version}  1230

++ dbus_at_console.ck ++
--- /var/tmp/diff_new_pack.9MELyC/_old  2013-02-20 09:19:59.0 +0100
+++ /var/tmp/diff_new_pack.9MELyC/_new  2013-02-20 09:19:59.0 +0100
@@ -4,7 +4,7 @@
 #
 reason=$1
 
-dir=/run/dbus/at_console
+dir=/var/run/dbus/at_console
 
 # for at_console we are only interested in local sessions
 test $CK_SESSION_IS_LOCAL = true || exit 0

++ rc.boot.dbus ++
--- /var/tmp/diff_new_pack.9MELyC/_old  2013-02-20 09:19:59.0 +0100
+++ /var/tmp/diff_new_pack.9MELyC/_new  2013-02-20 

commit dbus-1 for openSUSE:12.3

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package dbus-1 for openSUSE:12.3 checked in 
at 2013-02-20 09:19:59

Comparing /work/SRC/openSUSE:12.3/dbus-1 (Old)
 and  /work/SRC/openSUSE:12.3/.dbus-1.new (New)


Package is dbus-1, Maintainer is thoe...@suse.com

Changes:

--- /work/SRC/openSUSE:12.3/dbus-1/dbus-1-x11.changes   2013-01-31 
01:14:45.0 +0100
+++ /work/SRC/openSUSE:12.3/.dbus-1.new/dbus-1-x11.changes  2013-02-20 
09:20:01.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 18 13:06:24 UTC 2013 - rmila...@suse.com
+
+- Revert patch: dbus-move-everything-to-run-directory.patch (bnc#802525). 
+
+---
dbus-1.changes: same change

Old:

  dbus-move-everything-to-run-directory.patch



Other differences:
--
++ dbus-1-x11.spec ++
--- /var/tmp/diff_new_pack.9iAHvQ/_old  2013-02-20 09:20:01.0 +0100
+++ /var/tmp/diff_new_pack.9iAHvQ/_new  2013-02-20 09:20:01.0 +0100
@@ -61,8 +61,6 @@
 Patch0: dbus-log-deny.patch
 # PATCH-FIX-OPENSUSE co...@suse.de -- force a feature configure won't accept 
without x11 in buildrequires
 Patch1: dbus-do-autolaunch.patch
-# PATCH-FIX-OPENSUSE rmila...@suse.com - move pid and any temp files to /run
-Patch2: dbus-move-everything-to-run-directory.patch
 %if 0%{?suse_version}  1100
 %bcond_without selinux
 %else
@@ -86,7 +84,6 @@
 %setup -n %{_name}-%{version} -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 autoreconf -fi
@@ -116,7 +113,7 @@
 --enable-systemd   \
 %endif
 --enable-libaudit  \
---with-console-auth-dir=/run/dbus/at_console/  \
+--with-console-auth-dir=/var/run/dbus/at_console/  \
 --with-systemdsystemunitdir=%{_unitdir} 
 make %{?_smp_mflags}
 doxygen -u  doxygen

++ dbus-1.spec ++
--- /var/tmp/diff_new_pack.9iAHvQ/_old  2013-02-20 09:20:01.0 +0100
+++ /var/tmp/diff_new_pack.9iAHvQ/_new  2013-02-20 09:20:01.0 +0100
@@ -60,8 +60,6 @@
 Patch0: dbus-log-deny.patch
 # PATCH-FIX-OPENSUSE co...@suse.de -- force a feature configure won't accept 
without x11 in buildrequires
 Patch1: dbus-do-autolaunch.patch
-# PATCH-FIX-OPENSUSE rmila...@suse.com - move pid and any temp files to /run
-Patch2: dbus-move-everything-to-run-directory.patch
 %if 0%{?suse_version}  1100
 %bcond_without selinux
 %else
@@ -137,7 +135,6 @@
 %setup -n %{_name}-%{version} -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 autoreconf -fi
@@ -167,7 +164,7 @@
 --enable-systemd   \
 %endif
 --enable-libaudit  \
---with-console-auth-dir=/run/dbus/at_console/  \
+--with-console-auth-dir=/var/run/dbus/at_console/  \
 --with-systemdsystemunitdir=%{_unitdir} 
 make %{?_smp_mflags}
 doxygen -u  doxygen
@@ -180,7 +177,7 @@
 mkdir -p %{buildroot}/usr/sbin
 install -m 755 %{SOURCE1} %{buildroot}/%{_sysconfdir}/init.d/dbus
 ln -sf %{_sysconfdir}/init.d/dbus %{buildroot}/%{_sbindir}/rcdbus
-install -d %{buildroot}/run/dbus
+install -d %{buildroot}/var/run/dbus
 mkdir -p %{buildroot}/%{_datadir}/susehelp/meta/Development/Libraries/
 install -m 0644 %SOURCE2 \
 %{buildroot}/%{_datadir}/susehelp/meta/Development/Libraries/dbus-1.desktop
@@ -214,7 +211,7 @@
 
 %pre
 /usr/sbin/groupadd -r messagebus 2 /dev/null || :
-/usr/sbin/useradd -r -s /bin/false -c User for D-Bus -d /run/dbus -g 
messagebus messagebus 2 /dev/null || :
+/usr/sbin/useradd -r -s /bin/false -c User for D-Bus -d /var/run/dbus -g 
messagebus messagebus 2 /dev/null || :
 %if 0%{?suse_version:1}
 
 %preun
@@ -260,7 +257,7 @@
 # See doc/system-activation.txt in source tarball for the rationale
 # behind these permissions
 %attr(4750,root,messagebus) %verify(not mode) 
/lib/%{name}/dbus-daemon-launch-helper
-%ghost /run/dbus
+%ghost /var/run/dbus
 %ghost %{_localstatedir}/lib/dbus/machine-id
 %if ! %{with_systemd}
 %if 0%{?suse_version}  1230

++ dbus_at_console.ck ++
--- /var/tmp/diff_new_pack.9iAHvQ/_old  2013-02-20 09:20:01.0 +0100
+++ /var/tmp/diff_new_pack.9iAHvQ/_new  2013-02-20 09:20:01.0 +0100
@@ -4,7 +4,7 @@
 #
 reason=$1
 
-dir=/run/dbus/at_console
+dir=/var/run/dbus/at_console
 
 # for at_console we are only interested in local sessions
 test $CK_SESSION_IS_LOCAL = true || exit 0

++ rc.boot.dbus ++
--- /var/tmp/diff_new_pack.9iAHvQ/_old  2013-02-20 09:20:01.0 +0100
+++ /var/tmp/diff_new_pack.9iAHvQ/_new  2013-02-20 09:20:01.0 +0100
@@ 

commit ghex for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2013-02-20 09:24:35

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


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

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2012-10-18 
21:18:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2013-02-20 
09:24:36.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 19 17:17:47 CET 2013 - sbra...@suse.cz
+
+- Removed obsolete ghex-empty-search-crash.patch. (bgo#473208)
+
+---

Old:

  ghex-empty-search-crash.patch



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.co6uuX/_old  2013-02-20 09:24:37.0 +0100
+++ /var/tmp/diff_new_pack.co6uuX/_new  2013-02-20 09:24:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghex
 #
-# 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
@@ -24,8 +24,6 @@
 Group:  Development/Tools/Other
 Url:http://www.gnome.org/
 Source: 
http://download.gnome.org/sources/ghex/3.6/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM ghex-empty-search-crash.patch bgo#473208
-Patch7: ghex-empty-search-crash.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
@@ -67,7 +65,6 @@
 %prep
 %setup -n ghex-%{version}
 translation-update-upstream
-%patch7
 
 %build
 %configure --with-pic\


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



commit ghex for openSUSE:12.3

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:12.3 checked in at 
2013-02-20 09:24:39

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


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

Changes:

--- /work/SRC/openSUSE:12.3/ghex/ghex.changes   2013-01-31 01:17:42.0 
+0100
+++ /work/SRC/openSUSE:12.3/.ghex.new/ghex.changes  2013-02-20 
09:24:41.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 19 17:17:47 CET 2013 - sbra...@suse.cz
+
+- Removed obsolete ghex-empty-search-crash.patch. (bgo#473208)
+
+---

Old:

  ghex-empty-search-crash.patch



Other differences:
--
++ ghex.spec ++
--- /var/tmp/diff_new_pack.uAk17x/_old  2013-02-20 09:24:41.0 +0100
+++ /var/tmp/diff_new_pack.uAk17x/_new  2013-02-20 09:24:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghex
 #
-# 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
@@ -24,8 +24,6 @@
 Group:  Development/Tools/Other
 Url:http://www.gnome.org/
 Source: 
http://download.gnome.org/sources/ghex/3.6/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM ghex-empty-search-crash.patch bgo#473208
-Patch7: ghex-empty-search-crash.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
@@ -67,7 +65,6 @@
 %prep
 %setup -n ghex-%{version}
 translation-update-upstream
-%patch7
 
 %build
 %configure --with-pic\


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



commit hello for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package hello for openSUSE:Factory checked 
in at 2013-02-20 09:24:55

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


Package is hello, Maintainer is k...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/hello/hello.changes  2012-07-30 
09:14:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.hello.new/hello.changes 2013-02-20 
09:24:56.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 18 15:32:50 UTC 2013 - abergm...@novell.com
+
+- Added GPG Offline checking.
+
+---

New:

  hello-2.8.tar.gz.sig
  hello.keyring



Other differences:
--
++ hello.spec ++
--- /var/tmp/diff_new_pack.zqsvvD/_old  2013-02-20 09:24:57.0 +0100
+++ /var/tmp/diff_new_pack.zqsvvD/_new  2013-02-20 09:24:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hello
 #
-# 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
@@ -27,9 +27,14 @@
 Release:0
 Url:http://www.gnu.org/software/hello
 Source0:ftp://ftp.gnu.org/pub/gnu/hello/hello-%{version}.tar.gz
+Source1:ftp://ftp.gnu.org/pub/gnu/hello/hello-%{version}.tar.gz.sig
+Source2:%{name}.keyring
 Patch0: hello-1.3.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  makeinfo
+%if 0%{?suse_version}  1220
+BuildRequires:  gpg-offline
+%endif
 PreReq: %install_info_prereq
 
 %description
@@ -54,6 +59,9 @@
 Roland McGrath  rol...@gnu.org
 
 %prep
+%if 0%{?suse_version}  1220
+%gpg_verify %{S:1}
+%endif
 # Use defined macro
 %{hello}
 %setup -q

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



commit kwebkitpart for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package kwebkitpart for openSUSE:Factory 
checked in at 2013-02-20 09:28:26

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


Package is kwebkitpart, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kwebkitpart/kwebkitpart.changes  2012-11-28 
10:36:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.kwebkitpart.new/kwebkitpart.changes 
2013-02-20 09:28:28.0 +0100
@@ -1,0 +2,9 @@
+Mon Feb 18 12:37:35 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 1.3.2
+  *Bugfixes
+* Make user defined custom style sheet work
+* Disable filters with options since they are not correctly 
+  supported
+
+---

Old:

  kwebkitpart-1.3.1.tar.xz

New:

  kwebkitpart-1.3.2.tar.xz



Other differences:
--
++ kwebkitpart.spec ++
--- /var/tmp/diff_new_pack.bCeYVm/_old  2013-02-20 09:28:29.0 +0100
+++ /var/tmp/diff_new_pack.bCeYVm/_new  2013-02-20 09:28:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kwebkitpart
 #
-# 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:   kwebkitpart
-Version:1.3.1
+Version:1.3.2
 Release:0
 Summary:KDE Webkit web browser component
 License:LGPL-2.0+ and LGPL-2.1+


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



commit lua for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package lua for openSUSE:Factory checked in 
at 2013-02-20 09:28:52

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


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

Changes:

--- /work/SRC/openSUSE:Factory/lua/lua.changes  2013-02-07 10:39:14.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lua.new/lua.changes 2013-02-20 
09:28:53.0 +0100
@@ -1,0 +2,10 @@
+Tue Feb 19 11:30:57 UTC 2013 - pgaj...@suse.com
+
+- fix visibility of global variables [bnc#803791]
+  * modified lua-suse.diff
+- added LUA_SO target as dependency to LUAC_T and LUA_T to fix
+  parallel build
+  * modified lua-suse.diff
+- added regresion check for this error into %check
+
+---



Other differences:
--
++ lua.spec ++
--- /var/tmp/diff_new_pack.DxgX8E/_old  2013-02-20 09:28:54.0 +0100
+++ /var/tmp/diff_new_pack.DxgX8E/_new  2013-02-20 09:28:54.0 +0100
@@ -27,6 +27,10 @@
 Source1:macros.lua
 Source2:baselibs.conf
 # prefix and build shared libraries (upstream don't want this in Makefile)
+# visibility: I don't see the point why divert from upstream except that
+# luaU_dump, luaP_opmodes and luaP_opnames need to be visible
+# to luac; if you will divert, don't forgot that LUAI_DDEC
+# prefixes declaration of _variables_
 Patch0: %{name}-suse.diff
 %define major_version 5.2
 %define libsuf5_2
@@ -110,7 +114,6 @@
 
 %build
 sed -i -e s@lib/lua/@%{_lib}/lua/@g src/luaconf.h
-grep LUA_CDIR src/luaconf.h 
 make %{?_smp_mflags} -C src CC=gcc MYCFLAGS=%{optflags} -std=gnu99 
-D_GNU_SOURCE -fPIC -DLUA_USE_LINUX MYLIBS=-Wl,-E -ldl -lreadline -lhistory 
-lncurses V=%{major_version} all
 
 %install
@@ -136,6 +139,10 @@
 EOF
 install -D -m 644 lua.pc %{buildroot}/%{_libdir}/pkgconfig/lua.pc
 
+%check
+cd src
+LD_LIBRARY_PATH=`pwd` ./lua -e 'print(0)'  /dev/null
+
 %post
 /usr/sbin/update-alternatives --install
   \
 %{_bindir}/lualua   %{_bindir}/lua%{major_version} 
15 \

++ lua-suse.diff ++
--- /var/tmp/diff_new_pack.DxgX8E/_old  2013-02-20 09:28:54.0 +0100
+++ /var/tmp/diff_new_pack.DxgX8E/_new  2013-02-20 09:28:54.0 +0100
@@ -53,12 +53,14 @@
$(AR) $@ $(BASE_O)
$(RANLIB) $@
  
- $(LUA_T): $(LUA_O) $(LUA_A)
+-$(LUA_T): $(LUA_O) $(LUA_A)
 -  $(CC) -o $@ $(LDFLAGS) $(LUA_O) $(LUA_A) $(LIBS)
++$(LUA_T): $(LUA_O) $(LUA_SO)
 +  $(CC) $(MYCFLAGS) -o $@ $(MYLDFLAGS) $(LUA_O) -L. -llua $(LIBS)
  
- $(LUAC_T): $(LUAC_O) $(LUA_A)
+-$(LUAC_T): $(LUAC_O) $(LUA_A)
 -  $(CC) -o $@ $(LDFLAGS) $(LUAC_O) $(LUA_A) $(LIBS)
++$(LUAC_T): $(LUAC_O) $(LUA_SO)
 +  $(CC) $(MYCFLAGS) -o $@ $(MYLDFLAGS) $(LUAC_O) -L. -llua $(LIBS)
  
  clean:
@@ -83,27 +85,6 @@
  #define LUA_LDIR  LUA_ROOT share/lua/ LUA_VDIR
  #define LUA_CDIR  LUA_ROOT lib/lua/ LUA_VDIR
  #define LUA_PATH_DEFAULT  \
-@@ -150,7 +150,7 @@
- 
- #else /* }{ */
- 
--#define LUA_API   extern
-+#define LUA_API   __attribute__ ((visibility (default)))
- 
- #endif/* } */
- 
-@@ -176,9 +176,9 @@
- */
- #if defined(__GNUC__)  ((__GNUC__*100 + __GNUC_MINOR__) = 302)  \
- defined(__ELF__)  /* { */
--#define LUAI_FUNC __attribute__((visibility(hidden))) extern
-+#define LUAI_FUNC __attribute__ ((visibility (hidden)))
- #define LUAI_DDEC LUAI_FUNC
--#define LUAI_DDEF /* empty */
-+#define LUAI_DDEF LUAI_FUNC /* empty */
- 
- #else /* }{ */
- #define LUAI_FUNC extern
 Index: lua-5.2.1/src/lundump.h
 ===
 --- lua-5.2.1.orig/src/lundump.h
@@ -113,7 +94,29 @@
  
  /* dump one chunk; from ldump.c */
 -LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* 
data, int strip);
-+__attribute__ ((visibility (default))) int luaU_dump (lua_State* L, const 
Proto* f, lua_Writer w, void* data, int strip);
++LUA_API int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* 
data, int strip);
  
  /* data to catch conversion errors */
  #define LUAC_TAIL \x19\x93\r\n\x1a\n
+Index: lua-5.2.1/src/lopcodes.h
+===
+--- lua-5.2.1.orig/src/lopcodes.h
 lua-5.2.1/src/lopcodes.h
+@@ -269,7 +269,7 @@ enum OpArgMask {
+   OpArgK   /* argument is a constant or register/constant */
+ };
+ 
+-LUAI_DDEC const lu_byte luaP_opmodes[NUM_OPCODES];
++LUA_API const lu_byte luaP_opmodes[NUM_OPCODES];
+ 

commit midori for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package midori for openSUSE:Factory checked 
in at 2013-02-20 09:29:28

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


Package is midori, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/midori/midori.changes2013-02-07 
10:42:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.midori.new/midori.changes   2013-02-20 
09:29:29.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb 19 16:30:46 UTC 2013 - g...@opensuse.org
+
+- added midori-fix-docdir.patch in order to fix a hardcoded docdir
+  that breaks readable view (lp#1130297)
+
+---

New:

  midori-fix-docdir.patch



Other differences:
--
++ midori.spec ++
--- /var/tmp/diff_new_pack.s9JjqM/_old  2013-02-20 09:29:30.0 +0100
+++ /var/tmp/diff_new_pack.s9JjqM/_new  2013-02-20 09:29:30.0 +0100
@@ -28,6 +28,8 @@
 Patch0: midori-work-around-vala-storing-uint64-in-pointer.patch
 # PATCH-FIX-OPENSUSE midori-fix-desktop-files.patch g...@opensuse.org -- Fix 
desktop file according to openSUSE policy
 Patch1: midori-fix-desktop-files.patch
+# PATCH-FIX-OPENSUSE midori-fix-docdir.patch lp#1130297 g...@opensuse.org -- 
Fix hardcoded docdir
+Patch2: midori-fix-docdir.patch
 BuildRequires:  docutils
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
@@ -98,6 +100,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 export CCFLAGS=%{optflags}

++ midori-fix-docdir.patch ++
Index: midori-0.4.8/midori/midori-browser.c
===
--- midori-0.4.8.orig/midori/midori-browser.c
+++ midori-0.4.8/midori/midori-browser.c
@@ -3510,7 +3510,7 @@ _action_readable_activate (GtkAction*
 stylesheet = NULL;
 if (!g_file_get_contents (filename, stylesheet, NULL, NULL))
 {
-katze_assign (filename, midori_paths_get_data_filename 
(doc/midori/faq.css, FALSE));
+katze_assign (filename, midori_paths_get_data_filename 
(doc/packages/midori/faq.css, FALSE));
 g_file_get_contents (filename, stylesheet, NULL, NULL);
 }
 if (!(stylesheet  *stylesheet))
-- 
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-02-20 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:Factory 
checked in at 2013-02-20 09:31:38

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-02-09 10:13:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes   
2013-02-20 09:31:40.0 +0100
@@ -1,0 +2,27 @@
+Sat Feb 16 07:08:55 UTC 2013 - w...@rosenauer.org
+
+- update to Firefox 19.0 (bnc#804248)
+  * MFSA 2013-21/CVE-2013-0783/2013-0784
+Miscellaneous memory safety hazards
+  * MFSA 2013-22/CVE-2013-0772 (bmo#801366)
+Out-of-bounds read in image rendering
+  * MFSA 2013-23/CVE-2013-0765 (bmo#830614)
+Wrapped WebIDL objects can be wrapped again
+  * MFSA 2013-24/CVE-2013-0773 (bmo#809652)
+Web content bypass of COW and SOW security wrappers
+  * MFSA 2013-25/CVE-2013-0774 (bmo#827193)
+Privacy leak in JavaScript Workers
+  * MFSA 2013-26/CVE-2013-0775 (bmo#831095)
+Use-after-free in nsImageLoadingContent
+  * MFSA 2013-27/CVE-2013-0776 (bmo#796475)
+Phishing on HTTPS connection through malicious proxy
+  * MFSA 2013-28/CVE-2013-0780/CVE-2013-0782/CVE-2013-0777/
+CVE-2013-0778/CVE-2013-0779/CVE-2013-0781
+Use-after-free, out of bounds read, and buffer overflow issues
+found using Address Sanitizer
+- removed obsolete patches
+  * mozilla-webrtc.patch
+  * mozilla-gstreamer-803287.patch
+- added patch to fix session restore window order (bmo#712763)
+
+---

Old:

  firefox-18.0.2-source.tar.bz2
  l10n-18.0.2.tar.bz2
  mozilla-gstreamer-803287.patch
  mozilla-webrtc.patch

New:

  firefox-19.0-source.tar.bz2
  firefox-712763.patch
  l10n-19.0.tar.bz2



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.7KvFD9/_old  2013-02-20 09:31:57.0 +0100
+++ /var/tmp/diff_new_pack.7KvFD9/_new  2013-02-20 09:31:57.0 +0100
@@ -2,7 +2,7 @@
 # spec file for package MozillaFirefox
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
-#   2006-2012 Wolfgang Rosenauer
+#   2006-2013 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,8 @@
 #
 
 
-%define major 18
-%define mainver %major.0.2
+%define major 19
+%define mainver %major.0
 %define update_channel release
 
 Name:   MozillaFirefox
@@ -54,7 +54,7 @@
 %endif
 Version:%{mainver}
 Release:0
-%define releasedate 2013020100
+%define releasedate 2013021500
 Provides:   firefox = %{mainver}
 Provides:   firefox = %{version}-%{release}
 Provides:   web_browser
@@ -95,10 +95,8 @@
 Patch10:mozilla-sle11.patch
 Patch11:mozilla-disable-neon-option.patch
 Patch12:mozilla-arm-disable-edsp.patch
-Patch13:mozilla-gstreamer-803287.patch
 Patch14:mozilla-ppc.patch
 Patch15:mozilla-gstreamer-760140.patch
-Patch16:mozilla-webrtc.patch
 Patch17:mozilla-libproxy-compat.patch
 Patch18:mozilla-webrtc-ppc.patch
 # Firefox/browser
@@ -108,6 +106,7 @@
 Patch33:firefox-no-default-ualocale.patch
 Patch34:firefox-multilocale-chrome.patch
 Patch35:firefox-branded-icons.patch
+Patch36:firefox-712763.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(post):   coreutils shared-mime-info desktop-file-utils
 Requires(postun): shared-mime-info desktop-file-utils
@@ -231,10 +230,8 @@
 %endif
 #%patch11 -p1
 %patch12 -p1
-%patch13 -p1
 %patch14 -p1
 %patch15 -p1
-%patch16 -p1
 %patch17 -p1
 %patch18 -p1
 #
@@ -248,6 +245,7 @@
 %patch33 -p1
 %patch34 -p1
 %patch35 -p1
+%patch36 -p1
 
 %build
 # no need to add build time to binaries


++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.7KvFD9/_old  2013-02-20 09:31:57.0 +0100
+++ /var/tmp/diff_new_pack.7KvFD9/_new  2013-02-20 09:31:57.0 +0100
@@ -2,8 +2,8 @@
 
 CHANNEL=release
 BRANCH=releases/mozilla-$CHANNEL
-RELEASE_TAG=FIREFOX_18_0_2_RELEASE
-VERSION=18.0.2
+RELEASE_TAG=FIREFOX_19_0_RELEASE
+VERSION=19.0
 
 # mozilla
 echo cloning $BRANCH...

++ firefox-18.0.2-source.tar.bz2 - firefox-19.0-source.tar.bz2 ++
/work/SRC/openSUSE:Factory/MozillaFirefox/firefox-18.0.2-source.tar.bz2 
/work/SRC/openSUSE:Factory/.MozillaFirefox.new/firefox-19.0-source.tar.bz2 
differ: char 11, line 

commit MozillaFirefox for openSUSE:12.3

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:12.3 
checked in at 2013-02-20 09:31:50

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


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

Changes:

--- /work/SRC/openSUSE:12.3/MozillaFirefox/MozillaFirefox.changes   
2013-02-09 10:14:09.0 +0100
+++ /work/SRC/openSUSE:12.3/.MozillaFirefox.new/MozillaFirefox.changes  
2013-02-20 09:32:01.0 +0100
@@ -1,0 +2,27 @@
+Sat Feb 16 07:08:55 UTC 2013 - w...@rosenauer.org
+
+- update to Firefox 19.0 (bnc#804248)
+  * MFSA 2013-21/CVE-2013-0783/2013-0784
+Miscellaneous memory safety hazards
+  * MFSA 2013-22/CVE-2013-0772 (bmo#801366)
+Out-of-bounds read in image rendering
+  * MFSA 2013-23/CVE-2013-0765 (bmo#830614)
+Wrapped WebIDL objects can be wrapped again
+  * MFSA 2013-24/CVE-2013-0773 (bmo#809652)
+Web content bypass of COW and SOW security wrappers
+  * MFSA 2013-25/CVE-2013-0774 (bmo#827193)
+Privacy leak in JavaScript Workers
+  * MFSA 2013-26/CVE-2013-0775 (bmo#831095)
+Use-after-free in nsImageLoadingContent
+  * MFSA 2013-27/CVE-2013-0776 (bmo#796475)
+Phishing on HTTPS connection through malicious proxy
+  * MFSA 2013-28/CVE-2013-0780/CVE-2013-0782/CVE-2013-0777/
+CVE-2013-0778/CVE-2013-0779/CVE-2013-0781
+Use-after-free, out of bounds read, and buffer overflow issues
+found using Address Sanitizer
+- removed obsolete patches
+  * mozilla-webrtc.patch
+  * mozilla-gstreamer-803287.patch
+- added patch to fix session restore window order (bmo#712763)
+
+---

Old:

  firefox-18.0.2-source.tar.bz2
  l10n-18.0.2.tar.bz2
  mozilla-gstreamer-803287.patch
  mozilla-webrtc.patch

New:

  firefox-19.0-source.tar.bz2
  firefox-712763.patch
  l10n-19.0.tar.bz2



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.exsisg/_old  2013-02-20 09:32:15.0 +0100
+++ /var/tmp/diff_new_pack.exsisg/_new  2013-02-20 09:32:15.0 +0100
@@ -2,7 +2,7 @@
 # spec file for package MozillaFirefox
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
-#   2006-2012 Wolfgang Rosenauer
+#   2006-2013 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,8 @@
 #
 
 
-%define major 18
-%define mainver %major.0.2
+%define major 19
+%define mainver %major.0
 %define update_channel release
 
 Name:   MozillaFirefox
@@ -54,7 +54,7 @@
 %endif
 Version:%{mainver}
 Release:0
-%define releasedate 2013020100
+%define releasedate 2013021500
 Provides:   firefox = %{mainver}
 Provides:   firefox = %{version}-%{release}
 Provides:   web_browser
@@ -95,10 +95,8 @@
 Patch10:mozilla-sle11.patch
 Patch11:mozilla-disable-neon-option.patch
 Patch12:mozilla-arm-disable-edsp.patch
-Patch13:mozilla-gstreamer-803287.patch
 Patch14:mozilla-ppc.patch
 Patch15:mozilla-gstreamer-760140.patch
-Patch16:mozilla-webrtc.patch
 Patch17:mozilla-libproxy-compat.patch
 Patch18:mozilla-webrtc-ppc.patch
 # Firefox/browser
@@ -108,6 +106,7 @@
 Patch33:firefox-no-default-ualocale.patch
 Patch34:firefox-multilocale-chrome.patch
 Patch35:firefox-branded-icons.patch
+Patch36:firefox-712763.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(post):   coreutils shared-mime-info desktop-file-utils
 Requires(postun): shared-mime-info desktop-file-utils
@@ -231,10 +230,8 @@
 %endif
 #%patch11 -p1
 %patch12 -p1
-%patch13 -p1
 %patch14 -p1
 %patch15 -p1
-%patch16 -p1
 %patch17 -p1
 %patch18 -p1
 #
@@ -248,6 +245,7 @@
 %patch33 -p1
 %patch34 -p1
 %patch35 -p1
+%patch36 -p1
 
 %build
 # no need to add build time to binaries


++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.exsisg/_old  2013-02-20 09:32:15.0 +0100
+++ /var/tmp/diff_new_pack.exsisg/_new  2013-02-20 09:32:15.0 +0100
@@ -2,8 +2,8 @@
 
 CHANNEL=release
 BRANCH=releases/mozilla-$CHANNEL
-RELEASE_TAG=FIREFOX_18_0_2_RELEASE
-VERSION=18.0.2
+RELEASE_TAG=FIREFOX_19_0_RELEASE
+VERSION=19.0
 
 # mozilla
 echo cloning $BRANCH...

++ firefox-18.0.2-source.tar.bz2 - firefox-19.0-source.tar.bz2 ++
/work/SRC/openSUSE:12.3/MozillaFirefox/firefox-18.0.2-source.tar.bz2 
/work/SRC/openSUSE:12.3/.MozillaFirefox.new/firefox-19.0-source.tar.bz2 differ: 
char 11, line 1

++ 

commit MozillaThunderbird for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2013-02-20 09:33:11

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-01-10 13:47:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
2013-02-20 09:33:12.0 +0100
@@ -1,0 +2,25 @@
+Sun Feb 17 12:09:06 UTC 2013 - w...@rosenauer.org
+
+- update to Thunderbird 17.0.3 (bnc#804248)
+  * MFSA 2013-21/CVE-2013-0783
+Miscellaneous memory safety hazards
+  * MFSA 2013-24/CVE-2013-0773 (bmo#809652)
+Web content bypass of COW and SOW security wrappers
+  * MFSA 2013-25/CVE-2013-0774 (bmo#827193)
+Privacy leak in JavaScript Workers
+  * MFSA 2013-26/CVE-2013-0775 (bmo#831095)
+Use-after-free in nsImageLoadingContent
+  * MFSA 2013-27/CVE-2013-0776 (bmo#796475)
+Phishing on HTTPS connection through malicious proxy
+  * MFSA 2013-28/CVE-2013-0780/CVE-2013-0782
+Use-after-free, out of bounds read, and buffer overflow issues
+found using Address Sanitizer
+
+---
+Mon Feb 11 08:25:24 UTC 2013 - w...@rosenauer.org
+
+- update Enigmail to 1.5.1
+  * The release fixes the regressions found in the past few
+weeks
+
+---

Old:

  enigmail-1.5.0.tar.gz
  l10n-17.0.2.tar.bz2
  thunderbird-17.0.2-source.tar.bz2

New:

  _constraints
  enigmail-1.5.1.tar.gz
  enigmail-old-gcc.patch
  l10n-17.0.3.tar.bz2
  thunderbird-17.0.3-source.tar.bz2



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.Awl540/_old  2013-02-20 09:33:30.0 +0100
+++ /var/tmp/diff_new_pack.Awl540/_new  2013-02-20 09:33:30.0 +0100
@@ -2,7 +2,7 @@
 # spec file for package MozillaThunderbird
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
-#   2006-2012 Wolfgang Rosenauer w...@rosenauer.org
+#   2006-2013 Wolfgang Rosenauer w...@rosenauer.org
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -40,11 +40,11 @@
 BuildRequires:  xorg-x11-libXt-devel
 BuildRequires:  yasm
 BuildRequires:  zip
-%define mainversion 17.0.2
+%define mainversion 17.0.3
 %define update_channel release
 Version:%{mainversion}
 Release:0
-%define releasedate 2013010500
+%define releasedate 2013021500
 Provides:   thunderbird = %{version}
 %if %{with_kde}
 # this is needed to match this package with the kde4 helper package without 
the main package
@@ -65,7 +65,7 @@
 Source6:suse-default-prefs.js
 Source7:find-external-requires.sh
 Source8:thunderbird-rpmlintrc
-Source9:enigmail-1.5.0.tar.gz
+Source9:enigmail-1.5.1.tar.gz
 Source10:   create-tar.sh
 Source11:   compare-locales.tar.bz2
 Source12:   kde.js
@@ -84,6 +84,7 @@
 Patch20:tb-ssldap.patch
 Patch21:tb-develdirs.patch
 Patch22:thunderbird-shared-nss-db.patch
+Patch30:enigmail-old-gcc.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: coreutils fileutils textutils /bin/sh
 Recommends: libcanberra0
@@ -173,7 +174,7 @@
 
 %if %build_enigmail
 %package -n enigmail
-Version:1.5.0+%{mainversion}
+Version:1.5.1+%{mainversion}
 Release:0
 Summary:OpenPGP addon for Thunderbird and SeaMonkey
 License:MPL-1.1 or GPL-2.0+
@@ -218,6 +219,11 @@
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1
+%if %suse_version  1120
+pushd ../enigmail
+%patch30 -p1
+popd
+%endif
 
 %build
 # no need to add build time to binaries

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.Awl540/_old  2013-02-20 09:33:30.0 +0100
+++ /var/tmp/diff_new_pack.Awl540/_new  2013-02-20 09:33:30.0 +0100
@@ -1,9 +1,9 @@
 #!/bin/bash
 
-CHANNEL=release
+CHANNEL=esr17
 BRANCH=releases/comm-$CHANNEL
-RELEASE_TAG=THUNDERBIRD_17_0_2_RELEASE
-VERSION=17.0.2
+RELEASE_TAG=THUNDERBIRD_17_0_3_RELEASE
+VERSION=17.0.3
 
 echo cloning $BRANCH...
 hg clone http://hg.mozilla.org/$BRANCH thunderbird
@@ -33,7 +33,7 @@
   ;;
 *)
   echo fetching $locale ...
-  hg clone http://hg.mozilla.org/releases/l10n/mozilla-$CHANNEL/$locale 
l10n/$locale
+  hg clone http://hg.mozilla.org/releases/l10n/mozilla-release/$locale 
l10n/$locale
   hg -R 

commit MozillaThunderbird for openSUSE:12.3

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for openSUSE:12.3 
checked in at 2013-02-20 09:33:20

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


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

Changes:

--- /work/SRC/openSUSE:12.3/MozillaThunderbird/MozillaThunderbird.changes   
2013-01-31 01:11:34.0 +0100
+++ /work/SRC/openSUSE:12.3/.MozillaThunderbird.new/MozillaThunderbird.changes  
2013-02-20 09:33:31.0 +0100
@@ -1,0 +2,25 @@
+Sun Feb 17 12:09:06 UTC 2013 - w...@rosenauer.org
+
+- update to Thunderbird 17.0.3 (bnc#804248)
+  * MFSA 2013-21/CVE-2013-0783
+Miscellaneous memory safety hazards
+  * MFSA 2013-24/CVE-2013-0773 (bmo#809652)
+Web content bypass of COW and SOW security wrappers
+  * MFSA 2013-25/CVE-2013-0774 (bmo#827193)
+Privacy leak in JavaScript Workers
+  * MFSA 2013-26/CVE-2013-0775 (bmo#831095)
+Use-after-free in nsImageLoadingContent
+  * MFSA 2013-27/CVE-2013-0776 (bmo#796475)
+Phishing on HTTPS connection through malicious proxy
+  * MFSA 2013-28/CVE-2013-0780/CVE-2013-0782
+Use-after-free, out of bounds read, and buffer overflow issues
+found using Address Sanitizer
+
+---
+Mon Feb 11 08:25:24 UTC 2013 - w...@rosenauer.org
+
+- update Enigmail to 1.5.1
+  * The release fixes the regressions found in the past few
+weeks
+
+---

Old:

  enigmail-1.5.0.tar.gz
  l10n-17.0.2.tar.bz2
  thunderbird-17.0.2-source.tar.bz2

New:

  _constraints
  enigmail-1.5.1.tar.gz
  enigmail-old-gcc.patch
  l10n-17.0.3.tar.bz2
  thunderbird-17.0.3-source.tar.bz2



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.80ExsV/_old  2013-02-20 09:33:42.0 +0100
+++ /var/tmp/diff_new_pack.80ExsV/_new  2013-02-20 09:33:42.0 +0100
@@ -2,7 +2,7 @@
 # spec file for package MozillaThunderbird
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
-#   2006-2012 Wolfgang Rosenauer w...@rosenauer.org
+#   2006-2013 Wolfgang Rosenauer w...@rosenauer.org
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -40,11 +40,11 @@
 BuildRequires:  xorg-x11-libXt-devel
 BuildRequires:  yasm
 BuildRequires:  zip
-%define mainversion 17.0.2
+%define mainversion 17.0.3
 %define update_channel release
 Version:%{mainversion}
 Release:0
-%define releasedate 2013010500
+%define releasedate 2013021500
 Provides:   thunderbird = %{version}
 %if %{with_kde}
 # this is needed to match this package with the kde4 helper package without 
the main package
@@ -65,7 +65,7 @@
 Source6:suse-default-prefs.js
 Source7:find-external-requires.sh
 Source8:thunderbird-rpmlintrc
-Source9:enigmail-1.5.0.tar.gz
+Source9:enigmail-1.5.1.tar.gz
 Source10:   create-tar.sh
 Source11:   compare-locales.tar.bz2
 Source12:   kde.js
@@ -84,6 +84,7 @@
 Patch20:tb-ssldap.patch
 Patch21:tb-develdirs.patch
 Patch22:thunderbird-shared-nss-db.patch
+Patch30:enigmail-old-gcc.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: coreutils fileutils textutils /bin/sh
 Recommends: libcanberra0
@@ -173,7 +174,7 @@
 
 %if %build_enigmail
 %package -n enigmail
-Version:1.5.0+%{mainversion}
+Version:1.5.1+%{mainversion}
 Release:0
 Summary:OpenPGP addon for Thunderbird and SeaMonkey
 License:MPL-1.1 or GPL-2.0+
@@ -218,6 +219,11 @@
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1
+%if %suse_version  1120
+pushd ../enigmail
+%patch30 -p1
+popd
+%endif
 
 %build
 # no need to add build time to binaries

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.80ExsV/_old  2013-02-20 09:33:42.0 +0100
+++ /var/tmp/diff_new_pack.80ExsV/_new  2013-02-20 09:33:42.0 +0100
@@ -1,9 +1,9 @@
 #!/bin/bash
 
-CHANNEL=release
+CHANNEL=esr17
 BRANCH=releases/comm-$CHANNEL
-RELEASE_TAG=THUNDERBIRD_17_0_2_RELEASE
-VERSION=17.0.2
+RELEASE_TAG=THUNDERBIRD_17_0_3_RELEASE
+VERSION=17.0.3
 
 echo cloning $BRANCH...
 hg clone http://hg.mozilla.org/$BRANCH thunderbird
@@ -33,7 +33,7 @@
   ;;
 *)
   echo fetching $locale ...
-  hg clone http://hg.mozilla.org/releases/l10n/mozilla-$CHANNEL/$locale 
l10n/$locale
+  hg clone http://hg.mozilla.org/releases/l10n/mozilla-release/$locale 
l10n/$locale
   hg -R l10n/$locale up -C 

commit PackageKit for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory 
checked in at 2013-02-20 09:33:48

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


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

Changes:

--- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes2013-02-12 
12:54:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.PackageKit.new/PackageKit.changes   
2013-02-20 09:33:50.0 +0100
@@ -1,0 +2,16 @@
+Tue Feb 19 08:01:34 UTC 2013 - dims...@opensuse.org
+
+- Add PackageKit-allow-to-disable-systemd-updates.patch: Disabling
+  systemd-updates has the effect that HAVE_SYSTEMD is completely
+  ignored, causing build failures.
+- Introduce with_systemd_updates (currently set to 0) to have an
+  easy way enabling/disabling systemd offline updates. For openSUSE
+  12.3 this is not fully ready, and instead of the UI offering it
+  and having any kind of side effect, we for now decide to disable
+  it. The defines conditionally does:
+  + Pass --disable-systemd-updates to configure
+  + Add a section to the %post scripts, removing remnant files if
+left there.
+  + Adjust the files section.
+
+---

New:

  PackageKit-allow-to-disable-systemd-updates.patch



Other differences:
--
++ PackageKit.spec ++
--- /var/tmp/diff_new_pack.IgReQb/_old  2013-02-20 09:33:51.0 +0100
+++ /var/tmp/diff_new_pack.IgReQb/_new  2013-02-20 09:33:51.0 +0100
@@ -18,6 +18,7 @@
 
 # $ pkcon search file /usr/bin/anjuta
 %define BUILD_CNF 1
+%define with_offline_updates 0
 
 Name:   PackageKit
 Version:0.8.7
@@ -56,6 +57,8 @@
 Patch13:0012-zypp-less-debug-in-progress-functions.patch
 # PATCH-FIX-UPSTREAM 
0013-zypp-remap-PK-provides-into-rpm-provides-as-the-zif-.patch co...@suse.de 
-- search in ppds
 Patch14:0013-zypp-remap-PK-provides-into-rpm-provides-as-the-zif-.patch
+# PATCH-FIX-UPSTREAM PackageKit-allow-to-disable-systemd-updates.patch 
fdo#61103 dims...@opensuse.org -- Fix build with --disable-systemd-updates
+Patch15:PackageKit-allow-to-disable-systemd-updates.patch
 # To update this package, please git-format-patch the tag of the
 # tarball version (eg: PACKAGEKIT_0_6_19) vs the distro tag (eg: 
openSUSE_Factory)
 # in https://github.com/openSUSE/PackageKit and keep the patches
@@ -288,6 +291,7 @@
 %patch12 -p1
 %patch13 -p1
 %patch14 -p1
+%patch15 -p1
 translation-update-upstream
 
 %build
@@ -305,6 +309,12 @@
 %else
--enable-command-not-found \
 %endif
+--enable-systemd \
+%if %{with_offline_updates}
+--enable-systemd-updates \
+%else
+--disable-systemd-updates \
+%endif
 %{nil}
 make %{?_smp_mflags} V=1
 
@@ -325,20 +335,35 @@
 %find_lang %{name} %{?no_lang_C}
 %fdupes $RPM_BUILD_ROOT
 
+%if %{with_offline_updates}
 %pre 
 %service_add_pre packagekit-offline-update.service
+%endif
 
 %post
 %{fillup_only -n packagekit-background}
 %mime_database_post
+%if %{with_offline_updates}
 %service_add_post packagekit-offline-update.service
+%else
+  if [ -L system-update ]; then
+rm system-update
+  fi
+  if [ -f var/lib/PackageKit/prepared-update ]; then
+rm var/lib/PackageKit/prepared-update
+  fi
+%endif
 
+%if %{with_offline_updates}
 %preun 
 %service_del_preun packagekit-offline-update.service
+%endif
 
 %postun
 %mime_database_postun
+%if %{with_offline_updates}
 %service_del_postun packagekit-offline-update.service
+%endif
 
 %post gstreamer-plugin
 update-alternatives --install %{_libexecdir}/gst-install-plugins-helper 
gst-install-plugins-helper %{_libexecdir}/pk-gstreamer-install 10
@@ -403,9 +428,6 @@
 %{_libdir}/packagekit-plugins/libpk_plugin-systemd-updates.so
 %{_libdir}/packagekit-plugins/libpk_plugin-update-package-cache.so
 %{_libexecdir}/packagekitd
-%{_libexecdir}/pk-clear-offline-update
-%{_libexecdir}/pk-offline-update
-%{_libexecdir}/pk-trigger-offline-update
 %{_libexecdir}/pm-utils/sleep.d/95packagekit
 %if %BUILD_CNF
 %{_libexecdir}/pk-command-not-found
@@ -421,7 +443,12 @@
 %{_datadir}/dbus-1/system-services/*
 %doc %{_mandir}/man?/*.*
 %verify(not md5 size mtime) %{_localstatedir}/lib/PackageKit/transactions.db
+%if %{with_offline_updates}
+%{_libexecdir}/pk-clear-offline-update
+%{_libexecdir}/pk-offline-update
+%{_libexecdir}/pk-trigger-offline-update
 %{_unitdir}/packagekit-offline-update.service
+%endif
 
 %files backend-zypp
 %defattr(-,root,root)


++ PackageKit-allow-to-disable-systemd-updates.patch ++
Index: PackageKit-0.8.7/configure.ac
===
--- 

commit PackageKit for openSUSE:12.3

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package PackageKit for openSUSE:12.3 checked 
in at 2013-02-20 09:33:52

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


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

Changes:

--- /work/SRC/openSUSE:12.3/PackageKit/PackageKit.changes   2013-02-14 
21:29:28.0 +0100
+++ /work/SRC/openSUSE:12.3/.PackageKit.new/PackageKit.changes  2013-02-20 
09:33:53.0 +0100
@@ -1,0 +2,16 @@
+Tue Feb 19 08:01:34 UTC 2013 - dims...@opensuse.org
+
+- Add PackageKit-allow-to-disable-systemd-updates.patch: Disabling
+  systemd-updates has the effect that HAVE_SYSTEMD is completely
+  ignored, causing build failures.
+- Introduce with_systemd_updates (currently set to 0) to have an
+  easy way enabling/disabling systemd offline updates. For openSUSE
+  12.3 this is not fully ready, and instead of the UI offering it
+  and having any kind of side effect, we for now decide to disable
+  it. The defines conditionally does:
+  + Pass --disable-systemd-updates to configure
+  + Add a section to the %post scripts, removing remnant files if
+left there.
+  + Adjust the files section.
+
+---

New:

  PackageKit-allow-to-disable-systemd-updates.patch



Other differences:
--
++ PackageKit.spec ++
--- /var/tmp/diff_new_pack.RyDlKR/_old  2013-02-20 09:33:54.0 +0100
+++ /var/tmp/diff_new_pack.RyDlKR/_new  2013-02-20 09:33:54.0 +0100
@@ -18,6 +18,7 @@
 
 # $ pkcon search file /usr/bin/anjuta
 %define BUILD_CNF 1
+%define with_offline_updates 0
 
 Name:   PackageKit
 Version:0.8.7
@@ -56,6 +57,8 @@
 Patch13:0012-zypp-less-debug-in-progress-functions.patch
 # PATCH-FIX-UPSTREAM 
0013-zypp-remap-PK-provides-into-rpm-provides-as-the-zif-.patch co...@suse.de 
-- search in ppds
 Patch14:0013-zypp-remap-PK-provides-into-rpm-provides-as-the-zif-.patch
+# PATCH-FIX-UPSTREAM PackageKit-allow-to-disable-systemd-updates.patch 
fdo#61103 dims...@opensuse.org -- Fix build with --disable-systemd-updates
+Patch15:PackageKit-allow-to-disable-systemd-updates.patch
 # To update this package, please git-format-patch the tag of the
 # tarball version (eg: PACKAGEKIT_0_6_19) vs the distro tag (eg: 
openSUSE_Factory)
 # in https://github.com/openSUSE/PackageKit and keep the patches
@@ -288,6 +291,7 @@
 %patch12 -p1
 %patch13 -p1
 %patch14 -p1
+%patch15 -p1
 translation-update-upstream
 
 %build
@@ -305,6 +309,12 @@
 %else
--enable-command-not-found \
 %endif
+--enable-systemd \
+%if %{with_offline_updates}
+--enable-systemd-updates \
+%else
+--disable-systemd-updates \
+%endif
 %{nil}
 make %{?_smp_mflags} V=1
 
@@ -325,20 +335,35 @@
 %find_lang %{name} %{?no_lang_C}
 %fdupes $RPM_BUILD_ROOT
 
+%if %{with_offline_updates}
 %pre 
 %service_add_pre packagekit-offline-update.service
+%endif
 
 %post
 %{fillup_only -n packagekit-background}
 %mime_database_post
+%if %{with_offline_updates}
 %service_add_post packagekit-offline-update.service
+%else
+  if [ -L system-update ]; then
+rm system-update
+  fi
+  if [ -f var/lib/PackageKit/prepared-update ]; then
+rm var/lib/PackageKit/prepared-update
+  fi
+%endif
 
+%if %{with_offline_updates}
 %preun 
 %service_del_preun packagekit-offline-update.service
+%endif
 
 %postun
 %mime_database_postun
+%if %{with_offline_updates}
 %service_del_postun packagekit-offline-update.service
+%endif
 
 %post gstreamer-plugin
 update-alternatives --install %{_libexecdir}/gst-install-plugins-helper 
gst-install-plugins-helper %{_libexecdir}/pk-gstreamer-install 10
@@ -403,9 +428,6 @@
 %{_libdir}/packagekit-plugins/libpk_plugin-systemd-updates.so
 %{_libdir}/packagekit-plugins/libpk_plugin-update-package-cache.so
 %{_libexecdir}/packagekitd
-%{_libexecdir}/pk-clear-offline-update
-%{_libexecdir}/pk-offline-update
-%{_libexecdir}/pk-trigger-offline-update
 %{_libexecdir}/pm-utils/sleep.d/95packagekit
 %if %BUILD_CNF
 %{_libexecdir}/pk-command-not-found
@@ -421,7 +443,12 @@
 %{_datadir}/dbus-1/system-services/*
 %doc %{_mandir}/man?/*.*
 %verify(not md5 size mtime) %{_localstatedir}/lib/PackageKit/transactions.db
+%if %{with_offline_updates}
+%{_libexecdir}/pk-clear-offline-update
+%{_libexecdir}/pk-offline-update
+%{_libexecdir}/pk-trigger-offline-update
 %{_unitdir}/packagekit-offline-update.service
+%endif
 
 %files backend-zypp
 %defattr(-,root,root)


++ PackageKit-allow-to-disable-systemd-updates.patch ++
Index: PackageKit-0.8.7/configure.ac
===
--- PackageKit-0.8.7.orig/configure.ac
+++ 

commit rpmlint for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2013-02-20 09:34:35

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


Package is rpmlint, Maintainer is dmuel...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2013-02-11 
11:13:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2013-02-20 
09:34:37.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 18 09:29:48 UTC 2013 - meiss...@suse.com
+
+- allow nm-iodine-service.conf DBUS service (bnc#781071)
+
+---



Other differences:
--
++ config ++
--- /var/tmp/diff_new_pack.hU9toj/_old  2013-02-20 09:34:39.0 +0100
+++ /var/tmp/diff_new_pack.hU9toj/_new  2013-02-20 09:34:39.0 +0100
@@ -535,6 +535,8 @@
 org.opensuse.Snapper.service,
 # autofs-udisk interaction (bnc#782691)
 org.freedesktop.AutoMount.conf,
+# NetworkManager-iodine (bnc#781071)
+nm-iodine-service.conf,
 ))
 
 setOption(PAMModules.WhiteList, (


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



commit rsyslog for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2013-02-20 09:34:43

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


Package is rsyslog, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2013-01-17 
10:38:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes 2013-02-20 
09:34:45.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 19 16:25:03 UTC 2013 - m...@suse.de
+
+- Fixed rsyslog.service file to support reload (bnc#803994)
+
+---



Other differences:
--
++ rsyslog.service.in.in ++
--- /var/tmp/diff_new_pack.cvGBNB/_old  2013-02-20 09:34:46.0 +0100
+++ /var/tmp/diff_new_pack.cvGBNB/_new  2013-02-20 09:34:46.0 +0100
@@ -10,6 +10,7 @@
 ExecStartPre=@sbindir@/rsyslog-service-prepare
 EnvironmentFile=-/etc/sysconfig/syslog
 ExecStart=@sbindir@/rsyslogd -n $RSYSLOGD_PARAMS
+ExecReload=/bin/kill -HUP $MAINPID
 Sockets=syslog.socket
 StandardOutput=null
 

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



commit rsyslog for openSUSE:12.3

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package rsyslog for openSUSE:12.3 checked in 
at 2013-02-20 09:34:48

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


Package is rsyslog, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:12.3/rsyslog/rsyslog.changes 2013-01-31 
01:36:37.0 +0100
+++ /work/SRC/openSUSE:12.3/.rsyslog.new/rsyslog.changes2013-02-20 
09:34:55.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 19 16:25:03 UTC 2013 - m...@suse.de
+
+- Fixed rsyslog.service file to support reload (bnc#803994)
+
+---



Other differences:
--
++ rsyslog.service.in.in ++
--- /var/tmp/diff_new_pack.l2WHcR/_old  2013-02-20 09:34:56.0 +0100
+++ /var/tmp/diff_new_pack.l2WHcR/_new  2013-02-20 09:34:56.0 +0100
@@ -10,6 +10,7 @@
 ExecStartPre=@sbindir@/rsyslog-service-prepare
 EnvironmentFile=-/etc/sysconfig/syslog
 ExecStart=@sbindir@/rsyslogd -n $RSYSLOGD_PARAMS
+ExecReload=/bin/kill -HUP $MAINPID
 Sockets=syslog.socket
 StandardOutput=null
 

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



commit seamonkey for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package seamonkey for openSUSE:Factory 
checked in at 2013-02-20 09:35:57

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


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

Changes:

--- /work/SRC/openSUSE:Factory/seamonkey/seamonkey.changes  2013-02-09 
10:16:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.seamonkey.new/seamonkey.changes 2013-02-20 
09:36:07.0 +0100
@@ -1,0 +2,26 @@
+Mon Feb 18 07:41:44 UTC 2013 - w...@rosenauer.org
+
+- update to SeaMonkey 2.16 (bnc#804248)
+  * MFSA 2013-21/CVE-2013-0783/2013-0784
+Miscellaneous memory safety hazards
+  * MFSA 2013-22/CVE-2013-0772 (bmo#801366)
+Out-of-bounds read in image rendering
+  * MFSA 2013-23/CVE-2013-0765 (bmo#830614)
+Wrapped WebIDL objects can be wrapped again
+  * MFSA 2013-24/CVE-2013-0773 (bmo#809652)
+Web content bypass of COW and SOW security wrappers
+  * MFSA 2013-25/CVE-2013-0774 (bmo#827193)
+Privacy leak in JavaScript Workers
+  * MFSA 2013-26/CVE-2013-0775 (bmo#831095)
+Use-after-free in nsImageLoadingContent
+  * MFSA 2013-27/CVE-2013-0776 (bmo#796475)
+Phishing on HTTPS connection through malicious proxy
+  * MFSA 2013-28/CVE-2013-0780/CVE-2013-0782/CVE-2013-0777/
+CVE-2013-0778/CVE-2013-0779/CVE-2013-0781
+Use-after-free, out of bounds read, and buffer overflow issues
+found using Address Sanitizer
+- removed obsolete patches
+  * mozilla-webrtc.patch
+  * mozilla-gstreamer-803287.patch
+
+---
@@ -26 +52 @@
-- update to SeaMonkey 2.15 /(bnc#796895)
+- update to SeaMonkey 2.15 (bnc#796895)

Old:

  l10n-2.15.2.tar.bz2
  mozilla-gstreamer-803287.patch
  mozilla-webrtc.patch
  seamonkey-2.15.2-source.tar.bz2

New:

  _constraints
  l10n-2.16.tar.bz2
  mozilla-webrtc-ppc.patch
  seamonkey-2.16-source.tar.bz2



Other differences:
--
++ seamonkey.spec ++
--- /var/tmp/diff_new_pack.HYclTx/_old  2013-02-20 09:36:22.0 +0100
+++ /var/tmp/diff_new_pack.HYclTx/_new  2013-02-20 09:36:22.0 +0100
@@ -48,9 +48,9 @@
 %endif
 Provides:   web_browser
 Provides:   browser(npapi)
-Version:2.15.2
+Version:2.16
 Release:0
-%define releasedate 2013020300
+%define releasedate 2013021700
 Summary:The successor of the Mozilla Application Suite
 License:MPL-2.0
 Group:  Productivity/Networking/Web/Browsers
@@ -71,12 +71,11 @@
 Patch3: mozilla-shared-nss-db.patch
 Patch4: mozilla-sle11.patch
 Patch5: mozilla-language.patch
-Patch6: mozilla-gstreamer-803287.patch
 Patch7: mozilla-ntlm-full-path.patch
 Patch8: mozilla-ua-locale.patch
 Patch9: mozilla-ppc.patch
 Patch10:mozilla-gstreamer-760140.patch
-Patch11:mozilla-webrtc.patch
+Patch11:mozilla-webrtc-ppc.patch
 Patch12:mozilla-libproxy-compat.patch
 Patch20:seamonkey-ua-locale.patch
 Patch21:seamonkey-shared-nss-db.patch
@@ -175,7 +174,6 @@
 %patch4 -p1
 %endif
 %patch5 -p1
-%patch6 -p1
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.HYclTx/_old  2013-02-20 09:36:23.0 +0100
+++ /var/tmp/diff_new_pack.HYclTx/_new  2013-02-20 09:36:23.0 +0100
@@ -2,8 +2,8 @@
 
 CHANNEL=release
 BRANCH=releases/comm-$CHANNEL
-RELEASE_TAG=SEAMONKEY_2_15_2_RELEASE
-VERSION=2.15.2
+RELEASE_TAG=SEAMONKEY_2_16_RELEASE
+VERSION=2.16
 
 echo cloning $BRANCH...
 hg clone http://hg.mozilla.org/$BRANCH seamonkey

++ l10n-2.15.2.tar.bz2 - l10n-2.16.tar.bz2 ++
/work/SRC/openSUSE:Factory/seamonkey/l10n-2.15.2.tar.bz2 
/work/SRC/openSUSE:Factory/.seamonkey.new/l10n-2.16.tar.bz2 differ: char 11, 
line 1

++ mozilla-gstreamer-760140.patch ++
--- /var/tmp/diff_new_pack.HYclTx/_old  2013-02-20 09:36:23.0 +0100
+++ /var/tmp/diff_new_pack.HYclTx/_new  2013-02-20 09:36:23.0 +0100
@@ -4,7 +4,7 @@
 diff --git a/content/base/src/nsContentUtils.cpp 
b/content/base/src/nsContentUtils.cpp
 --- a/content/base/src/nsContentUtils.cpp
 +++ b/content/base/src/nsContentUtils.cpp
-@@ -147,16 +147,19 @@ static NS_DEFINE_CID(kXTFServiceCID, NS_
+@@ -143,16 +143,19 @@
  #include xpcprivate.h // nsXPConnect
  #include nsScriptSecurityManager.h
  #include nsIChannelPolicy.h
@@ -14,7 +14,7 @@
  #ifdef MOZ_MEDIA
  #include nsHTMLMediaElement.h
 +#ifdef MOZ_GSTREAMER
-+#include nsGStreamerDecoder.h
++#include GStreamerDecoder.h
 +#endif
  #endif
  #include nsDOMTouchEvent.h
@@ -27,7 +27,7 @@
 diff --git a/content/html/content/public/nsHTMLMediaElement.h 

commit seamonkey for openSUSE:12.3

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package seamonkey for openSUSE:12.3 checked 
in at 2013-02-20 09:36:08

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


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

Changes:

--- /work/SRC/openSUSE:12.3/seamonkey/seamonkey.changes 2013-02-09 
10:16:54.0 +0100
+++ /work/SRC/openSUSE:12.3/.seamonkey.new/seamonkey.changes2013-02-20 
09:36:27.0 +0100
@@ -1,0 +2,26 @@
+Mon Feb 18 07:41:44 UTC 2013 - w...@rosenauer.org
+
+- update to SeaMonkey 2.16 (bnc#804248)
+  * MFSA 2013-21/CVE-2013-0783/2013-0784
+Miscellaneous memory safety hazards
+  * MFSA 2013-22/CVE-2013-0772 (bmo#801366)
+Out-of-bounds read in image rendering
+  * MFSA 2013-23/CVE-2013-0765 (bmo#830614)
+Wrapped WebIDL objects can be wrapped again
+  * MFSA 2013-24/CVE-2013-0773 (bmo#809652)
+Web content bypass of COW and SOW security wrappers
+  * MFSA 2013-25/CVE-2013-0774 (bmo#827193)
+Privacy leak in JavaScript Workers
+  * MFSA 2013-26/CVE-2013-0775 (bmo#831095)
+Use-after-free in nsImageLoadingContent
+  * MFSA 2013-27/CVE-2013-0776 (bmo#796475)
+Phishing on HTTPS connection through malicious proxy
+  * MFSA 2013-28/CVE-2013-0780/CVE-2013-0782/CVE-2013-0777/
+CVE-2013-0778/CVE-2013-0779/CVE-2013-0781
+Use-after-free, out of bounds read, and buffer overflow issues
+found using Address Sanitizer
+- removed obsolete patches
+  * mozilla-webrtc.patch
+  * mozilla-gstreamer-803287.patch
+
+---
@@ -26 +52 @@
-- update to SeaMonkey 2.15 /(bnc#796895)
+- update to SeaMonkey 2.15 (bnc#796895)

Old:

  l10n-2.15.2.tar.bz2
  mozilla-gstreamer-803287.patch
  mozilla-webrtc.patch
  seamonkey-2.15.2-source.tar.bz2

New:

  _constraints
  l10n-2.16.tar.bz2
  mozilla-webrtc-ppc.patch
  seamonkey-2.16-source.tar.bz2



Other differences:
--
++ seamonkey.spec ++
--- /var/tmp/diff_new_pack.bOImtL/_old  2013-02-20 09:36:36.0 +0100
+++ /var/tmp/diff_new_pack.bOImtL/_new  2013-02-20 09:36:36.0 +0100
@@ -48,9 +48,9 @@
 %endif
 Provides:   web_browser
 Provides:   browser(npapi)
-Version:2.15.2
+Version:2.16
 Release:0
-%define releasedate 2013020300
+%define releasedate 2013021700
 Summary:The successor of the Mozilla Application Suite
 License:MPL-2.0
 Group:  Productivity/Networking/Web/Browsers
@@ -71,12 +71,11 @@
 Patch3: mozilla-shared-nss-db.patch
 Patch4: mozilla-sle11.patch
 Patch5: mozilla-language.patch
-Patch6: mozilla-gstreamer-803287.patch
 Patch7: mozilla-ntlm-full-path.patch
 Patch8: mozilla-ua-locale.patch
 Patch9: mozilla-ppc.patch
 Patch10:mozilla-gstreamer-760140.patch
-Patch11:mozilla-webrtc.patch
+Patch11:mozilla-webrtc-ppc.patch
 Patch12:mozilla-libproxy-compat.patch
 Patch20:seamonkey-ua-locale.patch
 Patch21:seamonkey-shared-nss-db.patch
@@ -175,7 +174,6 @@
 %patch4 -p1
 %endif
 %patch5 -p1
-%patch6 -p1
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.bOImtL/_old  2013-02-20 09:36:36.0 +0100
+++ /var/tmp/diff_new_pack.bOImtL/_new  2013-02-20 09:36:36.0 +0100
@@ -2,8 +2,8 @@
 
 CHANNEL=release
 BRANCH=releases/comm-$CHANNEL
-RELEASE_TAG=SEAMONKEY_2_15_2_RELEASE
-VERSION=2.15.2
+RELEASE_TAG=SEAMONKEY_2_16_RELEASE
+VERSION=2.16
 
 echo cloning $BRANCH...
 hg clone http://hg.mozilla.org/$BRANCH seamonkey

++ l10n-2.15.2.tar.bz2 - l10n-2.16.tar.bz2 ++
/work/SRC/openSUSE:12.3/seamonkey/l10n-2.15.2.tar.bz2 
/work/SRC/openSUSE:12.3/.seamonkey.new/l10n-2.16.tar.bz2 differ: char 11, line 1

++ mozilla-gstreamer-760140.patch ++
--- /var/tmp/diff_new_pack.bOImtL/_old  2013-02-20 09:36:36.0 +0100
+++ /var/tmp/diff_new_pack.bOImtL/_new  2013-02-20 09:36:36.0 +0100
@@ -4,7 +4,7 @@
 diff --git a/content/base/src/nsContentUtils.cpp 
b/content/base/src/nsContentUtils.cpp
 --- a/content/base/src/nsContentUtils.cpp
 +++ b/content/base/src/nsContentUtils.cpp
-@@ -147,16 +147,19 @@ static NS_DEFINE_CID(kXTFServiceCID, NS_
+@@ -143,16 +143,19 @@
  #include xpcprivate.h // nsXPConnect
  #include nsScriptSecurityManager.h
  #include nsIChannelPolicy.h
@@ -14,7 +14,7 @@
  #ifdef MOZ_MEDIA
  #include nsHTMLMediaElement.h
 +#ifdef MOZ_GSTREAMER
-+#include nsGStreamerDecoder.h
++#include GStreamerDecoder.h
 +#endif
  #endif
  #include nsDOMTouchEvent.h
@@ -27,7 +27,7 @@
 diff --git a/content/html/content/public/nsHTMLMediaElement.h 

commit shared-mime-info for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2013-02-20 09:36:29

Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old)
 and  /work/SRC/openSUSE:Factory/.shared-mime-info.new (New)


Package is shared-mime-info, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2012-07-24 17:20:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.shared-mime-info.new/shared-mime-info.changes   
2013-02-20 09:36:38.0 +0100
@@ -1,0 +2,21 @@
+Sun Feb 17 17:13:58 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.1:
+  + Many mime-type changes
+  + Specification changes:
+- Fix mimetype names used as examples.
+- Document that the first extension is the main one.
+- Fix missing plural.
+  + Honor NOCONFIGURE=1.
+  + Allow builders to not run make check by default.
+  + Fix build for platforms with executable extensions.
+  + Disable checks when cross compiling.
+  + Use non-installed update-mime-database in install-data-hook.
+  + Use native update-mime-database for install when cross
+compiling.
+  + Add a local-test target to print mime in.
+- Pass --disable-default-make-check to configure: we prefer to
+  execute make check in the separate %check section.
+- Add a %check section and execute make check
+
+---

Old:

  shared-mime-info-1.0.tar.xz

New:

  shared-mime-info-1.1.tar.xz



Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.XywDdz/_old  2013-02-20 09:36:39.0 +0100
+++ /var/tmp/diff_new_pack.XywDdz/_new  2013-02-20 09:36:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package shared-mime-info
 #
-# 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:   shared-mime-info
-Version:1.0
+Version:1.1
 Release:0
 Url:http://freedesktop.org/wiki/Software/shared-mime-info
 Summary:Shared MIME Database
@@ -61,7 +61,8 @@
 translation-update-upstream
 
 %build
-%configure
+%configure \
+--disable-default-make-check
 make
 
 %install
@@ -71,6 +72,9 @@
 # Install rpm macros
 install -D -m644 %{S:2} %{buildroot}%{_sysconfdir}/rpm/macros.shared-mime-info
 
+%check
+make check
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 

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



commit xterm for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package xterm for openSUSE:Factory checked 
in at 2013-02-20 09:37:05

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


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

Changes:

--- /work/SRC/openSUSE:Factory/xterm/xterm.changes  2013-02-18 
20:29:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.xterm.new/xterm.changes 2013-02-20 
09:37:06.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb 19 10:00:45 UTC 2013 - sndir...@suse.com
+
+- fixed check for existance of bdftopcf; added bdftopcf
+  Buildrequires for openSUSE  12.1 (bnc#804329)
+
+---



Other differences:
--
++ xterm.spec ++
--- /var/tmp/diff_new_pack.uFoey7/_old  2013-02-20 09:37:08.0 +0100
+++ /var/tmp/diff_new_pack.uFoey7/_new  2013-02-20 09:37:08.0 +0100
@@ -37,6 +37,8 @@
 %if 0%{?suse_version}  1210
 # post xorg libs split
 BuildRequires:  libXaw-devel
+# separate package now
+BuildRequires:  bdftopcf
 %endif
 %else
 BuildRequires:  XFree86-devel
@@ -136,7 +138,7 @@
 make %{?_smp_mflags}
 popd
 
-if [ ! which bdftopcf ] ; then exit 1; fi
+if ! which bdftopcf  /dev/null; then exit 1; fi
 for i in *.bdf
 do
 bdftopcf $i | gzip -9 ${i%.bdf}.pcf.gz






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



commit xulrunner for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package xulrunner for openSUSE:Factory 
checked in at 2013-02-20 09:38:41

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


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

Changes:

--- /work/SRC/openSUSE:Factory/xulrunner/xulrunner.changes  2013-01-10 
16:00:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.xulrunner.new/xulrunner.changes 2013-02-20 
09:38:51.0 +0100
@@ -1,0 +2,18 @@
+Sat Feb 16 17:38:21 UTC 2013 - w...@rosenauer.org
+
+- update to 17.0.3esr (bnc#804248)
+  * MFSA 2013-21/CVE-2013-0783
+Miscellaneous memory safety hazards
+  * MFSA 2013-24/CVE-2013-0773 (bmo#809652)
+Web content bypass of COW and SOW security wrappers
+  * MFSA 2013-25/CVE-2013-0774 (bmo#827193)
+Privacy leak in JavaScript Workers
+  * MFSA 2013-26/CVE-2013-0775 (bmo#831095)
+Use-after-free in nsImageLoadingContent
+  * MFSA 2013-27/CVE-2013-0776 (bmo#796475)
+Phishing on HTTPS connection through malicious proxy
+  * MFSA 2013-28/CVE-2013-0780/CVE-2013-0782
+Use-after-free, out of bounds read, and buffer overflow issues
+found using Address Sanitizer
+
+---

Old:

  l10n-17.0.2.tar.bz2
  xulrunner-17.0.2-source.tar.bz2

New:

  l10n-17.0.3.tar.bz2
  xulrunner-17.0.3-source.tar.bz2



Other differences:
--
++ xulrunner.spec ++
--- /var/tmp/diff_new_pack.8smzh9/_old  2013-02-20 09:39:02.0 +0100
+++ /var/tmp/diff_new_pack.8smzh9/_new  2013-02-20 09:39:02.0 +0100
@@ -2,7 +2,7 @@
 # spec file for package xulrunner
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
-#   2006-2012 Wolfgang Rosenauer
+#   2006-2013 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -44,12 +44,12 @@
 %endif
 BuildRequires:  mozilla-nspr-devel = 4.9.4
 BuildRequires:  mozilla-nss-devel = 3.14.1
-Version:17.0.2
+Version:17.0.3
 Release:0
-%define releasedate 2013010500
-%define version_internal 17.0.2
+%define releasedate 2013021500
+%define version_internal 17.0.3
 %define apiversion 17
-%define uaweight 172
+%define uaweight 173
 Summary:Mozilla Runtime Environment
 License:MPL-2.0
 Group:  Productivity/Other

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.8smzh9/_old  2013-02-20 09:39:02.0 +0100
+++ /var/tmp/diff_new_pack.8smzh9/_new  2013-02-20 09:39:02.0 +0100
@@ -2,8 +2,8 @@
 
 CHANNEL=esr17
 BRANCH=releases/mozilla-$CHANNEL
-RELEASE_TAG=FIREFOX_17_0_2esr_RELEASE
-VERSION=17.0.2
+RELEASE_TAG=FIREFOX_17_0_3esr_RELEASE
+VERSION=17.0.3
 
 # mozilla
 echo cloning $BRANCH...

++ l10n-17.0.2.tar.bz2 - l10n-17.0.3.tar.bz2 ++
/work/SRC/openSUSE:Factory/xulrunner/l10n-17.0.2.tar.bz2 
/work/SRC/openSUSE:Factory/.xulrunner.new/l10n-17.0.3.tar.bz2 differ: char 11, 
line 1

++ source-stamp.txt ++
--- /var/tmp/diff_new_pack.8smzh9/_old  2013-02-20 09:39:02.0 +0100
+++ /var/tmp/diff_new_pack.8smzh9/_new  2013-02-20 09:39:02.0 +0100
@@ -1,2 +1,2 @@
-REV=023401f37090
+REV=05f89cd1150a
 REPO=http://hg.mozilla.org/releases/mozilla-esr17

++ xulrunner-17.0.2-source.tar.bz2 - xulrunner-17.0.3-source.tar.bz2 ++
/work/SRC/openSUSE:Factory/xulrunner/xulrunner-17.0.2-source.tar.bz2 
/work/SRC/openSUSE:Factory/.xulrunner.new/xulrunner-17.0.3-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 xulrunner for openSUSE:12.3

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package xulrunner for openSUSE:12.3 checked 
in at 2013-02-20 09:38:47

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


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

Changes:

--- /work/SRC/openSUSE:12.3/xulrunner/xulrunner.changes 2013-01-31 
01:46:48.0 +0100
+++ /work/SRC/openSUSE:12.3/.xulrunner.new/xulrunner.changes2013-02-20 
09:39:06.0 +0100
@@ -1,0 +2,18 @@
+Sat Feb 16 17:38:21 UTC 2013 - w...@rosenauer.org
+
+- update to 17.0.3esr (bnc#804248)
+  * MFSA 2013-21/CVE-2013-0783
+Miscellaneous memory safety hazards
+  * MFSA 2013-24/CVE-2013-0773 (bmo#809652)
+Web content bypass of COW and SOW security wrappers
+  * MFSA 2013-25/CVE-2013-0774 (bmo#827193)
+Privacy leak in JavaScript Workers
+  * MFSA 2013-26/CVE-2013-0775 (bmo#831095)
+Use-after-free in nsImageLoadingContent
+  * MFSA 2013-27/CVE-2013-0776 (bmo#796475)
+Phishing on HTTPS connection through malicious proxy
+  * MFSA 2013-28/CVE-2013-0780/CVE-2013-0782
+Use-after-free, out of bounds read, and buffer overflow issues
+found using Address Sanitizer
+
+---

Old:

  l10n-17.0.2.tar.bz2
  xulrunner-17.0.2-source.tar.bz2

New:

  l10n-17.0.3.tar.bz2
  xulrunner-17.0.3-source.tar.bz2



Other differences:
--
++ xulrunner.spec ++
--- /var/tmp/diff_new_pack.3u4Dq0/_old  2013-02-20 09:39:10.0 +0100
+++ /var/tmp/diff_new_pack.3u4Dq0/_new  2013-02-20 09:39:10.0 +0100
@@ -2,7 +2,7 @@
 # spec file for package xulrunner
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
-#   2006-2012 Wolfgang Rosenauer
+#   2006-2013 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -44,12 +44,12 @@
 %endif
 BuildRequires:  mozilla-nspr-devel = 4.9.4
 BuildRequires:  mozilla-nss-devel = 3.14.1
-Version:17.0.2
+Version:17.0.3
 Release:0
-%define releasedate 2013010500
-%define version_internal 17.0.2
+%define releasedate 2013021500
+%define version_internal 17.0.3
 %define apiversion 17
-%define uaweight 172
+%define uaweight 173
 Summary:Mozilla Runtime Environment
 License:MPL-2.0
 Group:  Productivity/Other

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.3u4Dq0/_old  2013-02-20 09:39:10.0 +0100
+++ /var/tmp/diff_new_pack.3u4Dq0/_new  2013-02-20 09:39:10.0 +0100
@@ -2,8 +2,8 @@
 
 CHANNEL=esr17
 BRANCH=releases/mozilla-$CHANNEL
-RELEASE_TAG=FIREFOX_17_0_2esr_RELEASE
-VERSION=17.0.2
+RELEASE_TAG=FIREFOX_17_0_3esr_RELEASE
+VERSION=17.0.3
 
 # mozilla
 echo cloning $BRANCH...

++ l10n-17.0.2.tar.bz2 - l10n-17.0.3.tar.bz2 ++
/work/SRC/openSUSE:12.3/xulrunner/l10n-17.0.2.tar.bz2 
/work/SRC/openSUSE:12.3/.xulrunner.new/l10n-17.0.3.tar.bz2 differ: char 11, 
line 1

++ source-stamp.txt ++
--- /var/tmp/diff_new_pack.3u4Dq0/_old  2013-02-20 09:39:10.0 +0100
+++ /var/tmp/diff_new_pack.3u4Dq0/_new  2013-02-20 09:39:10.0 +0100
@@ -1,2 +1,2 @@
-REV=023401f37090
+REV=05f89cd1150a
 REPO=http://hg.mozilla.org/releases/mozilla-esr17

++ xulrunner-17.0.2-source.tar.bz2 - xulrunner-17.0.3-source.tar.bz2 ++
/work/SRC/openSUSE:12.3/xulrunner/xulrunner-17.0.2-source.tar.bz2 
/work/SRC/openSUSE:12.3/.xulrunner.new/xulrunner-17.0.3-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 yast2-samba-server for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package yast2-samba-server for 
openSUSE:Factory checked in at 2013-02-20 09:39:03

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


Package is yast2-samba-server, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-samba-server/yast2-samba-server.changes
2013-01-31 16:44:23.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-samba-server.new/yast2-samba-server.changes   
2013-02-20 09:39:10.0 +0100
@@ -1,0 +2,7 @@
+Tue Feb 19 17:36:01 CET 2013 - jsuch...@suse.cz
+
+- Shares table:  show share specific guest access status, added
+  button to toggle the it (bnc#803512)
+- 2.23.2   
+
+---

Old:

  yast2-samba-server-2.23.1.tar.bz2

New:

  yast2-samba-server-2.23.2.tar.bz2



Other differences:
--
++ yast2-samba-server.spec ++
--- /var/tmp/diff_new_pack.cagVmv/_old  2013-02-20 09:39:11.0 +0100
+++ /var/tmp/diff_new_pack.cagVmv/_new  2013-02-20 09:39:11.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-samba-server
-Version:2.23.1
+Version:2.23.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-samba-server-2.23.1.tar.bz2 - yast2-samba-server-2.23.2.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-server-2.23.1/VERSION 
new/yast2-samba-server-2.23.2/VERSION
--- old/yast2-samba-server-2.23.1/VERSION   2013-01-31 14:06:34.0 
+0100
+++ new/yast2-samba-server-2.23.2/VERSION   2013-02-19 17:41:33.0 
+0100
@@ -1 +1 @@
-2.23.1
+2.23.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-server-2.23.1/configure 
new/yast2-samba-server-2.23.2/configure
--- old/yast2-samba-server-2.23.1/configure 2013-01-31 14:06:46.0 
+0100
+++ new/yast2-samba-server-2.23.2/configure 2013-02-19 17:41:44.0 
+0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-samba-server 2.23.1.
+# Generated by GNU Autoconf 2.69 for yast2-samba-server 2.23.2.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-samba-server'
 PACKAGE_TARNAME='yast2-samba-server'
-PACKAGE_VERSION='2.23.1'
-PACKAGE_STRING='yast2-samba-server 2.23.1'
+PACKAGE_VERSION='2.23.2'
+PACKAGE_STRING='yast2-samba-server 2.23.2'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1247,7 +1247,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2-samba-server 2.23.1 to adapt to many kinds of 
systems.
+\`configure' configures yast2-samba-server 2.23.2 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1319,7 +1319,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-samba-server 2.23.1:;;
+ short | recursive ) echo Configuration of yast2-samba-server 2.23.2:;;
esac
   cat \_ACEOF
 
@@ -1399,7 +1399,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-samba-server configure 2.23.1
+yast2-samba-server configure 2.23.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1416,7 +1416,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-samba-server $as_me 2.23.1, which was
+It was created by yast2-samba-server $as_me 2.23.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2355,7 +2355,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-samba-server'
- VERSION='2.23.1'
+ VERSION='2.23.2'
 
 
 cat confdefs.h _ACEOF
@@ -2478,7 +2478,7 @@
 
 
 
-VERSION=2.23.1
+VERSION=2.23.2
 RPMNAME=yast2-samba-server
 MAINTAINER=Jiří Suchomel jsuch...@suse.cz
 
@@ -3404,7 +3404,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by yast2-samba-server $as_me 2.23.1, which was
+This file was extended by yast2-samba-server $as_me 2.23.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3457,7 +3457,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo 

commit yast2-samba-server for openSUSE:12.3

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package yast2-samba-server for openSUSE:12.3 
checked in at 2013-02-20 09:39:10

Comparing /work/SRC/openSUSE:12.3/yast2-samba-server (Old)
 and  /work/SRC/openSUSE:12.3/.yast2-samba-server.new (New)


Package is yast2-samba-server, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:12.3/yast2-samba-server/yast2-samba-server.changes   
2013-01-31 16:44:29.0 +0100
+++ /work/SRC/openSUSE:12.3/.yast2-samba-server.new/yast2-samba-server.changes  
2013-02-20 09:39:17.0 +0100
@@ -1,0 +2,7 @@
+Tue Feb 19 17:36:01 CET 2013 - jsuch...@suse.cz
+
+- Shares table:  show share specific guest access status, added
+  button to toggle the it (bnc#803512)
+- 2.23.2   
+
+---

Old:

  yast2-samba-server-2.23.1.tar.bz2

New:

  yast2-samba-server-2.23.2.tar.bz2



Other differences:
--
++ yast2-samba-server.spec ++
--- /var/tmp/diff_new_pack.lTmaop/_old  2013-02-20 09:39:17.0 +0100
+++ /var/tmp/diff_new_pack.lTmaop/_new  2013-02-20 09:39:17.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-samba-server
-Version:2.23.1
+Version:2.23.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-samba-server-2.23.1.tar.bz2 - yast2-samba-server-2.23.2.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-server-2.23.1/VERSION 
new/yast2-samba-server-2.23.2/VERSION
--- old/yast2-samba-server-2.23.1/VERSION   2013-01-31 14:06:34.0 
+0100
+++ new/yast2-samba-server-2.23.2/VERSION   2013-02-19 17:41:33.0 
+0100
@@ -1 +1 @@
-2.23.1
+2.23.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-server-2.23.1/configure 
new/yast2-samba-server-2.23.2/configure
--- old/yast2-samba-server-2.23.1/configure 2013-01-31 14:06:46.0 
+0100
+++ new/yast2-samba-server-2.23.2/configure 2013-02-19 17:41:44.0 
+0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-samba-server 2.23.1.
+# Generated by GNU Autoconf 2.69 for yast2-samba-server 2.23.2.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-samba-server'
 PACKAGE_TARNAME='yast2-samba-server'
-PACKAGE_VERSION='2.23.1'
-PACKAGE_STRING='yast2-samba-server 2.23.1'
+PACKAGE_VERSION='2.23.2'
+PACKAGE_STRING='yast2-samba-server 2.23.2'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1247,7 +1247,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2-samba-server 2.23.1 to adapt to many kinds of 
systems.
+\`configure' configures yast2-samba-server 2.23.2 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1319,7 +1319,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-samba-server 2.23.1:;;
+ short | recursive ) echo Configuration of yast2-samba-server 2.23.2:;;
esac
   cat \_ACEOF
 
@@ -1399,7 +1399,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-samba-server configure 2.23.1
+yast2-samba-server configure 2.23.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1416,7 +1416,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-samba-server $as_me 2.23.1, which was
+It was created by yast2-samba-server $as_me 2.23.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2355,7 +2355,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-samba-server'
- VERSION='2.23.1'
+ VERSION='2.23.2'
 
 
 cat confdefs.h _ACEOF
@@ -2478,7 +2478,7 @@
 
 
 
-VERSION=2.23.1
+VERSION=2.23.2
 RPMNAME=yast2-samba-server
 MAINTAINER=Jiří Suchomel jsuch...@suse.cz
 
@@ -3404,7 +3404,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by yast2-samba-server $as_me 2.23.1, which was
+This file was extended by yast2-samba-server $as_me 2.23.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3457,7 +3457,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | 

commit john-wordlists for openSUSE:12.3:NonFree

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package john-wordlists for 
openSUSE:12.3:NonFree checked in at 2013-02-20 14:48:03

Comparing /work/SRC/openSUSE:12.3:NonFree/john-wordlists (Old)
 and  /work/SRC/openSUSE:12.3:NonFree/.john-wordlists.new (New)


Package is john-wordlists, Maintainer is lr...@suse.com

Changes:

New Changes file:

--- /dev/null   2013-02-09 11:18:20.872010756 +0100
+++ /work/SRC/openSUSE:12.3:NonFree/.john-wordlists.new/john-wordlists.changes  
2013-02-20 14:48:05.0 +0100
@@ -0,0 +1,12 @@
+---
+Thu Nov  8 14:30:58 UTC 2012 - l...@linux-schulserver.de
+
+- specfile cleanup
+- added README.SuSE to fix bnc #765636
+
+---
+Mon Mar 13 21:47:06 CET 2006 - lr...@suse.de
+
+- initial version
+- split off from john to save space on media
+

New:

  README.SuSE
  john-wordlists-1.tar.bz2
  john-wordlists.changes
  john-wordlists.spec



Other differences:
--
++ john-wordlists.spec ++
#
# spec file for package john-wordlists
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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


Name:   john-wordlists
Version:1
Release:0
Summary:Word List Files for John the Ripper
License:Any Noncommercial
Group:  Productivity/Security
Url:http://www.openwall.com/john/
Source: %{name}-%{version}.tar.bz2
Source1:README.SuSE
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
These are huge word lists for john (John the Ripper - a fast password
cracker).

The following copyright statement applies to this word list collection
as a whole:

Copyright (c) 2002,2003 by Solar Designer of Openwall Project

The home page for this word list collection is:

http://www.openwall.com/wordlists/

%prep
%setup -q
install -m644 %{SOURCE1} .

%build

%install
JOHNDIR=%{buildroot}%{_localstatedir}/lib/john
install -d -m 700 $JOHNDIR/wordlists
install -m 644 $RPM_BUILD_DIR/%{name}-%{version}/* $JOHNDIR/wordlists/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README.SuSE
%dir %{_localstatedir}/lib/john
%dir %{_localstatedir}/lib/john/wordlists
%doc %{_localstatedir}/lib/john/wordlists/*

%changelog
++ README.SuSE ++
The wordlists collection in this package is thankfully provided by the Openwall
project.

It is a result of processing many hundreds of public domain wordlist files from
multiple sources and in a variety of file formats. Most files were rejected for
being duplicates or for poor quality, but a few hundred remained and went into
the combined wordlists you will find here.

The wordlists are intended primarily for use with password crackers such as
John the Ripper and with password recovery utilities.

SUSE has a special agreement with Solar Designer of Openwall Project to
freely distribute this wordlist - here is the license statement:

Copyright (c) 2002,2003 by Solar Designer of Openwall Project

The homepage URL for this wordlists collection is:

http://www.openwall.com/wordlists/

You're allowed to use and redistribute this wordlists collection or
parts thereof, with or without modification, provided that credit is
given where it is due, any modified versions are marked as such, this
license is kept intact and included with each copy, and NO FEE IS
CHARGED FOR OBTAINING A COPY except as negotiated with the copyright
holder.  In particular, you are NOT permitted to charge for bandwidth,
physical media, and/or shipping.  You're also not permitted to bundle
this wordlists collection with a product you charge for.

If redistribution for a fee is what you're after, please contact the
copyright holder to negotiate special terms for the downloadable or
the extended CD-ready version of this collection.

It was a significant amount of work to compile this collection and
having a monopoly on regulating the CD sales is my way to compensate
for the time already spent and to allow for further work.

--

From a mail from the author, 

commit patchinfo.1334 for openSUSE:12.2:Update

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1334 for 
openSUSE:12.2:Update checked in at 2013-02-20 15:34:05

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


Package is patchinfo.1334, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagertgoettlicher/packager
  categoryrecommended/category
  ratinglow/rating
  summaryyast2-gtk: fixed layout-issues/summary
  descriptionThis update fixes the following issue for yast2-gtk:
- bnc#722053: Fixed an layout-issue when a window is too small/description
  issue tracker=bnc id=722053Layout issues when window too small 
(gtk)/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-gtk for openSUSE:12.2:Update

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package yast2-gtk for openSUSE:12.2:Update 
checked in at 2013-02-20 15:34:03

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


Package is yast2-gtk, Maintainer is tgoettlic...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit cim-schema for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package cim-schema for openSUSE:Factory 
checked in at 2013-02-20 17:39:57

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


Package is cim-schema, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/cim-schema/cim-schema.changes2012-02-20 
16:07:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.cim-schema.new/cim-schema.changes   
2013-02-20 17:39:58.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 20 09:39:47 UTC 2013 - kkae...@suse.com
+
+- Upgraded to version 2.35.0
+  http://dmtf.org/sites/default/files/cim/cim_schema_v2350/releasenotes.html
+
+---

Old:

  cim_schema_2.30.0Final-MOFs.zip

New:

  cim_schema_2.35.0Final-MOFs.zip



Other differences:
--
++ cim-schema.spec ++
--- /var/tmp/diff_new_pack.xQabZ3/_old  2013-02-20 17:40:01.0 +0100
+++ /var/tmp/diff_new_pack.xQabZ3/_new  2013-02-20 17:40:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cim-schema
 #
-# 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
@@ -23,10 +23,10 @@
 Summary:Common Information Model (CIM) Schema
 License:SUSE-DMTF
 Group:  System/Management
-Version:2.30.0
+Version:2.35.0
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:
http://www.dmtf.org/sites/default/files/cim/cim_schema_v2300/cim_schema_%{version}Final-MOFs.zip
+Source0:
http://www.dmtf.org/sites/default/files/cim/cim_schema_v2350/cim_schema_%{version}Final-MOFs.zip
 Source1:loadmof.sh
 Source2:rmmof.sh
 BuildArch:  noarch

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



commit glibc for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2013-02-20 17:40:45

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


Package is glibc, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/glibc/glibc-testsuite.changes2013-02-01 
09:42:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc-testsuite.changes   
2013-02-20 17:40:47.0 +0100
@@ -1,0 +2,18 @@
+Mon Feb 18 09:28:23 UTC 2013 - sch...@suse.de
+
+- Update crypt ABI for aarch64
+- glibc-aarch64-lib64.patch:
+  Use lib64 for aarch64 and add link for /lib/ld-linux-aarch64.so.1
+- Don't build profiling libraries for aarch64
+
+---
+Tue Feb  5 09:28:44 UTC 2013 - sch...@suse.de
+
+- Move _constraints file to glibc-testsuite only
+
+---
+Sun Feb  3 00:08:54 UTC 2013 - dmuel...@suse.com
+
+- build with ports enabled on aarch64
+
+---
glibc-utils.changes: same change
glibc.changes: same change

Old:

  _constraints

New:

  glibc-aarch64-lib64.patch



Other differences:
--
++ glibc-testsuite.spec ++
--- /var/tmp/diff_new_pack.W2a94v/_old  2013-02-20 17:40:52.0 +0100
+++ /var/tmp/diff_new_pack.W2a94v/_new  2013-02-20 17:40:52.0 +0100
@@ -62,7 +62,12 @@
 %define build_html 0
 %else
 # Default:
+%ifarch aarch64
+# aarch64 doesn't support -pg yet
+%define build_profile 0
+%else
 %define build_profile 1
+%endif
 %define build_locales 1
 %define build_html 1
 %endif
@@ -250,6 +255,8 @@
 Patch2009:  pthread-cond-timedwait-i486.patch
 # PATCH-FIX-OPENSUSE Properly check for short writes when sending the response 
in nscd
 Patch2010:  nscd-short-write.patch
+# PATCH-FIX-OPENSUSE Use lib64 for aarch64
+Patch2011:  glibc-aarch64-lib64.patch
 
 %description
 The GNU C Library provides the most important standard libraries used
@@ -456,6 +463,7 @@
 # %patch2008 -p1
 %patch2009 -p1
 %patch2010 -p1
+%patch2011 -p1
 
 #
 # Inconsistency detected by ld.so: dl-close.c: 719: _dl_close: Assertion 
`map-l_init_called' failed!
@@ -556,7 +564,7 @@
 %ifarch %ix86
add_ons=$add_ons,noversion
 %endif
-%ifarch %arm mipsel ia64
+%ifarch %arm aarch64 mipsel ia64
add_ons=$add_ons,ports
 %endif
 %ifarch %arm mipsel
@@ -570,7 +578,7 @@
local addons=$1; shift
mkdir cc-$dirname
cd cc-$dirname
-%ifarch %arm
+%ifarch %arm aarch64
# remove asynchronous-unwind-tables during configure as it causes
# some checks to fail spuriously on arm
conf_cflags=${cflags/-fasynchronous-unwind-tables/}
@@ -819,6 +827,10 @@
mkdir %{buildroot}/lib
ln -sf ../%{_lib}/ld-%{glibc_major_version}.so 
%{buildroot}/lib/ld64.so.1
 %endif
+%ifarch aarch64
+mkdir %{buildroot}/lib
+ln -sf ../%{_lib}/ld-%{glibc_major_version}.so 
%{buildroot}/lib/ld-linux-aarch64.so.1
+%endif
 
 # Miscelanna:
 
@@ -1057,6 +1069,10 @@
 %ifarch %ix86 %sparc
 /%{_lib}/ld-linux.so.2
 %endif
+%ifarch aarch64
+/lib/ld-linux-aarch64.so.1
+/%{_lib}/ld-linux-aarch64.so.1
+%endif
 
 /%{_lib}/libBrokenLocale-%{glibc_major_version}.so
 /%{_lib}/libBrokenLocale.so.1

++ glibc-utils.spec ++
--- /var/tmp/diff_new_pack.W2a94v/_old  2013-02-20 17:40:52.0 +0100
+++ /var/tmp/diff_new_pack.W2a94v/_new  2013-02-20 17:40:52.0 +0100
@@ -61,7 +61,12 @@
 %define build_html 0
 %else
 # Default:
+%ifarch aarch64
+# aarch64 doesn't support -pg yet
+%define build_profile 0
+%else
 %define build_profile 1
+%endif
 %define build_locales 1
 %define build_html 1
 %endif
@@ -249,6 +254,8 @@
 Patch2009:  pthread-cond-timedwait-i486.patch
 # PATCH-FIX-OPENSUSE Properly check for short writes when sending the response 
in nscd
 Patch2010:  nscd-short-write.patch
+# PATCH-FIX-OPENSUSE Use lib64 for aarch64
+Patch2011:  glibc-aarch64-lib64.patch
 
 %description
 The glibc-utils package contains mtrace, a memory leak tracer and
@@ -456,6 +463,7 @@
 # %patch2008 -p1
 %patch2009 -p1
 %patch2010 -p1
+%patch2011 -p1
 
 #
 # Inconsistency detected by ld.so: dl-close.c: 719: _dl_close: Assertion 
`map-l_init_called' failed!
@@ -556,7 +564,7 @@
 %ifarch %ix86
add_ons=$add_ons,noversion
 %endif
-%ifarch %arm mipsel ia64
+%ifarch %arm aarch64 mipsel ia64
add_ons=$add_ons,ports
 %endif
 %ifarch %arm mipsel
@@ -570,7 +578,7 @@
local addons=$1; shift
mkdir cc-$dirname
cd cc-$dirname
-%ifarch %arm
+%ifarch %arm aarch64
# remove asynchronous-unwind-tables during configure as it causes
# some checks to fail spuriously 

commit libreoffice for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory 
checked in at 2013-02-20 17:42:08

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


Package is libreoffice, Maintainer is pmla...@suse.com

Changes:

libreoffice-help-en-US.changes: same change
libreoffice-help-group1.changes: same change
libreoffice-help-group2.changes: same change
libreoffice-help-group3.changes: same change
libreoffice-help-group4.changes: same change
libreoffice-help-group5.changes: same change
libreoffice-icon-themes.changes: same change
libreoffice-l10n.changes: same change
--- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes  2013-02-12 
12:52:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice.changes 
2013-02-20 17:42:10.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 20 11:35:25 UTC 2013 - pmla...@suse.com
+
+- make sure that StartupNotify=true is written into the [Desktop Entry]
+  section (bnc#796875)
+
+---



Other differences:
--
libreoffice-help-en-US.spec: same change
libreoffice-help-group1.spec: same change
libreoffice-help-group2.spec: same change
libreoffice-help-group3.spec: same change
libreoffice-help-group4.spec: same change
libreoffice-help-group5.spec: same change
libreoffice-icon-themes.spec: same change
libreoffice-l10n.spec: same change
++ libreoffice.spec ++
--- /var/tmp/diff_new_pack.AdI6cR/_old  2013-02-20 17:42:40.0 +0100
+++ /var/tmp/diff_new_pack.AdI6cR/_new  2013-02-20 17:42:40.0 +0100
@@ -1636,7 +1636,7 @@
 # finally, create the right link
 ln -sf $relative_target $desktop_new
 # enable startup notification (bnc#796875)
-grep -q NoDisplay=true $desktop_new || echo StartupNotify=true 
$desktop_new
+grep -q NoDisplay=true $desktop_new || sed -i s/\(\[Desktop 
Entry\]\)/\1\nStartupNotify=true/ $desktop_new
 # suse_update
 app=`echo $desktop_new | sed s/.desktop//`
 %suse_update_desktop_file $app

























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



commit libreoffice for openSUSE:12.3

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package libreoffice for openSUSE:12.3 
checked in at 2013-02-20 17:42:30

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


Package is libreoffice, Maintainer is pmla...@suse.com

Changes:

libreoffice-help-en-US.changes: same change
libreoffice-help-group1.changes: same change
libreoffice-help-group2.changes: same change
libreoffice-help-group3.changes: same change
libreoffice-help-group4.changes: same change
libreoffice-help-group5.changes: same change
libreoffice-icon-themes.changes: same change
libreoffice-l10n.changes: same change
--- /work/SRC/openSUSE:12.3/libreoffice/libreoffice.changes 2013-02-12 
12:53:12.0 +0100
+++ /work/SRC/openSUSE:12.3/.libreoffice.new/libreoffice.changes
2013-02-20 17:42:41.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 20 11:35:25 UTC 2013 - pmla...@suse.com
+
+- make sure that StartupNotify=true is written into the [Desktop Entry]
+  section (bnc#796875)
+
+---



Other differences:
--
libreoffice-help-en-US.spec: same change
libreoffice-help-group1.spec: same change
libreoffice-help-group2.spec: same change
libreoffice-help-group3.spec: same change
libreoffice-help-group4.spec: same change
libreoffice-help-group5.spec: same change
libreoffice-icon-themes.spec: same change
libreoffice-l10n.spec: same change
++ libreoffice.spec ++
--- /var/tmp/diff_new_pack.HGClNU/_old  2013-02-20 17:43:12.0 +0100
+++ /var/tmp/diff_new_pack.HGClNU/_new  2013-02-20 17:43:12.0 +0100
@@ -1636,7 +1636,7 @@
 # finally, create the right link
 ln -sf $relative_target $desktop_new
 # enable startup notification (bnc#796875)
-grep -q NoDisplay=true $desktop_new || echo StartupNotify=true 
$desktop_new
+grep -q NoDisplay=true $desktop_new || sed -i s/\(\[Desktop 
Entry\]\)/\1\nStartupNotify=true/ $desktop_new
 # suse_update
 app=`echo $desktop_new | sed s/.desktop//`
 %suse_update_desktop_file $app

























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



commit ncurses for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2013-02-20 17:44:00

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


Package is ncurses, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2013-01-22 
17:39:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.ncurses.new/ncurses.changes 2013-02-20 
17:44:01.0 +0100
@@ -1,0 +2,49 @@
+Mon Feb 18 12:50:14 UTC 2013 - wer...@suse.de
+
+- Add ncurses patch 20130126
+  + further fixes to mvcur to pass callback function (cf: 20130112),
+needed to make test/dots_mvcur work.
+  + reduce calls to SetConsoleActiveScreenBuffer in win_driver.c, to
+help reduce flicker.
+  + modify configure script to omit +b from linker options for very
+old HP-UX systems (report by Dennis Grevenstein)
+  + add HP-UX workaround for missing EILSEQ on old HP-UX systems (patch
+by Dennis Grevenstein).
+  + restore memmove/strdup support for antique systems (request by
+Dennis Grevenstein).
+  + change %l behavior in tparm to push the string length onto the stack
+rather than saving the formatted length into the output buffer
+(report by Roy Marples, cf: 980620).
+- Add ncurses patch 20130202
+  + correct initialization in knight.c which let it occasionally make
+an incorrect move (cf: 20001028).
+  + improve documentation of the terminfo/termcap search path.
+- Add ncurses patch 20130209
+  + modify test/configure script to make it simpler to override names
+of curses-related libraries, to help with linking with pdcurses in
+mingw environment.
+  + if the --with-terminfo-dirs configure option is not used, there is
+no corresponding compiled-in value for that.  Fill in no default
+value for that part of the manpage substitution.
+- Add ncurses patch 20130216
+  + modify test/testcurs.c to work with mouse for ncurses as it does for
+pdcurses.
+  + modify test/knight.c to work with mouse for pdcurses as it does for
+ncurses.
+  + modify internal recursion in wgetch() which handles cooked mode to
+check if the call to wgetnstr() returned an error.  This can happen
+when both nocbreak() and nodelay() are set, for instance (report by
+Nils Christopher Brause) (cf: 960418).
+  + fixes for issues found by Coverity:
++ add a check for valid position in ClearToEOS()
++ fix in lib_twait.c when --enable-wgetch-events is used, pointer
+  use after free.
++ improve a limit-check in make_hash.c
++ fix a memory leak in hashed_db.c
+- Add ncurses patch 20130218
+  + correct ifdef on change to lib_twait.c (report by  Werner Fink).
+  + update config.guess, config.sub
+- Use screen to emulate a terminal to enable the configure script to
+  use poll(2) system call on stderr file descriptor
+
+---



Other differences:
--
++ ncurses.spec ++
--- /var/tmp/diff_new_pack.c0RF9e/_old  2013-02-20 17:44:04.0 +0100
+++ /var/tmp/diff_new_pack.c0RF9e/_new  2013-02-20 17:44:04.0 +0100
@@ -19,6 +19,7 @@
 Name:   ncurses
 #!BuildIgnore: terminfo
 BuildRequires:  gcc-c++
+BuildRequires:  screen
 %if 0%{?suse_version}  1130
 BuildRequires:  gpm-devel
 %else
@@ -36,6 +37,7 @@
 Summary:New curses Libraries
 License:MIT
 Group:  System/Base
+#Git:   http://ncurses.scripts.mit.edu
 Url:http://invisible-island.net/ncurses/ncurses.html
 Source0:ncurses-%{version}.tar.bz2
 Source1:ncurses-%{version}-patches.tar.bz2
@@ -273,6 +275,23 @@
 rm -vf mk-dlls.sh
 
 %build
+%global _configure screen -L -D -m ./configure
+SCREENDIR=$(mktemp -d ${PWD}/screen.XX) || exit 1
+SCREENRC=${SCREENDIR}/ncurses
+export SCREENRC SCREENDIR
+exec 0 /dev/null
+SCREENLOG=${SCREENDIR}/config.screen
+cat  $SCREENRC-EOF
+   deflogin off
+   logfile $SCREENLOG
+   logfile flush 1
+   logtstamp off
+   log on
+   setsid off
+   scrollback 0
+   silence on
+   utf8 on
+   EOF
 cflags ()
 {
local flag=$1; shift
@@ -355,6 +374,7 @@
 # advantage about splitting of a libtinfo (IMHO).
 #
 touch --reference=README config.sub config.guess
+ $SCREENLOG
 %configure \
--without-ada   \
--without-debug \
@@ -414,6 +434,7 @@
--disable-widec \
--disable-tic-depends   \
--with-ticlib=tic
+cat $SCREENLOG
 #
 #  The configure line
 #
@@ -482,7 +503,9 @@
 #
 # Now use --with-pthread for reentrant pthread support (abi  5).
 #
-eval 

commit patterns-openSUSE for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package patterns-openSUSE for 
openSUSE:Factory checked in at 2013-02-20 17:44:08

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


Package is patterns-openSUSE, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/patterns-openSUSE/patterns-openSUSE.changes  
2013-02-14 21:13:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.patterns-openSUSE.new/patterns-openSUSE.changes 
2013-02-20 17:44:10.0 +0100
@@ -1,0 +2,14 @@
+Wed Feb 20 10:32:30 UTC 2013 - co...@suse.com
+
+- Atri (1):
+  Add xchat to REST-CD-X11.
+
+Raymond Wooninck (1):
+  Include kde4-print-manager in the default KDE4-DESKTOP pattern
+
+Stephan Kulow (1):
+  add osc to the patterns (as suggested)
+
+Commit: 4e9f3fa9
+
+---



Other differences:
--
++ patterns-openSUSE.spec ++
--- /var/tmp/diff_new_pack.YDI9bG/_old  2013-02-20 17:44:11.0 +0100
+++ /var/tmp/diff_new_pack.YDI9bG/_new  2013-02-20 17:44:11.0 +0100
@@ -1234,6 +1234,7 @@
 Provides:   patterns-openSUSE-kde4 = 11.1
 Recommends: ark
 Recommends: kcalc
+Recommends: kde4-print-manager
 Recommends: kgpg
 Recommends: kio_mtp
 Recommends: ksnapshot

++ patterns-openSUSE-data.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/DEVEL-BASIS 
new/patterns-openSUSE-data/data/DEVEL-BASIS
--- old/patterns-openSUSE-data/data/DEVEL-BASIS 2013-02-14 10:34:08.0 
+0100
+++ new/patterns-openSUSE-data/data/DEVEL-BASIS 2013-02-20 11:32:08.0 
+0100
@@ -50,6 +50,8 @@
 
 +Psg:
 build
+// bnc#804006
+osc
 gcc-fortran
 gcc-objc
 // Matz thinks people want that
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/KDE4-DESKTOP 
new/patterns-openSUSE-data/data/KDE4-DESKTOP
--- old/patterns-openSUSE-data/data/KDE4-DESKTOP2013-02-14 
10:34:08.0 +0100
+++ new/patterns-openSUSE-data/data/KDE4-DESKTOP2013-02-20 
11:32:08.0 +0100
@@ -10,6 +10,7 @@
 kwalletmanager
 mozilla-kde4-integration
 kio_mtp
+kde4-print-manager
 -Prc:
 +Psg:
 marble
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/REST-CD-X11 
new/patterns-openSUSE-data/data/REST-CD-X11
--- old/patterns-openSUSE-data/data/REST-CD-X11 2013-02-14 10:34:08.0 
+0100
+++ new/patterns-openSUSE-data/data/REST-CD-X11 2013-02-20 11:32:08.0 
+0100
@@ -18,4 +18,5 @@
 gparted
 photorec
 ristretto
+xchat
 -Prc:

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



commit patterns-openSUSE for openSUSE:12.3

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package patterns-openSUSE for openSUSE:12.3 
checked in at 2013-02-20 17:44:15

Comparing /work/SRC/openSUSE:12.3/patterns-openSUSE (Old)
 and  /work/SRC/openSUSE:12.3/.patterns-openSUSE.new (New)


Package is patterns-openSUSE, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:12.3/patterns-openSUSE/patterns-openSUSE.changes 
2013-02-14 21:13:13.0 +0100
+++ /work/SRC/openSUSE:12.3/.patterns-openSUSE.new/patterns-openSUSE.changes
2013-02-20 17:44:17.0 +0100
@@ -1,0 +2,14 @@
+Wed Feb 20 10:32:30 UTC 2013 - co...@suse.com
+
+- Atri (1):
+  Add xchat to REST-CD-X11.
+
+Raymond Wooninck (1):
+  Include kde4-print-manager in the default KDE4-DESKTOP pattern
+
+Stephan Kulow (1):
+  add osc to the patterns (as suggested)
+
+Commit: 4e9f3fa9
+
+---



Other differences:
--
++ patterns-openSUSE.spec ++
--- /var/tmp/diff_new_pack.HEBYTb/_old  2013-02-20 17:44:17.0 +0100
+++ /var/tmp/diff_new_pack.HEBYTb/_new  2013-02-20 17:44:17.0 +0100
@@ -1234,6 +1234,7 @@
 Provides:   patterns-openSUSE-kde4 = 11.1
 Recommends: ark
 Recommends: kcalc
+Recommends: kde4-print-manager
 Recommends: kgpg
 Recommends: kio_mtp
 Recommends: ksnapshot

++ patterns-openSUSE-data.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/DEVEL-BASIS 
new/patterns-openSUSE-data/data/DEVEL-BASIS
--- old/patterns-openSUSE-data/data/DEVEL-BASIS 2013-02-14 10:34:08.0 
+0100
+++ new/patterns-openSUSE-data/data/DEVEL-BASIS 2013-02-20 11:32:08.0 
+0100
@@ -50,6 +50,8 @@
 
 +Psg:
 build
+// bnc#804006
+osc
 gcc-fortran
 gcc-objc
 // Matz thinks people want that
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/KDE4-DESKTOP 
new/patterns-openSUSE-data/data/KDE4-DESKTOP
--- old/patterns-openSUSE-data/data/KDE4-DESKTOP2013-02-14 
10:34:08.0 +0100
+++ new/patterns-openSUSE-data/data/KDE4-DESKTOP2013-02-20 
11:32:08.0 +0100
@@ -10,6 +10,7 @@
 kwalletmanager
 mozilla-kde4-integration
 kio_mtp
+kde4-print-manager
 -Prc:
 +Psg:
 marble
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/REST-CD-X11 
new/patterns-openSUSE-data/data/REST-CD-X11
--- old/patterns-openSUSE-data/data/REST-CD-X11 2013-02-14 10:34:08.0 
+0100
+++ new/patterns-openSUSE-data/data/REST-CD-X11 2013-02-20 11:32:08.0 
+0100
@@ -18,4 +18,5 @@
 gparted
 photorec
 ristretto
+xchat
 -Prc:

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



commit plasma-addons for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package plasma-addons for openSUSE:Factory 
checked in at 2013-02-20 17:44:29

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


Package is plasma-addons, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/plasma-addons/plasma-addons.changes  
2013-02-12 12:55:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.plasma-addons.new/plasma-addons.changes 
2013-02-20 17:44:30.0 +0100
@@ -1,0 +2,7 @@
+Wed Feb 20 11:39:31 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added initialize_m_list_variable.diff that fixes crashing of 
+  plasma-desktop when user has paste widget in systray 
+  (kde#312075), (bnc#802972)
+
+---

New:

  initialize_m_list_variable.diff



Other differences:
--
++ plasma-addons.spec ++
--- /var/tmp/diff_new_pack.vtGGl4/_old  2013-02-20 17:44:33.0 +0100
+++ /var/tmp/diff_new_pack.vtGGl4/_new  2013-02-20 17:44:33.0 +0100
@@ -32,6 +32,8 @@
 Patch3: notes.diff
 #PATCH-FIX-OPENSUSE weather_fix.diff -- Use plasma theme colors for weather 
plasmoid's detail view
 Patch4: weather_fix.diff
+# PATCH-FIX-UPSTREAM initialize_m_list_variable.diff -- Fixes crashing of 
plasma-desktop when user has paste widget in systray (kde#312075), (bnc#802972)
+Patch5: initialize_m_list_variable.diff
 BuildRequires:  fdupes
 BuildRequires:  ibus-devel
 BuildRequires:  kdebase4-workspace-devel
@@ -126,6 +128,7 @@
 %patch2
 %patch3
 %patch4 -p1
+%patch5 -p1
 
 %build
   %cmake_kde4 -d build

++ initialize_m_list_variable.diff ++
From: David E. Narváez david.narv...@computer.org
Date: Wed, 20 Feb 2013 02:10:09 +
Subject: Initialize m_list Variable
X-Git-Url: 
http://quickgit.kde.org/?p=kdeplasma-addons.gita=commitdiffh=51900bb85fa19ca4c008b4b242b2edc7b5f46789
---
Initialize m_list Variable

BUG: 312075
FIXED-IN: 4.10.1
---


--- a/applets/paste/paste.cpp
+++ b/applets/paste/paste.cpp
@@ -35,7 +35,7 @@
 #include Plasma/Theme
 
 Paste::Paste(QObject *parent, const QVariantList args)
-: Plasma::PopupApplet(parent, args), m_snippetConfig(0)
+: Plasma::PopupApplet(parent, args), m_list(0), m_snippetConfig(0)
 {
 setHasConfigurationInterface(true);
 setAspectRatioMode(Plasma::IgnoreAspectRatio);


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



commit plasma-addons for openSUSE:12.3

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package plasma-addons for openSUSE:12.3 
checked in at 2013-02-20 17:44:33

Comparing /work/SRC/openSUSE:12.3/plasma-addons (Old)
 and  /work/SRC/openSUSE:12.3/.plasma-addons.new (New)


Package is plasma-addons, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:12.3/plasma-addons/plasma-addons.changes 2013-02-12 
12:55:13.0 +0100
+++ /work/SRC/openSUSE:12.3/.plasma-addons.new/plasma-addons.changes
2013-02-20 17:44:39.0 +0100
@@ -1,0 +2,7 @@
+Wed Feb 20 11:39:31 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added initialize_m_list_variable.diff that fixes crashing of 
+  plasma-desktop when user has paste widget in systray 
+  (kde#312075), (bnc#802972)
+
+---

New:

  initialize_m_list_variable.diff



Other differences:
--
++ plasma-addons.spec ++
--- /var/tmp/diff_new_pack.8CUESK/_old  2013-02-20 17:44:39.0 +0100
+++ /var/tmp/diff_new_pack.8CUESK/_new  2013-02-20 17:44:39.0 +0100
@@ -32,6 +32,8 @@
 Patch3: notes.diff
 #PATCH-FIX-OPENSUSE weather_fix.diff -- Use plasma theme colors for weather 
plasmoid's detail view
 Patch4: weather_fix.diff
+# PATCH-FIX-UPSTREAM initialize_m_list_variable.diff -- Fixes crashing of 
plasma-desktop when user has paste widget in systray (kde#312075), (bnc#802972)
+Patch5: initialize_m_list_variable.diff
 BuildRequires:  fdupes
 BuildRequires:  ibus-devel
 BuildRequires:  kdebase4-workspace-devel
@@ -126,6 +128,7 @@
 %patch2
 %patch3
 %patch4 -p1
+%patch5 -p1
 
 %build
   %cmake_kde4 -d build

++ initialize_m_list_variable.diff ++
From: David E. Narváez david.narv...@computer.org
Date: Wed, 20 Feb 2013 02:10:09 +
Subject: Initialize m_list Variable
X-Git-Url: 
http://quickgit.kde.org/?p=kdeplasma-addons.gita=commitdiffh=51900bb85fa19ca4c008b4b242b2edc7b5f46789
---
Initialize m_list Variable

BUG: 312075
FIXED-IN: 4.10.1
---


--- a/applets/paste/paste.cpp
+++ b/applets/paste/paste.cpp
@@ -35,7 +35,7 @@
 #include Plasma/Theme
 
 Paste::Paste(QObject *parent, const QVariantList args)
-: Plasma::PopupApplet(parent, args), m_snippetConfig(0)
+: Plasma::PopupApplet(parent, args), m_list(0), m_snippetConfig(0)
 {
 setHasConfigurationInterface(true);
 setAspectRatioMode(Plasma::IgnoreAspectRatio);


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



commit python-prettytable for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package python-prettytable for 
openSUSE:Factory checked in at 2013-02-20 17:44:59

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


Package is python-prettytable, Maintainer is radma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-prettytable/python-prettytable.changes
2012-07-30 09:38:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-prettytable.new/python-prettytable.changes   
2013-02-20 17:45:01.0 +0100
@@ -1,0 +2,25 @@
+Mon Feb 18 17:43:55 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 0.7:
+  + Improved Python 2 and 3 compatibility (2.4-3.2).
+  + Improved support for non-Latin characters.  Table widths should
+now be calculated correctly for tables with e.g. Japanese text.
+  + Table contents can now be read in from a .csv file
+  + Table contents can now be read in from a DB-API compatible cursor
+  + Table contents can now be read in from a string containing a
+HTML table
+  + new valign attribute controls vertical alignment of text when
+some cells in a row have multiple lines of text and others don't.
+  + hrules attribute can now be set to HEADER, which draws a rule only
+under the header row
+  + new vrules attribute controls drawing of vertical rules and can
+be set to FRAME, ALL or NONE
+  + new header_style attribute controls formatting of text in table
+headers and can be set to cap, title, upper, lower or None
+  + Fixed a simple bug regarding validation of max_width
+  + Fixed a simple bug regarding initialisation of int_format value
+for new tables
+  + Fixed a bug regarding some constructor keywords, such as border,
+being ignored
+
+---

Old:

  prettytable-0.6.1.tar.bz2

New:

  prettytable-0.7.tar.bz2



Other differences:
--
++ python-prettytable.spec ++
--- /var/tmp/diff_new_pack.TlZEox/_old  2013-02-20 17:45:02.0 +0100
+++ /var/tmp/diff_new_pack.TlZEox/_new  2013-02-20 17:45:02.0 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package python-prettytable
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2011 Christian Berendt.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 Christian Berendt.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:   python-prettytable
-Version:0.6.1
+Version:0.7
 Release:0
 Summary:Library for displaying tabular data in a visually appealing 
ASCII format
 License:BSD-2-Clause

++ prettytable-0.6.1.tar.bz2 - prettytable-0.7.tar.bz2 ++
 1689 lines of diff (skipped)

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



commit seahorse for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package seahorse for openSUSE:Factory 
checked in at 2013-02-20 17:45:33

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


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

Changes:

--- /work/SRC/openSUSE:Factory/seahorse/seahorse.changes2012-11-25 
14:07:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.seahorse.new/seahorse.changes   2013-02-20 
17:45:34.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 20 04:34:14 UTC 2013 - mike.catanz...@gmail.com
+
+- Add seahorse-remove-bad-help-buttons.patch (bnc#804181)
+
+---

New:

  seahorse-remove-bad-help-buttons.patch



Other differences:
--
++ seahorse.spec ++
--- /var/tmp/diff_new_pack.R720v8/_old  2013-02-20 17:45:36.0 +0100
+++ /var/tmp/diff_new_pack.R720v8/_new  2013-02-20 17:45:36.0 +0100
@@ -24,6 +24,8 @@
 Group:  Productivity/Security
 Url:http://projects.gnome.org/seahorse/
 Source: 
http://download.gnome.org/sources/seahorse/3.6/%{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE bnc#804181 bgo#659834 mike.catanz...@gmail.com -- Remove 
help buttons that point to nowhere, submitted but not yet reviewed upstream
+Patch0: seahorse-remove-bad-help-buttons.patch
 BuildRequires:  fdupes
 BuildRequires:  gpg2
 BuildRequires:  gpgme-devel
@@ -55,6 +57,7 @@
 %prep
 %setup -q
 translation-update-upstream
+%patch0 -p1
 
 %build
 %configure \


++ seahorse-remove-bad-help-buttons.patch ++
From 97dab1647bdc2f50d642eb0278bc3399b4beb7ac Mon Sep 17 00:00:00 2001
From: Michael Catanzaro mike.catanz...@gmail.com
Date: Tue, 19 Feb 2013 22:27:28 -0600
Subject: [PATCH] Remove gkr-keyring, gkr-item-properties help

There is no article associated with these buttons, and there's not
really any need for Help on these pages anyway. (bnc#804181)

Various other patches including a varient of this one have been proposed
upstream at bgo#659834; none have been accepted as of yet
---
 gkr/seahorse-gkr-item-properties.xml | 17 -
 gkr/seahorse-gkr-keyring.xml | 17 -
 2 files changed, 34 deletions(-)

diff --git a/gkr/seahorse-gkr-item-properties.xml 
b/gkr/seahorse-gkr-item-properties.xml
index 7e38ecb..7a66e23 100644
--- a/gkr/seahorse-gkr-item-properties.xml
+++ b/gkr/seahorse-gkr-item-properties.xml
@@ -360,22 +360,6 @@
 property name=visibleTrue/property
 property name=layout_styleend/property
 child
-  object class=GtkButton id=helpbutton1
-property name=labelgtk-help/property
-property name=visibleTrue/property
-property name=can_focusTrue/property
-property name=can_defaultTrue/property
-property name=receives_defaultFalse/property
-property name=use_stockTrue/property
-signal name=clicked handler=on_widget_help/
-  /object
-  packing
-property name=expandFalse/property
-property name=fillFalse/property
-property name=position0/property
-  /packing
-/child
-child
   object class=GtkButton id=closebutton1
 property name=labelgtk-close/property
 property name=visibleTrue/property
@@ -401,7 +385,6 @@
   /object
 /child
 action-widgets
-  action-widget response=-11helpbutton1/action-widget
   action-widget response=-7closebutton1/action-widget
 /action-widgets
   /object
diff --git a/gkr/seahorse-gkr-keyring.xml b/gkr/seahorse-gkr-keyring.xml
index e9a6c03..3474e53 100644
--- a/gkr/seahorse-gkr-keyring.xml
+++ b/gkr/seahorse-gkr-keyring.xml
@@ -145,22 +145,6 @@
 property name=visibleTrue/property
 property name=layout_styleend/property
 child
-  object class=GtkButton id=helpbutton1
-property name=labelgtk-help/property
-property name=visibleTrue/property
-property name=can_focusTrue/property
-property name=can_defaultTrue/property
-property name=receives_defaultFalse/property
-property name=use_stockTrue/property
-signal name=clicked handler=on_widget_help/
-  /object
-  packing
-property name=expandFalse/property
-property name=fillFalse/property
-property name=position0/property
-  /packing
-/child
-child
   object class=GtkButton 

commit seahorse for openSUSE:12.3

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package seahorse for openSUSE:12.3 checked 
in at 2013-02-20 17:45:37

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


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

Changes:

--- /work/SRC/openSUSE:12.3/seahorse/seahorse.changes   2013-01-31 
01:37:53.0 +0100
+++ /work/SRC/openSUSE:12.3/.seahorse.new/seahorse.changes  2013-02-20 
17:45:43.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 20 04:34:14 UTC 2013 - mike.catanz...@gmail.com
+
+- Add seahorse-remove-bad-help-buttons.patch (bnc#804181)
+
+---

New:

  seahorse-remove-bad-help-buttons.patch



Other differences:
--
++ seahorse.spec ++
--- /var/tmp/diff_new_pack.Vy708f/_old  2013-02-20 17:45:43.0 +0100
+++ /var/tmp/diff_new_pack.Vy708f/_new  2013-02-20 17:45:43.0 +0100
@@ -24,6 +24,8 @@
 Group:  Productivity/Security
 Url:http://projects.gnome.org/seahorse/
 Source: 
http://download.gnome.org/sources/seahorse/3.6/%{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE bnc#804181 bgo#659834 mike.catanz...@gmail.com -- Remove 
help buttons that point to nowhere, submitted but not yet reviewed upstream
+Patch0: seahorse-remove-bad-help-buttons.patch
 BuildRequires:  fdupes
 BuildRequires:  gpg2
 BuildRequires:  gpgme-devel
@@ -55,6 +57,7 @@
 %prep
 %setup -q
 translation-update-upstream
+%patch0 -p1
 
 %build
 %configure \


++ seahorse-remove-bad-help-buttons.patch ++
From 97dab1647bdc2f50d642eb0278bc3399b4beb7ac Mon Sep 17 00:00:00 2001
From: Michael Catanzaro mike.catanz...@gmail.com
Date: Tue, 19 Feb 2013 22:27:28 -0600
Subject: [PATCH] Remove gkr-keyring, gkr-item-properties help

There is no article associated with these buttons, and there's not
really any need for Help on these pages anyway. (bnc#804181)

Various other patches including a varient of this one have been proposed
upstream at bgo#659834; none have been accepted as of yet
---
 gkr/seahorse-gkr-item-properties.xml | 17 -
 gkr/seahorse-gkr-keyring.xml | 17 -
 2 files changed, 34 deletions(-)

diff --git a/gkr/seahorse-gkr-item-properties.xml 
b/gkr/seahorse-gkr-item-properties.xml
index 7e38ecb..7a66e23 100644
--- a/gkr/seahorse-gkr-item-properties.xml
+++ b/gkr/seahorse-gkr-item-properties.xml
@@ -360,22 +360,6 @@
 property name=visibleTrue/property
 property name=layout_styleend/property
 child
-  object class=GtkButton id=helpbutton1
-property name=labelgtk-help/property
-property name=visibleTrue/property
-property name=can_focusTrue/property
-property name=can_defaultTrue/property
-property name=receives_defaultFalse/property
-property name=use_stockTrue/property
-signal name=clicked handler=on_widget_help/
-  /object
-  packing
-property name=expandFalse/property
-property name=fillFalse/property
-property name=position0/property
-  /packing
-/child
-child
   object class=GtkButton id=closebutton1
 property name=labelgtk-close/property
 property name=visibleTrue/property
@@ -401,7 +385,6 @@
   /object
 /child
 action-widgets
-  action-widget response=-11helpbutton1/action-widget
   action-widget response=-7closebutton1/action-widget
 /action-widgets
   /object
diff --git a/gkr/seahorse-gkr-keyring.xml b/gkr/seahorse-gkr-keyring.xml
index e9a6c03..3474e53 100644
--- a/gkr/seahorse-gkr-keyring.xml
+++ b/gkr/seahorse-gkr-keyring.xml
@@ -145,22 +145,6 @@
 property name=visibleTrue/property
 property name=layout_styleend/property
 child
-  object class=GtkButton id=helpbutton1
-property name=labelgtk-help/property
-property name=visibleTrue/property
-property name=can_focusTrue/property
-property name=can_defaultTrue/property
-property name=receives_defaultFalse/property
-property name=use_stockTrue/property
-signal name=clicked handler=on_widget_help/
-  /object
-  packing
-property name=expandFalse/property
-property name=fillFalse/property
-property name=position0/property
-  /packing
-/child
-child
   object class=GtkButton id=closebutton1
  

commit systemd for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2013-02-20 17:46:33

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


Package is systemd, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2013-02-19 
13:50:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2013-02-20 17:46:35.0 +0100
@@ -1,0 +2,11 @@
+Tue Feb 19 11:20:31 CET 2013 - fcro...@suse.com
+
+- Ensure journal is flushed on disk when systemd-logger is
+  installed for the first time.
+- Add improve-journal-perf.patch: improve journal performance on
+  query.
+- Add support-hybrid-suspend.patch: add support for hybrid suspend.
+- Add forward-to-pmutils.patch: forward suspend/hibernation calls
+  to pm-utils, if installed (bnc#790157).
+
+---
systemd.changes: same change

New:

  forward-to-pmutils.patch
  improve-journal-perf.patch
  support-hybrid-suspend.patch



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.j21Zju/_old  2013-02-20 17:46:38.0 +0100
+++ /var/tmp/diff_new_pack.j21Zju/_new  2013-02-20 17:46:38.0 +0100
@@ -274,6 +274,12 @@
 Patch130:   systemctl-print-wall-on-if-successful.patch
 # PATCH-FIX-UPSTREAM improve-bash-completion.patch fcro...@suse.com -- improve 
bash completion
 Patch131:   improve-bash-completion.patch
+# PATCH-FIX-UPSTREAM improve-journal-perf.patch fcro...@suse.com -- improve 
journal performance
+Patch132:   improve-journal-perf.patch
+# PATCH-FIX-UPSTREAM support-hybrid-suspend.patch fcro...@suse.com -- support 
hybrid suspend
+Patch133:   support-hybrid-suspend.patch
+# PATCH-FIX-OPENSUSE forward-to-pmutils.patch fcro...@suse.com bnc#790157 -- 
forward to pm-utils
+Patch134:   forward-to-pmutils.patch
 
 # udev patches
 # PATCH-FIX-OPENSUSE 1001-Reinstate-TIMEOUT-handling.patch
@@ -606,9 +612,15 @@
 %patch129 -p1
 %patch130 -p1
 %patch131 -p1
+%patch132 -p1
+%patch133 -p1
+%patch134 -p1
 
 %build
 autoreconf -fiv
+# to remove after upgrading to systemd 196+
+rm -f 
man/{systemd.exec.5,logind.conf.5,systemctl.1,systemd-suspend.service.8,systemd.special.7,tmpfiles.d.5}
+
 # prevent pre-generated and distributed files from re-building
 find . -name *.[1-8] -exec touch '{}' '+';
 export V=1
@@ -878,6 +890,13 @@
 %post -n libgudev-1_0-0 -p /sbin/ldconfig
 
 %postun -n libgudev-1_0-0 -p /sbin/ldconfig
+
+%post logger
+if [ $1 -eq 1 ]; then
+# tell journal to start logging on disk if directory didn't exist before
+  systemctl --no-block restart systemd-journal-flush.service /dev/null 21 
|| :
+fi
+
 %endif
 
 %clean

++ systemd.spec ++
--- /var/tmp/diff_new_pack.j21Zju/_old  2013-02-20 17:46:38.0 +0100
+++ /var/tmp/diff_new_pack.j21Zju/_new  2013-02-20 17:46:38.0 +0100
@@ -269,6 +269,12 @@
 Patch130:   systemctl-print-wall-on-if-successful.patch
 # PATCH-FIX-UPSTREAM improve-bash-completion.patch fcro...@suse.com -- improve 
bash completion
 Patch131:   improve-bash-completion.patch
+# PATCH-FIX-UPSTREAM improve-journal-perf.patch fcro...@suse.com -- improve 
journal performance
+Patch132:   improve-journal-perf.patch
+# PATCH-FIX-UPSTREAM support-hybrid-suspend.patch fcro...@suse.com -- support 
hybrid suspend
+Patch133:   support-hybrid-suspend.patch
+# PATCH-FIX-OPENSUSE forward-to-pmutils.patch fcro...@suse.com bnc#790157 -- 
forward to pm-utils
+Patch134:   forward-to-pmutils.patch
 
 # udev patches
 # PATCH-FIX-OPENSUSE 1001-Reinstate-TIMEOUT-handling.patch
@@ -601,9 +607,15 @@
 %patch129 -p1
 %patch130 -p1
 %patch131 -p1
+%patch132 -p1
+%patch133 -p1
+%patch134 -p1
 
 %build
 autoreconf -fiv
+# to remove after upgrading to systemd 196+
+rm -f 
man/{systemd.exec.5,logind.conf.5,systemctl.1,systemd-suspend.service.8,systemd.special.7,tmpfiles.d.5}
+
 # prevent pre-generated and distributed files from re-building
 find . -name *.[1-8] -exec touch '{}' '+';
 export V=1
@@ -873,6 +885,13 @@
 %post -n libgudev-1_0-0 -p /sbin/ldconfig
 
 %postun -n libgudev-1_0-0 -p /sbin/ldconfig
+
+%post logger
+if [ $1 -eq 1 ]; then
+# tell journal to start logging on disk if directory didn't exist before
+  systemctl --no-block restart systemd-journal-flush.service /dev/null 21 
|| :
+fi
+
 %endif
 
 %clean

++ forward-to-pmutils.patch ++
Index: systemd-195/src/sleep/sleep.c
===
--- systemd-195.orig/src/sleep/sleep.c
+++ systemd-195/src/sleep/sleep.c
@@ -22,6 +22,7 @@
 #include stdio.h
 #include errno.h
 #include string.h
+#include stdlib.h
 
 

commit systemd for openSUSE:12.3

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:12.3 checked in 
at 2013-02-20 17:46:38

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


Package is systemd, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.3/systemd/systemd-mini.changes2013-02-19 
13:50:29.0 +0100
+++ /work/SRC/openSUSE:12.3/.systemd.new/systemd-mini.changes   2013-02-20 
17:46:39.0 +0100
@@ -1,0 +2,11 @@
+Tue Feb 19 11:20:31 CET 2013 - fcro...@suse.com
+
+- Ensure journal is flushed on disk when systemd-logger is
+  installed for the first time.
+- Add improve-journal-perf.patch: improve journal performance on
+  query.
+- Add support-hybrid-suspend.patch: add support for hybrid suspend.
+- Add forward-to-pmutils.patch: forward suspend/hibernation calls
+  to pm-utils, if installed (bnc#790157).
+
+---
systemd.changes: same change

New:

  forward-to-pmutils.patch
  improve-journal-perf.patch
  support-hybrid-suspend.patch



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.fze6qm/_old  2013-02-20 17:46:41.0 +0100
+++ /var/tmp/diff_new_pack.fze6qm/_new  2013-02-20 17:46:41.0 +0100
@@ -274,6 +274,12 @@
 Patch130:   systemctl-print-wall-on-if-successful.patch
 # PATCH-FIX-UPSTREAM improve-bash-completion.patch fcro...@suse.com -- improve 
bash completion
 Patch131:   improve-bash-completion.patch
+# PATCH-FIX-UPSTREAM improve-journal-perf.patch fcro...@suse.com -- improve 
journal performance
+Patch132:   improve-journal-perf.patch
+# PATCH-FIX-UPSTREAM support-hybrid-suspend.patch fcro...@suse.com -- support 
hybrid suspend
+Patch133:   support-hybrid-suspend.patch
+# PATCH-FIX-OPENSUSE forward-to-pmutils.patch fcro...@suse.com bnc#790157 -- 
forward to pm-utils
+Patch134:   forward-to-pmutils.patch
 
 # udev patches
 # PATCH-FIX-OPENSUSE 1001-Reinstate-TIMEOUT-handling.patch
@@ -606,9 +612,15 @@
 %patch129 -p1
 %patch130 -p1
 %patch131 -p1
+%patch132 -p1
+%patch133 -p1
+%patch134 -p1
 
 %build
 autoreconf -fiv
+# to remove after upgrading to systemd 196+
+rm -f 
man/{systemd.exec.5,logind.conf.5,systemctl.1,systemd-suspend.service.8,systemd.special.7,tmpfiles.d.5}
+
 # prevent pre-generated and distributed files from re-building
 find . -name *.[1-8] -exec touch '{}' '+';
 export V=1
@@ -878,6 +890,13 @@
 %post -n libgudev-1_0-0 -p /sbin/ldconfig
 
 %postun -n libgudev-1_0-0 -p /sbin/ldconfig
+
+%post logger
+if [ $1 -eq 1 ]; then
+# tell journal to start logging on disk if directory didn't exist before
+  systemctl --no-block restart systemd-journal-flush.service /dev/null 21 
|| :
+fi
+
 %endif
 
 %clean

++ systemd.spec ++
--- /var/tmp/diff_new_pack.fze6qm/_old  2013-02-20 17:46:41.0 +0100
+++ /var/tmp/diff_new_pack.fze6qm/_new  2013-02-20 17:46:41.0 +0100
@@ -269,6 +269,12 @@
 Patch130:   systemctl-print-wall-on-if-successful.patch
 # PATCH-FIX-UPSTREAM improve-bash-completion.patch fcro...@suse.com -- improve 
bash completion
 Patch131:   improve-bash-completion.patch
+# PATCH-FIX-UPSTREAM improve-journal-perf.patch fcro...@suse.com -- improve 
journal performance
+Patch132:   improve-journal-perf.patch
+# PATCH-FIX-UPSTREAM support-hybrid-suspend.patch fcro...@suse.com -- support 
hybrid suspend
+Patch133:   support-hybrid-suspend.patch
+# PATCH-FIX-OPENSUSE forward-to-pmutils.patch fcro...@suse.com bnc#790157 -- 
forward to pm-utils
+Patch134:   forward-to-pmutils.patch
 
 # udev patches
 # PATCH-FIX-OPENSUSE 1001-Reinstate-TIMEOUT-handling.patch
@@ -601,9 +607,15 @@
 %patch129 -p1
 %patch130 -p1
 %patch131 -p1
+%patch132 -p1
+%patch133 -p1
+%patch134 -p1
 
 %build
 autoreconf -fiv
+# to remove after upgrading to systemd 196+
+rm -f 
man/{systemd.exec.5,logind.conf.5,systemctl.1,systemd-suspend.service.8,systemd.special.7,tmpfiles.d.5}
+
 # prevent pre-generated and distributed files from re-building
 find . -name *.[1-8] -exec touch '{}' '+';
 export V=1
@@ -873,6 +885,13 @@
 %post -n libgudev-1_0-0 -p /sbin/ldconfig
 
 %postun -n libgudev-1_0-0 -p /sbin/ldconfig
+
+%post logger
+if [ $1 -eq 1 ]; then
+# tell journal to start logging on disk if directory didn't exist before
+  systemctl --no-block restart systemd-journal-flush.service /dev/null 21 
|| :
+fi
+
 %endif
 
 %clean

++ forward-to-pmutils.patch ++
Index: systemd-195/src/sleep/sleep.c
===
--- systemd-195.orig/src/sleep/sleep.c
+++ systemd-195/src/sleep/sleep.c
@@ -22,6 +22,7 @@
 #include stdio.h
 #include errno.h
 #include string.h
+#include stdlib.h
 
 #include log.h