commit python3-psycopg2 for openSUSE:Factory

2014-02-09 Thread h_root
Hello community,

here is the log from the commit of package python3-psycopg2 for 
openSUSE:Factory checked in at 2014-02-09 10:30:47

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


Package is python3-psycopg2

Changes:

--- /work/SRC/openSUSE:Factory/python3-psycopg2/python3-psycopg2.changes
2013-06-20 16:46:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-psycopg2.new/python3-psycopg2.changes   
2014-02-09 10:30:48.0 +0100
@@ -1,0 +2,8 @@
+Mon Feb  3 11:43:20 UTC 2014 - cfarr...@suse.com
+
+- license update: SUSE-LGPL-3.0-with-openssl-exception and
+  (SUSE-LGPL-3.0-with-openssl-exception or ZPL-2.0)
+  The ZPL alternative is only offered for the zope database adapter. Also,
+  the LGPL-3.0 used with psycopg2 has an exception for linking openssl
+
+---



Other differences:
--
++ python3-psycopg2.spec ++
--- /var/tmp/diff_new_pack.go6ePp/_old  2014-02-09 10:30:49.0 +0100
+++ /var/tmp/diff_new_pack.go6ePp/_new  2014-02-09 10:30:49.0 +0100
@@ -19,7 +19,7 @@
 Name:   python3-psycopg2
 Version:2.5
 Release:0
-License:LGPL-3.0+ or ZPL-2.0
+License:SUSE-LGPL-3.0-with-openssl-exception and 
(SUSE-LGPL-3.0-with-openssl-exception or ZPL-2.0)
 Summary:Python-PostgreSQL Database Adapter
 Url:http://initd.org/psycopg/
 Group:  Development/Languages/Python

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



commit glibc for openSUSE:Factory

2014-02-09 Thread h_root
Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2014-02-09 13:17:38

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


Package is glibc

Changes:

--- /work/SRC/openSUSE:Factory/glibc/glibc-testsuite.changes2014-01-11 
11:11:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc-testsuite.changes   
2014-02-09 13:17:40.0 +0100
@@ -1,0 +2,13 @@
+Thu Feb  6 10:38:05 UTC 2014 - sch...@suse.de
+
+- Update to glibc 2.18.90 ee7cc3853761:
+  * More bug fixes
+  * SystemTap probes for slow multiple precision fallback paths of
+transcendental functions have been introduced.
+  * Preliminary documentation about Multi-Thread, Async-Signal and
+Async-Cancel Safety has been added.
+  * Change powerpc64le start ABI to 2.17
+- Add /usr/local/lib64 to ld.so.conf on all lib64 platforms
+- Enable profile build for aarch64
+
+---
glibc-utils.changes: same change
glibc.changes: same change

Old:

  glibc-2.18.90-94c8a4bc574c.tar.xz
  ppc64le-abilist.patch

New:

  glibc-2.18.90-ee7cc3853761.tar.xz



Other differences:
--
++ glibc-testsuite.spec ++
--- /var/tmp/diff_new_pack.xiei2k/_old  2014-02-09 13:17:41.0 +0100
+++ /var/tmp/diff_new_pack.xiei2k/_new  2014-02-09 13:17:41.0 +0100
@@ -63,12 +63,7 @@
 %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
@@ -110,7 +105,7 @@
 Version:2.18.90
 Release:0
 %define glibc_major_version 2.18.90
-%define git_id 94c8a4bc574c
+%define git_id ee7cc3853761
 Url:http://www.gnu.org/software/libc/libc.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: glibc-%{version}-%{git_id}.tar.xz
@@ -243,8 +238,6 @@
 ### 
 # Patches awaiting upstream approval
 ###
-# PATCH-FIX-UPSTREAM PowerLE abilist
-Patch2000:  ppc64le-abilist.patch
 # PATCH-FIX-UPSTREAM Fix pldd not to leave process stopped after detaching
 Patch2019:  pldd-wait-ptrace-stop.patch
 
@@ -447,7 +440,6 @@
 %patch304 -p1
 %patch306 -p1
 
-%patch2000 -p1
 %patch2019 -p1
 
 %patch3000
@@ -864,7 +856,10 @@
 # Create ld.so.conf
 #
 cat  %{buildroot}/etc/ld.so.conf EOF
-%ifarch s390x sparc64 x86_64 ppc64 ppc
+%if %{_lib} == lib64
+/usr/local/lib64
+%endif
+%ifarch ppc
 /usr/local/lib64
 %endif
 /usr/local/lib

glibc-utils.spec: same change
++ glibc.spec ++
--- /var/tmp/diff_new_pack.xiei2k/_old  2014-02-09 13:17:41.0 +0100
+++ /var/tmp/diff_new_pack.xiei2k/_new  2014-02-09 13:17:41.0 +0100
@@ -63,12 +63,7 @@
 %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
