commit a2ps for openSUSE:Factory

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package a2ps for openSUSE:Factory checked in 
at 2012-07-31 13:26:45

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


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

Changes:

--- /work/SRC/openSUSE:Factory/a2ps/a2ps.changes2012-06-18 
14:54:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.a2ps.new/a2ps.changes   2012-07-31 
13:26:47.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 30 10:49:18 UTC 2012 - co...@suse.com
+
+- add texinfo and makeinfo as buildrequires to fix build
+
+---



Other differences:
--
++ a2ps.spec ++
--- /var/tmp/diff_new_pack.xuRYZV/_old  2012-07-31 13:26:53.0 +0200
+++ /var/tmp/diff_new_pack.xuRYZV/_new  2012-07-31 13:26:53.0 +0200
@@ -26,6 +26,10 @@
 BuildRequires:  psutils
 BuildRequires:  texlive-latex
 BuildRequires:  xorg-x11-devel
+%if %suse_version  1220
+BuildRequires:  makeinfo
+BuildRequires:  texinfo
+%endif
 Url:http://www.gnu.org/software/a2ps/a2ps.html
 Provides:   a2ps-bin
 Requires:   /bin/sed

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



commit bind for openSUSE:Factory

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package bind for openSUSE:Factory checked in 
at 2012-07-31 13:27:12

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