@@ -110,7 +105,7 @@
 Version:2.18.90
 Release:0
 %define glibc_major_version 2.18.90
-%define git_id 94c8a4bc574c
+%define git_id ee7cc3853761
 Url:http://www.gnu.org/software/libc/libc.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: glibc-%{version}-%{git_id}.tar.xz
@@ -243,8 +238,6 @@
 ### 
 # Patches awaiting upstream approval
 ###
-# PATCH-FIX-UPSTREAM PowerLE abilist
-Patch2000:  ppc64le-abilist.patch
 # PATCH-FIX-UPSTREAM Fix pldd not to leave process stopped after detaching
 Patch2019:  pldd-wait-ptrace-stop.patch
 
@@ -447,7 +440,6 @@
 %patch304 -p1
 %patch306 -p1
 
-%patch2000 -p1
 %patch2019 -p1
 
 %patch3000
@@ -864,7 +856,10 @@
 # Create ld.so.conf
 #
 cat  %{buildroot}/etc/ld.so.conf EOF
-%ifarch s390x sparc64 x86_64 ppc64 ppc
+%if %{_lib} == lib64
+/usr/local/lib64
+%endif
+%ifarch ppc
 /usr/local/lib64
 %endif
 /usr/local/lib


++ glibc-2.18.90-94c8a4bc574c.tar.xz - glibc-2.18.90-ee7cc3853761.tar.xz 
++
/work/SRC/openSUSE:Factory/glibc/glibc-2.18.90-94c8a4bc574c.tar.xz 
/work/SRC/openSUSE:Factory/.glibc.new/glibc-2.18.90-ee7cc3853761.tar.xz differ: 
char 26, line 1

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



commit audit for openSUSE:Factory

2014-02-09 Thread h_root
Hello community,

here is the log from the commit of package audit for openSUSE:Factory checked 
in at 2014-02-09 13:17:29

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


Package is audit

Changes:

--- /work/SRC/openSUSE:Factory/audit/audit-secondary.changes2013-12-05 
06:48:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.audit.new/audit-secondary.changes   
2014-02-09 13:17:30.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb  4 00:06:30 UTC 2014 - to...@suse.com
+
+- Update to version 2.3.3. See audit.spec (libaudit1) for upstream
+  changelog
+
+---
--- /work/SRC/openSUSE:Factory/audit/audit.changes  2013-12-05 
06:48:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.audit.new/audit.changes 2014-02-09 
13:17:30.0 +0100
@@ -1,0 +2,16 @@
+Tue Feb  4 00:05:38 UTC 2014 - to...@suse.com
+
+- Update to version 2.3.3
+
+ Changelog 2.3.3
+ - Documentation updates
+ - Add AUDIT_USER_MAC_CONFIG_CHANGE event for MAC policy changes
+ - Update interpreting scheduler policy names
+ - Update automake files to automake-1.13.4
+ - Remove CAP_COMPROMISE_KERNEL interpretation
+ - Parse name field in AVC's (#1049916)
+ - Add missing typedef for auparse_type_t enumeration (#1053424)
+ - Fix parsing encoded filenames in records
+ - Parse SECCOMP events
+
+---

Old:

  audit-2.3.2.tar.gz

New:

  audit-2.3.3.tar.gz



Other differences:
--
++ audit-secondary.spec ++
--- /var/tmp/diff_new_pack.6ZIq1b/_old  2014-02-09 13:17:31.0 +0100
+++ /var/tmp/diff_new_pack.6ZIq1b/_new  2014-02-09 13:17:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package audit-secondary
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,7 +30,7 @@
 Summary:Secondary packages for audit
 License:GPL-2.0+
 Group:  System/Monitoring
-Version:2.3.2
+Version:2.3.3
 Release:0
 Url:http://people.redhat.com/sgrubb/audit/
 Source0:
http://people.redhat.com/sgrubb/audit/%{_name}-%{version}.tar.gz

++ audit.spec ++
--- /var/tmp/diff_new_pack.6ZIq1b/_old  2014-02-09 13:17:31.0 +0100
+++ /var/tmp/diff_new_pack.6ZIq1b/_new  2014-02-09 13:17:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package audit
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Summary:First part of auditing package
 License:GPL-2.0+
 Group:  System/Monitoring
-Version:2.3.2
+Version:2.3.3
 Release:0
 Url:http://people.redhat.com/sgrubb/audit/
 Source0:http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz

++ audit-2.3.2.tar.gz - audit-2.3.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audit-2.3.2/ChangeLog new/audit-2.3.3/ChangeLog
--- old/audit-2.3.2/ChangeLog   2013-07-29 23:37:00.0 +0200
+++ new/audit-2.3.3/ChangeLog   2014-01-16 12:24:42.0 +0100
@@ -1,3 +1,14 @@
+2.3.3
+- Documentation updates
+- Add AUDIT_USER_MAC_CONFIG_CHANGE event for MAC policy changes
+- Update interpreting scheduler policy names
+- Update automake files to automake-1.13.4
+- Remove CAP_COMPROMISE_KERNEL interpretation
+- Parse name field in AVC's (#1049916)
+- Add missing typedef for auparse_type_t enumeration (#1053424)
+- Fix parsing encoded filenames in records
+- Parse SECCOMP events
+
 2.3.2
 - Put RefuseManualStop in the right systemd section (#969345)
 - Add legacy restart scripts for systemd support
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audit-2.3.2/TODO new/audit-2.3.3/TODO
--- old/audit-2.3.2/TODO2013-07-29 23:37:01.0 +0200
+++ new/audit-2.3.3/TODO2014-01-16 12:24:42.0 +0100
@@ -1,6 +1,6 @@
 Things that need to be done:
 ===
-2.3.3
+2.3.4
 * Fix auvirt to report AVC's and --proof for --all-events
 * Add command report
 * Fix auparse to handle out of order messages
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/audit-2.3.2/audit.spec 

commit libpng12 for openSUSE:Factory

2014-02-09 Thread h_root
Hello community,

here is the log from the commit of package libpng12 for openSUSE:Factory 
checked in at 2014-02-09 13:17:47

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


Package is libpng12

Changes:

--- /work/SRC/openSUSE:Factory/libpng12/libpng12.changes2013-04-18 
15:00:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpng12.new/libpng12.changes   2014-02-09 
13:17:49.0 +0100
@@ -1,0 +2,21 @@
+Fri Feb  7 07:43:01 UTC 2014 - pgaj...@suse.com
+
+- updated to 1.2.51:
+  Ignore, with a warning, out-of-range value of num_trans in png_set_tRNS().
+  Replaced AM_CONFIG_HEADER(config.h) with
+ AC_CONFIG_HEADERS([config.h]) in configure.ac
+  Changed default value of PNG_USER_CACHE_MAX from 0 to 32767 in pngconf.h.
+  Avoid a possible memory leak in contrib/gregbook/readpng.c
+  Revised libpng.3 so that doclifter can process it.
+  Changed '%sm' to '%s m' in png_debug macros to improve portability
+among compilers.
+  Rebuilt the configure scripts with autoconf-2.69 and automake-1.14.1
+  Removed potentially misleading warning from png_check_IHDR().
+  Quiet set-but-not-used warnings in pngset.c
+  Quiet an uninitialized memory warning from VC2013 in png_get_png().
+  Quiet unused variable warnings from clang by porting PNG_UNUSED() from
+libpng-1.4.6.
+  Added -DZ_SOLO to CFLAGS in contrib/pngminim/*/makefile
+  Added an #ifdef PNG_FIXED_POINT_SUPPORTED/#endif in pngset.c
+
+---

Old:

  libpng-1.2.50.tar.bz2

New:

  libpng-1.2.51.tar.xz



Other differences:
--
++ libpng12.spec ++
--- /var/tmp/diff_new_pack.hqcE26/_old  2014-02-09 13:17:50.0 +0100
+++ /var/tmp/diff_new_pack.hqcE26/_new  2014-02-09 13:17:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libpng12
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 #
 %define major   1
 %define minor   2
-%define micro   50
+%define micro   51
 %define branch  %{major}%{minor}
 %define libname libpng%{branch}-0
 
@@ -30,7 +30,7 @@
 Summary:Library for the Portable Network Graphics Format (PNG)
 License:Zlib
 Group:  System/Libraries
-Source: 
http://downloads.sourceforge.net/project/libpng/%{name}/%{version}/libpng-%{version}.tar.bz2
+Source: 
http://downloads.sourceforge.net/project/libpng/%{name}/%{version}/libpng-%{version}.tar.xz
 Source2:baselibs.conf
 BuildRequires:  libtool
 BuildRequires:  pkg-config

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



commit fontconfig for openSUSE:Factory

2014-02-09 Thread h_root
Hello community,

here is the log from the commit of package fontconfig for openSUSE:Factory 
checked in at 2014-02-09 13:17:33

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


Package is fontconfig

Changes:

--- /work/SRC/openSUSE:Factory/fontconfig/fontconfig.changes2013-12-08 
19:26:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.fontconfig.new/fontconfig.changes   
2014-02-09 13:17:34.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 31 07:30:10 UTC 2014 - pgaj...@suse.com
+
+- fix fontconfig crash for special bdf font [bnc#860596]
+  * added fontconfig-crash-bdf.patch
+
+---

New:

  fontconfig-crash-bdf.patch



Other differences:
--
++ fontconfig.spec ++
--- /var/tmp/diff_new_pack.8ilJ3C/_old  2014-02-09 13:17:35.0 +0100
+++ /var/tmp/diff_new_pack.8ilJ3C/_new  2014-02-09 13:17:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fontconfig
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -77,6 +77,8 @@
 # fix submitted upstream
 Patch2: 0001-Fix-inversion-between-Tinos-and-Cousine-in-the-comme.patch
 Patch3: 0002-Add-metric-aliases-for-additional-Google-ChromeOS-fo.patch
+# upstream patch 
http://cgit.freedesktop.org/fontconfig/commit/?id=80081555fdffea927a53fce2773cfbe9db4c51f0
+Patch4: fontconfig-crash-bdf.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   ipa-fonts-config = 003.02
 Obsoletes:  ipa-fonts-config = 003.02
@@ -123,6 +125,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 
 
 %build
 # - build with automake 1.13






++ fontconfig-crash-bdf.patch ++
 src/fcfreetype.c |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 80081555fdffea927a53fce2773cfbe9db4c51f0
Author: Akira TAGOH ak...@tagoh.org
Date:   Fri Jan 31 11:10:02 2014 +0900

Fix a crash issue when empty strings are set to the BDF properties

Index: src/fcfreetype.c
===
--- src/fcfreetype.c.orig   2013-10-11 05:10:18.0 +0200
+++ src/fcfreetype.c2014-01-31 08:40:43.446021821 +0100
@@ -1586,7 +1586,7 @@
}
if (width == -1 
FT_Get_BDF_Property (face, SETWIDTH_NAME, prop) == 0 
-   prop.type == BDF_PROPERTY_TYPE_ATOM)
+   prop.type == BDF_PROPERTY_TYPE_ATOM  prop.u.atom != NULL)
{
width = FcIsWidth ((FcChar8 *) prop.u.atom);
if (FcDebug ()  FC_DBG_SCANV)
@@ -1716,7 +1716,7 @@
 /* For PCF fonts, override the computed spacing with the one from
the property */
 if(FT_Get_BDF_Property(face, SPACING, prop) == 0 
-   prop.type == BDF_PROPERTY_TYPE_ATOM) {
+   prop.type == BDF_PROPERTY_TYPE_ATOM  prop.u.atom != NULL) {
 if(!strcmp(prop.u.atom, c) || !strcmp(prop.u.atom, C))
 spacing = FC_CHARCELL;
 else if(!strcmp(prop.u.atom, m) || !strcmp(prop.u.atom, M))


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



commit php5 for openSUSE:Factory

2014-02-09 Thread h_root
Hello community,

here is the log from the commit of package php5 for openSUSE:Factory checked in 
at 2014-02-09 13:17:56

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


Package is php5

Changes:

--- /work/SRC/openSUSE:Factory/php5/php5.changes2014-01-15 
19:36:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.php5.new/php5.changes   2014-02-09 
13:17:59.0 +0100
@@ -1,0 +2,10 @@
+Fri Feb  7 09:46:47 UTC 2014 - pgaj...@suse.com
+
+- updated to 5.5.9:
+  * This release fixes several bugs against PHP 5.5.8.
+  * see NEWS or http://www.php.net/ChangeLog-5.php#5.5.9 for 
+details
+- modified patches:
+  * php5-no-build-date.patch (refreshed using quilt)
+
+---

Old:

  php-5.5.8.tar.bz2

New:

  php-5.5.9.tar.bz2



Other differences:
--
++ php5.spec ++
--- /var/tmp/diff_new_pack.yTYXHy/_old  2014-02-09 13:18:00.0 +0100
+++ /var/tmp/diff_new_pack.yTYXHy/_new  2014-02-09 13:18:00.0 +0100
@@ -100,7 +100,7 @@
 %define apache2_includedir %(%{apxs2} -q INCLUDEDIR)
 %define apache2_serverroot %(%{apxs2} -q PREFIX)
 %define need_libxml2_hack  %(if [ -e %{_includedir}/libxml/parser.h ]; then if 
grep -q XML_PARSE_OLDSAX %{_includedir}/libxml/parser.h;then echo 1; else echo 
0; fi; else echo 0; fi)
-Version:5.5.8
+Version:5.5.9
 Release:0
 Provides:   php
 Provides:   php-api = %{apiver}


++ php-5.5.8.tar.bz2 - php-5.5.9.tar.bz2 ++
/work/SRC/openSUSE:Factory/php5/php-5.5.8.tar.bz2 
/work/SRC/openSUSE:Factory/.php5.new/php-5.5.9.tar.bz2 differ: char 11, line 1

++ php5-no-build-date.patch ++
--- /var/tmp/diff_new_pack.yTYXHy/_old  2014-02-09 13:18:00.0 +0100
+++ /var/tmp/diff_new_pack.yTYXHy/_new  2014-02-09 13:18:00.0 +0100
@@ -1,8 +1,8 @@
 Index: ext/standard/info.c
 ===
 ext/standard/info.c.orig
-+++ ext/standard/info.c
-@@ -698,7 +698,7 @@ PHPAPI void php_print_info(int flag TSRM
+--- ext/standard/info.c.orig   2014-02-05 11:00:36.0 +0100
 ext/standard/info.c2014-02-07 10:43:18.464149781 +0100
+@@ -702,7 +702,7 @@
php_info_print_box_end();
php_info_print_table_start();
php_info_print_table_row(2, System, php_uname );
@@ -11,7 +11,7 @@
  #ifdef COMPILER
php_info_print_table_row(2, Compiler, COMPILER);
  #endif
-@@ -706,7 +706,7 @@ PHPAPI void php_print_info(int flag TSRM
+@@ -710,7 +710,7 @@
php_info_print_table_row(2, Architecture, ARCHITECTURE);
  #endif
  #ifdef CONFIGURE_COMMAND
@@ -22,22 +22,25 @@
if (sapi_module.pretty_name) {
 Index: sapi/fpm/fpm/fpm_main.c
 ===
 sapi/fpm/fpm/fpm_main.c.orig
-+++ sapi/fpm/fpm/fpm_main.c
-@@ -1723,7 +1723,7 @@ int main(int argc, char *argv[])
+--- sapi/fpm/fpm/fpm_main.c.orig   2014-02-07 10:43:18.465149793 +0100
 sapi/fpm/fpm/fpm_main.c2014-02-07 10:44:00.085630478 +0100
+@@ -1721,9 +1721,9 @@
+   SG(request_info).no_headers = 1;
+ 
  #if ZEND_DEBUG
-   php_printf(PHP %s (%s) (built: %s %s) 
(DEBUG)\nCopyright (c) 1997-2013 The PHP Group\n%s, PHP_VERSION, 
sapi_module.name, __DATE__,__TIME__, get_zend_version());
+-  php_printf(PHP %s (%s) (built: %s %s) 
(DEBUG)\nCopyright (c) 1997-2014 The PHP Group\n%s, PHP_VERSION, 
sapi_module.name, __DATE__,__TIME__, get_zend_version());
++  php_printf(PHP %s (%s) (DEBUG)\nCopyright (c) 
1997-2014 The PHP Group\n%s, PHP_VERSION, sapi_module.name, 
get_zend_version());
  #else
--  php_printf(PHP %s (%s) (built: %s 
%s)\nCopyright (c) 1997-2013 The PHP Group\n%s, PHP_VERSION, sapi_module.name, 
__DATE__, __TIME__,  get_zend_version());
-+  php_printf(PHP %s (%s)\nCopyright (c) 
1997-2013 The PHP Group\n%s, PHP_VERSION, sapi_module.name, 
get_zend_version());
+-  php_printf(PHP %s (%s) (built: %s 
%s)\nCopyright (c) 1997-2014 The PHP Group\n%s, PHP_VERSION, sapi_module.name, 
__DATE__, __TIME__,  get_zend_version());
++  php_printf(PHP %s (%s)\nCopyright (c) 
1997-2014 The PHP Group\n%s, PHP_VERSION, sapi_module.name, 
get_zend_version());
  #endif
php_request_shutdown((void *) 0);
fcgi_shutdown();
 Index: configure.in
 ===
 

commit util-linux for openSUSE:Factory

2014-02-09 Thread h_root
Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory 
checked in at 2014-02-09 13:18:02

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


Package is util-linux

Changes:

--- /work/SRC/openSUSE:Factory/util-linux/util-linux.changes2014-02-06 
07:06:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.util-linux.new/util-linux.changes   
2014-02-09 13:18:03.0 +0100
@@ -1,0 +2,14 @@
+Fri Feb  7 15:59:20 UTC 2014 - wer...@suse.de
+
+- Add patch sulogin-does-not-find-any-console.patch to enable sulogin
+  to find suitable console device even if first is not usable (bnc#862078)
+
+---
+Thu Feb  6 10:03:30 UTC 2014 - wer...@suse.de
+
+- Avoid that hanging plymouth locks terminal lines that is
+  add patch sulogin-fooled-on-tty-line-due-plymouth.patch and
+  modify patch agetty-fooled-on-serial-line-due-plymouth.patch
+  to remove any lock which had been left over.
+
+---

New:

  sulogin-does-not-find-any-console.patch
  sulogin-fooled-on-tty-line-due-plymouth.patch



Other differences:
--
++ util-linux.spec ++
--- /var/tmp/diff_new_pack.akSBLp/_old  2014-02-09 13:18:04.0 +0100
+++ /var/tmp/diff_new_pack.akSBLp/_new  2014-02-09 13:18:04.0 +0100
@@ -112,6 +112,10 @@
 Patch15:agetty-fooled-on-serial-line-due-plymouth.patch
 # PATCH-FIX-SUSE -- Let agetty detect /dev/3270/tty1 as device not as baud rate
 Patch16:agetty-on-s390-on-dev-3270-tty1-line.patch
+# PATCH-FIX-SUSE -- Make sure that plymouth does not break sulogin
+Patch17:sulogin-fooled-on-tty-line-due-plymouth.patch
+# PATCH-FIX-SUSE -- sulogin: find suitable console device even if first is not 
usable
+Patch18:sulogin-does-not-find-any-console.patch
 
 # hack for boot.localfs
 Patch20:util-linux-HACK-boot.localfs.diff
@@ -232,6 +236,8 @@
 %patch14 -p0
 %patch15 -p0
 %patch16 -p0
+%patch17 -p0
+%patch18 -p0
 #
 %patch20 -p1
 #

++ agetty-fooled-on-serial-line-due-plymouth.patch ++
--- /var/tmp/diff_new_pack.akSBLp/_old  2014-02-09 13:18:04.0 +0100
+++ /var/tmp/diff_new_pack.akSBLp/_new  2014-02-09 13:18:04.0 +0100
@@ -41,10 +41,11 @@
if (close_stream(dbf) != 0)
log_err(write failed: %s, DEBUG_OUTPUT);
  #endif
-@@ -1090,6 +1094,23 @@ static void termio_init(struct options *
+@@ -1090,6 +1094,25 @@ static void termio_init(struct options *
  {
speed_t ispeed, ospeed;
struct winsize ws;
++  struct termios lock;
 +  int i;
 +
 +  for (i = 0; i  20; i++) {
@@ -53,7 +54,6 @@
 +   * the termios flags become changed from under the first
 +   * agetty on a serial system console as the flags are locked.
 +   */
-+  struct termios lock;
 +  memset(lock, 0, sizeof(struct termios));
 +  if (ioctl(STDIN_FILENO, TIOCGLCKTRMIOS, lock)  0)
 +  break;
@@ -62,10 +62,12 @@
 +  debug(termios locked\n);
 +  sleep(1);
 +  }
++   memset(lock, 0, sizeof(struct termios));
++   ioctl(STDIN_FILENO, TIOCSLCKTRMIOS, lock);
  
if (op-flags  F_VCONSOLE) {
  #if defined(IUTF8)  defined(KDGKBMODE)
-@@ -1154,9 +1175,6 @@ static void termio_init(struct options *
+@@ -1154,9 +1177,6 @@ static void termio_init(struct options *
 * later on.
 */
  
@@ -75,7 +77,7 @@
  #ifdef IUTF8
tp-c_iflag = tp-c_iflag  IUTF8;
if (tp-c_iflag  IUTF8)
-@@ -1216,8 +1234,11 @@ static void termio_init(struct options *
+@@ -1216,8 +1236,11 @@ static void termio_init(struct options *
if (op-flags  F_RTSCTS)
tp-c_cflag |= CRTSCTS;
  #endif
@@ -88,7 +90,7 @@
  
/* Go to blocking input even in local mode. */
fcntl(STDIN_FILENO, F_SETFL,
-@@ -1238,6 +1259,10 @@ static void reset_vc(const struct option
+@@ -1238,6 +1261,10 @@ static void reset_vc(const struct option
  
if (tcsetattr(STDIN_FILENO, TCSADRAIN, tp))
log_warn(_(setting terminal attributes failed: %m));

++ sulogin-does-not-find-any-console.patch ++
Enable sulogin to find a suitable console device even if the first line
in /proc/consoles does not have any major and minor number (bnc#862078)

---
 sulogin-consoles.c |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

--- login-utils/sulogin-consoles.c
+++ login-utils/sulogin-consoles.c  2014-02-07 15:47:14.246235487 +
@@ -319,7 +319,7 @@ static int detect_consoles_from_proc(str
char fbuf[16 + 1];
DIR *dir = NULL;
   

commit libpng16 for openSUSE:Factory

2014-02-09 Thread h_root
Hello community,

here is the log from the commit of package libpng16 for openSUSE:Factory 
checked in at 2014-02-09 13:17:51

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


Package is libpng16

Changes:

--- /work/SRC/openSUSE:Factory/libpng16/libpng16.changes2013-12-30 
10:08:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.libpng16.new/libpng16.changes   2014-02-09 
13:17:54.0 +0100
@@ -1,0 +2,38 @@
+Fri Feb  7 07:32:55 UTC 2014 - pgaj...@suse.com
+
+- updated to 1.6.9:
+  Bookkeeping: Moved functions around (no changes). Moved transform
+function definitions before the place where they are called so that
+they can be masde static. Move the intrapixel functions and the
+grayscale palette builder out of the png?tran.c files. The latter
+isn't a transform function and is no longer used internally, and the
+former MNG specific functions are better placed in pngread/pngwrite.c
+  Made transform implementation functions static. This makes the internal
+functions called by png_do_{read|write}_transformations static. On an
+x86-64 DLL build (Gentoo Linux) this reduces the size of the text
+segment of the DLL by 1208 bytes, about 0.6%. It also simplifies
+maintenance by removing the declarations from pngpriv.h and allowing
+easier changes to the internal interfaces.
+  Rebuilt configure scripts with automake-1.14.1 and autoconf-2.69
+in the tar distributions.
+  Added checks for libpng 1.5 to pngvalid.c.  This supports the use of
+this version of pngvalid in libpng 1.5
+  Merged with pngvalid.c from libpng-1.7 changes to create a single
+pngvalid.c
+  Merged pngrio.c, pngtrans.c, pngwio.c, and pngerror.c with libpng-1.7.0
+  Merged libpng-1.7.0 changes to make no-interlace configurations work
+with test programs.
+  Revised pngvalid.c to support libpng 1.5, which does not support the
+PNG_MAXIMUM_INFLATE_WINDOW option, so #define it out when appropriate
+in pngvalid.c
+  Allow unversioned links created on install to be disabled in configure.
+In configure builds 'make install' changes/adds links like png.h
+and libpng.a to point to the newly installed, versioned, files (e.g.
+libpng17/png.h and libpng17.a). Three new configure options and some
+rearrangement of Makefile.am allow creation of these links to be
+disabled.
+  Removed potentially misleading warning from png_check_IHDR().
+  Updated scripts/makefile.* to use CPPFLAGS (Cosmin).
+  Added clang attribute support (Cosmin).
+
+---

Old:

  libpng-1.6.8.tar.xz
  libpng-1.6.8.tar.xz.asc

New:

  libpng-1.6.9.tar.xz
  libpng-1.6.9.tar.xz.asc



Other differences:
--
++ libpng16.spec ++
--- /var/tmp/diff_new_pack.hepDGP/_old  2014-02-09 13:17:56.0 +0100
+++ /var/tmp/diff_new_pack.hepDGP/_new  2014-02-09 13:17:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libpng16
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 #
 %define major   1
 %define minor   6
-%define micro   8
+%define micro   9
 %define branch  %{major}%{minor}
 %define libname libpng%{branch}-%{branch}
 
@@ -31,7 +31,7 @@
 License:Zlib
 Group:  System/Libraries
 Source0:
ftp://ftp.simplesystems.org/pub/png/src/libpng16/libpng-%{version}.tar.xz
-Source1:
ftp://ftp.simplesystems.org/pub/png/src/libpng16/Gnupg/libpng-%{version}.tar.xz.asc
+Source1:
ftp://ftp.simplesystems.org/pub/png/src/libpng16/libpng-%{version}.tar.xz.asc
 Source2:libpng16.keyring
 Source3:rpm-macros.libpng-tools
 Source4:baselibs.conf

++ libpng-1.6.8.tar.xz - libpng-1.6.9.tar.xz ++
 9862 lines of diff (skipped)


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



commit vim for openSUSE:Factory

2014-02-09 Thread h_root
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2014-02-09 13:18:07

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


Package is vim

Changes:

--- /work/SRC/openSUSE:Factory/vim/vim.changes  2014-02-06 07:06:53.0 
+0100
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2014-02-09 
13:18:09.0 +0100
@@ -1,0 +2,12 @@
+Fri Feb  7 09:48:35 UTC 2014 - idon...@suse.com
+
+- Updated to revision 169, fixes the following problems
+  * Running tests in shadow dir doesn't work.
+  * By default, after closing a buffer changes can't be undone.
+  * Auto-loading a function for code that won't be executed.
+  * Fixes are not tested.
+  * Can't compile with Ruby 2.1.0.
+  * :sleep puts cursor in the wrong column. (Liang Li)
+- Dropped vim-7.4-ruby21.patch, fixed upstream
+
+---

Old:

  vim-7.4-ruby21.patch



Other differences:
--
++ vim.spec ++
--- /var/tmp/diff_new_pack.M8aS7O/_old  2014-02-09 13:18:10.0 +0100
+++ /var/tmp/diff_new_pack.M8aS7O/_new  2014-02-09 13:18:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 %define pkg_version 7.4
-%define official_ptchlvl 161
+%define official_ptchlvl 169
 %define VIM_SUBDIR vim74
 %define site_runtimepath /usr/share/vim/site
 %define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current 
MAKE=make -e %{?_smp_mflags}
@@ -104,9 +104,6 @@
 Patch22:%{name}-7.4-filetype_mine.patch
 Patch100:   vim-7.1.314-CVE-2009-0316-debian.patch
 Patch101:   vim73-no-static-libpython.patch
-# Ruby 2.1 calls rb_gc_writebarrier_unprotect_promoted in RARRAY_PTR,
-# stub it for dynamic loading, kkae...@suse.de
-Patch102:   vim-7.4-ruby21.patch
 %{perl_requires}
 %{?libperl_requires}
 
@@ -195,7 +192,6 @@
 %patch22 -p1
 %patch100 -p1
 %patch101
-%patch102 -p1
 cp %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE8} %{SOURCE10} .
 
 # newer perl? ugly hack to fix build anyway.

++ vim-7.4-patches.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vim-7.4-patches/7.4.162 new/vim-7.4-patches/7.4.162
--- old/vim-7.4-patches/7.4.162 1970-01-01 01:00:00.0 +0100
+++ new/vim-7.4-patches/7.4.162 2014-02-05 12:37:22.0 +0100
@@ -0,0 +1,45 @@
+To: vim_...@googlegroups.com
+Subject: Patch 7.4.162
+Fcc: outbox
+From: Bram Moolenaar b...@moolenaar.net
+Mime-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+
+Patch 7.4.162
+Problem:Running tests in shadow dir doesn't work.
+Solution:   Add testdir/sautest to the shadow target. (James McCoy)
+Files: src/Makefile
+
+
+*** ../vim-7.4.161/src/Makefile2013-11-07 03:25:51.0 +0100
+--- src/Makefile   2014-02-05 12:34:00.214024436 +0100
+***
+*** 2381,2386 
+--- 2381,2387 
+../../testdir/*.in \
+../../testdir/*.vim \
+../../testdir/python* \
++   ../../testdir/sautest \
+../../testdir/test83-tags? \
+../../testdir/*.ok .
+  
+*** ../vim-7.4.161/src/version.c   2014-01-31 14:53:59.715533645 +0100
+--- src/version.c  2014-02-05 12:34:19.766024736 +0100
+***
+*** 740,741 
+--- 740,743 
+  {   /* Add new patch number below this line */
++ /**/
++ 162,
+  /**/
+
+-- 
+hundred-and-one symptoms of being an internet addict:
+263. You have more e-mail addresses than shorts.
+
+ /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
+///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\  an exciting new programming language -- http://www.Zimbu.org///
+ \\\help me help AIDS victims -- http://ICCF-Holland.org///
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vim-7.4-patches/7.4.163 new/vim-7.4-patches/7.4.163
--- old/vim-7.4-patches/7.4.163 1970-01-01 01:00:00.0 +0100
+++ new/vim-7.4-patches/7.4.163 2014-02-05 13:37:47.0 +0100
@@ -0,0 +1,75 @@
+To: vim_...@googlegroups.com
+Subject: Patch 7.4.163
+Fcc: outbox
+From: Bram Moolenaar b...@moolenaar.net
+Mime-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+
+Patch 7.4.163 (after 7.4.142)
+Problem:MS-Windows input doesn't work properly on Windows 7 and earlier.
+Solution:   Add a check for Windows 8. (Yasuhiro Matsumoto)
+Files: src/os_win32.c
+
+
+*** ../vim-7.4.162/src/os_win32.c  2014-01-24 

commit xf86-video-intel for openSUSE:Factory

2014-02-09 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-intel for 
openSUSE:Factory checked in at 2014-02-09 13:18:11

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


Package is xf86-video-intel

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-intel/xf86-video-intel.changes
2014-02-03 11:40:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-intel.new/xf86-video-intel.changes   
2014-02-09 13:18:12.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb  6 19:10:11 UTC 2014 - sndir...@suse.com
+
+- finall remove
+  U_sna-Process-Damage-relative-to-dst-pDrawable-not-its.patch
+  from source package
+
+---

Old:

  U_sna-Process-Damage-relative-to-dst-pDrawable-not-its.patch



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