Package is bind, Maintainer is u...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/bind/bind.changes2012-06-06 
16:05:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.bind.new/bind.changes   2012-07-31 
13:27:14.0 +0200
@@ -1,0 +2,29 @@
+Thu Jul 26 11:08:11 CEST 2012 - u...@suse.de
+
+- Prevents a named assert (crash) when validating caused by using
+  Bad cache data before it has been initialized.  [RT #30025]
+  (bnc#772945)
+
+- ISC_QUEUE handling for recursive clients was updated to address a
+  race condition that could cause a memory leak.  This rarely occurred
+  with UDP clients, but could be a significant problem for a server
+  handling a steady rate of TCP queries.  [RT #29539  #30233]
+
+- Under heavy incoming TCP query loads named could experience a
+  memory leak which could lead to significant reductions in query
+  response or cause the server to be terminated on systems with
+  out of memory killers. [RT #29539]
+  (bnc#772946)
+
+- A condition has been corrected where improper handling of zero-length
+  RDATA could cause undesirable behavior, including termination of
+  the named process.  [RT #29644]
+- 9.9.1-P2
+
+---
+Thu Jul 12 07:34:11 UTC 2012 - cfarr...@suse.com
+
+- license update: ISC
+  ISC is generally seen as the correct license for bind
+
+---

Old:

  bind-9.9.1-P1.tar.gz

New:

  bind-9.9.1-P2.tar.gz



Other differences:
--
++ bind.spec ++
--- /var/tmp/diff_new_pack.ZRdzgq/_old  2012-07-31 13:27:39.0 +0200
+++ /var/tmp/diff_new_pack.ZRdzgq/_new  2012-07-31 13:27:39.0 +0200
@@ -16,10 +16,9 @@
 #
 
 
-
 Name:   bind
 %define pkg_name bind
-%define pkg_vers 9.9.1-P1
+%define pkg_vers 9.9.1-P2
 BuildRequires:  krb5-devel
 BuildRequires:  libcap
 BuildRequires:  libcap-devel
@@ -31,13 +30,17 @@
 BuildRequires:  openssl-devel
 BuildRequires:  update-desktop-files
 Summary:Domain Name System (DNS) Server (named)
-License:BSD-3-Clause ; MIT
+License:ISC
 Group:  Productivity/Networking/DNS/Servers
-Version:9.9.1P1
+Version:9.9.1P2
 Release:0
-Provides:   dns_daemon bind8 bind9
-Obsoletes:  bind8 bind9
-Requires:   %{name}-utils %{name}-chrootenv
+Provides:   bind8
+Provides:   bind9
+Provides:   dns_daemon
+Obsoletes:  bind8
+Obsoletes:  bind9
+Requires:   %{name}-chrootenv
+Requires:   %{name}-utils
 PreReq: %fillup_prereq %insserv_prereq bind-utils /bin/grep /bin/sed 
/bin/mkdir /usr/bin/tee /bin/chmod /bin/chown /bin/mv /bin/cat /usr/bin/dirname 
/usr/bin/diff /usr/bin/old /usr/sbin/groupadd /usr/sbin/useradd 
/usr/sbin/usermod
 Url:http://isc.org/sw/bind/
 Source: ftp://ftp.isc.org/isc/bind9/%{pkg_vers}/bind-%{pkg_vers}.tar.gz
@@ -96,8 +99,10 @@
 Summary:Development Libraries and Header Files of BIND
 Group:  Development/Libraries/C and C++
 Requires:   %{name}-libs = %{version}
-Provides:   bind8-devel bind9-devel
-Obsoletes:  bind8-devel bind9-devel
+Provides:   bind8-devel
+Provides:   bind9-devel
+Obsoletes:  bind8-devel
+Obsoletes:  bind9-devel
 # bug437293
 %ifarch ppc64
 Obsoletes:  bind-devel-64bit
@@ -157,8 +162,11 @@
 %package utils
 Summary:Utilities to query and test DNS
 Group:  Productivity/Networking/DNS/Utilities
-Provides:   dns_utils bindutil bind9-utils
-Obsoletes:  bindutil bind9-utils
+Provides:   bind9-utils
+Provides:   bindutil
+Provides:   dns_utils
+Obsoletes:  bind9-utils
+Obsoletes:  bindutil
 # bug437293
 %ifarch ppc64
 Obsoletes:  bind-utils-64bit

++ bind-9.9.1-P1.tar.gz - bind-9.9.1-P2.tar.gz ++
/work/SRC/openSUSE:Factory/bind/bind-9.9.1-P1.tar.gz 
/work/SRC/openSUSE:Factory/.bind.new/bind-9.9.1-P2.tar.gz differ: char 5, line 1

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



commit bind for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package bind for openSUSE:12.2 checked in at 
2012-07-31 13:27:17

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


Package is bind, Maintainer is u...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/bind/bind.changes   2012-06-25 15:15:51.0 
+0200
+++ /work/SRC/openSUSE:12.2/.bind.new/bind.changes  2012-07-31 
13:27:40.0 +0200
@@ -1,0 +2,29 @@
+Thu Jul 26 11:08:11 CEST 2012 - u...@suse.de
+
+- Prevents a named assert (crash) when validating caused by using
+  Bad cache data before it has been initialized.  [RT #30025]
+  (bnc#772945)
+
+- ISC_QUEUE handling for recursive clients was updated to address a
+  race condition that could cause a memory leak.  This rarely occurred
+  with UDP clients, but could be a significant problem for a server
+  handling a steady rate of TCP queries.  [RT #29539  #30233]
+
+- Under heavy incoming TCP query loads named could experience a
+  memory leak which could lead to significant reductions in query
+  response or cause the server to be terminated on systems with
+  out of memory killers. [RT #29539]
+  (bnc#772946)
+
+- A condition has been corrected where improper handling of zero-length
+  RDATA could cause undesirable behavior, including termination of
+  the named process.  [RT #29644]
+- 9.9.1-P2
+
+---
+Thu Jul 12 07:34:11 UTC 2012 - cfarr...@suse.com
+
+- license update: ISC
+  ISC is generally seen as the correct license for bind
+
+---

Old:

  bind-9.9.1-P1.tar.gz

New:

  bind-9.9.1-P2.tar.gz



Other differences:
--
++ bind.spec ++
--- /var/tmp/diff_new_pack.0sexbk/_old  2012-07-31 13:27:55.0 +0200
+++ /var/tmp/diff_new_pack.0sexbk/_new  2012-07-31 13:27:55.0 +0200
@@ -16,10 +16,9 @@
 #
 
 
-
 Name:   bind
 %define pkg_name bind
-%define pkg_vers 9.9.1-P1
+%define pkg_vers 9.9.1-P2
 BuildRequires:  krb5-devel
 BuildRequires:  libcap
 BuildRequires:  libcap-devel
@@ -31,13 +30,17 @@
 BuildRequires:  openssl-devel
 BuildRequires:  update-desktop-files
 Summary:Domain Name System (DNS) Server (named)
-License:BSD-3-Clause ; MIT
+License:ISC
 Group:  Productivity/Networking/DNS/Servers
-Version:9.9.1P1
+Version:9.9.1P2
 Release:0
-Provides:   dns_daemon bind8 bind9
-Obsoletes:  bind8 bind9
-Requires:   %{name}-utils %{name}-chrootenv
+Provides:   bind8
+Provides:   bind9
+Provides:   dns_daemon
+Obsoletes:  bind8
+Obsoletes:  bind9
+Requires:   %{name}-chrootenv
+Requires:   %{name}-utils
 PreReq: %fillup_prereq %insserv_prereq bind-utils /bin/grep /bin/sed 
/bin/mkdir /usr/bin/tee /bin/chmod /bin/chown /bin/mv /bin/cat /usr/bin/dirname 
/usr/bin/diff /usr/bin/old /usr/sbin/groupadd /usr/sbin/useradd 
/usr/sbin/usermod
 Url:http://isc.org/sw/bind/
 Source: ftp://ftp.isc.org/isc/bind9/%{pkg_vers}/bind-%{pkg_vers}.tar.gz
@@ -96,8 +99,10 @@
 Summary:Development Libraries and Header Files of BIND
 Group:  Development/Libraries/C and C++
 Requires:   %{name}-libs = %{version}
-Provides:   bind8-devel bind9-devel
-Obsoletes:  bind8-devel bind9-devel
+Provides:   bind8-devel
+Provides:   bind9-devel
+Obsoletes:  bind8-devel
+Obsoletes:  bind9-devel
 # bug437293
 %ifarch ppc64
 Obsoletes:  bind-devel-64bit
@@ -157,8 +162,11 @@
 %package utils
 Summary:Utilities to query and test DNS
 Group:  Productivity/Networking/DNS/Utilities
-Provides:   dns_utils bindutil bind9-utils
-Obsoletes:  bindutil bind9-utils
+Provides:   bind9-utils
+Provides:   bindutil
+Provides:   dns_utils
+Obsoletes:  bind9-utils
+Obsoletes:  bindutil
 # bug437293
 %ifarch ppc64
 Obsoletes:  bind-utils-64bit

++ bind-9.9.1-P1.tar.gz - bind-9.9.1-P2.tar.gz ++
/work/SRC/openSUSE:12.2/bind/bind-9.9.1-P1.tar.gz 
/work/SRC/openSUSE:12.2/.bind.new/bind-9.9.1-P2.tar.gz differ: char 5, line 1

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



commit chromium for openSUSE:Factory

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2012-07-31 13:28:02

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


Package is chromium, Maintainer is prus...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2012-07-02 
10:16:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2012-07-31 
13:28:14.0 +0200
@@ -1,0 +2,29 @@
+Mon Jul 30 13:21:27 UTC 2012 - a...@suse.de
+
+- Fix build with glibc 2.16 (struct siginfo is not exported anymore).
+
+---
+Sun Jul 29 13:32:21 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 22.0.1221
+  * Several crash fixes (Issues: 131310, 134574)
+  * Can't press Enter to save to PDF (Issue: 137690)
+
+---
+Wed Jul 25 14:17:53 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 22.0.1218
+  * New Connection Manager
+  * New Print UI. 
+  * No further indications in the ChangeLog.
+
+---
+Sun Jul  8 13:10:48 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 22.0.1201
+  * No further indications in the ChangeLog.
+
+- exclude ppc and ppc64. There is no v8 for ppc. (Update from
+  dval...@suse.com)
+
+---

Old:

  chromium.22.0.1190.0.svn144885.tar.bz2

New:

  chromium-siginfo.patch
  chromium.22.0.1221.0.svn148913M.tar.bz2



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.98QfmH/_old  2012-07-31 13:56:48.0 +0200
+++ /var/tmp/diff_new_pack.98QfmH/_new  2012-07-31 13:56:48.0 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define v8_ver 3.12.5.0
-%define svn_revision 144885
+%define v8_ver 3.12.16.0
+%define svn_revision 148913M
 
 Name:   chromium
-Version:22.0.1190.0
+Version:22.0.1221.0
 Release:0
 Summary:Google's opens source browser project
 License:BSD-3-Clause and LGPL-2.1+
@@ -43,6 +43,8 @@
 Provides:   chromium-browser = %{version}
 Provides:   browser(npapi)
 Obsoletes:  chromium-browser  %{version}
+# There is no v8 for ppc and thus chromium won't run on ppc
+ExcludeArch:ppc ppc64
 
 ## Start Patches
 # Many changes to the gyp systems so we can use system libraries
@@ -80,6 +82,8 @@
 Patch67:chromium_use_gold.patch
 # PATCH-FIX-OPENSUSE Fix build with GCC 4.7
 Patch68:chromium-gcc47.patch
+# PATCH-FIX-OPENSUSE Fix build with glibc 2.16
+Patch69:chromium-siginfo.patch
 
 %if 0%{?suse_version}  1210
 BuildRequires:  libjpeg8-devel
@@ -260,6 +264,7 @@
 %patch66 -p1
 %patch67 -p1
 %patch68 -p1
+%patch69 -p1
 
 echo svn%{svn_revision}  src/build/LASTCHANGE.in
 
@@ -363,7 +368,7 @@
 pushd src/out/Release
 
 cp -a chrome_sandbox %{buildroot}%{_prefix}/lib/
-cp -a chrome.pak ui_resources_standard.pak theme_resources_standard.pak 
locales xdg-mime %{buildroot}%{_libdir}/chromium/
+cp -a *.pak locales xdg-mime %{buildroot}%{_libdir}/chromium/
 cp -a chromedriver %{buildroot}%{_libdir}/chromium/
 
 # Patch xdg-settings to use the chromium version of xdg-mime as that the 
system one is not KDE4 compatible

++ chromium-6.0.406.0-system-gyp-v8.patch ++
--- /var/tmp/diff_new_pack.98QfmH/_old  2012-07-31 13:56:48.0 +0200
+++ /var/tmp/diff_new_pack.98QfmH/_new  2012-07-31 13:56:48.0 +0200
@@ -2,15 +2,15 @@
 ===
 --- chromium.orig/src/build/all.gyp
 +++ chromium/src/build/all.gyp
-@@ -53,7 +53,7 @@
- '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*',
- 
'../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:generate_devtools_zip',
- '../third_party/zlib/zlib.gyp:*',
--'../v8/tools/gyp/v8.gyp:*',
-+'linux/system.gyp:v8',
- '../webkit/support/webkit_support.gyp:*',
- '../webkit/webkit.gyp:*',
- 'temp_gyp/googleurl.gyp:*',
+@@ -62,7 +62,7 @@
+ '../third_party/qcms/qcms.gyp:*',
+ '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*',
+ 
'../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:generate_devtools_zip',
+-'../v8/tools/gyp/v8.gyp:*',
++'linux/system.gyp:v8',
+ '../webkit/support/webkit_support.gyp:*',
+ '../webkit/webkit.gyp:*',
+ '(libjpeg_gyp_path):*',
 Index: chromium/src/build/linux/system.gyp
 ===
 --- chromium.orig/src/build/linux/system.gyp
@@ -35,24 +35,11 

commit clisp for openSUSE:Factory

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package clisp for openSUSE:Factory checked 
in at 2012-07-31 13:29:26

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


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

Changes:

--- /work/SRC/openSUSE:Factory/clisp/clisp.changes  2012-07-24 
22:41:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.clisp.new/clisp.changes 2012-07-31 
13:56:49.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 27 20:10:16 UTC 2012 - a...@suse.de
+
+- Fix build with glibc 2.16 (clisp-linux.patch taken from Fedora).
+
+---

New:

  clisp-linux.patch



Other differences:
--
++ clisp.spec ++
--- /var/tmp/diff_new_pack.L99Kcd/_old  2012-07-31 13:57:15.0 +0200
+++ /var/tmp/diff_new_pack.L99Kcd/_new  2012-07-31 13:57:15.0 +0200
@@ -62,6 +62,7 @@
 Patch8: clisp-2.39-clx.dif
 Patch10:ffcall-1.10+2.43.dif
 Patch11:fix-build-in-qemu.patch
+Patch12:clisp-linux.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %global vimdir  %{_datadir}/vim/site/after/syntax
 %globalxarch   ppc64 s390x armv4l
@@ -107,6 +108,7 @@
 # qemu does not support stack overflows well ;)
 %patch11 -p0 -b .qemu
 %endif
+%patch12 -p0
 
 %build
 #

++ clisp-linux.patch ++
--- ./modules/bindings/glibc/linux.lisp.orig2008-10-08 10:36:19.0 
-0600
+++ ./modules/bindings/glibc/linux.lisp 2012-07-25 19:05:07.014592097 -0600
@@ -86,7 +86,7 @@
 
 (def-c-type __key_t); int
 
-(c-lines #include bits/ipctypes.h~%)
+(c-lines #include sys/ipc.h~%)
 (def-c-type __ipc_pid_t); ushort
 
 ; --- sys/types.h ---
@@ -293,6 +293,8 @@
 ;; for robust mutexes
 (def-c-const EOWNERDEAD (:documentation Owner died)) ; 130
 (def-c-const ENOTRECOVERABLE (:documentation State not recoverable)) ; 131
+(def-c-const ERFKILL (:documentation Operation not possible due to RF-kill)) 
; 132
+(def-c-const EHWPOISON (:documentation Memory page has hardware error)) ; 133
 
 ; -- bits/errno.h ---
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit crash for openSUSE:Factory

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package crash for openSUSE:Factory checked 
in at 2012-07-31 13:29:39

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


Package is crash, Maintainer is ptesa...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/crash/crash.changes  2012-07-23 
10:15:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.crash.new/crash.changes 2012-07-31 
13:57:15.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 29 07:04:13 UTC 2012 - a...@suse.de
+
+- Fix build with glibc 2.16 (struct siginfo - siginfo_t).
+
+---

New:

  crash-siginfo.patch



Other differences:
--
++ crash.spec ++
--- /var/tmp/diff_new_pack.1pKirt/_old  2012-07-31 13:58:21.0 +0200
+++ /var/tmp/diff_new_pack.1pKirt/_new  2012-07-31 13:58:21.0 +0200
@@ -58,6 +58,7 @@
 Patch8: %{name}-missing-declarations.patch
 Patch9: %{name}-debuginfo-compressed.patch
 Patch10:%{name}_enable_lzo_support.patch
+Patch11:%{name}-siginfo.patch
 Patch90:%{name}-sial-ps-2.6.29.diff
 BuildRequires:  bison
 BuildRequires:  flex
@@ -215,6 +216,7 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 ## SIAL patches
 cd sial-scripts-%{scripts_version}
 %patch90 -p1

++ crash-siginfo.patch ++
--- crash-6.0.7/gdb-7.3.1.patch.orig2012-07-29 09:39:11.055997822 +0200
+++ crash-6.0.7/gdb-7.3.1.patch 2012-07-29 09:39:45.182254702 +0200
@@ -1454,3 +1454,166 @@
  Same as \print\ command, except that if you are running in the epoch\n\
  environment, the value is printed in its own window.));
 
+--- gdb-7.3.1/gdb/arm-linux-nat.c.orig
 gdb-7.3.1/gdb/arm-linux-nat.c
+@@ -1203,7 +1203,7 @@ arm_linux_remove_watchpoint (CORE_ADDR a
+ static int
+ arm_linux_stopped_data_address (struct target_ops *target, CORE_ADDR *addr_p)
+ {
+-  struct siginfo *siginfo_p = linux_nat_get_siginfo (inferior_ptid);
++  siginfo_t *siginfo_p = linux_nat_get_siginfo (inferior_ptid);
+   int slot = siginfo_p-si_errno;
+ 
+   /* This must be a hardware breakpoint.  */
+--- gdb-7.3.1/gdb/ia64-linux-nat.c.orig
 gdb-7.3.1/gdb/ia64-linux-nat.c
+@@ -640,7 +640,7 @@ static int
+ ia64_linux_stopped_data_address (struct target_ops *ops, CORE_ADDR *addr_p)
+ {
+   CORE_ADDR psr;
+-  struct siginfo *siginfo_p;
++  siginfo_t *siginfo_p;
+   struct regcache *regcache = get_current_regcache ();
+ 
+   siginfo_p = linux_nat_get_siginfo (inferior_ptid);
+--- gdb-7.3.1/gdb/ppc-linux-nat.c.orig
 gdb-7.3.1/gdb/ppc-linux-nat.c
+@@ -2161,7 +2161,7 @@ ppc_linux_thread_exit (struct thread_inf
+ static int
+ ppc_linux_stopped_data_address (struct target_ops *target, CORE_ADDR *addr_p)
+ {
+-  struct siginfo *siginfo_p;
++  siginfo_t *siginfo_p;
+ 
+   siginfo_p = linux_nat_get_siginfo (inferior_ptid);
+ 
+--- gdb-7.3.1/gdb/alpha-linux-tdep.c.orig
 gdb-7.3.1/gdb/alpha-linux-tdep.c
+@@ -115,7 +115,7 @@ alpha_linux_sigcontext_addr (struct fram
+   /* __NR_rt_sigreturn has a couple of structures on the stack.  This is:
+ 
+   struct rt_sigframe {
+-struct siginfo info;
++siginfo_t info;
+ struct ucontext uc;
+ };
+ 
+--- gdb-7.3.1/gdb/procfs.c.orig
 gdb-7.3.1/gdb/procfs.c
+@@ -263,7 +263,7 @@ typedef struct sigaction gdb_sigaction_t
+ #ifdef HAVE_PR_SIGINFO64_T
+ typedef pr_siginfo64_t gdb_siginfo_t;
+ #else
+-typedef struct siginfo gdb_siginfo_t;
++typedef siginfo_t gdb_siginfo_t;
+ #endif
+ 
+ /* On mips-irix, praddset and prdelset are defined in such a way that
+--- gdb-7.3.1/gdb/amd64-linux-nat.c.orig
 gdb-7.3.1/gdb/amd64-linux-nat.c
+@@ -695,13 +695,13 @@ siginfo_from_compat_siginfo (siginfo_t *
+INF.  */
+ 
+ static int
+-amd64_linux_siginfo_fixup (struct siginfo *native, gdb_byte *inf, int 
direction)
++amd64_linux_siginfo_fixup (siginfo_t *native, gdb_byte *inf, int direction)
+ {
+   /* Is the inferior 32-bit?  If so, then do fixup the siginfo
+  object.  */
+   if (gdbarch_addr_bit (get_frame_arch (get_current_frame ())) == 32)
+ {
+-  gdb_assert (sizeof (struct siginfo) == sizeof (compat_siginfo_t));
++  gdb_assert (sizeof (siginfo_t) == sizeof (compat_siginfo_t));
+ 
+   if (direction == 0)
+   compat_siginfo_from_siginfo ((struct compat_siginfo *) inf, native);
+--- gdb-7.3.1/gdb/linux-nat.h.orig
 gdb-7.3.1/gdb/linux-nat.h
+@@ -60,7 +60,7 @@ struct lwp_info
+ 
+   /* Non-zero si_signo if this LWP stopped with a trap.  si_addr may
+  be the address of a hardware watchpoint.  */
+-  struct siginfo siginfo;
++  siginfo_t siginfo;
+ 
+   /* STOPPED_BY_WATCHPOINT is non-zero if this LWP stopped with a data
+  watchpoint trap.  */
+@@ -160,7 +160,7 @@ void 

commit freeipmi for openSUSE:Factory

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package freeipmi for openSUSE:Factory 
checked in at 2012-07-31 13:30:15

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


Package is freeipmi, Maintainer is d...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/freeipmi/freeipmi.changes2012-06-12 
21:58:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.freeipmi.new/freeipmi.changes   2012-07-31 
13:58:22.0 +0200
@@ -1,0 +2,51 @@
+Mon Jul 30 18:51:18 UTC 2012 - kkae...@suse.com
+
+- FreeIPMI 1.1.7 - 07/30/12
+  o In ipmi-sensors and ipmi-sel, fix units output corner case.
+  o In bmc-info, detect unsupported system info corner case.
+  o Update documentation with motherboard support.
+  
+  Special Note: This will likely be the last release of FreeIPMI
+  in the 1.1.X stable branch.
+
+---
+Wed Jul  4 13:18:37 UTC 2012 - kkae...@suse.com
+
+- Fix build: %make_install - %makeinstall
+
+---
+Fri Jun 29 07:02:47 UTC 2012 - kkae...@suse.com
+
+- FreeIPMI 1.1.6 - 06/28/12
+  - Tools
+  --
+  o In ipmi-sel, support Supermicro SEL OEM interpretations in
+--output-event-state.
+  o In ipmi-sel and ipmi-sensors, support additional sensor/SEL
+interpretations including:
+- Version Change
+- System Firmware Progress Transition Severity
+- Button/Switch Transition Severity
+- Chassis Transition Severity
+- POST Memory Resize State
+- Cable/Interconnect Transition Severity
+- Boot Error Transition Severity
+- Slot Connector Transition Severity
+- Memory State
+- Memory Transition Severity
+  o In bmc-config, ipmi-chassis-config, ipmi-pef-config, and
+ipmi-chassis-config, support cipher suite ID argument.
+  o Support Supermicro X9DRi-F OEM sensors and events.
+  o Fix Intel S2600JF/Appro 512x OEM SEL interpretations based on
+comments from Intel.
+
+  Libraries
+  -
+  o Support Supermicro SEL OEM interpretations.
+  o Support new sensor/SEL interpretations.
+
+  Misc
+  
+  o Various documentation updates and fixes.
+
+---

Old:

  freeipmi-1.1.5.tar.gz

New:

  freeipmi-1.1.7.tar.gz



Other differences:
--
++ freeipmi.spec ++
--- /var/tmp/diff_new_pack.q2vtHG/_old  2012-07-31 13:58:29.0 +0200
+++ /var/tmp/diff_new_pack.q2vtHG/_new  2012-07-31 13:58:29.0 +0200
@@ -18,22 +18,24 @@
 
 
 %define name freeipmi
-%define version 1.1.5
+%define version 1.1.7
 %if %{?_with_debug:1}%{!?_with_debug:0}
 %define release 1.debug%{?dist}
 %else
 %define release 1%{?dist}
 %endif
 
+%{!?_initddir: %global _initddir %{_sysconfdir}/init.d}
+
 Name:   %{name}
 Version:%{version}
 Release:%{release}
-License:GPL-3.0+
 Url:http://www.gnu.org/software/freeipmi/
-Group:  Applications/System
 Source: ftp://ftp.gnu.org/gnu/freeipmi/%{name}-%{version}.tar.gz
 
 Summary:FreeIPMI
+License:GPL-3.0+
+Group:  Applications/System
 BuildRequires:  automake
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libtool
@@ -96,11 +98,13 @@
 %setup -q
 
 %build
+%if 0%{?suse_version} = 1110
 aclocal -I config
 autoheader
 libtoolize --force --automake --copy
-automake --gnu --include-deps --copy --add-missing
 autoconf
+automake --gnu --include-deps --copy --add-missing
+%endif
 %configure --program-prefix=%{?_program_prefix:%{_program_prefix}} \
--docdir=%{_docdir}/%{name} \
%{?_enable_debug} --disable-static
@@ -117,10 +121,14 @@
 (cd %{buildroot}/%{_sysconfdir}; ln -s rc.d/init.d init.d)
 %endif
 
-%make_install
+%if 0%{?suse_version}
+%makeinstall
+%else
+%makeinstall DESTDIR=%{buildroot}
+%endif
 
 # Silent build check warning
-rm %{buildroot}%{_datadir}/doc/packages/freeipmi/INSTALL
+rm -f %{buildroot}%{_datadir}/doc/packages/freeipmi/INSTALL
 
 %if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 
0%{?fedora} || 0%{?rhel}
 # remove /etc/init.d - /etc/rc.d/init.d
@@ -130,6 +138,7 @@
 # fix coherance problems with associated script filenames
 rm -f %{buildroot}%{_infodir}/dir
 # kludge to get around rpmlint complaining about 0 length semephore file
+mkdir -p %{buildroot}%{_localstatedir}/lib/freeipmi
 echo freeipmi  %{buildroot}%{_localstatedir}/lib/freeipmi/ipckey
 # Remove .la files
 rm -rf %{buildroot}/%{_libdir}/*.la

++ freeipmi-1.1.5.tar.gz - freeipmi-1.1.7.tar.gz ++
 5257 lines of diff (skipped)

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

commit freetype for openSUSE:Factory

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package freetype for openSUSE:Factory 
checked in at 2012-07-31 13:30:47

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


Package is freetype, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/freetype/freetype.changes2012-02-16 
16:12:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.freetype.new/freetype.changes   2012-07-31 
13:58:30.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 30 13:14:14 UTC 2012 - co...@suse.com
+
+- do not package ttf2$TEX - the source in texlive is more uptodate
+
+---
@@ -5 +9,0 @@
-



Other differences:
--
++ freetype.spec ++
--- /var/tmp/diff_new_pack.SCDFCc/_old  2012-07-31 13:58:35.0 +0200
+++ /var/tmp/diff_new_pack.SCDFCc/_new  2012-07-31 13:58:35.0 +0200
@@ -18,8 +18,6 @@
 
 Name:   freetype
 BuildRequires:  autoconf
-BuildRequires:  texlive-bin-devel
-BuildRequires:  texlive-devel
 BuildRequires:  xorg-x11-devel
 # bug437293
 %ifarch ppc64
@@ -68,6 +66,7 @@
 Summary:Bundled Tests, Demos and Tools for FreeType  (Needed for 
CJK-LaTeX)
 Group:  Development/Libraries/C and C++
 Requires:   freetype
+Recommends: texlive-ttfutils
 
 %description -n freetype-tools
 Bundled tests, demos and tools for FreeType. Needed for CJK-LaTeX.
@@ -78,7 +77,7 @@
 
 This package contains several programs bundled with the FreeType engine
 for testing and demonstration purposes as well as some contributed
-utilities, such as ttf2pk, ttf2bdf, ttf2pfb, and ttfbanner.
+utilities, such as ttf2bdf, ttf2pfb, and ttfbanner.
 
 %prep
 %setup
@@ -106,14 +105,6 @@
%{_target_cpu}-suse-linux-gnu
 make
 popd
-pushd contrib/ttf2pk
-autoconf
-./configure --prefix=/usr --mandir=$RPM_BUILD_ROOT%{_mandir} \
-   --with-kpathsea-dir=/usr \
-   --libdir=%{_libdir} \
-   %{_target_cpu}-suse-linux-gnu
-make
-popd
 pushd contrib/ttf2pfb
 ./configure --prefix=/usr --mandir=$RPM_BUILD_ROOT%{_mandir} \
--libdir=%{_libdir} \
@@ -132,26 +123,15 @@
  libdir=$RPM_BUILD_ROOT/%{_libdir} \
  gnulocaledir=$RPM_BUILD_ROOT/usr/share/locale \
  localedir=$RPM_BUILD_ROOT/usr/share/locale  install
-for i in ttf2bdf ttf2pfb ttf2pk ttfbanner; do
+for i in ttf2bdf ttf2pfb ttfbanner; do
 make -C contrib/$i prefix=$RPM_BUILD_ROOT/usr install
 done
-# ttf2tfm and ttf2pk both need the *.sfd, *.enc and *.rpl
-# in their own directory.  (?)  Hmm...
-mkdir -p $RPM_BUILD_ROOT/usr/share/texmf/ttf2pk
-mkdir -p $RPM_BUILD_ROOT/usr/share/texmf/ttf2tfm
-cp -av contrib/ttf2pk/data/*.{sfd,enc,rpl} 
$RPM_BUILD_ROOT/usr/share/texmf/ttf2pk
-ln $RPM_BUILD_ROOT/usr/share/texmf/ttf2pk/*.{sfd,enc,rpl} 
$RPM_BUILD_ROOT/usr/share/texmf/ttf2tfm
-mkdir -p $RPM_BUILD_ROOT/etc/ttf2pk
-cp -av contrib/ttf2pk/data/ttfonts.map $RPM_BUILD_ROOT/etc/ttf2pk/ttfonts.map
-ln -s /etc/ttf2pk/ttfonts.map 
$RPM_BUILD_ROOT/usr/share/texmf/ttf2pk/ttfonts.map
 # copy documentation for freetype-tools:
 mkdir -p freetype-tools-doc/ttf2bdf
 mkdir -p freetype-tools-doc/ttf2pfb
-mkdir -p freetype-tools-doc/ttf2pk
 mkdir -p freetype-tools-doc/ttfbanner
 cp contrib/ttf2bdf/README freetype-tools-doc/ttf2bdf
 cp contrib/ttf2pfb/TODO freetype-tools-doc/ttf2pfb
-cp contrib/ttf2pk/*.doc contrib/ttf2pk/README contrib/ttf2pk/TODO 
contrib/ttf2pk/BUGS freetype-tools-doc/ttf2pk
 cp contrib/ttfbanner/README freetype-tools-doc/ttfbanner
 pushd $RPM_BUILD_ROOT/usr/bin
 # rename the utility programs to avoid the name conflict with the same
@@ -216,43 +196,7 @@
 %doc ./freetype-tools-doc
 /usr/bin/ttf2bdf
 /usr/bin/ttf2pfb
-/usr/bin/ttf2pk
-/usr/bin/ttf2tfm
 /usr/bin/ttfbanner
-%dir /usr/share/texmf
-%dir /usr/share/texmf/ttf2pk
-/usr/share/texmf/ttf2pk/Big5.sfd
-/usr/share/texmf/ttf2pk/EUC.sfd
-/usr/share/texmf/ttf2pk/SJIS.sfd
-/usr/share/texmf/ttf2pk/UBg5plus.sfd
-/usr/share/texmf/ttf2pk/UBig5.sfd
-/usr/share/texmf/ttf2pk/UGBK.sfd
-/usr/share/texmf/ttf2pk/UGB.sfd
-/usr/share/texmf/ttf2pk/UJIS.sfd
-/usr/share/texmf/ttf2pk/UKS.sfd
-/usr/share/texmf/ttf2pk/Unicode.sfd
-/usr/share/texmf/ttf2pk/ET5.enc
-/usr/share/texmf/ttf2pk/T1-WGL4.enc
-/usr/share/texmf/ttf2pk/VPS.rpl
-/usr/share/texmf/ttf2pk/ttfonts.map
-%dir /usr/share/texmf/ttf2tfm
-/usr/share/texmf/ttf2tfm/Big5.sfd
-/usr/share/texmf/ttf2tfm/EUC.sfd
-/usr/share/texmf/ttf2tfm/SJIS.sfd
-/usr/share/texmf/ttf2tfm/UBg5plus.sfd
-/usr/share/texmf/ttf2tfm/UBig5.sfd
-/usr/share/texmf/ttf2tfm/UGBK.sfd
-/usr/share/texmf/ttf2tfm/UGB.sfd
-/usr/share/texmf/ttf2tfm/UJIS.sfd
-/usr/share/texmf/ttf2tfm/UKS.sfd
-/usr/share/texmf/ttf2tfm/Unicode.sfd

commit libdiscid for openSUSE:Factory

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package libdiscid for openSUSE:Factory 
checked in at 2012-07-31 13:34:13

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


Package is libdiscid, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libdiscid/libdiscid.changes  2012-01-30 
12:26:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdiscid.new/libdiscid.changes 2012-07-31 
13:58:41.0 +0200
@@ -1,0 +2,8 @@
+Tue Jul 31 01:34:06 UTC 2012 - crrodrig...@opensuse.org
+
+- autotools fixes, all C files must include config.h
+- Use openSSL for crypto, we have waay too many internal
+  implementations of common digest algos.
+- Run make check
+
+---

New:

  libdiscid-no-cryptoplz.patch



Other differences:
--
++ libdiscid.spec ++
--- /var/tmp/diff_new_pack.bm6ZWi/_old  2012-07-31 13:58:44.0 +0200
+++ /var/tmp/diff_new_pack.bm6ZWi/_new  2012-07-31 13:58:44.0 +0200
@@ -25,7 +25,9 @@
 Url:http://musicbrainz.org/doc/libdiscid
 Source: http://users.musicbrainz.org/~matt/%{name}-%{version}.tar.gz
 Patch0: libdiscid-0.2.1-visibility.patch
+Patch1: libdiscid-no-cryptoplz.patch
 BuildRequires:  libtool
+BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -81,6 +83,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 
 %build
 autoreconf -fiv
@@ -94,6 +97,9 @@
 %clean
 rm -rf %{buildroot}
 
+%check
+make check
+
 %post -n %{libname} -p /sbin/ldconfig
 
 %postun -n %{libname} -p /sbin/ldconfig

++ libdiscid-0.2.1-visibility.patch ++
--- /var/tmp/diff_new_pack.bm6ZWi/_old  2012-07-31 13:58:44.0 +0200
+++ /var/tmp/diff_new_pack.bm6ZWi/_new  2012-07-31 13:58:44.0 +0200
@@ -1,7 +1,7 @@
 Index: include/discid/discid.h
 ===
 include/discid/discid.h.orig   2008-03-13 07:17:20.0 +0100
-+++ include/discid/discid.h2009-10-07 17:28:46.797921000 +0200
+--- include/discid/discid.h.orig
 include/discid/discid.h
 @@ -24,13 +24,7 @@
  #ifndef MUSICBRAINZ_DISC_ID_H
  #define MUSICBRAINZ_DISC_ID_H
@@ -19,12 +19,28 @@
  
 Index: configure.ac
 ===
 configure.ac.orig  2008-03-13 07:17:22.0 +0100
-+++ configure.ac   2009-10-07 17:30:29.284843000 +0200
-@@ -53,6 +53,45 @@ if test $GCC = yes; then
-   CFLAGS=$CFLAGS -Wall -O2
- fi
+--- configure.ac.orig
 configure.ac
+@@ -38,8 +38,10 @@ AC_MSG_NOTICE([using discid implementati
  
+ 
+ dnl Checks for programs.
+-AC_PROG_CC
+-AM_PROG_LIBTOOL
++AC_PROG_CC_STDC
++AC_USE_SYSTEM_EXTENSIONS
++AC_SYS_LARGEFILE
++LT_INIT([disable-static pic-only])
+ AC_SUBST(LIBTOOL_DEPS)  
+ AC_PROG_INSTALL
+ 
+@@ -49,9 +51,44 @@ AC_C_BIGENDIAN
+ AC_CHECK_SIZEOF(long)
+ 
+ 
+-if test $GCC = yes; then
+-  CFLAGS=$CFLAGS -Wall -O2
+-fi
 +dnl 
 +dnl Enable hiding of internal symbols in library to reduce its size and
 +dnl speed dynamic linking of applications.  This currently is only supported
@@ -63,7 +79,19 @@
 +  esac ],
 +   AC_MSG_RESULT(no)
 +)
-+
+ 
  
  AC_OUTPUT([
-   Makefile src/Makefile include/Makefile include/discid/Makefile
+Index: src/Makefile.am
+===
+--- src/Makefile.am.orig
 src/Makefile.am
+@@ -25,7 +25,7 @@ libdiscid_la_SOURCES = base64.c sha1.c d
+ EXTRA_libdiscid_la_SOURCES = \
+   disc_linux.c disc_win32.c disc_win32_new.c disc_darwin.c disc_freebsd.c
+ 
+-AM_CPPFLAGS = -I$(top_srcdir)/include
++AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include
+ libdiscid_la_LIBADD = @DISC_OS_OBJ@
+ libdiscid_la_DEPENDENCIES = @DISC_OS_OBJ@
+ 

++ libdiscid-no-cryptoplz.patch ++
Index: libdiscid-0.2.2/src/disc.c
===
--- libdiscid-0.2.2.orig/src/disc.c
+++ libdiscid-0.2.2/src/disc.c
@@ -25,8 +25,8 @@
 --- */
 #include string.h
 #include assert.h
+#include openssl/evp.h
 
-#include sha1.h
 #include base64.h
 
 #include discid/discid.h
@@ -240,35 +240,38 @@ int discid_get_track_length(DiscId *d, i
  * The DiscID is placed in the provided string buffer.
  */
 static void create_disc_id(mb_disc_private *d, char buf[]) {
-   SHA_INFOsha;
-   unsigned char   digest[20], *base64;
-   unsigned long   size;
+   unsigned char   *base64;
+   unsigned long   size;
+   unsigned 

commit libXrandr for openSUSE:Factory

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package libXrandr for openSUSE:Factory 
checked in at 2012-07-31 13:35:42

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


Package is libXrandr, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libXrandr/libXrandr.changes  2012-05-08 
11:59:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.libXrandr.new/libXrandr.changes 2012-07-31 
13:58:44.0 +0200
@@ -1,0 +2,8 @@
+Fri Jul 27 21:42:04 UTC 2012 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.4.0:
+  + Strip trailing whitespace
+  + Fill in nameLen in XRROutputInfo
+  + libXrandr: add support for provider objects.
+
+---

Old:

  libXrandr-1.3.2.tar.bz2

New:

  libXrandr-1.4.0.tar.bz2



Other differences:
--
++ libXrandr.spec ++
--- /var/tmp/diff_new_pack.1UB9dg/_old  2012-07-31 13:58:46.0 +0200
+++ /var/tmp/diff_new_pack.1UB9dg/_new  2012-07-31 13:58:46.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libXrandr
 %define lname  libXrandr2
-Version:1.3.2
+Version:1.4.0
 Release:0
 Summary:X Resize, Rotate and Reflection extension library
 License:MIT
@@ -29,8 +29,11 @@
 #Git-Web:  http://cgit.freedesktop.org/xorg/lib/libXrandr/
 Source: 
http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-#git#BuildRequires:autoconf = 2.60, automake, libtool
+
+BuildRequires:  autoconf = 2.60
+BuildRequires:  automake
 BuildRequires:  fdupes
+BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(randrproto) = 1.3
 BuildRequires:  pkgconfig(renderproto)
@@ -71,6 +74,7 @@
 %setup -q
 
 %build
+autoreconf -fi
 %configure --disable-static
 make %{?_smp_mflags}
 

++ libXrandr-1.3.2.tar.bz2 - libXrandr-1.4.0.tar.bz2 ++
 44981 lines of diff (skipped)

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



commit octave for openSUSE:Factory

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package octave for openSUSE:Factory checked 
in at 2012-07-31 13:37:17

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


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

Changes:

--- /work/SRC/openSUSE:Factory/octave/octave.changes2012-06-05 
15:33:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.octave.new/octave.changes   2012-07-31 
13:58:57.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 29 19:08:14 UTC 2012 - a...@suse.de
+
+- Fix build with missing gets declaration (glibc 2.16)
+
+---

New:

  octave-gets.patch



Other differences:
--
++ octave.spec ++
--- /var/tmp/diff_new_pack.qOGYlc/_old  2012-07-31 13:59:35.0 +0200
+++ /var/tmp/diff_new_pack.qOGYlc/_new  2012-07-31 13:59:35.0 +0200
@@ -22,14 +22,17 @@
 Name:   octave
 Version:3.6.2
 Release:0
-License:GPL-3.0+
 Summary:A High Level Programming Language
+License:GPL-3.0+
+Group:  Productivity/Scientific/Math
 %define apiver  v48+
 Url:http://www.octave.org/
-Group:  Productivity/Scientific/Math
 Source: %{name}-%{version}.tar.bz2
+Patch1: octave-gets.patch
 BuildRequires:  bison
+BuildRequires:  blas-devel
 BuildRequires:  dejagnu
+BuildRequires:  fftw3-devel
 BuildRequires:  flex
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
@@ -38,25 +41,23 @@
 BuildRequires:  gmp-devel
 BuildRequires:  gperf
 BuildRequires:  hdf5-devel
+BuildRequires:  lapack-devel
+BuildRequires:  libMagick++-devel
+BuildRequires:  libcurl-devel
 BuildRequires:  liblcms-devel
 BuildRequires:  pcre-devel
 BuildRequires:  pkg-config
 BuildRequires:  qhull-devel
 BuildRequires:  qrupdate-devel
 BuildRequires:  readline-devel
+BuildRequires:  suitesparse-devel
 BuildRequires:  termcap
 BuildRequires:  texlive-devel
 BuildRequires:  texlive-latex
-BuildRequires:  zlib-devel
-BuildRequires:  fftw3-devel
-BuildRequires:  libMagick++-devel
-BuildRequires:  libcurl-devel
 BuildRequires:  xorg-x11-libSM-devel
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  xorg-x11-libXext-devel
-BuildRequires:  suitesparse-devel
-BuildRequires:  blas-devel
-BuildRequires:  lapack-devel
+BuildRequires:  zlib-devel
 %if %{gnuplot} == 0
 # for native graphics
 BuildRequires:  Mesa-devel
@@ -97,6 +98,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 export CPPFLAGS=-DH5_USE_16_API

++ octave-gets.patch ++
Index: octave-3.6.2/libgnu/stdio.in.h
===
--- octave-3.6.2.orig/libgnu/stdio.in.h
+++ octave-3.6.2/libgnu/stdio.in.h
@@ -717,7 +717,9 @@ _GL_CXXALIASWARN (gets);
 /* It is very rare that the developer ever has full control of stdin,
so any use of gets warrants an unconditional warning.  Assume it is
always declared, since it is required by C89.  */
+# if HAVE_RAW_DECL_GETS
 _GL_WARN_ON_USE (gets, gets is a security hole - use fgets instead);
+# endif
 #endif
 
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pcp for openSUSE:Factory

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package pcp for openSUSE:Factory checked in 
at 2012-07-31 13:37:42

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


Package is pcp, Maintainer is r...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/pcp/pcp.changes  2012-07-03 21:42:32.0 
+0200
+++ /work/SRC/openSUSE:Factory/.pcp.new/pcp.changes 2012-07-31 
13:59:35.0 +0200
@@ -1,0 +2,15 @@
+Mon Jul 30 11:54:34 UTC 2012 - dd...@suse.com
+
+- use addFilter for rpmlintrc, setBadness is not acceptable for Factory.
+
+---
+Thu Jul 19 15:28:03 UTC 2012 - dd...@suse.com
+
+- Spec file cleanups following feedback from Sascha.
+  + Do not remove the buildroot as part of %install
+  + Use %suse_version rather than %_vendor
+  + Add pcp-rpmlintrc script for devel-file-in-non-devel-package errors
+  + Remove runlevel 4 references from init scripts
+  + Add explicit perl version Requires
+
+---

New:

  pcp-rpmlintrc
  rm_init_script_runlevel_4.patch



Other differences:
--
++ pcp.spec ++
--- /var/tmp/diff_new_pack.ZG8jZa/_old  2012-07-31 13:59:43.0 +0200
+++ /var/tmp/diff_new_pack.ZG8jZa/_new  2012-07-31 13:59:43.0 +0200
@@ -23,7 +23,7 @@
 Release:1
 %define buildversion 1
 
-%if %{_vendor} == suse
+%if (0%{?suse_version}  0)
 %define pcp_gr System/Monitoring
 %define lib_pkglibpcp3
 %define lib_pkg_conflict   pcp-libs
@@ -34,6 +34,7 @@
 %define license_gplv2  GPL-2.0
 %define license_lgplv2 LGPL-2.0
 %define license_lgplv2plus LGPL-2.1+
+%define perl_version   %(perl -V:version | sed s!.*='!!;s!'.*!!)
 %else
 %define pcp_gr Applications/System
 %define lib_pkgpcp-libs
@@ -51,6 +52,7 @@
 Url:http://oss.sgi.com/projects/pcp
 Group:  %{pcp_gr}
 Source0:
ftp://oss.sgi.com/projects/pcp/download/pcp-%{version}-%{buildversion}.src.tar.gz
+Source1:pcp-rpmlintrc
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf bison flex ncurses-devel procps readline-devel
@@ -61,8 +63,9 @@
 Patch11:fix_configure_path_tests.patch
 Patch12:configure_append_pcp_subdir.patch
 Patch13:remove_cpan_rpaths.patch
+Patch14:rm_init_script_runlevel_4.patch
 
-%if %{_vendor} == suse
+%if (0%{?suse_version}  0)
 Requires:   sysconfig cpp 
 %else
 Requires:   initscripts
@@ -125,8 +128,8 @@
 Summary:Performance Co-Pilot (PCP) Perl bindings and documentation
 Url:http://oss.sgi.com/projects/pcp/
 Requires:   pcp = %{version}
-%if %{_vendor} == suse
-Requires:   perl-base
+%if (0%{?suse_version}  0)
+Requires:   perl = %{perl_version}
 %endif
 
 %description -n perl-PCP-PMDA
@@ -145,8 +148,8 @@
 Summary:Performance Co-Pilot (PCP) Perl bindings for PCP Memory Mapped 
Values
 Url:http://oss.sgi.com/projects/pcp/
 Requires:   pcp = %{version}
-%if %{_vendor} == suse
-Requires:   perl-base
+%if (0%{?suse_version}  0)
+Requires:   perl = %{perl_version}
 %endif
 
 %description -n perl-PCP-MMV
@@ -166,8 +169,8 @@
 Summary:Performance Co-Pilot Perl bindings for importing external 
archive data
 Url:http://oss.sgi.com/projects/pcp/
 Requires:   pcp = %{version}
-%if %{_vendor} == suse
-Requires:   perl-base
+%if (0%{?suse_version}  0)
+Requires:   perl = %{perl_version}
 %endif
 
 %description -n perl-PCP-LogImport
@@ -184,8 +187,8 @@
 Summary:Performance Co-Pilot Perl bindings for processing pmlogsummary 
output
 Url:http://oss.sgi.com/projects/pcp/
 Requires:   pcp = %{version}
-%if %{_vendor} == suse
-Requires:   perl-base
+%if (0%{?suse_version}  0)
+Requires:   perl = %{perl_version}
 %endif
 
 %description -n perl-PCP-LogSummary
@@ -260,6 +263,7 @@
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 autoconf
 %configure --localstatedir=/var/lib
 
@@ -270,7 +274,6 @@
 make default_pcp
 
 %install
-rm -Rf $RPM_BUILD_ROOT
 export DIST_ROOT=$RPM_BUILD_ROOT
 make install_pcp
 
@@ -278,7 +281,7 @@
 rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
 mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/run/pcp
 
-%if %{_vendor} == suse
+%if (0%{?suse_version}  0)
 # add /etc/init.d/X symlinks at /usr/sbin/rcX
 %__install -d -m 0755 ${RPM_BUILD_ROOT}/%{_sbindir}
 for script in pcp pmie pmproxy pmlogger pmcd; do
@@ -305,7 +308,7 @@
 
 cat base_pmdas.list base_binfiles.list base_man1files.list  
base_specialfiles.list
 
-%if %{_vendor} == suse
+%if (0%{?suse_version}  

commit python-pyOpenSSL for openSUSE:Factory

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package python-pyOpenSSL for 
openSUSE:Factory checked in at 2012-07-31 13:38:16

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


Package is python-pyOpenSSL, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-pyOpenSSL/python-pyOpenSSL-doc.changes
2012-07-10 14:10:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyOpenSSL.new/python-pyOpenSSL-doc.changes   
2012-07-31 13:59:43.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 23 12:48:35 UTC 2012 - wer...@suse.de
+
+- Make it build with TeXLive 2012 
+
+---



Other differences:
--
++ python-pyOpenSSL-doc.spec ++
--- /var/tmp/diff_new_pack.MlGYo0/_old  2012-07-31 13:59:47.0 +0200
+++ /var/tmp/diff_new_pack.MlGYo0/_new  2012-07-31 13:59:47.0 +0200
@@ -28,6 +28,14 @@
 BuildRequires:  latex2html
 BuildRequires:  python-devel
 BuildRequires:  texlive-latex
+%if %suse_version  1220
+BuildRequires:  texlive-cm-super
+BuildRequires:  texlive-ec
+BuildRequires:  texlive-times
+BuildRequires:  tex(fancyhdr.sty)
+BuildRequires:  tex(fncychap.sty)
+BuildRequires:  tex(longtable.sty)
+%endif
 %if 0%{?suse_version}
 Recommends: python-pyOpenSSL
 %endif

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



commit ristretto for openSUSE:Factory

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package ristretto for openSUSE:Factory 
checked in at 2012-07-31 13:43:41

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


Package is ristretto, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/ristretto/ristretto.changes  2012-05-08 
11:49:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.ristretto.new/ristretto.changes 2012-07-31 
13:59:49.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul 30 15:57:30 UTC 2012 - g...@opensuse.org
+
+- update to version 0.6.2
+  - fix a crash when configuring the 'limit-quality' property
+  - translation updates
+
+---

Old:

  ristretto-0.6.0.tar.bz2

New:

  ristretto-0.6.2.tar.bz2



Other differences:
--
++ ristretto.spec ++
--- /var/tmp/diff_new_pack.0xDG8B/_old  2012-07-31 13:59:53.0 +0200
+++ /var/tmp/diff_new_pack.0xDG8B/_new  2012-07-31 13:59:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ristretto
-Version:0.6.0
+Version:0.6.2
 Release:0
 Summary:Fast and Lightweight Image-viewer for the Xfce Desktop 
Environment
 License:GPL-2.0+

++ ristretto-0.6.0.tar.bz2 - ristretto-0.6.2.tar.bz2 ++
 21605 lines of diff (skipped)

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



commit spice-protocol for openSUSE:Factory

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2012-07-31 13:44:36

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


Package is spice-protocol, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2012-05-29 11:41:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new/spice-protocol.changes   
2012-07-31 13:59:54.0 +0200
@@ -1,0 +2,10 @@
+Sat Jul 28 14:34:00 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.12.0:
+  + Add support for arbitrary resolution on Windows QXL with
+QXL_ESCAPE_SET_CUSTOM_DISPLAY
+  + Add support for arbitrary resolution and multiple monitor per
+display channel with QXLMonitorsConfig and co
+  + build cleanup
+
+---

Old:

  spice-protocol-0.10.3.tar.bz2

New:

  spice-protocol-0.12.0.tar.bz2



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.J75wsN/_old  2012-07-31 13:59:55.0 +0200
+++ /var/tmp/diff_new_pack.J75wsN/_new  2012-07-31 13:59:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   spice-protocol
-Version:0.10.3
+Version:0.12.0
 Release:0
 Url:http://www.spice-space.org/
 Summary:SPICE-protocol definitions

++ spice-protocol-0.10.3.tar.bz2 - spice-protocol-0.12.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.10.3/NEWS 
new/spice-protocol-0.12.0/NEWS
--- old/spice-protocol-0.10.3/NEWS  2012-05-08 17:22:42.0 +0200
+++ new/spice-protocol-0.12.0/NEWS  2012-07-16 18:32:02.0 +0200
@@ -1,3 +1,11 @@
+Major changes in 0.12.0
+===
+* Add support for arbitrary resolution on Windows QXL with
+  QXL_ESCAPE_SET_CUSTOM_DISPLAY
+* Add support for arbitrary resolution and multiple monitor per
+  display channel with QXLMonitorsConfig and co
+* build cleanup
+
 Major changes in 0.10.3 (0.10.2 was never released)
 ===
 * Add support for video streams with differently sized (wxh) data
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.10.3/configure 
new/spice-protocol-0.12.0/configure
--- old/spice-protocol-0.10.3/configure 2012-05-08 19:44:55.0 +0200
+++ new/spice-protocol-0.12.0/configure 2012-07-16 18:32:42.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for spice-protocol 0.10.3.
+# Generated by GNU Autoconf 2.68 for spice-protocol 0.12.0.
 #
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -556,8 +556,8 @@
 # Identity of this package.
 PACKAGE_NAME='spice-protocol'
 PACKAGE_TARNAME='spice-protocol'
-PACKAGE_VERSION='0.10.3'
-PACKAGE_STRING='spice-protocol 0.10.3'
+PACKAGE_VERSION='0.12.0'
+PACKAGE_STRING='spice-protocol 0.12.0'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1182,7 +1182,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 spice-protocol 0.10.3 to adapt to many kinds of 
systems.
+\`configure' configures spice-protocol 0.12.0 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1248,7 +1248,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of spice-protocol 0.10.3:;;
+ short | recursive ) echo Configuration of spice-protocol 0.12.0:;;
esac
   cat \_ACEOF
 
@@ -1324,7 +1324,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-spice-protocol configure 0.10.3
+spice-protocol configure 0.12.0
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1341,7 +1341,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by spice-protocol $as_me 0.10.3, which was
+It was created by spice-protocol $as_me 0.12.0, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2161,7 +2161,7 @@
 
 # Define the identity of the package.
  PACKAGE='spice-protocol'
- VERSION='0.10.3'
+ VERSION='0.12.0'
 
 
 cat confdefs.h _ACEOF
@@ -2790,7 +2790,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by 

commit xf86-input-evdev for openSUSE:Factory

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-evdev for 
openSUSE:Factory checked in at 2012-07-31 13:44:52

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


Package is xf86-input-evdev, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-evdev/xf86-input-evdev.changes
2012-05-08 12:03:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-input-evdev.new/xf86-input-evdev.changes   
2012-07-31 13:59:55.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 24 13:38:06 UTC 2012 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 2.7.1:
+  + First update to the evdev 2.7 series. This update fixes a couple 
+of bugs and memory leaks.
+
+---

Old:

  xf86-input-evdev-2.7.0.tar.bz2

New:

  xf86-input-evdev-2.7.1.tar.bz2



Other differences:
--
++ xf86-input-evdev.spec ++
--- /var/tmp/diff_new_pack.KIXa77/_old  2012-07-31 13:59:58.0 +0200
+++ /var/tmp/diff_new_pack.KIXa77/_new  2012-07-31 13:59:58.0 +0200
@@ -15,14 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xf86-input-evdev
-Version:2.7.0
+Version:2.7.1
 Release:0
-License:MIT
 Summary:Generic Linux input driver for the Xorg X server
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Servers/XF86_4
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
+BuildRequires:  autoconf = 2.60
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(inputproto)
 BuildRequires:  pkgconfig(libudev)
@@ -57,6 +61,7 @@
 %setup -q
 
 %build
+autoreconf -fi
 %configure
 make %{?_smp_mflags}
 
@@ -76,7 +81,7 @@
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog COPYING README
+%doc COPYING README
 %dir %{_libdir}/xorg/modules/input
 %{_libdir}/xorg/modules/input/evdev_drv.so
 %{_datadir}/man/man4/evdev.4%{?ext_man}

++ xf86-input-evdev-2.7.0.tar.bz2 - xf86-input-evdev-2.7.1.tar.bz2 ++
 54731 lines of diff (skipped)

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



commit xf86-input-keyboard for openSUSE:Factory

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-keyboard for 
openSUSE:Factory checked in at 2012-07-31 13:45:19

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


Package is xf86-input-keyboard, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-keyboard/xf86-input-keyboard.changes  
2012-05-10 14:35:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-keyboard.new/xf86-input-keyboard.changes 
2012-07-31 13:59:58.0 +0200
@@ -1,0 +2,8 @@
+Tue Jul 24 13:44:14 UTC 2012 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.6.2:
+  + This release includes bugfixes for Solaris  DragonFly BSD, and
+sets the Device Node Xi property for easier device 
+identification on multi-kbd systems.
+
+---

Old:

  xf86-input-keyboard-1.6.1.tar.bz2

New:

  xf86-input-keyboard-1.6.2.tar.bz2



Other differences:
--
++ xf86-input-keyboard.spec ++
--- /var/tmp/diff_new_pack.YqzQ8r/_old  2012-07-31 14:00:01.0 +0200
+++ /var/tmp/diff_new_pack.YqzQ8r/_new  2012-07-31 14:00:01.0 +0200
@@ -15,14 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xf86-input-keyboard
-Version:1.6.1
+Version:1.6.2
 Release:0
-License:GPL-2.0+
 Summary:Keyboard input driver for the Xorg X server
-Url:http://xorg.freedesktop.org/
+License:GPL-2.0+
 Group:  System/X11/Servers/XF86_4
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
+BuildRequires:  autoconf = 2.60
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(inputproto)
 BuildRequires:  pkgconfig(xorg-macros) = 1.8
@@ -46,6 +50,7 @@
 %setup -q
 
 %build
+autoreconf -fi
 %configure
 make %{?_smp_mflags}
 
@@ -65,7 +70,7 @@
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog COPYING README
+%doc COPYING README
 %dir %{_libdir}/xorg/modules/input
 %{_libdir}/xorg/modules/input/kbd_drv.so
 %{_datadir}/man/man4/kbd.4%{?ext_man}

++ xf86-input-keyboard-1.6.1.tar.bz2 - xf86-input-keyboard-1.6.2.tar.bz2 
++
 44167 lines of diff (skipped)

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



commit xf86-input-synaptics for openSUSE:Factory

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-synaptics for 
openSUSE:Factory checked in at 2012-07-31 13:46:11

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


Package is xf86-input-synaptics, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/xf86-input-synaptics/xf86-input-synaptics.changes
2012-07-02 10:35:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-synaptics.new/xf86-input-synaptics.changes
   2012-07-31 14:00:01.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 26 11:31:31 CEST 2012 - ti...@suse.de
+
+- Drop broken LED double-tap patches (bnc#768506,bnc#765524)
+
+---

Old:

  xf86-input-synaptics-add-led-support.diff
  xf86-input-synaptics-led-double-tap.diff



Other differences:
--
++ xf86-input-synaptics.spec ++
--- /var/tmp/diff_new_pack.LFY78O/_old  2012-07-31 14:00:08.0 +0200
+++ /var/tmp/diff_new_pack.LFY78O/_new  2012-07-31 14:00:08.0 +0200
@@ -26,8 +26,6 @@
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
 Patch0: xf86-input-synaptics-wait.diff
 Patch2: xf86-input-synaptics-xorg.conf.d_snippet.diff
-Patch3: xf86-input-synaptics-add-led-support.diff
-Patch4: xf86-input-synaptics-led-double-tap.diff
 Patch5: xf86-input-synaptics-default-tap.diff
 BuildRequires:  autoconf = 2.60
 BuildRequires:  automake
@@ -76,8 +74,6 @@
 %setup -q
 %patch0 -p1
 %patch2 -p1
-%patch3 -p1
-%patch4 -p1
 %patch5 -p1
 
 %build

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



commit xf86-video-nv for openSUSE:Factory

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-nv for openSUSE:Factory 
checked in at 2012-07-31 13:46:20

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


Package is xf86-video-nv, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-nv/xf86-video-nv.changes  
2012-05-08 12:04:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-nv.new/xf86-video-nv.changes 
2012-07-31 14:00:09.0 +0200
@@ -1,0 +2,12 @@
+Wed Jul 25 19:20:55 UTC 2012 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 2.1.20:
+  + Make failure to XAA non-fatal
+  + Fix for new vgahw ABI
+  + Sun's copyrights now belong to Oracle
+  + nv: port to new compat API.
+  + nv: make XAA optional.
+  + nv: add missing fbman includes.
+  + remove duplicated includes
+
+---

Old:

  xf86-video-nv-2.1.18.tar.bz2

New:

  xf86-video-nv-2.1.20.tar.bz2



Other differences:
--
++ xf86-video-nv.spec ++
--- /var/tmp/diff_new_pack.Uy6lWf/_old  2012-07-31 14:00:11.0 +0200
+++ /var/tmp/diff_new_pack.Uy6lWf/_new  2012-07-31 14:00:11.0 +0200
@@ -15,15 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xf86-video-nv
-Version:2.1.18
+Version:2.1.20
 Release:0
-License:MIT
 Summary:NVIDIA video driver for the Xorg X server
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Servers/XF86_4
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
 Patch0: xf86-video-nv-bug519261-increase-virtual.diff
+BuildRequires:  autoconf = 2.60
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)
 BuildRequires:  pkgconfig(pciaccess) = 0.10.7
@@ -56,6 +60,7 @@
 %patch0 -p1
 
 %build
+autoreconf -fi
 %configure
 make %{?_smp_mflags}
 
@@ -65,7 +70,7 @@
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog COPYING README
+%doc COPYING README
 %dir %{_libdir}/xorg/modules/drivers
 %{_libdir}/xorg/modules/drivers/nv_drv.so
 %{_datadir}/man/man4/nv.4%{?ext_man}

++ xf86-video-nv-2.1.18.tar.bz2 - xf86-video-nv-2.1.20.tar.bz2 ++
 43728 lines of diff (skipped)

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



commit xf86-video-vmware for openSUSE:Factory

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-vmware for 
openSUSE:Factory checked in at 2012-07-31 13:46:41

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


Package is xf86-video-vmware, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-vmware/xf86-video-vmware.changes  
2012-07-02 11:24:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-vmware.new/xf86-video-vmware.changes 
2012-07-31 14:00:11.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 30 16:57:10 UTC 2012 - dmuel...@suse.com
+
+- disable build on anything other than i386/x86_64
+
+---



Other differences:
--
++ xf86-video-vmware.spec ++
--- /var/tmp/diff_new_pack.r33MTS/_old  2012-07-31 14:00:18.0 +0200
+++ /var/tmp/diff_new_pack.r33MTS/_new  2012-07-31 14:00:18.0 +0200
@@ -24,6 +24,7 @@
 Group:  System/X11/Servers/XF86_4
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
+ExclusiveArch:  %ix86 x86_64
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)
 BuildRequires:  pkgconfig(pciaccess) = 0.8.0

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



commit xf86-input-synaptics for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-synaptics for 
openSUSE:12.2 checked in at 2012-07-31 13:48:52

Comparing /work/SRC/openSUSE:12.2/xf86-input-synaptics (Old)
 and  /work/SRC/openSUSE:12.2/.xf86-input-synaptics.new (New)


Package is xf86-input-synaptics, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/xf86-input-synaptics/xf86-input-synaptics.changes   
2012-07-30 02:37:26.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.xf86-input-synaptics.new/xf86-input-synaptics.changes  
2012-07-31 14:00:22.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 26 11:31:31 CEST 2012 - ti...@suse.de
+
+- Drop broken LED double-tap patches (bnc#768506,bnc#765524)
+
+---

Old:

  xf86-input-synaptics-add-led-support.diff
  xf86-input-synaptics-led-double-tap.diff



Other differences:
--
++ xf86-input-synaptics.spec ++
--- /var/tmp/diff_new_pack.O0pIRJ/_old  2012-07-31 14:00:23.0 +0200
+++ /var/tmp/diff_new_pack.O0pIRJ/_new  2012-07-31 14:00:23.0 +0200
@@ -26,8 +26,6 @@
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
 Patch0: xf86-input-synaptics-wait.diff
 Patch2: xf86-input-synaptics-xorg.conf.d_snippet.diff
-Patch3: xf86-input-synaptics-add-led-support.diff
-Patch4: xf86-input-synaptics-led-double-tap.diff
 Patch5: xf86-input-synaptics-default-tap.diff
 BuildRequires:  autoconf = 2.60
 BuildRequires:  automake
@@ -76,8 +74,6 @@
 %setup -q
 %patch0 -p1
 %patch2 -p1
-%patch3 -p1
-%patch4 -p1
 %patch5 -p1
 
 %build

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



commit zfs-fuse for openSUSE:Factory

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package zfs-fuse for openSUSE:Factory 
checked in at 2012-07-31 13:47:32

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


Package is zfs-fuse, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/zfs-fuse/zfs-fuse.changes2012-06-05 
15:36:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.zfs-fuse.new/zfs-fuse.changes   2012-07-31 
14:00:18.0 +0200
@@ -1,0 +2,10 @@
+Mon Jul 30 13:16:33 UTC 2012 - jeng...@inai.de
+
+- Use proper arch tags for SPARC
+
+---
+Mon Jul 30 11:59:59 UTC 2012 - g...@opensuse.org
+
+- mark as ExclusiveArch for x86 and Sparc
+
+---



Other differences:
--
++ zfs-fuse.spec ++
--- /var/tmp/diff_new_pack.ctij0z/_old  2012-07-31 14:00:22.0 +0200
+++ /var/tmp/diff_new_pack.ctij0z/_new  2012-07-31 14:00:22.0 +0200
@@ -50,6 +50,7 @@
 Requires(pre): %insserv_prereq
 Requires(pre): %fillup_prereq
 Provides:   fuse-zfs = %{version}
+ExclusiveArch:  %ix86 x86_64 %sparc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

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



commit avahi for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package avahi for openSUSE:12.2 checked in 
at 2012-07-31 14:03:25

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


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

Changes:

avahi-mono.changes: same change
avahi-qt4.changes: same change
--- /work/SRC/openSUSE:12.2/avahi/avahi.changes 2012-07-04 06:58:32.0 
+0200
+++ /work/SRC/openSUSE:12.2/.avahi.new/avahi.changes2012-07-31 
14:03:26.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 11 14:40:22 CEST 2012 - vu...@opensuse.org
+
+- Add avahi-enable-ipv6.patch: enable IPv6 by default. Fix
+  bnc#710230.
+
+---

New:

  avahi-enable-ipv6.patch



Other differences:
--
++ avahi-glib2.spec ++
--- /var/tmp/diff_new_pack.El2Gdh/_old  2012-07-31 14:03:31.0 +0200
+++ /var/tmp/diff_new_pack.El2Gdh/_new  2012-07-31 14:03:31.0 +0200
@@ -74,6 +74,8 @@
 Patch12:avahi-gir-fixup.patch
 # PATCH-FIX-UPSTREAM avahi-fix-mkdir.diff co...@suse.de -- Avoid obsolete 
automake macros
 Patch13:avahi-fix-mkdir.diff
+#PATCH-FIX-OPENSUSE avahi-enable-ipv6.patch bnc#710230 vu...@opensuse.org -- 
Enable ipv6 by default
+Patch14:avahi-enable-ipv6.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  dbus-1-python
 BuildRequires:  fdupes
@@ -723,6 +725,7 @@
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 %if !%build_core
 # Replace all .la references from local .la files to installed versions
 # with exception of libavahi-glib.la.

avahi-mono.spec: same change
avahi-qt4.spec: same change
++ avahi.spec ++
--- /var/tmp/diff_new_pack.El2Gdh/_old  2012-07-31 14:03:31.0 +0200
+++ /var/tmp/diff_new_pack.El2Gdh/_new  2012-07-31 14:03:31.0 +0200
@@ -76,6 +76,8 @@
 Patch12:avahi-gir-fixup.patch
 # PATCH-FIX-UPSTREAM avahi-fix-mkdir.diff co...@suse.de -- Avoid obsolete 
automake macros
 Patch13:avahi-fix-mkdir.diff
+#PATCH-FIX-OPENSUSE avahi-enable-ipv6.patch bnc#710230 vu...@opensuse.org -- 
Enable ipv6 by default
+Patch14:avahi-enable-ipv6.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  dbus-1-python
 BuildRequires:  fdupes
@@ -725,6 +727,7 @@
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 %if !%build_core
 # Replace all .la references from local .la files to installed versions
 # with exception of libavahi-glib.la.

++ avahi-enable-ipv6.patch ++
Index: avahi-0.6.31/avahi-daemon/avahi-daemon.conf
===
--- avahi-0.6.31.orig/avahi-daemon/avahi-daemon.conf
+++ avahi-0.6.31/avahi-daemon/avahi-daemon.conf
@@ -23,7 +23,7 @@
 #domain-name=local
 #browse-domains=0pointer.de, zeroconf.org
 use-ipv4=yes
-use-ipv6=no
+use-ipv6=yes
 #allow-interfaces=eth0
 #deny-interfaces=eth1
 #check-response-ttl=no

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



commit clutter-gst for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package clutter-gst for openSUSE:12.2 
checked in at 2012-07-31 14:03:28

Comparing /work/SRC/openSUSE:12.2/clutter-gst (Old)
 and  /work/SRC/openSUSE:12.2/.clutter-gst.new (New)


Package is clutter-gst, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:12.2/clutter-gst/clutter-gst.changes 2012-06-25 
15:16:53.0 +0200
+++ /work/SRC/openSUSE:12.2/.clutter-gst.new/clutter-gst.changes
2012-07-31 14:03:52.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 26 18:07:50 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.6.0:
+  + None. This stable release is the same as 1.5.6.
+
+---

Old:

  clutter-gst-1.5.6.tar.xz

New:

  clutter-gst-1.6.0.tar.xz



Other differences:
--
++ clutter-gst.spec ++
--- /var/tmp/diff_new_pack.NBCgQz/_old  2012-07-31 14:03:53.0 +0200
+++ /var/tmp/diff_new_pack.NBCgQz/_new  2012-07-31 14:03:53.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   clutter-gst
-Version:1.5.6
+Version:1.6.0
 Release:0
 Url:http://clutter-project.org/
 Summary:GStreamer integration for Clutter
 License:LGPL-2.1+
 Group:  System/Libraries
-Source0:
http://download.gnome.org/sources/clutter-gst/1.5/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/clutter-gst/1.6/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  pkgconfig(clutter-1.0) = 1.6.0
 BuildRequires:  pkgconfig(cogl-1.0) = 1.8.0

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



commit bash for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package bash for openSUSE:12.2 checked in at 
2012-07-31 14:03:26

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


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

Changes:

--- /work/SRC/openSUSE:12.2/bash/bash.changes   2012-06-26 17:45:05.0 
+0200
+++ /work/SRC/openSUSE:12.2/.bash.new/bash.changes  2012-07-31 
14:03:31.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 11 06:36:05 UTC 2012 - wer...@suse.de
+
+- Avoid possible buffer overflow when expanding the /dev/fd prefix 
+  with e.g. the test builtin (bnc#770795)
+
+---

New:

  bash42-033-bnc770795.patch



Other differences:
--
++ bash.spec ++
--- /var/tmp/diff_new_pack.9yoQu2/_old  2012-07-31 14:03:52.0 +0200
+++ /var/tmp/diff_new_pack.9yoQu2/_new  2012-07-31 14:03:52.0 +0200
@@ -81,6 +81,7 @@
 Patch24:readline-6.2-metamode.patch
 Patch25:readline-6.2-endpw.dif
 Patch30:readline-6.2-destdir.patch
+Patch33:bash42-033-bnc770795.patch
 Patch40:bash-4.1-bash.bashrc.dif
 Patch42:audit-patch
 Patch46:man2html-no-timestamp.patch
@@ -288,6 +289,7 @@
 %patch23 -p0 -b .conf
 %patch24 -p0 -b .metamode
 #%patch25 -p0 -b .endpw
+%patch33 -p0 -b .033
 %patch40 -p0 -b .bashrc
 %patch42 -p1 -b .audit
 %patch46 -p0 -b .notimestamp

++ bash42-033-bnc770795.patch ++
 BASH PATCH REPORT
 =

Bash-Release:   4.2
Patch-ID:   bash42-033

Bug-Reported-by:David Leverton levert...@googlemail.com
Bug-Reference-ID:   4fcce737.1060...@googlemail.com
Bug-Reference-URL:

Bug-Description:

Bash uses a static buffer when expanding the /dev/fd prefix for the test
and conditional commands, among other uses, when it should use a dynamic
buffer to avoid buffer overflow.

Patch (apply with `patch -p0'):

*** ../bash-4.2-patched/lib/sh/eaccess.c2011-01-08 20:50:10.0 
-0500
--- lib/sh/eaccess.c2012-06-04 21:06:43.0 -0400
***
*** 83,86 
--- 83,88 
   struct stat *finfo;
  {
+   static char *pbuf = 0;
+ 
if (*path == '\0')
  {
***
*** 107,111 
   On most systems, with the notable exception of linux, this is
   effectively a no-op. */
!   char pbuf[32];
strcpy (pbuf, DEV_FD_PREFIX);
strcat (pbuf, path + 8);
--- 109,113 
   On most systems, with the notable exception of linux, this is
   effectively a no-op. */
!   pbuf = xrealloc (pbuf, sizeof (DEV_FD_PREFIX) + strlen (path + 8));
strcpy (pbuf, DEV_FD_PREFIX);
strcat (pbuf, path + 8);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit darktable for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package darktable for openSUSE:12.2 checked 
in at 2012-07-31 14:03:29

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


Package is darktable, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/darktable/darktable.changes 2012-06-25 
15:17:26.0 +0200
+++ /work/SRC/openSUSE:12.2/.darktable.new/darktable.changes2012-07-31 
14:03:53.0 +0200
@@ -1,0 +2,16 @@
+Tue Jul 24 10:05:20 UTC 2012 - tog...@opensuse.org
+
+- Update to release 1.0.5
+  + Update to RawSpeed r438
+  + Update to LibRaw 0.14.7
+  + White balance presets for Nikon Coolpix P7100 and Panasonic GF3
+  + White balance preset updates for Canon EOS 7D, Canon EOS 350D
+  + Standard Color Matrices for Canon EOS 650D, Canon EOS 5D Mark
+III, Canon EOS 1D X, Canon PowerShot G1 X, Canon PowerShot SX220,
+Nikon D3200, Nikon D4, Nikon D800, Olympus E-M5, Panasonic GF5,
+Sony SLT-A37/A57, Leica X1/X2, Sony DSC-RX100
+  + A few memory leaks were resolved
+  + A few generic bugs were resolved 
+- use -DLENSFUN_INCLUDE_DIR to fix finding lensfun.h
+
+---

Old:

  darktable-1.0.4.tar.gz

New:

  darktable-1.0.5.tar.gz



Other differences:
--
++ darktable.spec ++
--- /var/tmp/diff_new_pack.kStazI/_old  2012-07-31 14:03:59.0 +0200
+++ /var/tmp/diff_new_pack.kStazI/_new  2012-07-31 14:03:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   darktable
-Version:1.0.4
+Version:1.0.5
 Release:0
 Url:http://darktable.sourceforge.net
 Source0:
https://downloads.sourceforge.net/project/darktable/darktable/1.0/darktable-%{version}.tar.gz
@@ -66,11 +66,13 @@
 export CXXFLAGS=%{optflags} -fno-strict-aliasing   
 export CFLAGS=$CXXFLAGS
 
+
 cmake \
 -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL=%{_lib} \
 -DCMAKE_BUILD_TYPE=Release \
 -DBINARY_PACKAGE_BUILD=1 \
--DINSTALL_IOP_EXPERIMENTAL=On -DINSTALL_IOP_LEGACY=Off .. 
+-DLENSFUN_INCLUDE_DIR=%_includedir/lensfun \
+ -DINSTALL_IOP_EXPERIMENTAL=On  .. 
 %__make %{_smp_mflags} VERBOSE=1
 
 %install

++ darktable-1.0.4.tar.gz - darktable-1.0.5.tar.gz ++
 22797 lines of diff (skipped)

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



commit evolution for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package evolution for openSUSE:12.2 checked 
in at 2012-07-31 14:03:31

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


Package is evolution, Maintainer is projectnov-s...@epam.com

Changes:

--- /work/SRC/openSUSE:12.2/evolution/evolution.changes 2012-06-25 
15:18:31.0 +0200
+++ /work/SRC/openSUSE:12.2/.evolution.new/evolution.changes2012-07-31 
14:04:00.0 +0200
@@ -1,0 +2,13 @@
+Mon Jun 18 07:16:16 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.4.3:
+  + Disabled account is not deleted in Edit - Preferences
+(bgo#668478)
+  + Add support for smooth scrolling devices (bgo#671585)
+  + 'Mark as read' confirmation dialog is too big (bgo#672827)
+  + Changing GOA mail account looses GOA key (bgo#676226)
+  + Bugs fixed: bgo#671585, bgo#673946, bgo#676410, bgo#676492,
+bgo#677045, bgo#677273, bgo#677280, bgo#677597
+  + Updated translations.
+
+---

Old:

  evolution-3.4.2.tar.xz

New:

  evolution-3.4.3.tar.xz



Other differences:
--
++ evolution.spec ++
--- /var/tmp/diff_new_pack.2AfDCe/_old  2012-07-31 14:04:29.0 +0200
+++ /var/tmp/diff_new_pack.2AfDCe/_new  2012-07-31 14:04:29.0 +0200
@@ -77,7 +77,7 @@
 BuildRequires:  pkgconfig(sm)
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.4
-Version:3.4.2
+Version:3.4.3
 Release:0
 # FIXME: check if note on license is still valid (comment before license)
 # FIXME: check with upstream/meego if we want to enable clutter for express 
mode

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



commit evolution-data-server for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package evolution-data-server for 
openSUSE:12.2 checked in at 2012-07-31 14:03:50

Comparing /work/SRC/openSUSE:12.2/evolution-data-server (Old)
 and  /work/SRC/openSUSE:12.2/.evolution-data-server.new (New)


Package is evolution-data-server, Maintainer is projectnov-s...@epam.com

Changes:

--- /work/SRC/openSUSE:12.2/evolution-data-server/evolution-data-server.changes 
2012-06-25 15:18:31.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.evolution-data-server.new/evolution-data-server.changes
2012-07-31 14:04:30.0 +0200
@@ -1,0 +2,13 @@
+Mon Jun 18 07:16:54 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.4.3:
+  + Cannot delete search folders (bgo#673946)
+  + Birthday calendar broken since 3.3.4 (bgo#671603)
+  + imapx: Syncing folder after server-side deletion of many
+messages is *very* slow (bgo#676403)
+  + Bugs fixed: bgo#667725, bgo#668247, bgo#673817, bgo#674454,
+bgo#676108, bgo#676506, bgo#677183, bgo#677841, bgo#678069,
+bgo#678255
+  + Updated translations.
+
+---

Old:

  evolution-data-server-3.4.2.tar.xz

New:

  evolution-data-server-3.4.3.tar.xz



Other differences:
--
++ evolution-data-server.spec ++
--- /var/tmp/diff_new_pack.6FWwCk/_old  2012-07-31 14:04:40.0 +0200
+++ /var/tmp/diff_new_pack.6FWwCk/_new  2012-07-31 14:04:40.0 +0200
@@ -32,7 +32,7 @@
 
 Name:   evolution-data-server
 %define _evo_version 3.4
-Version:3.4.2
+Version:3.4.3
 Release:0
 Summary:Evolution Data Server
 License:LGPL-2.1+

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



commit gdm for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package gdm for openSUSE:12.2 checked in at 
2012-07-31 14:03:59

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


Package is gdm, Maintainer is dli...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/gdm/gdm.changes 2012-06-25 15:19:55.0 
+0200
+++ /work/SRC/openSUSE:12.2/.gdm.new/gdm.changes2012-07-31 
14:04:40.0 +0200
@@ -1,0 +2,26 @@
+Fri Jul 13 11:41:41 CEST 2012 - vu...@opensuse.org
+
+- Change gdm-welcome.pamd source file to fix bnc#731867:
+  + For some mysterious reason (external to the gdm package, as far
+as I can tell), the gdm account got locked on some systems in
+the past, and this made gdm simply hang on startup.
+  + The gdm-welcome PAM service is only used for the gdm account in
+the gdm greeter session, so a fix to this issue is to disable
+the standard PAM account management in this gdm-welcome PAM
+service.
+  + To that end, simply use pam_permit.so for account management in
+gdm-welcome instead of inclusing the usual common-account file.
+
+---
+Mon Jul  9 13:51:05 CEST 2012 - vu...@opensuse.org
+
+- Drop gdm-domain-logon.patch: this patch needed to be rebased, but
+  nobody ever did it and bnc#627575 got closed since there's no
+  interest to rebase it, apparently.
+- Remove support for gnome-patch-translation since there are not
+  patches adding translations left: remove gnome-patch-translation
+  BuildRequires and commented out calls to
+  gnome-patch-translation-prepare and
+  gnome-patch-translation-update.
+
+---

Old:

  gdm-domain-logon.patch



Other differences:
--
++ gdm.spec ++
--- /var/tmp/diff_new_pack.eegWPD/_old  2012-07-31 14:04:44.0 +0200
+++ /var/tmp/diff_new_pack.eegWPD/_new  2012-07-31 14:04:44.0 +0200
@@ -55,8 +55,6 @@
 Patch8: gdm-sysconfig-settings.patch
 # PATCH-FEATURE-OPENSUSE gdm-passwordless-login.patch vu...@opensuse.org -- 
Support DISPLAYMANAGER_PASSWORD_LESS_LOGIN sysconfig option
 Patch9: gdm-passwordless-login.patch
-# PATCH-NEEDS-REBASE gdm-domain-logon.patch h...@novell.com -- Add UI to log 
in a specific domain (was: PATCH_FEATURE-SLED bnc#627575)
-Patch10:gdm-domain-logon.patch
 # PATCH-FIX-UPSTREAM gdm-greeter-greater-ui.patch bnc436431 bgo560508 
vu...@novell.com -- Improve the layout of the greeter. Note: the patch contains 
a patched glade file *and* the result glade file (for reference only, in case 
we need to rebase the patch)
 Patch15:gdm-greeter-greater-ui.patch
 # PATCH-FIX-UPSTREAM gdm-always-reflect-keyboard-layout.patch bnc438159 
bgo561771 h...@novell.com -- Make keyboard selector not neglect to apply the 
selected keyboard in some situations.
@@ -74,7 +72,6 @@
 # needed for directory ownership
 BuildRequires:  dconf
 BuildRequires:  gnome-doc-utils-devel
-BuildRequires:  gnome-patch-translation
 # needed for directory ownership
 BuildRequires:  gnome-session-core
 BuildRequires:  gobject-introspection-devel = 0.9.12
@@ -230,8 +227,6 @@
 %prep
 %setup -q
 translation-update-upstream
-#disabled, needed for patch10
-#gnome-patch-translation-prepare
 %patch0 -p1
 %patch2 -p1
 %patch3 -p1
@@ -240,14 +235,12 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
-#%%patch10 -p1
 %patch15 -p1
 %patch18 -p1
 %patch34 -p1
 %patch35 -p0
 %patch40 -p1
 %patch60
-#gnome-patch-translation-update
 
 %build
 libtoolize -f -i


++ gdm-welcome.pamd ++
--- /var/tmp/diff_new_pack.eegWPD/_old  2012-07-31 14:04:45.0 +0200
+++ /var/tmp/diff_new_pack.eegWPD/_new  2012-07-31 14:04:45.0 +0200
@@ -1,7 +1,7 @@
 #%PAM-1.0
 # GDM PAM configuration used only for the greeter session
 auth required   pam_permit.so
-account  includecommon-account
+account  required   pam_permit.so
 password includecommon-password
 session  required   pam_loginuid.so
 session  includecommon-session

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



commit gnome-control-center for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:12.2 checked in at 2012-07-31 14:04:01

Comparing /work/SRC/openSUSE:12.2/gnome-control-center (Old)
 and  /work/SRC/openSUSE:12.2/.gnome-control-center.new (New)


Package is gnome-control-center, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:12.2/gnome-control-center/gnome-control-center.changes   
2012-07-02 10:49:17.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.gnome-control-center.new/gnome-control-center.changes  
2012-07-31 14:04:45.0 +0200
@@ -1,0 +2,8 @@
+Wed Jul 18 06:04:12 UTC 2012 - g...@suse.com
+
+- Add gnome-control-center-probe-radius-server-cert.patch to probe
+  the certificate of the RADIUS server (bnc#574266, bnc#771185)
+- Add gnome-control-center-fix-crash-on-hidden-ssid.patch to fix
+  crash when the network panel receives a hidden ssid.
+
+---

New:

  gnome-control-center-fix-crash-on-hidden-ssid.patch
  gnome-control-center-probe-radius-server-cert.patch



Other differences:
--
++ gnome-control-center.spec ++
--- /var/tmp/diff_new_pack.ovIg5A/_old  2012-07-31 14:04:54.0 +0200
+++ /var/tmp/diff_new_pack.ovIg5A/_new  2012-07-31 14:04:54.0 +0200
@@ -39,6 +39,10 @@
 Patch14:gnome-control-center-system-proxy-configuration.patch
 # PATCH-FIX-UPSTREAM gcc-private-connection.patch bnc#751211 bgo#646187 
dims...@opensuse.org -- network: create private connections if the user if not 
authorized.
 Patch15:gcc-private-connection.patch
+# PATCH-FIX-UPSTREAM gnome-control-center-probe-radius-server-cert.patch 
bnc#574266 g...@suse.com -- network: Probe the RADIUS server certificate
+Patch16:gnome-control-center-probe-radius-server-cert.patch
+# PATCH-FIX-UPSTREAM gnome-control-center-fix-crash-on-hidden-ssid.patch 
g...@suse.com -- network: don't crash on hidden ssid
+Patch17:gnome-control-center-fix-crash-on-hidden-ssid.patch
 BuildRequires:  cups-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
@@ -162,6 +166,8 @@
 #NEEDS-REBASE
 #%patch14 -p1
 %patch15 -p1
+%patch16 -p1
+%patch17 -p1
 
 %if 0%{?BUILD_FROM_VCS}
 [ -x ./autogen.sh ]  NOCONFIGURE=1 ./autogen.sh


++ gnome-control-center-fix-crash-on-hidden-ssid.patch ++
commit 8631717b3d1cb85bf21b0e0d648b784e8e7c3f8f
Author: Dan Williams d...@redhat.com
Date:   Fri Apr 20 11:48:17 2012 -0500

network: don't crash on hidden SSIDs

APs that don't broadcast their SSID will return NULL from
nm_access_point_get_ssid() (since that's easier to check in C
using an if statement than returning a zero-length GByteArray).
Thus the code shouldn't try to dereference the SSID byte array
since it could be NULL.

But in fact, the panel shouldn't be showing hidden APs anywhere
in the UI, since the user needs to manually enter the SSID to
connect to it anyway.  So just ignore hidden APs like nm-applet
does.

Signed-off-by: Dan Williams d...@redhat.com
Signed-off-by: Richard Hughes rich...@hughsie.com

diff --git a/panels/network/cc-network-panel.c 
b/panels/network/cc-network-panel.c
index c8cbd78..d5ab951 100644
--- a/panels/network/cc-network-panel.c
+++ b/panels/network/cc-network-panel.c
@@ -1124,13 +1124,19 @@ panel_get_strongest_unique_aps (const GPtrArray *aps)
 if (aps != NULL)
 for (i = 0; i  aps-len; i++) {
 ap = NM_ACCESS_POINT (g_ptr_array_index (aps, i));
+
+/* Hidden SSIDs don't get shown in the list */
 ssid = nm_access_point_get_ssid (ap);
+if (!ssid)
+continue;
+
 add_ap = TRUE;
 
 /* get already added list */
 for (j=0; japs_unique-len; j++) {
 ap_tmp = NM_ACCESS_POINT (g_ptr_array_index 
(aps_unique, j));
 ssid_tmp = nm_access_point_get_ssid (ap_tmp);
+g_assert (ssid_tmp);
 
 /* is this the same type and data? */
 if (nm_utils_same_ssid (ssid, ssid_tmp, TRUE)) 
{
++ gnome-control-center-probe-radius-server-cert.patch ++
diff --git a/panels/network/network-dialogs.c b/panels/network/network-dialogs.c
index 0e5aae1..43fc119 100644
--- a/panels/network/network-dialogs.c
+++ b/panels/network/network-dialogs.c
@@ -153,6 +153,11 @@ wireless_dialog_response_cb (GtkDialog *foo,
g_assert (connection);
g_assert (device);
 
+if 

commit gnome-desktop-sharp2 for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package gnome-desktop-sharp2 for 
openSUSE:12.2 checked in at 2012-07-31 14:04:05

Comparing /work/SRC/openSUSE:12.2/gnome-desktop-sharp2 (Old)
 and  /work/SRC/openSUSE:12.2/.gnome-desktop-sharp2.new (New)


Package is gnome-desktop-sharp2, Maintainer is mono-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:12.2/gnome-desktop-sharp2/gnome-desktop-sharp2.changes   
2012-06-25 15:20:27.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.gnome-desktop-sharp2.new/gnome-desktop-sharp2.changes  
2012-07-31 14:04:55.0 +0200
@@ -1,0 +2,22 @@
+Sat Jun 30 12:32:47 UTC 2012 - zai...@opensuse.org
+
+- Clean up spec for acceptance in openSUSE Factory.
+- Drop %if's for building for other distros. and therefore drop
+  sources gnome-desktop-sharp-2.20.1.tar.bz2 and
+  gnome-desktop-sharp-2.24.0.tar.bz2, and lots of distro and
+  version specific buildrequires.
+- Drop nautilusburn-sharp subpackage, not built anymore.
+- Drop gtkhtml314-sharp subpackage, not built anymore.
+- Drop gnome-panel-sharp subpackage, not built anymore.
+- Exchange BuildRequires: gnome-sharp2, gtk-sharp2-gapi, mono-devel
+  and monodoc-core to BuildRequires: pkgconfig (gnome-sharp-2.0,
+  gapi-2.0, mono and monodoc).
+
+---
+Mon Feb 13 10:16:09 UTC 2012 - nmarq...@opensuse.org
+
+- Add requires for openSUSE = 1210 (bnc#738011):
+  - 'Requires: libwnck-1-22' to wnck-sharp
+  - 'Requires: 'libgnome-desktop-2-17' to gnome-desktop-sharp2
+
+---

Old:

  gnome-desktop-sharp-2.20.1.tar.bz2
  gnome-desktop-sharp-2.24.0.tar.bz2



Other differences:
--
++ gnome-desktop-sharp2.spec ++
--- /var/tmp/diff_new_pack.VwWiU2/_old  2012-07-31 14:04:57.0 +0200
+++ /var/tmp/diff_new_pack.VwWiU2/_new  2012-07-31 14:04:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-desktop-sharp2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -16,69 +16,30 @@
 #
 
 
-
 Name:   gnome-desktop-sharp2
 %define _name gnome-desktop-sharp
 Url:http://mono-project.com
+Summary:Mono bindings for libgnome-desktop
 License:LGPL-2.1
 Group:  System/GUI/GNOME
-Summary:Mono bindings for libgnome-desktop
-BuildRequires:  gnome-sharp2 gtk-sharp2-gapi
-%define _version 2.20.1
-#  suse  
-%if 0%{?suse_version}
-%define gnome_version 220
-%if %{suse_version} = 1110
-%define gnome_version 224
-%endif
-%if %{suse_version} = 1120
-%define gnome_version 226
-%endif
-%if %{suse_version} = 1130
-%define gnome_version 230
-%endif
-%if %{suse_version} = 1130
-# On 11.3 and later, we use pkgconfig()-style BuildRequires, since the package 
names might get changed for GNOME 3
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(gapi-2.0)
 BuildRequires:  pkgconfig(gnome-desktop-2.0)
+BuildRequires:  pkgconfig(gnome-sharp-2.0)
 BuildRequires:  pkgconfig(gtksourceview-2.0)
 BuildRequires:  pkgconfig(libgnomeprint-2.2)
 BuildRequires:  pkgconfig(libgnomeprintui-2.2)
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRequires:  pkgconfig(libwnck-1.0)
+BuildRequires:  pkgconfig(mono)
+BuildRequires:  pkgconfig(monodoc)
 BuildRequires:  pkgconfig(vte)
-%else
-# On 11.2 and earlier, pkgconfig()-style BuildRequires didn't work
-BuildRequires:  gnome-desktop-devel gtkhtml2-devel gtksourceview-devel 
libgnomeprintui-devel librsvg-devel libwnck-devel vte-devel
-# Only exists on 11.2 and earlier
-BuildRequires:  nautilus-cd-burner-devel
-%endif
-BuildRequires:  mono-devel monodoc-core update-desktop-files
-%endif
-#
-  fedora  
-%if 0%{?fedora_version}
-%if %{fedora_version} = 10
-%define gnome_version 224
-%else
-%define gnome_version 220
-%endif
-%define env_options export MONO_SHARED_DIR=/tmp
-# All fedora distros (5 and 6) have the same names, requirements
-BuildRequires:  gtkhtml3-devel gtksourceview-devel librsvg2-devel 
libwnck-devel mono-devel monodoc-core nautilus-cd-burner-devel vte-devel
-%endif
-#
-%if %{gnome_version} = 224
-%define _version 2.24.0
-%if %{gnome_version} = 226
-%define _version 2.26.0
-%endif
-BuildRequires:  gnome-panel-devel
-%endif
-Version:%_version
-Release:2
+Version:2.26.0
+Release:0
 Source: %{_name}-%{version}.tar.bz2
 Patch1: gnome-desktop-version-11.3.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

commit gnome-patch-translation for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package gnome-patch-translation for 
openSUSE:12.2 checked in at 2012-07-31 14:04:06

Comparing /work/SRC/openSUSE:12.2/gnome-patch-translation (Old)
 and  /work/SRC/openSUSE:12.2/.gnome-patch-translation.new (New)


Package is gnome-patch-translation, Maintainer is gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:12.2/gnome-patch-translation/gnome-patch-translation.changes 
2012-06-25 15:20:33.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.gnome-patch-translation.new/gnome-patch-translation.changes
2012-07-31 14:04:57.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 24 17:16:14 CEST 2012 - sbra...@suse.cz
+
+- Updated ar, cs, de, el, es, fi, fr, gl, hu, km, lt, nb, pl, pt,
+  pt_BR, ro, zh_CN, zh_TW.
+- Migrate to svn.opensuse.org.
+
+---



Other differences:
--
++ gnome-patch-translation.spec ++
--- /var/tmp/diff_new_pack.GxDlzO/_old  2012-07-31 14:04:58.0 +0200
+++ /var/tmp/diff_new_pack.GxDlzO/_new  2012-07-31 14:04:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-patch-translation
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,16 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   gnome-patch-translation
+Version:12.2
+Release:0
+Summary:Collect and Merge Translations From RPM Patches
 License:GPL-2.0+
 Group:  System/GUI/GNOME
-AutoReqProv:on
-Version:12.1
-Release:1
-Summary:Collect and Merge Translations From RPM Patches
 Source: gnome-patch-translation-files.tar.bz2
 Source1:gnome-patch-translation.tar.bz2
 Source2:README

++ gnome-patch-translation.conf ++
--- /var/tmp/diff_new_pack.GxDlzO/_old  2012-07-31 14:04:58.0 +0200
+++ /var/tmp/diff_new_pack.GxDlzO/_new  2012-07-31 14:04:58.0 +0200
@@ -2,13 +2,13 @@
 # updating of gnome-patch-translation package.
 #
 
-# Your account at Berlios. Empty means your local id.
+# Your account at svn.opensuse.org. Empty means your local id.
 NAME=
 
 # URI of LCN SVN repository.
 # It should contain string $BRANCH_PATH, which will be replaced by the
 # BRANCH path (see below) and may contain NAME, which will be replaced by user 
name above.
-LCN_SVN_URI='https://$n...@svn.berlios.de/svnroot/repos/opensuse-i18n/$BRANCH_PATH/lcn'
+LCN_SVN_URI='https://$n...@svn.opensuse.org/svn/opensuse-i18n/$BRANCH_PATH/lcn'
 
 # lcn branch on LCN SVN
 LCN_BRANCH=trunk
@@ -21,7 +21,7 @@
 GPT_PACKAGES=gconf-editor gdm gnome-panel gnome-screensaver gnome-vfs2 
gstreamer-0_10 gtk2 pan xchat
 
 # Version of gnome-patch-translation-package.
-GPT_VERSION=12.1
+GPT_VERSION=12.2
 
 # osc server, empty for using of the osc default
 OSC_APIURL=

++ gnome-patch-translation.tar.bz2 ++
 3890 lines of diff (skipped)

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



commit gnome-shell for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:12.2 
checked in at 2012-07-31 14:04:07

Comparing /work/SRC/openSUSE:12.2/gnome-shell (Old)
 and  /work/SRC/openSUSE:12.2/.gnome-shell.new (New)


Package is gnome-shell, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/gnome-shell/gnome-shell.changes 2012-07-18 
17:17:15.0 +0200
+++ /work/SRC/openSUSE:12.2/.gnome-shell.new/gnome-shell.changes
2012-07-31 14:04:59.0 +0200
@@ -1,0 +2,27 @@
+Sat Jul 21 11:23:03 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.4.2:
+  + Mirror Evolution calendar settings into our own schema
+[bgo#674424]
+  + gdm: don't fail if fprintd unavailable [bgo#675006]
+  + Fix broken extension loading [bgo#670477]
+  + Fix filtering of Empathy notifications [bgo#675370]
+  + telepathyClient: Ignore invalidated channels [bgo#677457]
+  + popupMenu: Fix freeze when appMenu is not populated in one go
+[bgo#676447]
+  + mount-operation: fix exceptions when showing password entry
+[bgo#678428]
+  + Misc. fixes [bgo#677441, bgo#676175]
+- Drop gnome-shell-load-ext.patch: fixed upstream.
+- Drop gnome-shell-chat-notifications-fix.patch: fixed upstream.
+
+---
+Thu Jul 19 17:53:07 UTC 2012 - badshah...@gmail.com
+
+- Add gnome-shell-chat-notifications-fix.patch to fix several
+  issues with chat notifications in gnome-shell including a
+  regression introduced in the 3.4.x series [bgo#677457,
+  bgo#676175, bgo#675370]; all patches came from upstream git
+  commits.
+
+---

Old:

  gnome-shell-3.4.1.tar.xz
  gnome-shell-load-ext.patch

New:

  gnome-shell-3.4.2.tar.xz



Other differences:
--
++ gnome-shell.spec ++
--- /var/tmp/diff_new_pack.HLkE1i/_old  2012-07-31 14:05:01.0 +0200
+++ /var/tmp/diff_new_pack.HLkE1i/_new  2012-07-31 14:05:01.0 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   gnome-shell
-Version:3.4.1
+Version:3.4.2
 Release:0
 Summary:GNOME Shell
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://live.gnome.org/GnomeShell
 Source: 
http://download.gnome.org/sources/gnome-shell/3.4/%{name}-%{version}.tar.xz
-# PATCH-FIX-OPENSUSE gnome-shell-load-ext.patch bnc#755862 bgo#670477 
dims...@opensuse.org - Ensure libgnome-shell-js.so is linked to gnome-shell. 
Upstream considers this not a bug.
-Patch0: gnome-shell-load-ext.patch
 # PATCH-FIX-UPSTREAM gnome-shell-private-connection.patch bnc#751211 
bgo#646187 dims...@opensuse.org -- create private connections if the user is 
not authorized
 Patch1: gnome-shell-private-connection.patch
 # PATCH-FIX-UPSTREAM gnome-shell-fix-memory-leaks.patch bnc#771565 bgo#678079 
bgo#678406 badshah...@gmail.com -- Fix several memory leaks in gnome-shell; all 
patches came from upstream git
@@ -132,7 +130,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 translation-update-upstream
@@ -190,6 +187,7 @@
 %{_datadir}/dbus-1/services/org.gnome.Shell.CalendarServer.service
 %{_datadir}/dbus-1/services/org.gnome.Shell.HotplugSniffer.service
 %{_datadir}/glib-2.0/schemas/org.gnome.shell.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.shell.evolution.calendar.gschema.xml
 %{_datadir}/gnome-shell/
 %dir %{_datadir}/gnome-shell/extensions
 %dir %{_datadir}/gnome-shell/search-providers

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



commit gnome-tweak-tool for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package gnome-tweak-tool for openSUSE:12.2 
checked in at 2012-07-31 14:04:17

Comparing /work/SRC/openSUSE:12.2/gnome-tweak-tool (Old)
 and  /work/SRC/openSUSE:12.2/.gnome-tweak-tool.new (New)


Package is gnome-tweak-tool, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/gnome-tweak-tool/gnome-tweak-tool.changes   
2012-06-25 15:20:39.0 +0200
+++ /work/SRC/openSUSE:12.2/.gnome-tweak-tool.new/gnome-tweak-tool.changes  
2012-07-31 14:05:01.0 +0200
@@ -1,0 +2,9 @@
+Wed Jul 18 19:12:57 UTC 2012 - dims...@opensuse.org
+
+- Add gnome-tweak-tool-pwr-button.patch: Allow to configure what
+  action should be performed when pressing the power button (acpi)
+  (bnc#770048).
+- Drop xz BuildRequires as it now comes for free in the build
+  system.
+
+---

New:

  gnome-tweak-tool-pwr-button.patch



Other differences:
--
++ gnome-tweak-tool.spec ++
--- /var/tmp/diff_new_pack.YUo4GB/_old  2012-07-31 14:05:02.0 +0200
+++ /var/tmp/diff_new_pack.YUo4GB/_new  2012-07-31 14:05:02.0 +0200
@@ -17,7 +17,6 @@
 #
 
 
-
 Name:   gnome-tweak-tool
 Version:3.4.0.1
 Release:0
@@ -26,13 +25,13 @@
 Group:  System/GUI/GNOME
 Url:http://live.gnome.org/GnomeTweakTool
 Source0:
http://download.gnome.org/sources/gnome-tweak-tool/3.4/%{name}-%{version}.tar.xz
+# PATCH-FEATURE-UPSTREAM gnome-tweak-tool-pwr-button.patch bnc#770048 
dims...@opensuse.org -- Add option to specify action to perform on power button 
press
+Patch0: gnome-tweak-tool-pwr-button.patch
 BuildRequires:  fdupes
 # Needed to have typelib() Requires
 BuildRequires:  gobject-introspection
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas) = 3.4.0
 BuildRequires:  pkgconfig(pygobject-3.0) = 3.2.1
@@ -50,6 +49,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure


++ gnome-tweak-tool-pwr-button.patch ++
diff --git a/gtweak/tweaks/tweak_shell.py b/gtweak/tweaks/tweak_shell.py
index 5bb664f..da7bf8d 100644
--- a/gtweak/tweaks/tweak_shell.py
+++ b/gtweak/tweaks/tweak_shell.py
@@ -235,6 +235,7 @@ TWEAK_GROUPS = (
 ShowWindowButtons(schema_filename=org.gnome.shell.gschema.xml, 
size_group=sg),
 GSettingsComboEnumTweak(org.gnome.settings-daemon.plugins.power, 
lid-close-battery-action, size_group=sg),
 GSettingsComboEnumTweak(org.gnome.settings-daemon.plugins.power, 
lid-close-ac-action, size_group=sg),
+GSettingsComboEnumTweak(org.gnome.settings-daemon.plugins.power, 
button-power, size_group=sg),
 GSettingsSwitchTweak(org.gnome.shell.overrides, 
workspaces-only-on-primary),
 StaticWorkspaceTweak(size_group=sg)),
 )

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



commit gtk3 for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package gtk3 for openSUSE:12.2 checked in at 
2012-07-31 14:04:18

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


Package is gtk3, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/gtk3/gtk3.changes   2012-06-25 15:34:54.0 
+0200
+++ /work/SRC/openSUSE:12.2/.gtk3.new/gtk3.changes  2012-07-31 
14:05:02.0 +0200
@@ -1,0 +2,16 @@
+Sun Jul 15 20:28:10 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.4.4:
+  + GtkIconView: Fallout from the layout rewrite has been fixed.
+  + Bugs fixed: bgo#531319, bgo#571254, bgo#613561, bgo#643490,
+bgo#646798, bgo#647779, bgo#649569, bgo#659613, bgo#663991,
+bgo#664646, bgo#667808, bgo#670369, bgo#671437, bgo#671817,
+bgo#673749, bgo#675167, bgo#675423, bgo#675535, bgo#675809,
+bgo#675899, bgo#675990, bgo#676077, bgo#676243, bgo#676262,
+bgo#676329, bgo#677127, bgo#677293, bgo#677363, bgo#677551,
+bgo#677649, bgo#64, bgo#65, bgo#677809, bgo#677915,
+bgo#677941, bgo#678175, bgo#678407, bgo#678829, bgo#679166,
+bgo#679228, bgo#679409, bgo#679454, bgo#679537.
+  + Updated translations.
+
+---

Old:

  gtk+-3.4.3.tar.xz

New:

  gtk+-3.4.4.tar.xz



Other differences:
--
++ gtk3.spec ++
--- /var/tmp/diff_new_pack.bjYtrx/_old  2012-07-31 14:05:30.0 +0200
+++ /var/tmp/diff_new_pack.bjYtrx/_new  2012-07-31 14:05:30.0 +0200
@@ -24,7 +24,7 @@
 
 Name:   gtk3
 %define _name gtk+
-Version:3.4.3
+Version:3.4.4
 Release:0
 Summary:The GTK+ toolkit library (version 3)
 License:LGPL-2.1+

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



commit imagewriter for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package imagewriter for openSUSE:12.2 
checked in at 2012-07-31 14:04:28

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


Package is imagewriter, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/imagewriter/imagewriter.changes 2012-06-25 
15:35:33.0 +0200
+++ /work/SRC/openSUSE:12.2/.imagewriter.new/imagewriter.changes
2012-07-31 14:05:30.0 +0200
@@ -1,0 +2,7 @@
+Sat Jul 14 06:53:32 UTC 2012 - badshah...@gmail.com
+
+- Add imagewriter-desktop-menu-exec.patch to fix imagewriter not
+  starting up from the desktop menus, because it requires root
+  privilege.
+
+---

New:

  imagewriter-desktop-menu-exec.patch



Other differences:
--
++ imagewriter.spec ++
--- /var/tmp/diff_new_pack.bG1eH4/_old  2012-07-31 14:05:31.0 +0200
+++ /var/tmp/diff_new_pack.bG1eH4/_new  2012-07-31 14:05:31.0 +0200
@@ -40,6 +40,7 @@
 License:GPL-2.0
 Source: imagewriter-%{version}.tar.gz
 Patch0: imagewriter-gcc47.patch
+Patch1: imagewriter-desktop-menu-exec.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{breq}
 %description
@@ -48,6 +49,7 @@
 %prep
 %setup
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{qmake} PREFIX=$RPM_BUILD_ROOT/%{_prefix} imagewriter.pro

++ imagewriter-desktop-menu-exec.patch ++
Index: imagewriter-1.9/imagewriter.desktop
===
--- imagewriter-1.9.orig/imagewriter.desktop
+++ imagewriter-1.9/imagewriter.desktop
@@ -2,7 +2,7 @@
 Type=Application
 Categories=System;Utility;Archiving;
 X-KDE-RootOnly=true
-Exec=imagewriter %F
+Exec=xdg-su -c imagewriter %F
 Icon=imagewriter
 Name=SUSE Studio Imagewriter
 GenericName=USB key writer 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdepim4 for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package kdepim4 for openSUSE:12.2 checked in 
at 2012-07-31 14:04:29

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


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

Changes:

--- /work/SRC/openSUSE:12.2/kdepim4/kdepim4.changes 2012-06-25 
15:37:32.0 +0200
+++ /work/SRC/openSUSE:12.2/.kdepim4.new/kdepim4.changes2012-07-31 
14:05:31.0 +0200
@@ -1,0 +2,7 @@
+Sun Jul 15 17:41:18 UTC 2012 - ctri...@opensuse.org
+
+- Fix the mail duplication when filtering incoming messages, also 
+  several data loss bugs related to filtering should be fixed
+  (bnc#770012)
+
+---

New:

  fix_mail_filter.diff



Other differences:
--
++ kdepim4.spec ++
--- /var/tmp/diff_new_pack.EUQCIJ/_old  2012-07-31 14:06:14.0 +0200
+++ /var/tmp/diff_new_pack.EUQCIJ/_new  2012-07-31 14:06:14.0 +0200
@@ -28,6 +28,7 @@
 Patch1: akregator-useragent.diff
 Patch2: desktop-files.diff
 Patch3: knode-kontact-default.diff
+Patch4: fix_mail_filter.diff
 BuildRequires:  fdupes
 BuildRequires:  gpgme-devel
 BuildRequires:  grantlee-devel
@@ -63,6 +64,7 @@
 %patch1
 %patch2
 %patch3
+%patch4 -p1
 
 %build
 %ifarch ppc64

++ fix_mail_filter.diff ++
Subject: fix the email duplication when filtering
From: Andras Mantia aman...@kde.org
Bug: bnc#770012
Patch-upstream: kde = 4.8.5


commit 8846d44b217108351c35f8afd883f72ee88388ec
Author: Andras Mantia aman...@kde.org
Date:   Fri Jul 6 12:12:34 2012 +0300

Backport part of the filter fix: this is the actual fix, the rest were 
optimizations and safety checks, but it is difficult to backport.
An unwanted side-effect might be that more data is downloaded than before,
based on the type of filters used.

FIXED-IN: 4.8.5
CCBUG: 287752
CCBUG: 292283
CCBUG: 288109
CCBUG: 286043
CCBUG: 295484
CCBUG: 302337
CCBUG: 295000
CCBUG: 295684
CCBUG: 293768
CCBUG: 275233
CCBUG: 293918
CCBUG: 284310
CCBUG: 286364
CCBUG: 283682

diff --git a/mailfilteragent/mailfilteragent.cpp 
b/mailfilteragent/mailfilteragent.cpp
index 79b2f9d..5f66e74 100644
--- a/mailfilteragent/mailfilteragent.cpp
+++ b/mailfilteragent/mailfilteragent.cpp
@@ -110,7 +110,6 @@ void MailFilterAgent::initialCollectionFetchingDone( KJob 
*job )
   Akonadi::CollectionFetchJob *fetchJob = 
qobject_castAkonadi::CollectionFetchJob*( job );
 
   changeRecorder()-itemFetchScope().setAncestorRetrieval( 
Akonadi::ItemFetchScope::Parent );
-  changeRecorder()-itemFetchScope().setCacheOnly( true );
   if (m_filterManager-requiresFullMailBody()) {
 changeRecorder()-itemFetchScope().fetchFullPayload();
   } else {

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



commit libexif for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package libexif for openSUSE:12.2 checked in 
at 2012-07-31 14:04:41

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


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

Changes:

--- /work/SRC/openSUSE:12.2/libexif/libexif.changes 2012-06-25 
15:43:55.0 +0200
+++ /work/SRC/openSUSE:12.2/.libexif.new/libexif.changes2012-07-31 
14:10:42.0 +0200
@@ -1,0 +2,40 @@
+Tue Jul 17 15:33:36 UTC 2012 - meiss...@suse.com
+
+- updated to 0.6.21
+  * Fixed some buffer overflows in exif_entry_format_value()
+This fixes CVE-2012-2814.  Reported by Mateusz Jurczyk of
+Google Security Team
+  * Fixed an off-by-one error in exif_convert_utf16_to_utf8()
+This can cause a one-byte NUL write past the end of the buffer.
+This fixes CVE-2012-2840
+  * Don't read past the end of a tag when converting from UTF-16
+This fixes CVE-2012-2813. Reported by Mateusz Jurczyk of
+Google Security Team
+  * Fixed an out of bounds read on corrupted input
+The EXIF_TAG_COPYRIGHT tag ought to be, but perhaps is not,
+NUL-terminated.
+This fixes CVE-2012-2812. Reported by Mateusz Jurczyk of
+Google Security Team
+  * Fixed a buffer overflow problem in exif_entry_get_value
+If the application passed in a buffer length of 0, then it would
+be treated as the buffer had unlimited length.
+This fixes CVE-2012-2841
+  * Fix a buffer overflow on corrupt EXIF data.
+This fixes bug #3434540 and fixes part of CVE-2012-2836
+Reported by Yunho Kim
+  * Fix a buffer overflow on corrupted JPEG data
+An unsigned data length might wrap around when decremented
+below zero, bypassing sanity checks on length.
+This code path can probably only occur if exif_data_load_data()
+is called directly by the application on data that wasn't parsed
+by libexif itself.
+This solves the other part of CVE-2012-2836
+  * Fixed some possible division-by-zeros in Olympus-style makernotes
+This fixes bug #3434545, a.k.a. CVE-2012-2837
+Reported by Yunho Kim
+
+  * lots and lots of translations updates.
+  * added more Canon lenses.
+  * changed knots to nautical miles
+
+---

Old:

  libexif-0.6.20.tar.bz2

New:

  libexif-0.6.21.tar.bz2



Other differences:
--
++ libexif.spec ++
--- /var/tmp/diff_new_pack.4HqA8u/_old  2012-07-31 14:10:45.0 +0200
+++ /var/tmp/diff_new_pack.4HqA8u/_new  2012-07-31 14:10:45.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libexif (Version 0.6.20)
+# spec file for package libexif
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,17 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libexif
-BuildRequires:  doxygen pkg-config
+BuildRequires:  doxygen
+BuildRequires:  pkg-config
 Url:http://libexif.sourceforge.net
+Summary:An EXIF Tag Parsing Library for Digital Cameras
 License:LGPL-2.1+
 Group:  System/Libraries
-Summary:An EXIF Tag Parsing Library for Digital Cameras
-Version:0.6.20
-Release:2
+Version:0.6.21
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 Source1:baselibs.conf
@@ -36,7 +35,6 @@
 
 %package -n %{pname}
 
-
 Summary:An EXIF Tag Parsing Library for Digital Cameras
 Group:  System/Libraries
 Provides:   libexif = %{version}
@@ -52,10 +50,10 @@
 
 
 %package devel
-License:LGPL-2.1+
-Group:  Development/Libraries/C and C++
 Summary:An EXIF Tag Parsing Library for Digital Cameras (Development 
files)
-Requires:   %{pname} = %{version} glibc-devel
+Group:  Development/Libraries/C and C++
+Requires:   %{pname} = %{version}
+Requires:   glibc-devel
 
 %description devel
 This library is used to parse EXIF information from JPEGs created by

++ libexif-0.6.20.tar.bz2 - libexif-0.6.21.tar.bz2 ++
 106386 lines of diff (skipped)

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



commit libgphoto2 for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:12.2 checked 
in at 2012-07-31 14:04:42

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


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

Changes:

--- /work/SRC/openSUSE:12.2/libgphoto2/libgphoto2.changes   2012-07-14 
11:50:49.0 +0200
+++ /work/SRC/openSUSE:12.2/.libgphoto2.new/libgphoto2.changes  2012-07-31 
14:10:45.0 +0200
@@ -1,0 +2,8 @@
+Thu Jul 19 18:40:18 UTC 2012 - meiss...@suse.com
+
+- added 2.4 branch fixes
+  - libusb1: do not crash immediately (avoid global context usage)
+  - canon: --wait-for-event append \0 to filename
+  - ptp2: new USB ids, fixed Canon EOS thumbnail retrieval
+
+---

New:

  lg-24-branch.patch



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.Ikf0AV/_old  2012-07-31 14:10:55.0 +0200
+++ /var/tmp/diff_new_pack.Ikf0AV/_new  2012-07-31 14:10:55.0 +0200
@@ -42,6 +42,7 @@
 Release:0
 Source0:libgphoto2-%{version}.tar.bz2
 Source1:baselibs.conf
+Patch0: lg-24-branch.patch
 Patch1: libgphoto2-4096files.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: %{name}-lang = %{version}
@@ -77,6 +78,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p0
 %patch1 -p1
 
 %build

++ lg-24-branch.patch ++
diff -ru ./camlibs/canon/canon.c 
/home/marcus/projects/libgphoto2-2_4/libgphoto2/camlibs/canon/canon.c
--- camlibs/canon/canon.c   2012-03-30 23:23:47.0 +0200
+++ camlibs/canon/canon.c   2012-07-19 20:19:15.693782425 +0200
@@ -1333,8 +1333,7 @@
 if ( is_image ( new_name ) ) {
 /* Yup, we'll assume that this is the new 
image. */
 GP_DEBUG (   Found our new image file );
-strncpy ( path-name, new_name,
-  strlen ( new_name ) );
+strcpy ( path-name, new_name );
 strcpy ( path-folder, canon2gphotopath ( 
camera, path-folder ) );
 
/* FIXME: Marcus: make it less large effort... 
*/
diff -ru ./camlibs/ptp2/library.c 
/home/marcus/projects/libgphoto2-2_4/libgphoto2/camlibs/ptp2/library.c
--- camlibs/ptp2/library.c  2012-04-15 17:11:15.0 +0200
+++ camlibs/ptp2/library.c  2012-07-19 20:19:15.686782359 +0200
@@ -715,7 +715,7 @@
{Nikon:Coolpix L110 (PTP mode), 0x04b0, 0x017e, PTP_CAP},
 
/* mig...@rozsas.eng.br */
-   {Nikon:Coolpix P500 (PTP mode), 0x04b0, 0x0184, 0},
+   {Nikon:Coolpix P500 (PTP mode), 0x04b0, 0x0184, PTP_CAP},
/* Graeme Wyatt graeme.wy...@nookawarra.com */
{Nikon:Coolpix L120 (PTP mode), 0x04b0, 0x0185, PTP_CAP},
/* Kévin Ottens er...@ipsquad.net */
@@ -740,6 +740,8 @@
{Nikon:Coolpix S8000 (PTP mode),0x04b0, 0x021f, 0},
/* Aleksej Serdjukov deletesoftw...@yandex.ru */
{Nikon:Coolpix S5100 (PTP mode),0x04b0, 0x0220, 0},
+   /* wlady...@gmail.com */
+   {Nikon:Coolpix P300 (PTP mode), 0x04b0, 0x0221, 0},
/* Nikon Coolpix 2000 */
{Nikon:Coolpix 2000 (PTP mode), 0x04b0, 0x0302, 0},
/* From IRC reporter. */
@@ -810,6 +812,11 @@
/* IRC Reporter popolon */
{Nikon:DSC D5100 (PTP mode),0x04b0, 0x0429, 
PTP_CAP|PTP_CAP_PREVIEW},
 
+   
+   /* 
http://sourceforge.net/tracker/?func=detailaid=3536904group_id=8874atid=108874
 */
+   {Nikon:V1,  0x04b0, 0x0601, PTP_CAP},
+
+
 #if 0
/* Thomas Luzat thomas.lu...@gmx.net */
/* this was reported as not working, mass storage only:
@@ -1058,6 +1065,8 @@
 
/* Martin Lasarsch at SUSE. MTP_PROPLIST returns just 0 entries */
{Canon:Digital IXUS 90 IS,0x04a9, 0x3174, 
PTPBUG_DELETE_SENDS_EVENT},
+   /* Daniel Moyne daniel.mo...@free.fr */
+   {Canon:Powershot SD790 IS,0x04a9, 0x3174, 
PTPBUG_DELETE_SENDS_EVENT},
 
/* 
https://sourceforge.net/tracker/?func=detailaid=2722422group_id=8874atid=358874
 */
{Canon:Digital IXUS 85 IS,0x04a9, 0x3174, 
PTPBUG_DELETE_SENDS_EVENT},
@@ -1289,6 +1298,9 @@
{Apple:iPod Touch 3rd Gen (PTP mode), 0x05ac, 0x1299, 0},
{Apple:iPad (PTP mode),   0x05ac, 0x129a, 0},
 
+   /* Don Cohen don-sourceforge-x...@isis.cs3-inc.com */
+   {Apple:iPhone 4S (PTP mode),  0x05ac, 0x12a0, 0},
+
/* 

commit MozillaThunderbird for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for openSUSE:12.2 
checked in at 2012-07-31 14:04:44

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


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

Changes:

--- /work/SRC/openSUSE:12.2/MozillaThunderbird/MozillaThunderbird.changes   
2012-07-09 09:51:29.0 +0200
+++ /work/SRC/openSUSE:12.2/.MozillaThunderbird.new/MozillaThunderbird.changes  
2012-07-31 14:10:55.0 +0200
@@ -1,0 +2,31 @@
+Sun Jul 15 08:06:50 UTC 2012 - w...@rosenauer.org
+
+- update to Thunderbird 14.0 (bnc#771583)
+  * MFSA 2012-42/CVE-2012-1949/CVE-2012-1948
+Miscellaneous memory safety hazards
+  * MFSA 2012-44/CVE-2012-1951/CVE-2012-1954/CVE-2012-1953/CVE-2012-1952
+Gecko memory corruption
+  * MFSA 2012-45/CVE-2012-1955 (bmo#757376)
+Spoofing issue with location
+  * MFSA 2012-47/CVE-2012-1957 (bmo#750096)
+Improper filtering of javascript in HTML feed-view
+  * MFSA 2012-48/CVE-2012-1958 (bmo#750820)
+use-after-free in nsGlobalWindow::PageHidden
+  * MFSA 2012-49/CVE-2012-1959 (bmo#754044, bmo#737559)
+Same-compartment Security Wrappers can be bypassed
+  * MFSA 2012-50/CVE-2012-1960 (bmo#761014)
+Out of bounds read in QCMS
+  * MFSA 2012-51/CVE-2012-1961 (bmo#761655)
+X-Frame-Options header ignored when duplicated
+  * MFSA 2012-52/CVE-2012-1962 (bmo#764296)
+JSDependentString::undepend string conversion results in memory
+corruption
+  * MFSA 2012-53/CVE-2012-1963 (bmo#767778)
+Content Security Policy 1.0 implementation errors cause data
+leakage
+  * MFSA 2012-56/CVE-2012-1967 (bmo#758344)
+Code execution through javascript: URLs
+  * relicensed to MPL-2.0
+- update Enigmail to 1.4.3
+
+---

Old:

  enigmail-1.4.2.tar.gz
  l10n-13.0.1.tar.bz2
  mailnews-showalert.patch
  mozilla-libnotify.patch
  mozilla-linux3.patch
  mozilla-revert_621446.patch
  mozilla-system-nspr.patch
  thunderbird-13.0.1-source.tar.bz2

New:

  enigmail-1.4.3.tar.gz
  l10n-14.0.tar.bz2
  thunderbird-14.0-source.tar.bz2



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.Y3fFKd/_old  2012-07-31 14:15:36.0 +0200
+++ /var/tmp/diff_new_pack.Y3fFKd/_new  2012-07-31 14:15:36.0 +0200
@@ -31,7 +31,7 @@
 BuildRequires:  libidl-devel
 BuildRequires:  libnotify-devel
 BuildRequires:  mozilla-nspr-devel = 4.9.0
-BuildRequires:  mozilla-nss-devel = 3.13.4
+BuildRequires:  mozilla-nss-devel = 3.13.5
 BuildRequires:  nss-shared-helper-devel
 BuildRequires:  python
 BuildRequires:  startup-notification-devel
@@ -40,11 +40,11 @@
 BuildRequires:  xorg-x11-libXt-devel
 BuildRequires:  yasm
 BuildRequires:  zip
-%define mainversion 13.0.1
+%define mainversion 14.0
 %define update_channel release
 Version:%{mainversion}
 Release:0
-%define releasedate 2012061400
+%define releasedate 2012071300
 Provides:   thunderbird = %{version}
 %if %{with_kde}
 # this is needed to match this package with the kde4 helper package without 
the main package
@@ -53,7 +53,7 @@
 Provides:   mozilla-kde4-version = %{kde_helper_version}
 %endif
 Summary:The Stand-Alone Mozilla Mail Component
-License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
+License:MPL-2.0
 Group:  Productivity/Networking/Email/Clients
 Url:http://www.mozilla.org/products/thunderbird/
 Source: thunderbird-%{version}-source.tar.bz2
@@ -65,27 +65,22 @@
 Source6:suse-default-prefs.js
 Source7:find-external-requires.sh
 Source8:thunderbird-rpmlintrc
-Source9:enigmail-1.4.2.tar.gz
+Source9:enigmail-1.4.3.tar.gz
 Source10:   create-tar.sh
 Source11:   compare-locales.tar.bz2
 Source12:   kde.js
 # Gecko/Toolkit
 Patch1: mozilla-shared-nss-db.patch
 Patch2: mozilla-language.patch
-Patch3: mozilla-linux3.patch
-Patch4: mozilla-dump_syms-static.patch
-Patch5: mozilla-disable-neon-option.patch
-Patch6: mozilla-nongnome-proxies.patch
-Patch7: mozilla-kde.patch
-Patch8: mozilla-libnotify.patch
-Patch9: mozilla-revert_621446.patch
-Patch10:mozilla-gcc47.patch
-Patch11:mozilla-system-nspr.patch
+Patch3: mozilla-dump_syms-static.patch
+Patch4: mozilla-disable-neon-option.patch
+Patch5: mozilla-nongnome-proxies.patch
+Patch6: mozilla-kde.patch
+Patch7: mozilla-gcc47.patch
 # Thunderbird/mail
 Patch20:tb-ssldap.patch
 Patch21:tb-develdirs.patch
 Patch22:

commit multipath-tools for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package multipath-tools for openSUSE:12.2 
checked in at 2012-07-31 14:04:51

Comparing /work/SRC/openSUSE:12.2/multipath-tools (Old)
 and  /work/SRC/openSUSE:12.2/.multipath-tools.new (New)


Package is multipath-tools, Maintainer is h...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/multipath-tools/multipath-tools.changes 
2012-07-18 17:34:01.0 +0200
+++ /work/SRC/openSUSE:12.2/.multipath-tools.new/multipath-tools.changes
2012-07-31 14:15:37.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 25 13:04:59 UTC 2012 - pu...@suse.com
+
+- add kpartx-rules-create-dmraid-nodes.patch (bnc#769982)
+- add kpartx-work-correctly-with-empty-GPT-table.patch
+
+---

New:

  kpartx-rules-create-dmraid-nodes.patch
  kpartx-work-correctly-with-empty-GPT-table.patch



Other differences:
--
++ multipath-tools.spec ++
--- /var/tmp/diff_new_pack.hQfi3s/_old  2012-07-31 14:15:38.0 +0200
+++ /var/tmp/diff_new_pack.hQfi3s/_new  2012-07-31 14:15:38.0 +0200
@@ -33,6 +33,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Patch0: %{name}-%{version}-opensuse-12.2.diff.bz2
 Patch1: 0002-fix-installation-of-multipath-rule.patch
+Patch2: kpartx-work-correctly-with-empty-GPT-table.patch
+Patch3: kpartx-rules-create-dmraid-nodes.patch
 
 %description
 This package provides the tools to manage multipathed devices by
@@ -74,6 +76,8 @@
 %setup -q -n multipath-tools-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 make CC=%__cc OPTFLAGS=$RPM_OPT_FLAGS LIB=%_lib

++ kpartx-rules-create-dmraid-nodes.patch ++
Index: multipath-tools-0.4.9/kpartx/kpartx.rules
===
--- multipath-tools-0.4.9.orig/kpartx/kpartx.rules
+++ multipath-tools-0.4.9/kpartx/kpartx.rules
@@ -17,6 +17,10 @@ OPTIONS=link_priority=50
 ENV{DM_UUID}==mpath-*, \
SYMLINK+=disk/by-id/$env{DM_TYPE}-$env{DM_NAME}
 
+# Create persistent links for dmraid tables
+ENV{DM_UUID}==DMRAID-*|dmraid-*, \
+SYMLINK+=disk/by-id/$env{DM_TYPE}-$env{DM_NAME}
+
 # Create persistent links for partitions
 ENV{DM_PART}==?*, \
 SYMLINK+=disk/by-id/$env{DM_TYPE}-$env{DM_NAME}-part$env{DM_PART}
@@ -25,6 +29,9 @@ ENV{DM_PART}==?*, \
 ENV{DM_STATE}==ACTIVE, ENV{DM_UUID}==mpath-*, \
 RUN+=/sbin/kpartx -u -p -part /dev/$name
 
+ENV{DM_STATE}==ACTIVE, ENV{DM_UUID}==DMRAID-*|dmraid-*, \
+RUN+=/sbin/kpartx -u -p _part /dev/$kernel
+
 LABEL=kpartx_end
 
 
++ kpartx-work-correctly-with-empty-GPT-table.patch ++
From 973f6bb4f689029456d3daf6c54645937cc4df24 Mon Sep 17 00:00:00 2001
From: Petr Uzel petr.u...@suse.cz
Date: Wed, 25 Jul 2012 14:04:46 +0200
Subject: [PATCH] kpartx: work correctly with empty GPT table

When running the partition table probes, the code considered empty
tables as invalid ones. Because of this, kpartx -u / -d does not work
correctly on empty tables (with zero partitions).

The return value of the probes should be:
-1: not our partition table type
0: our partition table, but no partitions exist
0: number of partitions found

Adapt read_gpt_pt() to this semantics.

CC: Hannes Reinecke h...@suse.com
CC: Christophe Varoqui christophe.varo...@gmail.com

Signed-off-by: Petr Uzel petr.u...@suse.cz
---
 kpartx/gpt.c|6 +++---
 kpartx/kpartx.c |6 ++
 2 files changed, 5 insertions(+), 7 deletions(-)

Index: multipath-tools-0.4.9/kpartx/gpt.c
===
--- multipath-tools-0.4.9.orig/kpartx/gpt.c
+++ multipath-tools-0.4.9/kpartx/gpt.c
@@ -625,8 +625,8 @@ find_valid_gpt(int fd, gpt_header ** gpt
  * @fd
  * @all - slice with start/size of whole disk
  *
- *  0 if this isn't our partition table
- *  number of partitions if successful
+ *  -1 if this isn't our partition table
+ *  number of partitions if successful (= 0)
  *
  */
 int
@@ -643,7 +643,7 @@ read_gpt_pt (int fd, struct slice all, s
free (gpt);
if (ptes)
free (ptes);
-   return 0;
+   return -1;
}
 
for (i = 0; i  __le32_to_cpu(gpt-num_partition_entries)  i  ns; 
i++) {
Index: multipath-tools-0.4.9/kpartx/kpartx.c
===
--- multipath-tools-0.4.9.orig/kpartx/kpartx.c
+++ multipath-tools-0.4.9/kpartx/kpartx.c
@@ -368,12 +368,10 @@ main(int argc, char **argv){
/* here we get partitions */
n = ptp-fn(fd, all, slices, SIZE(slices));
 
+   if (n = 0) {
 #ifdef DEBUG
-   if (n = 0)
   

commit ncurses for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package ncurses for openSUSE:12.2 checked in 
at 2012-07-31 14:04:53

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


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

Changes:

--- /work/SRC/openSUSE:12.2/ncurses/ncurses.changes 2012-06-25 
15:46:55.0 +0200
+++ /work/SRC/openSUSE:12.2/.ncurses.new/ncurses.changes2012-07-31 
14:15:38.0 +0200
@@ -1,0 +2,59 @@
+Fri Jul 20 15:12:43 UTC 2012 - wer...@suse.de
+
+- Add ncurses patch 5.9.20120714 (bnc#769788)
+ + add use_tioctl() function (adapted from patch by Werner Fink,
+   Novell #769788):
+- Set the default for use_tioctl() to TRUE and add a note in the
+  manual page for this.
+
+---
+Mon Jul  9 12:51:19 UTC 2012 - wer...@suse.de
+
+- Add ncurses patch 5.9.20120707 (bnc#769788)
+  + add ncurses_mingw.h to installed headers (prompted by patch by
+Juergen Pfeifer).
+  + clarify return-codes from wgetch() in response to SIGWINCH (prompted
+by Novell #769788).
+  + modify resizeterm() to always push a KEY_RESIZE onto the fifo, even
+if screensize is unchanged.  Modify _nc_update_screensize() to push a
+KEY_RESIZE if there was a SIGWINCH, even if it does not call
+resizeterm().  These changes eliminate the case where a SIGWINCH is
+received, but ERR returned from wgetch or wgetnstr because the screen
+dimensions did not change (Novell #769788).
+
+---
+Tue Jun 26 10:41:46 UTC 2012 - wer...@suse.de
+
+- Add ncurses patch 5.9.20120622
+  + add -d, -e and -q options to test/demo_terminfo and test/demo_termcap
+  + fix caching of environment variables in database-iterator (patch by
+Philippe Troin, Redhat #831366).
+- Add ncurses patch 5.9.20120616
+  + add configure check to distinguish clang from gcc to eliminate
+warnings about unused command-line parameters when compiler warnings
+are enabled.
+  + improve behavior when updating terminfo entries which are hardlinked
+by allowing for the possibility that an alias has been repurposed to
+a new primary name.
+  + fix some strict compiler warnings based on package scripts.
+  + further fixes for configure check for working poll (Debian #676461).
+- Add ncurses patch 5.9.20120608
+  + fix an uninitialized variable in -c/-n logic for infocmp changes
+(cf: 20120526).
+- Add ncurses patch 5.9.20120602
+  + add kdch1 aka Remove to vt220 and vt220-8 entries -TD
+  + add kdch1, etc., to qvt108 -TD
+  + add dl1/il1 to some entries based on dl/il values -TD
+  + add dl to simpleterm -TD
+  + add consistency-checks in tic for insert-line vs delete-line
+controls, and insert/delete-char keys
+  + correct no-leaks logic in infocmp when doing comparisons, fixing
+duplicate free of entries given via the command-line, and freeing
+entries loaded from the last-but-one of files specified on the
+command-line.
+  + add kdch1 to wsvt25 entry from NetBSD CVS (reported by David Lord,
+analysis by Martin Husemann).
+  + add cnorm/civis to wsvt25 entry from NetBSD CVS (report/analysis by
+Onno van der Linden).
+
+---

New:

  ncurses-5.9-environment.dif



Other differences:
--
++ ncurses.spec ++
--- /var/tmp/diff_new_pack.pdjdND/_old  2012-07-31 14:15:46.0 +0200
+++ /var/tmp/diff_new_pack.pdjdND/_new  2012-07-31 14:15:46.0 +0200
@@ -48,6 +48,7 @@
 Patch0: ncurses-%{version}.dif
 Patch3: ncurses-5.9-overwrite.dif
 Patch4: ncurses-5.7-tack.dif
+Patch5: ncurses-5.9-environment.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %global _sysconfdir /etc
 %global _miscdir%{_datadir}/misc
@@ -262,6 +263,7 @@
 mv tack-* tack
 %patch -P 3 -p0 -b .ow
 %patch -P 4 -p0 -b .hs
+%patch -P 5 -p0 -b .lc
 %patch -P 0 -p0 -b .p0
 rm -vf include/ncurses_dll.h
 rm -vf mkdirs.sh

++ ncurses-5.9-environment.dif ++
--- man/curs_util.3x
+++ man/curs_util.3x2012-07-20 15:36:56.188010145 +
@@ -159,6 +159,9 @@ ncurses modifies the last step in its co
 checks if the \fBLINES\fR and \fBCOLUMNS\fR environment variables
 are set to a number greater than zero.
 .bP
+On openSUSE/SUSE Linux the default is \fBTRUE\fR, if you do not want this
+feature you may use the \fBuse_tioctl\fR routine with \fBFALSE\fR as an 
argument.
+.bP
 for each, ncurses updates the corresponding environment variable
 with the value that it has obtained via operating system call
 or from the terminal database.
--- ncurses/tinfo/lib_data.c
+++ 

commit NetworkManager for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager for openSUSE:12.2 
checked in at 2012-07-31 14:04:54

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


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

Changes:

--- /work/SRC/openSUSE:12.2/NetworkManager/NetworkManager.changes   
2012-06-25 15:14:40.0 +0200
+++ /work/SRC/openSUSE:12.2/.NetworkManager.new/NetworkManager.changes  
2012-07-31 14:15:46.0 +0200
@@ -1,0 +2,8 @@
+Wed Jul 18 04:37:40 UTC 2012 - g...@suse.com
+
+- Add nm-probe-radius-server-cert.patch to probe the certificate
+  of the RADIUS server (bnc#574266, bnc#771185) 
+- Add nm-null-out-on-dispose.patch to fix crash in gnome-shell or
+  any other program using libnm-glib (bgo#674473)
+
+---

New:

  nm-null-out-on-dispose.patch
  nm-probe-radius-server-cert.patch



Other differences:
--
++ NetworkManager.spec ++
--- /var/tmp/diff_new_pack.Ssikp5/_old  2012-07-31 14:15:52.0 +0200
+++ /var/tmp/diff_new_pack.Ssikp5/_new  2012-07-31 14:15:52.0 +0200
@@ -49,6 +49,9 @@
 Patch7: nm-ppp-build-error.patch
 # PATCH-FIX-UPSTREAM nm-ensure-bindings-created-NMClient-object-work.patch 
bnc#766045 bgo#672812 badshah...@gmail.com -- Fixes nmcli con not working 
(patch came from upstream git)
 Patch8: nm-ensure-bindings-created-NMClient-object-work.patch
+# PATCH-FIX-UPSTREAM nm-probe-radius-server-cert.patch bnc#574266 
g...@suse.com -- Probe the RADIUS server certificate
+Patch9: nm-probe-radius-server-cert.patch
+Patch10:nm-null-out-on-dispose.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
@@ -192,6 +195,8 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
+%patch10 -p1
 
 %build
 pppddir=`ls -1d /usr/%_lib/pppd/2*`


++ nm-null-out-on-dispose.patch ++
 671 lines (skipped)

++ nm-probe-radius-server-cert.patch ++
 983 lines (skipped)

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



commit NetworkManager-gnome for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager-gnome for 
openSUSE:12.2 checked in at 2012-07-31 14:04:56

Comparing /work/SRC/openSUSE:12.2/NetworkManager-gnome (Old)
 and  /work/SRC/openSUSE:12.2/.NetworkManager-gnome.new (New)


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

Changes:

--- /work/SRC/openSUSE:12.2/NetworkManager-gnome/NetworkManager-gnome.changes   
2012-06-29 11:33:22.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.NetworkManager-gnome.new/NetworkManager-gnome.changes  
2012-07-31 14:15:53.0 +0200
@@ -1,0 +2,13 @@
+Thu Jul 19 02:40:53 UTC 2012 - g...@suse.com
+
+- Update nm-applet-probe-radius-server-cert.patch to fix crash of
+  the eap-peap setting panel in gnome-control-center (bnc#772064)
+
+---
+Wed Jul 18 06:56:06 UTC 2012 - g...@suse.com
+
+- Add nm-applet-probe-radius-server-cert.patch to probe the
+  certificate of the RADIUS server and set the subject for WPA-EAP
+  connections (bnc#574266, bnc#771185)
+
+---

New:

  nm-applet-probe-radius-server-cert.patch



Other differences:
--
++ NetworkManager-gnome.spec ++
--- /var/tmp/diff_new_pack.7v697e/_old  2012-07-31 14:15:56.0 +0200
+++ /var/tmp/diff_new_pack.7v697e/_new  2012-07-31 14:15:56.0 +0200
@@ -46,6 +46,8 @@
 Source1:nm-icons.tar.gz
 # PATCH-FIX-UPSTREAM nm-applet-private-connection.patch bnc#751211 bgo#646187 
dims...@opensuse.org -- Create private connections if the user is not 
authorized. Allows to create wifi connections without root access. Patch under 
discussion upstream.
 Patch0: nm-applet-private-connection.patch
+# PATCH-FIX-UPSTREAM nm-applet-probe-radius-server-cert.patch bnc#574266 
g...@suse.com -- Probe the RADIUS server certificate
+Patch1: nm-applet-probe-radius-server-cert.patch
 Provides:   NetworkManager-client
 Requires:   NetworkManager = 0.9.3
 # needed for translated country names
@@ -79,6 +81,7 @@
 %prep
 %setup -q -n network-manager-applet-%{version} -a 1
 %patch0 -p1
+%patch1 -p1
 translation-update-upstream
 
 %build


++ nm-applet-probe-radius-server-cert.patch ++
 1182 lines (skipped)

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



commit nfs-utils for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package nfs-utils for openSUSE:12.2 checked 
in at 2012-07-31 14:04:58

Comparing /work/SRC/openSUSE:12.2/nfs-utils (Old)
 and  /work/SRC/openSUSE:12.2/.nfs-utils.new (New)


Package is nfs-utils, Maintainer is nfbr...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/nfs-utils/nfs-utils.changes 2012-06-25 
15:47:05.0 +0200
+++ /work/SRC/openSUSE:12.2/.nfs-utils.new/nfs-utils.changes2012-07-31 
14:15:56.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 19 06:26:10 UTC 2012 - nfbr...@suse.com
+
+- mount-exit-code.fix:  Correct exit code from
+  unmount when fs is busy - allows autofs to work
+  correctly. (bnc#770962)
+
+---

New:

  mount-exit-code.fix



Other differences:
--
++ nfs-utils.spec ++
--- /var/tmp/diff_new_pack.T52B53/_old  2012-07-31 14:15:57.0 +0200
+++ /var/tmp/diff_new_pack.T52B53/_new  2012-07-31 14:15:57.0 +0200
@@ -59,6 +59,7 @@
 Patch0: nfs-utils-1.0.7-bind-syntax.patch
 Patch1: remove_pretty_sig.patch
 Patch2: mkdir-sbin
+Patch3: mount-exit-code.fix
 Suggests:   python-base
 
 %description
@@ -137,6 +138,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 cp %{S:6} .
 
 %build

++ mount-exit-code.fix ++
From 76908c3f14a12e865054ea5d6e4cad201c28839a Mon Sep 17 00:00:00 2001
From: NeilBrown ne...@suse.de
Date: Mon, 16 Jul 2012 08:43:28 -0400
Subject: [PATCH] mount.nfs: restore correct error status when umount fails

If nfs-utils is built without --enable-libmount-mount, then
an unmount that failed due to the filesystem being busy will
exit with '16' - EX_FILEIO.
Autofs apparently relies on this.

When built with --enable-libmount-mount, the same case will
exit with '32' - EX_FAIL.  Normally this is reserved for
internal errors.

This patch restores the use of EX_FILEIO for errors from umount.

Reviewed-by: Karel Zak k...@redhat.com
Signed-off-by: NeilBrown ne...@suse.de
Signed-off-by: Steve Dickson ste...@redhat.com

---
 utils/mount/mount_libmount.c |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

--- nfs-utils-1.2.6.orig/utils/mount/mount_libmount.c
+++ nfs-utils-1.2.6/utils/mount/mount_libmount.c
@@ -173,6 +173,7 @@ static int umount_main(struct libmnt_con
 {
int rc, c;
char *spec = NULL, *opts = NULL;
+   int ret = EX_FAIL;
 
static const struct option longopts[] = {
{ force, 0, 0, 'f' },
@@ -243,7 +244,7 @@ static int umount_main(struct libmnt_con
/* strange, no entry in mtab or /proc not mounted */
nfs_umount23(spec, tcp,v3);
}
-
+   ret = EX_FILEIO;
rc = mnt_context_do_umount(cxt);/* call umount(2) syscall */
mnt_context_finalize_mount(cxt);/* mtab update */
 
@@ -252,12 +253,10 @@ static int umount_main(struct libmnt_con
umount_error(rc, spec);
goto err;
}
-
-   free(opts);
-   return EX_SUCCESS;
+   ret = EX_SUCCESS;
 err:
free(opts);
-   return EX_FAIL;
+   return ret;
 }
 
 static int mount_main(struct libmnt_context *cxt, int argc, char **argv)

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



commit nilfs-utils for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package nilfs-utils for openSUSE:12.2 
checked in at 2012-07-31 14:05:00

Comparing /work/SRC/openSUSE:12.2/nilfs-utils (Old)
 and  /work/SRC/openSUSE:12.2/.nilfs-utils.new (New)


Package is nilfs-utils, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/nilfs-utils/nilfs-utils.changes 2012-06-25 
15:47:06.0 +0200
+++ /work/SRC/openSUSE:12.2/.nilfs-utils.new/nilfs-utils.changes
2012-07-31 14:15:57.0 +0200
@@ -1,0 +2,9 @@
+Mon Jul 23 17:39:39 CEST 2012 - ti...@suse.de
+
+- Update to version 2.1.4: Major version up, addition of
+  nilfs-cleanup and nilfs-resize programs, etc.
+  See ChangeLog for details
+- Enable libmount for avoiding the read-only /etc/mtab problem
+  (bnc#773184)
+
+---

Old:

  nilfs-utils-2.0.14.tar.bz2
  nilfs-utils-headers.patch
  nilfs-utils-install-fixes.diff

New:

  nilfs-utils-2.1.4.tar.bz2



Other differences:
--
++ nilfs-utils.spec ++
--- /var/tmp/diff_new_pack.dszZLb/_old  2012-07-31 14:15:58.0 +0200
+++ /var/tmp/diff_new_pack.dszZLb/_new  2012-07-31 14:15:58.0 +0200
@@ -16,41 +16,52 @@
 #
 
 
+%define build_devel_pkg0
+
 Name:   nilfs-utils
+BuildRequires:  libmount-devel
 BuildRequires:  libtool
 BuildRequires:  libuuid-devel
 Summary:Utilities for NILFS
 License:GPL-2.0
 Group:  System/Filesystems
-Version:2.0.14
+Version:2.1.4
 Release:0
 Source: %{name}-%{version}.tar.bz2
-Patch1: nilfs-utils-install-fixes.diff
-Patch2: nilfs-utils-headers.patch
 Url:http://www.nilfs.org
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains utility programs for NILFS v2.
 
+%if %{build_devel_pkg}
+%package devel
+Summary:Development package for the libnilfs library
+Group:  Development/Libraries/C and C++
+Requires:   %{lname} = %{version}
+
+%description devel
+This package contains the development files for NILFS v2.
+%endif
+
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
 
 %build
-autoreconf -fi
-%configure
+# autoreconf -fi
+%configure --disable-static --enable-libmount
 make %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT root_sbindir=/sbin root_libdir=/%{_lib}
 # remove unneeded files
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
+# rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+%if !%{build_devel_pkg}
 # remove devel files (not packaged for the time being)
 rm -rf $RPM_BUILD_ROOT%{_includedir}
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.so
+%endif
 
 %post -p /sbin/ldconfig
 
@@ -61,10 +72,15 @@
 %config(noreplace) /etc/nilfs_cleanerd.conf
 /sbin/*
 %{_bindir}/*
-%{_libdir}/libnilfs.so.*
+%{_libdir}/libnilfs*.so.*
 %{_mandir}/man?/*
-# %{_includedir}/nilfs.h
-# %{_includedir}/nilfs_fs.h
-# %{_libdir}/libnilfs.so
+
+%if %{build_devel_pkg}
+%files devel
+%defattr(-,root,root)
+%{_includedir}/nilfs.h
+%{_includedir}/nilfs_fs.h
+%{_libdir}/libnilfs.so
+%endif
 
 %changelog

++ nilfs-utils-2.0.14.tar.bz2 - nilfs-utils-2.1.4.tar.bz2 ++
 30887 lines of diff (skipped)

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



commit nss-mdns for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package nss-mdns for openSUSE:12.2 checked 
in at 2012-07-31 14:05:01

Comparing /work/SRC/openSUSE:12.2/nss-mdns (Old)
 and  /work/SRC/openSUSE:12.2/.nss-mdns.new (New)


Package is nss-mdns, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:12.2/nss-mdns/nss-mdns.changes   2012-06-25 
15:47:11.0 +0200
+++ /work/SRC/openSUSE:12.2/.nss-mdns.new/nss-mdns.changes  2012-07-31 
14:15:59.0 +0200
@@ -1,0 +2,18 @@
+Wed Jul 11 13:37:10 CEST 2012 - vu...@opensuse.org
+
+- Add nss-mdns-config script as a source, and install it in
+  /usr/sbin: this script can be used to enable/disable mdns in
+  /etc/nsswitch.conf (-4/-6 can be used to restrict
+  enabling/disabling to IPv4/IPv6).
+- Change %post/%preun scriptlets to use new nss-mdns-config script
+  instead of custom perl-fu.
+- Do not restrict mdns support in /etc/nsswitch.conf to IPv4: just
+  pass --enable to nss-mdns-config in %post. Fix bnc#710231.
+- Only call nss-mdns-config in %post on first install, to avoid
+  overwriting changes done by users. Fix nss-mdns side of
+  bnc#729796.
+- Do not call sed to change /etc/nsswitch.conf to remove services
+  not provided by nss-mdns anymore: when we need this, we'll be
+  able to integrate this in nss-mdns-config.
+
+---

New:

  nss-mdns-config



Other differences:
--
++ nss-mdns.spec ++
--- /var/tmp/diff_new_pack.cFibSw/_old  2012-07-31 14:15:59.0 +0200
+++ /var/tmp/diff_new_pack.cFibSw/_new  2012-07-31 14:15:59.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package nss-mdns (Version 0.10)
+# spec file for package nss-mdns
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,21 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   nss-mdns
 # lynx is not needed, text version of README is already present
 #BuildRequires:  lynx
 Version:0.10
-Release:41
-Group:  Productivity/Networking/DNS/Utilities
-License:LGPL-2.1+
+Release:0
 Url:http://0pointer.de/lennart/projects/nss-mdns/
 Summary:Host Name Resolution Via Multicast DNS (Zeroconf) for glibc
+License:LGPL-2.1+
+Group:  Productivity/Networking/DNS/Utilities
 Source: %{name}-%{version}.tar.bz2
+Source1:nss-mdns-config
 Source2:baselibs.conf
 Patch:  unaligned.diff
+# needed by nss-mdns-config
 PreReq: sed grep
 Requires:   avahi
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -48,12 +48,6 @@
 By default, nss-mdns tries to contact a running avahi-daemon to resolve
 hostnames and addresses and makes use of its superior record cacheing.
 
-
-
-Authors:
-
-Lennart Poettering mzaffz...@0pointer.de
-
 %prep
 %setup -q
 %patch
@@ -63,82 +57,34 @@
 
 %install
 %makeinstall
+install -D -m0755 %{SOURCE1} %{buildroot}%{_sbindir}/nss-mdns-config
 
 %post
 /sbin/ldconfig
-# Perl-fu to add mdns4_minimal to the hosts line of /etc/nsswitch.conf
-if [ -f /etc/nsswitch.conf ] ; then
-perl -ibak -pe '
-sub insert {
-   my @bits = split( , shift);
-   if (grep { $_ eq mdns4_minimal || $_ eq mdns4
-   || $_ eq mdns6_minimal || $_ eq mdns6
-   || $_ eq mdns_minimal || $_ eq mdns } @bits) {
-   return join  , @bits;
-   }
-   return join  , map {
-   $_ eq dns ? (mdns4_minimal, [NOTFOUND=return], $_) : $_
-   } @bits;
-   }
-s/^(hosts:\s+)(.*)$/$1.insert($2)/e;
-' /etc/nsswitch.conf
+if [ $1 -eq 1 ] ; then
+# Only enable on first install, to not overwrite changes done by users
+nss-mdns-config --enable
 fi
 
 %preun
-# Perl-fu to remove mdns4_minimal from the hosts line of /etc/nsswitch.conf
-if [ $1 -eq 0 -a -f /etc/nsswitch.conf ] ; then
-perl -ibak -pe '
-my @remove = (
-   mdns4_minimal [NOTFOUND=return],
-   mdns4_minimal,
-   mdns4,
-   mdns6_minimal [NOTFOUND=return],
-   mdns6_minimal,
-   mdns6,
-   mdns_minimal [NOTFOUND=return],
-   mdns_minimal,
-   mdns,
-   );
-sub remove {
-   my $s = shift;
-   foreach my $bit (@remove) {
-   $s =~ s/\s+\Q$bit\E//g;
-   }
-   return $s;
-   }
-s/^(hosts:\s+)(.*)$/$1.remove($2)/e;
-' /etc/nsswitch.conf
+if [ $1 -eq 0 ] ; then
+# Completely disable 

commit pam-modules for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package pam-modules for openSUSE:12.2 
checked in at 2012-07-31 14:05:02

Comparing /work/SRC/openSUSE:12.2/pam-modules (Old)
 and  /work/SRC/openSUSE:12.2/.pam-modules.new (New)


Package is pam-modules, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/pam-modules/pam-modules.changes 2012-06-25 
15:48:12.0 +0200
+++ /work/SRC/openSUSE:12.2/.pam-modules.new/pam-modules.changes
2012-07-31 14:15:59.0 +0200
@@ -1,0 +2,11 @@
+Sun Jul 22 18:52:20 UTC 2012 - a...@suse.de
+
+- Do not use private glibc macros - those are not available with
+  glibc 2.16 anymore.
+
+---
+Wed Jul 11 12:24:52 UTC 2012 - vci...@suse.com
+
+- fixed misspelled binary name in unix2_chkpwd.8 (bnc#770896)
+
+---

New:

  pam_unix2-glibc216.patch



Other differences:
--
++ pam-modules.spec ++
--- /var/tmp/diff_new_pack.f7j62n/_old  2012-07-31 14:16:00.0 +0200
+++ /var/tmp/diff_new_pack.f7j62n/_new  2012-07-31 14:16:00.0 +0200
@@ -38,6 +38,7 @@
 Source50:   dlopen.sh
 Patch0: 0003-use-crypt_gensalt_rn-from-glibc.diff
 Patch1: 0004-add-workarounds-for-blowfish-signedness-bug.diff
+Patch2: pam_unix2-glibc216.patch
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: permissions
@@ -67,6 +68,7 @@
 pushd pam_unix2-*
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 gettextize -f
 autoreconf -f -i
 popd

++ pam_unix2-glibc216.patch ++
Index: pam_unix2-2.9.1/src/read-files.c
===
--- pam_unix2-2.9.1.orig/src/read-files.c
+++ pam_unix2-2.9.1/src/read-files.c
@@ -30,8 +30,14 @@
 #include errno.h
 #include fcntl.h
 #include nss.h
-#include bits/libc-lock.h
+#include pthread.h
 #define __libc_lock_t pthread_mutex_t
+#define __libc_lock_define_initialized(CLASS,NAME) \
+  CLASS __libc_lock_t NAME = PTHREAD_MUTEX_INITIALIZER;
+#define __libc_lock_lock(NAME) \
+  pthread_mutex_lock, ((NAME))
+#define __libc_lock_unlock(NAME) \
+  pthread_mutex_unlock, ((NAME))
 
 #include read-files.h
 
++ unix2_chkpwd.8 ++
--- /var/tmp/diff_new_pack.f7j62n/_old  2012-07-31 14:16:00.0 +0200
+++ /var/tmp/diff_new_pack.f7j62n/_new  2012-07-31 14:16:00.0 +0200
@@ -43,7 +43,7 @@
 
 .SH OPTIONS
 .PP
-unix2_pwdchk requires the following arguments:
+unix2_chkpwd requires the following arguments:
 .TP
 \fIpam_service\fR
 The name of the service using unix2_chkpwd. This is required to be one of
@@ -54,7 +54,7 @@
 
 .SH INPUTS
 .PP
-unix2_pwdchk expects the password via stdin.
+unix2_chkpwd expects the password via stdin.
 
 .SH RETURN CODES
 .PP

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



commit plymouth for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:12.2 checked 
in at 2012-07-31 14:05:03

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


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/plymouth/plymouth.changes   2012-07-30 
16:26:00.0 +0200
+++ /work/SRC/openSUSE:12.2/.plymouth.new/plymouth.changes  2012-07-31 
14:16:01.0 +0200
@@ -1,0 +2,25 @@
+Fri Jul 20 08:57:25 UTC 2012 - fcro...@suse.com
+
+- Update to 0.8.6.1:
+ + Fix systemd path file generation
+- Changes from 0.8.6:
+ + fix flush_area fast-path
+ + seed random number generator by default for script plugins
+ + allow plymouth to be built without gtk dependency
+ + cope with lack of /etc/os-release better
+ + pull in systemd unit files (bnc#770890)
+ + add support for new updates mode for doing package updates
+  (only available for some plugins at the moment)
+- Add plymouth-restore-suspend.patch: revert commit removing
+  suspend/resume support, needed for suspend package.
+- Add plymouth-systemd-target.patch: add missing symlinks to start
+  plymouth on shutdown / reboot / kexec (bnc#770764).
+- Add plymouth-udevadm-path.patch: adapt to udevadm path on
+  openSUSE.
+- Ensure systemctl daemon-reload is called in post / postun
+- Add systemd-no-warning.patch: remove Documentation tag not
+  handled by systemd v44.
+- Update stop-graphical.patch to correct prevent plymouth.quit to
+  start under runlevel 5 (handled by xdm initscript directly).
+
+---

Old:

  plymouth-0.8.5.1.tar.bz2

New:

  plymouth-0.8.6.1.tar.bz2
  plymouth-restore-suspend.patch
  plymouth-systemd-target.patch
  plymouth-udevadm-path.patch
  systemd-no-warning.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.9YiyJo/_old  2012-07-31 14:16:07.0 +0200
+++ /var/tmp/diff_new_pack.9YiyJo/_new  2012-07-31 14:16:07.0 +0200
@@ -23,7 +23,7 @@
 
 Name:   plymouth
 #Version:%{tarversion}_git%{patchversion}
-Version:0.8.5.1
+Version:0.8.6.1
 Release:0
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0+
@@ -41,6 +41,14 @@
 Patch3: plymouth-fix-window-size
 # PATCH-OPENSUSE -- Ensure graphical.target is conflicting with 
plymouth-wait-quit.service
 Patch4: stop-graphical.patch
+# PATCH-OPENSUSE -- Restore suspend / resume state (needed for suspend package)
+Patch5: plymouth-restore-suspend.patch
+# PATCH-FIX-UPSTREAM -- Create targets for plymouth systemd services
+Patch6: plymouth-systemd-target.patch
+# PATCH-OPENSUSE -- Change udevadm path
+Patch7: plymouth-udevadm-path.patch
+# PATCH-OPENSUSE -- Remove tag not understood by systemd v44
+Patch8: systemd-no-warning.patch
 BuildRequires:  automake
 BuildRequires:  kernel-headers
 BuildRequires:  libtool
@@ -323,6 +331,10 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
 
 # replace builddate with patch0date
 sed -i s/__DATE__/\$(stat -c %y %{_sourcedir}/%{name}.changes)\/ src/main.c
@@ -393,11 +405,13 @@
[ -f %{_localstatedir}/lib/plymouth/boot-duration ] || cp -f 
%{_datadir}/plymouth/default-boot-duration 
%{_localstatedir}/lib/plymouth/boot-duration
%{_libexecdir}/plymouth/plymouth-update-initrd
 fi
+[ -x /bin/systemctl ]  /bin/systemctl daemon-reload /dev/null 21 || :
 
 %postun
 if [ $1 -eq 0 ]; then
 rm -f %{_libdir}/plymouth/default.so
 rm -f /boot/initrd-plymouth.img
+[ -x /bin/systemctl ]  /bin/systemctl daemon-reload /dev/null 21 || :
 fi
 
 %post scripts -p /sbin/mkinitrd_setup




++ plymouth-0.8.5.1.tar.bz2 - plymouth-0.8.6.1.tar.bz2 ++
 69878 lines of diff (skipped)

++ plymouth-restore-suspend.patch ++
From 152304f3fd2ebd04ca6d49c62dce4ddd2269326a Mon Sep 17 00:00:00 2001
From: Frederic Crozat fcro...@suse.com
Date: Fri, 20 Jul 2012 11:07:29 +0200
Subject: [PATCH] Revert libply: remove the unused SPLASH_MODE_SUSPEND and
 SPLASH_MODE_RESUME

This reverts commit 02c596757753589f7e49d26eab2759d552f24671.

Conflicts:
src/libply-splash-core/ply-boot-splash-plugin.h
src/plugins/splash/script/script-lib-plymouth.c
---
 src/libply-splash-core/ply-boot-splash-plugin.h |2 ++
 src/plugins/splash/script/script-lib-plymouth.c |6 ++
 2 files changed, 8 insertions(+)

diff --git a/src/libply-splash-core/ply-boot-splash-plugin.h 
b/src/libply-splash-core/ply-boot-splash-plugin.h
index 2d73d66..1a67526 100644
--- a/src/libply-splash-core/ply-boot-splash-plugin.h
+++ b/src/libply-splash-core/ply-boot-splash-plugin.h
@@ -38,6 

commit postfix for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package postfix for openSUSE:12.2 checked in 
at 2012-07-31 14:05:05

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


Package is postfix, Maintainer is vark...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/postfix/postfix.changes 2012-06-25 
15:50:28.0 +0200
+++ /work/SRC/openSUSE:12.2/.postfix.new/postfix.changes2012-07-31 
14:16:07.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 19 06:52:18 UTC 2012 - vark...@suse.com
+
+- bnc#771811 - postfix update does not regenerate the maps
+
+---



Other differences:
--
++ postfix.spec ++
--- /var/tmp/diff_new_pack.uxMcJD/_old  2012-07-31 14:16:13.0 +0200
+++ /var/tmp/diff_new_pack.uxMcJD/_new  2012-07-31 14:16:13.0 +0200
@@ -302,7 +302,7 @@
 mkdir -p %{buildroot}/etc/postfix/system
 install -m 0644 %{name}-SuSE/postfix.service
%{buildroot}/lib/systemd/system/
 install -m 0755 %{name}-SuSE/update_chroot.systemd  
%{buildroot}/etc/postfix/system/update_chroot
-install -m 0755 %{name}-SuSE/rebuild_tables.systemd 
%{buildroot}/etc/postfix/system/rebuild_tables
+install -m 0755 %{name}-SuSE/update_postmaps.systemd 
%{buildroot}/etc/postfix/system/update_postmaps
 install -m 0755 %{name}-SuSE/wait_qmgr.systemd  
%{buildroot}/etc/postfix/system/wait_qmgr
 install -m 0755 %{name}-SuSE/cond_slp.systemd   
%{buildroot}/etc/postfix/system/cond_slp
 %endif
@@ -482,7 +482,7 @@
 %if 0%{?suse_version} = 1140
 %dir /etc/postfix/system
 %config %attr(0755,root,root) /etc/postfix/system/update_chroot
-%config %attr(0755,root,root) /etc/postfix/system/rebuild_tables
+%config %attr(0755,root,root) /etc/postfix/system/update_postmaps
 %config %attr(0755,root,root) /etc/postfix/system/wait_qmgr
 %config %attr(0755,root,root) /etc/postfix/system/cond_slp
 %config /lib/systemd/system/postfix.service

++ postfix-SuSE.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/postfix-SuSE/postfix.service 
new/postfix-SuSE/postfix.service
--- old/postfix-SuSE/postfix.service2012-01-17 12:14:10.0 +0100
+++ new/postfix-SuSE/postfix.service2012-07-19 08:46:19.0 +0200
@@ -26,6 +26,7 @@
 ExecStartPre=-/bin/echo 'Starting mail service (Postfix)'
 EnvironmentFile=-/etc/sysconfig/postfix
 ExecStartPre=/etc/postfix/system/update_chroot
+ExecStartPre=/etc/postfix/system/update_postmaps
 ExecStart=/usr/sbin/postfix start
 ExecStartPost=/etc/postfix/system/wait_qmgr 60
 ExecStartPost=/etc/postfix/system/cond_slp register
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/postfix-SuSE/rc.postfix new/postfix-SuSE/rc.postfix
--- old/postfix-SuSE/rc.postfix 2012-03-07 07:29:40.0 +0100
+++ new/postfix-SuSE/rc.postfix 2012-07-19 08:48:49.0 +0200
@@ -107,29 +107,6 @@
   return $RET
 }
 
-update_postmaps() {
-test -f /etc/sysconfig/postfix  . /etc/sysconfig/postfix
-
-if [ -n ${POSTFIX_UPDATE_MAPS/[yY][Ee][Ss]/} ]; then
-return
-fi
-# Update the postmaps
-for i in $POSTFIX_MAP_LIST; do
-m=/etc/postfix/$i;
-d=$m.db
-if [ -e $m -a $m -nt $d ]; then
-postmap $m;
-fi
-done
-for i in /etc/aliases /etc/aliases.d/*; do
-m=${i/.db//}
-   d=$m.db
-if [ -e $m -a $m -nt $d ]; then
-postalias $m;
-fi
-done
-}
-
 # Shell functions sourced from /etc/rc.status:
 #  rc_check check and set local and overall rc status
 #  rc_statuscheck and set local and overall rc status
@@ -221,7 +198,7 @@
 ## the echo return value is set appropriate.
 
if ! checkproc -p $PIDFILE $MASTER_BIN; then
-   update_postmaps
+   /etc/postfix/system/update_postmaps
$POSTFIX_BIN start  /dev/null 21
else
rc_reset
@@ -270,6 +247,7 @@
 
echo -n Reload mail service (Postfix)
 
+   /etc/postfix/system/update_postmaps
$POSTFIX_BIN reload  /dev/null 21
rc_status -v
POSTFIX_BIN flush  /dev/null 21
@@ -281,6 +259,7 @@
 reload)
 echo -n Reload mail service (Postfix)
 
+   /etc/postfix/system/update_postmaps
$POSTFIX_BIN reload  /dev/null 21
rc_status -v
$POSTFIX_BIN flush  /dev/null 21
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/postfix-SuSE/rebuild_tables.systemd 
new/postfix-SuSE/rebuild_tables.systemd
--- old/postfix-SuSE/rebuild_tables.systemd 

commit python for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package python for openSUSE:12.2 checked in 
at 2012-07-31 14:05:07

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


Package is python, Maintainer is jmate...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/python/python-base.changes  2012-06-25 
15:50:45.0 +0200
+++ /work/SRC/openSUSE:12.2/.python.new/python-base.changes 2012-07-31 
14:16:13.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 24 21:44:46 UTC 2012 - meiss...@suse.com
+
+- fixed 64bit big endian problem in dbm module.
+
+---
--- /work/SRC/openSUSE:12.2/python/python.changes   2012-06-25 
15:50:45.0 +0200
+++ /work/SRC/openSUSE:12.2/.python.new/python.changes  2012-07-31 
14:16:14.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 24 21:44:46 UTC 2012 - meiss...@suse.com
+
+- fixed 64bit big endian problem in dbm module.
+
+---

New:

  python-2.6.8-dbm-ssize.patch



Other differences:
--
++ python-base.spec ++
--- /var/tmp/diff_new_pack.XhMxqI/_old  2012-07-31 14:17:44.0 +0200
+++ /var/tmp/diff_new_pack.XhMxqI/_new  2012-07-31 14:17:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-base
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   python-base
 Version:2.7.3
 Release:0
-License:Python-2.0
 Summary:Python Interpreter base package
-Url:http://www.python.org/
+License:Python-2.0
 Group:  Development/Languages/Python
+Url:http://www.python.org/
 %define tarversion %{version}
 %define tarname Python-%{tarversion}
 Source0:%{tarname}.tar.bz2
@@ -50,6 +49,7 @@
 Patch17:remove-static-libpython.diff
 # PATCH-FIX-OPENSUSE python-2.7.3-ssl_ca_path.patch [bnc#761501] -- Support 
directory-based certificate stores with the ca_certs parameter of SSL functions
 Patch18:python-2.7.3-ssl_ca_path.patch
+Patch19:python-2.6.8-dbm-ssize.patch
 # COMMON-PATCH-END
 %define python_version%(echo %{tarversion} | head -c 3)
 BuildRequires:  automake
@@ -136,6 +136,7 @@
 %patch16 -p1
 %patch17
 %patch18
+%patch19 -p1
 # COMMON-PREP-END
 
 # drop Autoconf version requirement

++ python-doc.spec ++
--- /var/tmp/diff_new_pack.XhMxqI/_old  2012-07-31 14:17:44.0 +0200
+++ /var/tmp/diff_new_pack.XhMxqI/_new  2012-07-31 14:17:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-doc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-doc
 Version:2.7
 Release:0
-License:Python-2.0
 Summary:Additional Package Documentation for Python
-Url:http://www.python.org/
+License:Python-2.0
 Group:  Development/Languages/Python
+Url:http://www.python.org/
 %define pyver   2.7.3
 %define tarname Python-%{pyver}
 Source0:%{tarname}.tar.bz2

++ python.spec ++
--- /var/tmp/diff_new_pack.XhMxqI/_old  2012-07-31 14:17:44.0 +0200
+++ /var/tmp/diff_new_pack.XhMxqI/_new  2012-07-31 14:17:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python
 Version:2.7.3
 Release:0
-License:Python-2.0
 Summary:Python Interpreter
-Url:http://www.python.org/
+License:Python-2.0
 Group:  Development/Languages/Python
+Url:http://www.python.org/
 %define tarversion %{version}
 %define tarname Python-%{tarversion}
 Source0:%{tarname}.tar.bz2
@@ -54,6 +55,7 @@
 Patch17:

commit python-veusz for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package python-veusz for openSUSE:12.2 
checked in at 2012-07-31 14:05:08

Comparing /work/SRC/openSUSE:12.2/python-veusz (Old)
 and  /work/SRC/openSUSE:12.2/.python-veusz.new (New)


Package is python-veusz, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/python-veusz/python-veusz.changes   2012-06-25 
15:51:26.0 +0200
+++ /work/SRC/openSUSE:12.2/.python-veusz.new/python-veusz.changes  
2012-07-31 14:17:45.0 +0200
@@ -1,0 +2,65 @@
+Mon Jul 23 15:16:10 UTC 2012 - badshah...@gmail.com
+
+- Install icon files: these got removed during the previous
+  update. This fixes a rather ugly regression from the previous
+  build which made the vuesz interface show up with no icons at
+  all.
+
+---
+Mon Jul 10 11:18:26 UTC 2012 - badshah...@gmail.com
+
+- Update to version 1.16:
+  + Experimental MathML support
+  + Add upper/lower-left/right arrows
+  + Add options to clip text/lines/shapes to graphs
+  + Add stacked-area option to bar plot widget
+  + Draw stacked bar plots top-down for better overlapping line
+behaviour
+  + Axis labels can be placed at left or right of axes, in
+addition to centre
+  + Line widget now has length-angle or point-to-point modes,
+better support for only specifying some coordinates.
+  + Exception dialog records more detailed traceback
+  + Use top level windows for non-modal dialogs, giving minimize
+in window and no always-on-top behaviour
+  + Zero length vectors and arrows in vector fields are not
+plotted
+  + Add support for strings to be translated
+  + Add Sort dataset plugin
+  + Add Histogram 2D dataset plugin
+  + Add Divide by Maximum and Normalize dataset plugins
+  + Support for *args and **kwargs for custom functions
+  + Custom colormaps can be defined in the custom editing
+dialog
+  + Bug fixes:
+- Use correct definition of 1pt = 1/72in
+- Workaround for splash screen problem
+- Fix numerous problems reported by pyflakes
+- Histograms fail when saved
+- Fix plot with nan functions
+- Fix failure of self tests on ARM platforms
+- Force pages/documents to have physical sizes
+- Fix crash if deleting multiple datasets in data edit dialog
+- Check dimensions of datasets in SetData
+- Handle better zero bytes in data files
+- Fix error if page size zero
+- Fix error if vector baselength is zero
+- If dataset plugin parameter not given in saved file, use
+  default
+- Fix crash for axes with same minimum and maximum
+- Fix CSV import problem when same dataset has multiple types
+- Thinning markers works when using marker sizes / colors
++ Package icons in the hicolor icon directory; use BuildRequires:
+  hicolot-icon-theme for required post scriptlets
++ Install 256x256 icon to make application icon look better on the
+  gnome-shell
++ Depend on the right version of SIP ABI (prevents issues like
+  bnc#711890 from happening)
++ Add a Provides: veusz = %{version} to spec file.
+
+---
+Sun Jul  8 00:20:46 UTC 2012 - sco...@free.fr
+
+- fix build for SLE_11_SP2 
+
+---

Old:

  veusz-1.15.tar.gz

New:

  veusz-1.16.tar.gz
  veusz_256.png



Other differences:
--
++ python-veusz.spec ++
--- /var/tmp/diff_new_pack.3KFHXx/_old  2012-07-31 14:17:49.0 +0200
+++ /var/tmp/diff_new_pack.3KFHXx/_new  2012-07-31 14:17:49.0 +0200
@@ -21,8 +21,8 @@
 %define pyname veusz
 
 Name:   python-veusz
-Version:1.15
-Release:1
+Version:1.16
+Release:0
 # The entire source code is GPL-2.0+ except helpers/src/_nc_cntr.c which is 
Python-2.0
 License:GPL-2.0+ and Python-2.0
 Summary:GUI scientific plotting package
@@ -31,21 +31,21 @@
 Source0:http://download.gna.org/veusz/veusz-%{version}.tar.gz
 Source1:%{pyname}.desktop
 Source2:%{pyname}.xml
+Source3:%{pyname}_256.png
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  libqt4-devel
 BuildRequires:  python-devel
 BuildRequires:  python-numpy-devel
-%if 0%{?sles_version}
-BuildRequires:  python-qt4
-%else
 BuildRequires:  python-qt4-devel
-%endif
 BuildRequires:  python-setuptools
 BuildRequires:  python-sip
 BuildRequires:  update-desktop-files
+%{?_sip_api:Requires: sip-api(%{_sip_api_major}) = %{_sip_api}}
 Requires:   python-numpy
 Requires:   python-qt4
+Provides:   %{pyname} = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

commit rocksndiamonds for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package rocksndiamonds for openSUSE:12.2 
checked in at 2012-07-31 14:05:12

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


Package is rocksndiamonds, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/rocksndiamonds/rocksndiamonds.changes   
2012-06-25 15:52:01.0 +0200
+++ /work/SRC/openSUSE:12.2/.rocksndiamonds.new/rocksndiamonds.changes  
2012-07-31 14:18:17.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 13 06:53:24 UTC 2012 - meiss...@suse.com
+
+- do not create ~/.rocksndiamonds/ world writeable.
+  bnc#736261 / CVE-2011-4606
+
+---

New:

  rocksndiamonds-CVE-2011-4606.patch



Other differences:
--
++ rocksndiamonds.spec ++
--- /var/tmp/diff_new_pack.nDRC9L/_old  2012-07-31 14:18:34.0 +0200
+++ /var/tmp/diff_new_pack.nDRC9L/_new  2012-07-31 14:18:34.0 +0200
@@ -39,6 +39,7 @@
 Source3:%{name}.desktop
 Source4:Contributions-1.2.0.tar.bz2
 Patch:  %{name}-%{version}-smpeg.patch
+Patch1: %{name}-CVE-2011-4606.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -77,6 +78,7 @@
 if [ ! -f /usr/%_lib/libsmpeg.a ] ; then
 %patch -p1
 fi
+%patch1 -p1
 cp %{S:2} %{S:3} .
 pushd levels
 tar -xjf %{S:4}

++ rocksndiamonds-CVE-2011-4606.patch ++
diff -up rocksndiamonds-3.3.0.1/src/libgame/setup.c.CVE-2011-4606 
rocksndiamonds-3.3.0.1/src/libgame/setup.c
--- rocksndiamonds-3.3.0.1/src/libgame/setup.c.CVE-2011-46062011-12-12 
14:28:30.083078680 -0500
+++ rocksndiamonds-3.3.0.1/src/libgame/setup.c  2011-12-12 14:34:36.758744753 
-0500
@@ -1293,11 +1293,14 @@ void sortTreeInfo(TreeInfo **node_first)
 #define MODE_W_ALL (S_IWUSR | S_IWGRP | S_IWOTH)
 #define MODE_X_ALL (S_IXUSR | S_IXGRP | S_IXOTH)
 
+#define MODE_R_PRIVATE (S_IRUSR)
 #define MODE_W_PRIVATE (S_IWUSR)
+#define MODE_X_PRIVATE (S_IXUSR)
+
 #define MODE_W_PUBLIC  (S_IWUSR | S_IWGRP)
 #define MODE_W_PUBLIC_DIR  (S_IWUSR | S_IWGRP | S_ISGID)
 
-#define DIR_PERMS_PRIVATE  (MODE_R_ALL | MODE_X_ALL | MODE_W_PRIVATE)
+#define DIR_PERMS_PRIVATE  (MODE_R_PRIVATE | MODE_X_PRIVATE | 
MODE_W_PRIVATE)
 #define DIR_PERMS_PUBLIC   (MODE_R_ALL | MODE_X_ALL | MODE_W_PUBLIC_DIR)
 
 #define FILE_PERMS_PRIVATE (MODE_R_ALL | MODE_W_PRIVATE)
@@ -1456,7 +1459,8 @@ void createDirectory(char *dir, char *te
   if (running_setgid)
 posix_umask(last_umask  group_umask);
   else
-dir_mode |= MODE_W_ALL;
+if (permission_class == PERMS_PUBLIC)
+  dir_mode |= MODE_W_ALL;
 
   if (!fileExists(dir))
 if (posix_mkdir(dir, dir_mode) != 0)

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



commit qemu for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package qemu for openSUSE:12.2 checked in at 
2012-07-31 14:05:09

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


Package is qemu, Maintainer is brog...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/qemu/qemu.changes   2012-06-29 11:34:44.0 
+0200
+++ /work/SRC/openSUSE:12.2/.qemu.new/qemu.changes  2012-07-31 
14:17:49.0 +0200
@@ -1,0 +2,25 @@
+Wed Jul 11 21:16:34 UTC 2012 - ag...@suse.com
+
+- fix segfault even better
+
+---
+Wed Jul 11 14:52:02 UTC 2012 - ag...@suse.com
+
+- linux-user: improve locking even across tb flushes
+
+---
+Tue Jul 10 18:43:31 UTC 2012 - ag...@suse.com
+
+- linux-user: pin multi-threaded applications to a single host cpu
+
+---
+Tue Jul 10 16:42:54 UTC 2012 - ag...@suse.com
+
+- linux-user: improve lock
+
+---
+Thu Jul  5 15:37:05 UTC 2012 - ag...@suse.com
+
+- linux-user: add tcg lock for multi-threaded guest programs
+
+---

New:

  0025-linux-user-lock-tcg.patch.patch
  0026-linux-user-Run-multi-threaded-code-.patch
  0027-linux-user-lock-tb-flushing-too.pat.patch
  0028-XXX-merge-with-segmentation-fault-p.patch



Other differences:
--
++ qemu.spec ++
--- /var/tmp/diff_new_pack.868fQv/_old  2012-07-31 14:18:14.0 +0200
+++ /var/tmp/diff_new_pack.868fQv/_new  2012-07-31 14:18:14.0 +0200
@@ -48,6 +48,10 @@
 Patch0022:  0022-use-libexecdir-instead-of-ignoring-.patch
 Patch0023:  0023-linux-user-Ignore-broken-loop-ioctl.patch
 Patch0024:  0024-linux-user-fix-segmentation-fault-p.patch
+Patch0025:  0025-linux-user-lock-tcg.patch.patch
+Patch0026:  0026-linux-user-Run-multi-threaded-code-.patch
+Patch0027:  0027-linux-user-lock-tb-flushing-too.pat.patch
+Patch0028:  0028-XXX-merge-with-segmentation-fault-p.patch
 # this is to make lint happy
 Source300:  rpmlintrc
 Source302:  bridge.conf
@@ -179,6 +183,10 @@
 %patch0022 -p1
 %patch0023 -p1
 %patch0024 -p1
+%patch0025 -p1
+%patch0026 -p1
+%patch0027 -p1
+%patch0028 -p1
 
 %build
 # build QEMU

++ 0025-linux-user-lock-tcg.patch.patch ++
From 9a66bfa1a21b7429229be3d52b1d6ea08b141d36 Mon Sep 17 00:00:00 2001
From: Alexander Graf ag...@suse.de
Date: Thu, 5 Jul 2012 17:31:39 +0200
Subject: [PATCH] linux-user: lock tcg

The tcg code generator is not thread safe. Lock its generation between
different threads.

Signed-off-by: Alexander Graf ag...@suse.de
---
 linux-user/mmap.c |3 +++
 tcg/tcg.c |   36 ++--
 tcg/tcg.h |6 ++
 3 files changed, 43 insertions(+), 2 deletions(-)

diff --git a/linux-user/mmap.c b/linux-user/mmap.c
index 3f5e1d7..83e9eda 100644
--- a/linux-user/mmap.c
+++ b/linux-user/mmap.c
@@ -30,6 +30,7 @@
 
 #include qemu.h
 #include qemu-common.h
+#include tcg.h
 
 //#define DEBUG_MMAP
 
@@ -41,6 +42,7 @@ void mmap_lock(void)
 {
 if (mmap_lock_count++ == 0) {
 pthread_mutex_lock(mmap_mutex);
+tcg_lock();
 }
 }
 
@@ -48,6 +50,7 @@ void mmap_unlock(void)
 {
 if (--mmap_lock_count == 0) {
 pthread_mutex_unlock(mmap_mutex);
+tcg_unlock();
 }
 }
 
diff --git a/tcg/tcg.c b/tcg/tcg.c
index ab589c7..4c93acb 100644
--- a/tcg/tcg.c
+++ b/tcg/tcg.c
@@ -40,6 +40,8 @@
 #include cache-utils.h
 #include host-utils.h
 #include qemu-timer.h
+#include config-host.h
+#include qemu-thread.h
 
 /* Note: the long term plan is to reduce the dependancies on the QEMU
CPU definitions. Currently they are used for qemu_ld/st
@@ -105,6 +107,29 @@ static TCGRegSet tcg_target_call_clobber_regs;
 uint16_t *gen_opc_ptr;
 TCGArg *gen_opparam_ptr;
 
+#ifdef CONFIG_USER_ONLY
+static __thread int tcg_lock_count;
+#endif
+void tcg_lock(void)
+{
+#ifdef CONFIG_USER_ONLY
+TCGContext *s = tcg_ctx;
+if (tcg_lock_count++ == 0) {
+qemu_mutex_lock(s-lock);
+}
+#endif
+}
+
+void tcg_unlock(void)
+{
+#ifdef CONFIG_USER_ONLY
+TCGContext *s = tcg_ctx;
+if (--tcg_lock_count == 0) {
+qemu_mutex_unlock(s-lock);
+}
+#endif
+}
+
 static inline void tcg_out8(TCGContext *s, uint8_t v)
 {
 *s-code_ptr++ = v;
@@ -245,7 +270,8 @@ void tcg_context_init(TCGContext *s)
 memset(s, 0, sizeof(*s));
 s-temps = s-static_temps;
 s-nb_globals = 0;
-
+qemu_mutex_init(s-lock);
+
 /* Count total number of arguments and allocate the corresponding
space */
 

commit site-config for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package site-config for openSUSE:12.2 
checked in at 2012-07-31 14:05:14

Comparing /work/SRC/openSUSE:12.2/site-config (Old)
 and  /work/SRC/openSUSE:12.2/.site-config.new (New)


Package is site-config, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/site-config/site-config.changes 2012-06-25 
15:53:11.0 +0200
+++ /work/SRC/openSUSE:12.2/.site-config.new/site-config.changes
2012-07-31 14:18:34.0 +0200
@@ -1,0 +2,12 @@
+Tue Jun 26 15:34:39 CEST 2012 - sbra...@suse.cz
+
+- Added README.
+- Support more products and libtool and autoconf versions.
+
+---
+Fri Jun  8 17:37:25 CEST 2012 - sbra...@suse.cz
+
+- Rewrite heuristic to be cross-compilation wise (bnc#736143).
+- Do not overwrite libexecdir specified by user (bnc#758947).
+
+---

Old:

  site-config.libdir.biarch

New:

  site-config.README
  site-config.libdir1
  site-config.libdir3.biarch
  site-config.libdir3.uniarch
  site-config.libdir4



Other differences:
--
++ site-config.spec ++
--- /var/tmp/diff_new_pack.SAlnSi/_old  2012-07-31 14:18:34.0 +0200
+++ /var/tmp/diff_new_pack.SAlnSi/_new  2012-07-31 14:18:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package site-config
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,22 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   site-config
+Version:0.2
+Release:0
+Summary:Site Paths Configuration for autoconf Based configure Scripts
 License:BSD-3-Clause
 Group:  Development/Tools/Building
-Version:0.1
-Release:1
-Summary:Site Paths Configuration for autoconf Based configure Scripts
-Source: %{name}.libdir.biarch
-Source1:%{name}.libexecdir
-Source2:%{name}.AUTHORS
-Source3:%{name}.COPYING
+Source0:%{name}.libdir1
+Source1:%{name}.libdir3.biarch
+Source2:%{name}.libdir3.uniarch
+Source3:%{name}.libdir4
+Source4:%{name}.libexecdir
+Source5:%{name}.AUTHORS
+Source6:%{name}.COPYING
+Source7:%{name}.README
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf libtool
+BuildRequires:  autoconf
+BuildRequires:  libtool
+%if 0%{?suse_version}
 Supplements:make autoconf
+%endif
 
 %description
 Site configuration for autoconf based configure scripts provides smart
@@ -38,53 +43,92 @@
 
 %prep
 %setup -q -T -c %{name}-%{version}
-cp -a %{S:0} %{S:1} .
-cp -a %{S:2} AUTHORS
-cp -a %{S:3} COPYING
-touch site-config.libdir.uniarch
+cp -a %{S:0} %{S:1} %{S:2} %{S:3} %{S:4} .
+cp -a %{S:5} AUTHORS
+cp -a %{S:6} COPYING
+cp -a %{S:7} README
 
 %build
-SITE_PLATFORM=`%{_datadir}/libtool/config/config.guess`
+# Call libtool to get name of our architecture as seen by GNU tools.
+if test -f %{_datadir}/libtool/config/config.guess ; then
+   # new libtool
+   %{_datadir}/libtool/config/config.guess site_platform
+else
+   # old libtool
+   %{_datadir}/libtool/config.guess site_platform
+fi
+SITE_PLATFORM=$(site_platform)
+if test -z $SITE_PLATFORM ; then
+   echo ERROR: libtool implementation changed. Please update 
SITE_PLATFORM definition.
+   exit 1
+fi
+
 # Extract fully expanded needed parts of the actual implementation of 
AC_SITE_LOAD.
+# Create dummy configure.in to generate configure.
 cat configure.in EOF
 dnl AC_SITE_LOAD is included as part of AC_INIT
 AC_INIT
 EOF
 autoconf
-sed -n configure ac_site_load_files '
-s/  /\t/g
-s:\$as_me:%{_datadir}/site/'$SITE_PLATFORM':g
-/^elif test x\$prefix != xNONE/s/elif/if/
-/^if test x\$prefix != xNONE/,/^done/p
-'
+# Extract site script loading parts of configure and apply some rewrite rules.
+if grep ac_site_file2 configure ; then
+   # new autoconf
+   sed -n configure ac_site_load_files '
+   s/  /\t/g
+   s:\$as_me:%{_datadir}/site/'$SITE_PLATFORM':g
+   /^elif test x\$prefix != xNONE/s/elif/if/
+   /^if test x\$prefix != xNONE/,/^done/p
+   '
+else
+   # old autoconf
+   sed -n configure ac_site_load_files '
+   s:\$as_me:%{_datadir}/site/'$SITE_PLATFORM':g
+   s/  /\t/g
+   /^fi/d
+   /^\tif test x\$prefix != xNONE; then/,/^\tfi/s/^\t//
+ 

commit sysconfig for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package sysconfig for openSUSE:12.2 checked 
in at 2012-07-31 14:05:15

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


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

Changes:

--- /work/SRC/openSUSE:12.2/sysconfig/sysconfig.changes 2012-06-25 
15:54:31.0 +0200
+++ /work/SRC/openSUSE:12.2/.sysconfig.new/sysconfig.changes2012-07-31 
14:18:35.0 +0200
@@ -1,0 +2,25 @@
+Fri Jul 20 14:38:16 UTC 2012 - m...@suse.com
+
+- Applied patch blacklisting uas driver confirmed by Intel as
+  a hopeless case (bnc#770301).
+
+---
+Thu Jul 19 13:58:01 UTC 2012 - m...@suse.com
+
+- /etc/init.d/network: do not check the renamed-flag when udev
+  daemon is not running as in LXC containers. It caused to wait
+  until the udev rename finished with a not started network and
+  failure result (bnc#771615).
+
+---
+Mon Jun 11 10:10:10 UTC 2012 - m...@suse.com
+
+- version 0.76.3
+- Fixed ifrenew-dhcp to use built-in dhcpcd --renew (bnc#763533).
+- Moved the X-Systemd-RemainAfterExit LSB tag before Description
+  in /etc/init.d/network scripts as workaround for the case that
+  a not yet fixed systemd is in use (bnc#763533).
+- Fixed to differentiate ib/ibchild/bond types and stop ib-bond
+  interfaces correctly.
+
+---

Old:

  sysconfig-0.76.2.tar.bz2

New:

  0001-Do-not-check-renamed-flag-when-udev-is-not-running.patch
  0002-blacklist-uas-driver.patch
  sysconfig-0.76.3.tar.bz2



Other differences:
--
++ sysconfig.spec ++
--- /var/tmp/diff_new_pack.qZSwdH/_old  2012-07-31 14:18:38.0 +0200
+++ /var/tmp/diff_new_pack.qZSwdH/_new  2012-07-31 14:18:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sysconfig
-Version:0.76.2
+Version:0.76.3
 Release:0
 Summary:The sysconfig scheme and traditional network scripts
 License:GPL-2.0+
@@ -35,6 +35,8 @@
 BuildRequires:  libtool
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: %name-%version.tar.bz2
+Patch1: 0001-Do-not-check-renamed-flag-when-udev-is-not-running.patch
+Patch2: 0002-blacklist-uas-driver.patch
 
 %description
 This package provides the SuSE system configuration scheme and the
@@ -54,6 +56,8 @@
 
 %prep
 %setup -n sysconfig-%{version}
+%patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf --force --install

++ 0001-Do-not-check-renamed-flag-when-udev-is-not-running.patch ++
From dbdc2e2a2b0288deefc74f838f5c3fa0b466a4f6 Mon Sep 17 00:00:00 2001
From: Marius Tomaschewski m...@suse.com
Date: Thu, 19 Jul 2012 15:43:11 +0200
Subject: [PATCH] Do not check renamed-flag when udev is not running

When udev is not running as in LXC containers, do not check for
the interface renamed-flag set by udev rules and causing to wait
until udev rename finished or report a network start failure.
The reintroduced FORCE_PERSISTENT_NAMES network/config variable
allows an explicit behavior configuration (bnc#771615).
---
 config/sysconfig.config-network |9 +
 scripts/network |   13 -
 2 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/config/sysconfig.config-network b/config/sysconfig.config-network
index 38e3eb1..725f3c5 100644
--- a/config/sysconfig.config-network
+++ b/config/sysconfig.config-network
@@ -143,6 +143,15 @@ MANDATORY_DEVICES=
 #
 WAIT_FOR_INTERFACES=30
 
+## Type:list(,yes,no)
+## Default: 
+#
+# Forces all interfaces eth* ath* wlan* and ra* to be persistent via udev
+# or disables the persistent rename flag check. Default is to check if udev
+# is running -- it may be not used, e.g. inside of LXC containers.
+#
+FORCE_PERSISTENT_NAMES=
+
 ## Type:integer
 ## Default: 0
 #
diff --git a/scripts/network b/scripts/network
index 9928da6..3f4fe2c 100755
--- a/scripts/network
+++ b/scripts/network
@@ -507,13 +507,24 @@ done
 # is ready to be set up. If an it is not ready now, it will be set up via
 # udev/ifup (because network is started now). We will just have to wait for it
 # later in the start section if it is considered mandatory (see next section).
+#
+# When udev is not in use / started,  e.g. inside of LXC container, then the
+# 'renamed' flag will be never set and we don't need to check it -- except
+# when there is an explicit configuration telling how to behave here.
+#
+if /sbin/checkproc /sbin/udevd /dev/null ; then
+   FORCE_PERSISTENT_NAMES=${FORCE_PERSISTENT_NAMES:-yes}
+else
+   

commit texmaker for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:12.2 checked 
in at 2012-07-31 14:05:18

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


Package is texmaker, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/texmaker/texmaker.changes   2012-06-25 
15:55:49.0 +0200
+++ /work/SRC/openSUSE:12.2/.texmaker.new/texmaker.changes  2012-07-31 
14:18:38.0 +0200
@@ -1,0 +2,39 @@
+Fri Jul 20 00:37:06 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.4.1:
+  + Enhancement: On the GNOME desktop, themed icons are used for
+standard actions
+  + Bug fixed: A bad layout of the buttons for the configuration
+of the commands has been fixed 
+
+---
+Mon Jul 16 06:37:05 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.4:
+  + Enhancements :
+- Option Use a 'build' subdirectory for output files has
+  been added for the (pdf)latex command
+- A words counter has been added to the internal pdf viewer
+  (contextual menu)
+- An Open Terminal command has been added to the Tool menu
+- Regular expression support has been added in the
+  find/replace dialogs
+- A pdf page can now be exported to a png image in the
+  internal pdf viewer (contextual menu)
+- A Save a copy command has been added to the File menu
+- The optionals fields for the biblatex entries has been
+  added (Bibliography menu)
+- The labels list in the structure view stays opened or closed
+  as the user sets it while saving the document or adding a
+  new label item
+- Standard output is displayed only for the asymptote command
+- The sectioning, size, references combo boxes (main
+  toolbar) has been replaced by icons in the editor vertical
+  toolbar.
+- Support for macosx lion fullscreen mode has been added
+  + Bugs fixed :
+- A critical bug while restoring a session with a file which
+  has been deleted has been fixed
+- The bug about double-indentation of user tags has been fixed 
+
+---

Old:

  texmaker-3.3.4.tar.bz2

New:

  texmaker-3.4.1.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.Xd11tr/_old  2012-07-31 14:19:01.0 +0200
+++ /var/tmp/diff_new_pack.Xd11tr/_new  2012-07-31 14:19:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   texmaker
-Version:3.3.4
+Version:3.4.1
 Release:0
 Summary:Free cross-platform LaTeX editor
 License:GPL-2.0

++ texmaker-3.3.4.tar.bz2 - texmaker-3.4.1.tar.bz2 ++
/work/SRC/openSUSE:12.2/texmaker/texmaker-3.3.4.tar.bz2 
/work/SRC/openSUSE:12.2/.texmaker.new/texmaker-3.4.1.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.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package xulrunner for openSUSE:12.2 checked 
in at 2012-07-31 14:05:21

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


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

Changes:

--- /work/SRC/openSUSE:12.2/xulrunner/xulrunner.changes 2012-07-30 
02:38:14.0 +0200
+++ /work/SRC/openSUSE:12.2/.xulrunner.new/xulrunner.changes2012-07-31 
14:19:08.0 +0200
@@ -2 +2 @@
-Fri Jun 15 12:40:23 UTC 2012 - w...@rosenauer.org
+Sat Jul 14 19:33:44 UTC 2012 - w...@rosenauer.org
@@ -4,2 +4,38 @@
-- update to 13.0.1
-  * bugfix release
+- update to 14.0.1 (bnc#771583)
+  * MFSA 2012-42/CVE-2012-1949/CVE-2012-1948
+Miscellaneous memory safety hazards
+  * MFSA 2012-43/CVE-2012-1950
+Incorrect URL displayed in addressbar through drag and drop
+  * MFSA 2012-44/CVE-2012-1951/CVE-2012-1954/CVE-2012-1953/CVE-2012-1952
+Gecko memory corruption
+  * MFSA 2012-45/CVE-2012-1955 (bmo#757376)
+Spoofing issue with location
+  * MFSA 2012-46/CVE-2012-1966 (bmo#734076)
+XSS through data: URLs
+  * MFSA 2012-47/CVE-2012-1957 (bmo#750096)
+Improper filtering of javascript in HTML feed-view
+  * MFSA 2012-48/CVE-2012-1958 (bmo#750820)
+use-after-free in nsGlobalWindow::PageHidden
+  * MFSA 2012-49/CVE-2012-1959 (bmo#754044, bmo#737559)
+Same-compartment Security Wrappers can be bypassed
+  * MFSA 2012-50/CVE-2012-1960 (bmo#761014)
+Out of bounds read in QCMS
+  * MFSA 2012-51/CVE-2012-1961 (bmo#761655)
+X-Frame-Options header ignored when duplicated
+  * MFSA 2012-52/CVE-2012-1962 (bmo#764296)
+JSDependentString::undepend string conversion results in memory
+corruption
+  * MFSA 2012-53/CVE-2012-1963 (bmo#767778)
+Content Security Policy 1.0 implementation errors cause data
+leakage
+  * MFSA 2012-55/CVE-2012-1965 (bmo#758990)
+feed: URLs with an innerURI inherit security context of page
+  * MFSA 2012-56/CVE-2012-1967 (bmo#758344)
+Code execution through javascript: URLs
+- license change from tri license to MPL-2.0
+- require NSS 3.13.5
+- PPC fixes:
+  * reenabled mozilla-yarr-pcre.patch to fix build for PPC
+  * add patches for bmo#750620 and bmo#746112
+  * fix xpcshell segfault on ppc
+- build plugin-container on every arch

Old:

  l10n-13.0.1.tar.bz2
  mozilla-disable-neon-option.patch
  mozilla-libnotify.patch
  mozilla-linux3.patch
  mozilla-nsSound.patch
  mozilla-revert_621446.patch
  mozilla-system-nspr.patch
  xulrunner-13.0.1-source.tar.bz2

New:

  l10n-14.0.1.tar.bz2
  mozilla-ppc.patch
  xulrunner-14.0.1-source.tar.bz2



Other differences:
--
++ xulrunner.spec ++
--- /var/tmp/diff_new_pack.5puy4F/_old  2012-07-31 14:23:27.0 +0200
+++ /var/tmp/diff_new_pack.5puy4F/_new  2012-07-31 14:23:27.0 +0200
@@ -43,15 +43,15 @@
 BuildRequires:  wireless-tools
 %endif
 BuildRequires:  mozilla-nspr-devel = 4.9.0
-BuildRequires:  mozilla-nss-devel = 3.13.4
-Version:13.0.1
+BuildRequires:  mozilla-nss-devel = 3.13.5
+Version:14.0.1
 Release:0
-%define releasedate 2012061400
-%define version_internal 13.0.1
-%define apiversion 13
-%define uaweight 131
+%define releasedate 2012071300
+%define version_internal 14.0.1
+%define apiversion 14
+%define uaweight 141
 Summary:Mozilla Runtime Environment
-License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
+License:MPL-2.0
 Group:  Productivity/Other
 Url:http://www.mozilla.org/
 Provides:   gecko
@@ -77,14 +77,9 @@
 Patch7: mozilla-ntlm-full-path.patch
 Patch8: mozilla-dump_syms-static.patch
 Patch9: mozilla-sle11.patch
-Patch10:mozilla-linux3.patch
-Patch11:mozilla-disable-neon-option.patch
-Patch12:mozilla-system-nspr.patch
-Patch13:mozilla-revert_621446.patch
-Patch14:mozilla-yarr-pcre.patch
-Patch15:mozilla-libnotify.patch
-Patch16:mozilla-gcc47.patch
-Patch17:mozilla-nsSound.patch
+Patch11:mozilla-yarr-pcre.patch
+Patch12:mozilla-gcc47.patch
+Patch13:mozilla-ppc.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   mozilla-js = %{version}
 Requires(post):  update-alternatives coreutils
@@ -94,12 +89,10 @@
 %define has_system_nss   1
 %define has_system_cairo 0
 %define localize 0
-%ifarch ppc ppc64 s390 s390x ia64 %arm
+%ifarch ppc ppc64 s390 s390x ia64
 %define crashreporter0
-%define plugincontainer  0
 %else
 %define crashreporter1
-%define plugincontainer  1
 %endif
 ### configuration end ###
 %define _use_internal_dependency_generator 0
@@ 

commit java-1_7_0-openjdk.zero for openSUSE:12.2

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk.zero for 
openSUSE:12.2 checked in at 2012-07-31 19:42:48

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


Package is java-1_7_0-openjdk.zero, Maintainer is 

Changes:




Other differences:
--
++ java-1_7_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.DPt7FO/_old  2012-07-31 19:44:35.0 +0200
+++ /var/tmp/diff_new_pack.DPt7FO/_new  2012-07-31 19:44:35.0 +0200
@@ -554,6 +554,13 @@
 export ARCH_DATA_MODEL=64
 %endif
 
+%if 0%{?qemu_user_space_build:1}
+( while true; do
+sleep 1h
+echo I just take forever to build. Please don't kill me.
+  done ) 
+%endif
+
 # XXX: The quilt setup series fails with existing patches dir ... do not want 
to
 # export an another patches dir, as this will not be in chroot, which is the
 # reason I use quilt - to be able edit patches directly in chroot

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



commit java-1_7_0-openjdk.zero for openSUSE:Factory

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk.zero for 
openSUSE:Factory checked in at 2012-07-31 19:42:58

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


Package is java-1_7_0-openjdk.zero, Maintainer is 

Changes:




Other differences:
--
++ java-1_7_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.YWqvmY/_old  2012-07-31 19:46:25.0 +0200
+++ /var/tmp/diff_new_pack.YWqvmY/_new  2012-07-31 19:46:25.0 +0200
@@ -554,6 +554,13 @@
 export ARCH_DATA_MODEL=64
 %endif
 
+%if 0%{?qemu_user_space_build:1}
+( while true; do
+sleep 1h
+echo I just take forever to build. Please don't kill me.
+  done ) 
+%endif
+
 # XXX: The quilt setup series fails with existing patches dir ... do not want 
to
 # export an another patches dir, as this will not be in chroot, which is the
 # reason I use quilt - to be able edit patches directly in chroot

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



commit blender for openSUSE:Factory

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package blender for openSUSE:Factory checked 
in at 2012-08-01 06:59:33

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-05-21 
10:25:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.blender.new/blender.changes 2012-08-01 
06:59:35.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 30 09:44:02 UTC 2012 - co...@suse.com
+
+- just use default libjpeg on opensuse
+
+---



Other differences:
--
++ blender.spec ++
--- /var/tmp/diff_new_pack.JqGO2Y/_old  2012-08-01 07:00:30.0 +0200
+++ /var/tmp/diff_new_pack.JqGO2Y/_new  2012-08-01 07:00:30.0 +0200
@@ -118,7 +118,7 @@
 BuildRequires:  yasm
 BuildRequires:  yasm-devel
 BuildRequires:  pkgconfig(libxml-2.0)
-%if 0%{?fedora} = 14 || 0%{?suse_version} = 1140
+%if 0%{?fedora} = 14
 BuildRequires:  libjpeg62-devel
 %else
 BuildRequires:  libjpeg-devel


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