commit bash for openSUSE:Factory

2011-06-22 Thread h_root

Hello community,

here is the log from the commit of package bash for openSUSE:Factory
checked in at Wed Jun 22 10:46:35 CEST 2011.




--- bash/bash.changes   2011-03-22 13:17:49.0 +0100
+++ /mounts/work_src_done/STABLE/bash/bash.changes  2011-06-21 
19:03:05.0 +0200
@@ -1,0 +2,23 @@
+Tue Jun 21 18:58:56 CEST 2011 - wer...@suse.de
+
+- Add fix from upstream mailing list to avoid crash
+
+---
+Fri Jun 17 11:43:00 UTC 2011 - co...@novell.com
+
+- use original source URLs
+
+---
+Thu Jun 16 15:03:04 CEST 2011 - wer...@suse.de
+
+- Fix the fix for bug bnc#681286 to be able to avoid both a not 
+  expanding glob as well as the infinit loop in multi byte locale
+
+---
+Thu May 12 12:04:28 CEST 2011 - wer...@suse.de
+
+- Update bash 4.2 to patch level 10
+- Add patch from upstream to avoid loosing quoted-nulls
+- Add modified patch to avod endless loop in UTF-8 locale
+
+---

calling whatdependson for head-i586


Old:

  bash-4.2.tar.bz2
  readline-6.2.tar.bz2

New:

  _service:download_files:bash-4.2.tar.gz
  _service:download_files:readline-6.2.tar.gz
  bash-4.2.tar.gz
  readline-6.2.tar.gz



Other differences:
--
++ bash.spec ++
--- /var/tmp/diff_new_pack.MHtiet/_old  2011-06-22 10:46:23.0 +0200
+++ /var/tmp/diff_new_pack.MHtiet/_new  2011-06-22 10:46:23.0 +0200
@@ -37,11 +37,11 @@
 %endif
 AutoReqProv:on
 Version:4.2
-Release:4
+Release:5
 Summary:The GNU Bourne-Again Shell
 Url:http://www.gnu.org/software/bash/bash.html
-Source0:ftp://ftp.gnu.org/gnu/bash/bash-%{bash_vers}.tar.bz2
-Source1:ftp://ftp.gnu.org/gnu/readline/readline-%{rl_vers}.tar.bz2
+Source0:ftp://ftp.gnu.org/gnu/bash/bash-%{bash_vers}.tar.gz
+Source1:ftp://ftp.gnu.org/gnu/readline/readline-%{rl_vers}.tar.gz
 Source2:bash-%{bash_vers}-patches.tar.bz2
 Source3:readline-%{rl_vers}-patches.tar.bz2
 Source4:run-tests
@@ -106,7 +106,7 @@
 Provides:   bash:%{_infodir}/bash.info.gz
 PreReq: %install_info_prereq
 Version:4.2
-Release:4
+Release:5
 AutoReqProv:on
 %if %suse_version  1120
 BuildArch:  noarch
@@ -142,7 +142,7 @@
 Summary:Include Files mandatory for Development of bash loadable 
builtins
 Group:  Development/Languages/C and C++
 Version:4.2
-Release:4
+Release:5
 AutoReqProv:on
 
 %description -n bash-devel
@@ -162,7 +162,7 @@
 Summary:Loadable bash builtins
 Group:  System/Shells
 Version:4.2
-Release:4
+Release:5
 AutoReqProv:on
 
 %description -n bash-loadables
@@ -231,7 +231,7 @@
 Group:  System/Libraries
 Provides:   bash:/%{_lib}/libreadline.so.%{rl_major}
 Version:6.2
-Release:4
+Release:5
 %if %suse_version  1020
 Recommends: readline-doc = %{version}
 %endif
@@ -262,7 +262,7 @@
 Group:  Development/Libraries/C and C++
 Provides:   bash:%{_libdir}/libreadline.a
 Version:6.2
-Release:4
+Release:5
 Requires:   libreadline6 = %{version}
 Requires:   ncurses-devel
 %if %suse_version  1020
@@ -293,7 +293,7 @@
 Provides:   readline:%{_infodir}/readline.info.gz
 PreReq: %install_info_prereq
 Version:6.2
-Release:4
+Release:5
 AutoReqProv:on
 %if %suse_version  1120
 BuildArch:  noarch

++ bash-4.2-patches.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bash-4.2-patches/bash-4.2-quoted-nulls.patch 
new/bash-4.2-patches/bash-4.2-quoted-nulls.patch
--- old/bash-4.2-patches/bash-4.2-quoted-nulls.patch1970-01-01 
01:00:00.0 +0100
+++ new/bash-4.2-patches/bash-4.2-quoted-nulls.patch2011-05-12 
10:59:19.0 +0200
@@ -0,0 +1,18 @@
+*** ../bash-4.2-patched/subst.c2011-03-06 14:11:11.0 -0500
+--- subst.c2011-05-11 11:23:33.0 -0400
+***
+*** 3707,3711 
+   }
+else if (string[i] == CTLNUL)
+!  i++;
+  
+prev_i = i;
+--- 3710,3717 
+   }
+else if (string[i] == CTLNUL)
+!  {
+!i++;
+!continue;
+!  }
+  
+prev_i = i;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bash-4.2-patches/bash-4.2-read-assoc-array.patch 
new/bash-4.2-patches/bash-4.2-read-assoc-array.patch
--- old/bash-4.2-patches/bash-4.2-read-assoc-array.patch1970-01-01 
01:00:00.0 +0100
+++ new/bash-4.2-patches/bash-4.2-read-assoc-array.patch2011-06-21 

commit libfm for openSUSE:Factory

2011-06-22 Thread h_root

Hello community,

here is the log from the commit of package libfm for openSUSE:Factory
checked in at Wed Jun 22 10:47:01 CEST 2011.




--- libfm/libfm.changes 2011-01-24 14:48:33.0 +0100
+++ /mounts/work_src_done/STABLE/libfm/libfm.changes2011-06-21 
11:56:38.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 21 09:56:23 UTC 2011 - co...@novell.com
+
+- add prerequires for the rpm scripts
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libfm.spec ++
--- /var/tmp/diff_new_pack.QK6bdQ/_old  2011-06-22 10:46:50.0 +0200
+++ /var/tmp/diff_new_pack.QK6bdQ/_new  2011-06-22 10:46:50.0 +0200
@@ -21,7 +21,7 @@
 Name:   libfm
 Summary:A glib/gio-based lib used to develop file managers
 Version:0.1.14_rc2
-Release:3
+Release:9
 License:GPLv2
 Group:  Development/Libraries/C and C++
 Url:http://www.lxde.org/
@@ -43,6 +43,8 @@
 BuildRequires:  fdupes
 BuildRequires:  autoconf
 BuildRequires:  gtk-doc
+PreReq: desktop-file-utils
+PreReq: shared-mime-info
 
 %description
 A glib/gio-based lib used to develop file managers providing some






Remember to have fun...

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



commit libtorrent-rasterbar for openSUSE:Factory

2011-06-22 Thread h_root

Hello community,

here is the log from the commit of package libtorrent-rasterbar for 
openSUSE:Factory
checked in at Wed Jun 22 10:47:54 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/libtorrent-rasterbar/libtorrent-rasterbar.changes  
2011-06-07 17:23:03.0 +0200
@@ -0,0 +1,96 @@
+---
+Tue Jun  7 15:21:57 UTC 2011 - mrueck...@suse.de
+
+- added back the support to build the examples. they are very
+  useful for debugging. they are guarded by a %bcond_with so they
+  wont be build by default.
+- disable silent rules to make the check_gcc_output scripts work
+
+---
+Fri Jun  3 14:47:49 UTC 2011 - fi...@opensuse.org
+
+- Disable building examples.
+
+---
+Sun Apr 10 19:29:26 UTC 2011 - fi...@opensuse.org
+
+- Upstream update to 0.15.6, bugfix release.
+
+---
+Fri Apr  8 14:11:21 UTC 2011 - fi...@opensuse.org
+
+- spec cleanup
+
+---
+Mon Jan 10 20:30:41 UTC 2011 - fi...@opensuse.org
+
+- Upstream update to 0.15.5
+
+---
+Sat Oct  9 13:16:51 UTC 2010 - fi...@opensuse.org
+
+- upstream update to 0.15.4
+
+---
+Sun Apr  4 00:00:00 UTC 2010 - fi...@opensuse.org
+
+- revert to version 0.14.10 due to other bugs with current glibc
+
+---
+Sat Apr  3 00:00:00 UTC 2010 - fi...@opensuse.org
+
+- fixed issues with glibc, use posix_memalign() instead of valloc()
+
+---
+Tue Mar 23 00:00:00 UTC 2010 - fi...@opensuse.org
+
+- upstream update to 0.15.0
+- cleaned up spec file
+- enabled python bindings
+- soname gets 6
+
+---
+Mon Jan 11 00:00:00 UTC 2010 - fi...@opensuse.org
+
+- upstream update to 0.14.8
+
+---
+Tue Nov 24 00:00:00 UTC 2009 - fisi...@gmail.com
+
+- upstream update to 0.14.7
+
+---
+Thu Oct 22 00:00:00 UTC 2009 - fisi...@gmail.com
+
+- upstream update to 0.14.6
+
+---
+Tue Jun  9 00:00:00 UTC 2009 - fisi...@gmail.com
+
+- upstream update to 0.14.4
+
+---
+Tue Apr 28 00:00:00 UTC 2009 - fisi...@gmail.com
+
+- upstream update to 0.14.3
+
+---
+Mon Mar  9 00:00:00 UTC 2009 - fisi...@gmail.com
+
+- upstream update to 0.14.2
+
+---
+Mon Dec 22 00:00:00 UTC 2008 - fisi...@gmail.com
+
+- 0.14.1
+
+---
+Tue Jul 22 00:00:00 UTC 2008 - fisi...@gmail.com
+
+- update package to 0.13.1
+
+---
+Sat May  3 00:00:00 UTC 2008 - mareksto...@gmail.com
+
+- new package created, based on spec from home:darix obs project
+

calling whatdependson for head-i586


New:

  libtorrent-rasterbar-0.15.6.tar.gz
  libtorrent-rasterbar.changes
  libtorrent-rasterbar.spec



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

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


%define _soname 6
# for setting those bcond_with* configs see
# http://lizards.opensuse.org/2008/09/12/conditional-features-aka-use-flags/
# optionally build with examples
%bcond_with examples

Name:   libtorrent-rasterbar
Version:0.15.6
Release:1
License:BSD
Summary:Libtorrent is a C++ implementation of the BitTorrent protocol
Url:http://www.rasterbar.com/products/libtorrent/
Group:  Development/Libraries/C 

commit mkinitrd for openSUSE:Factory

2011-06-22 Thread h_root

Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory
checked in at Wed Jun 22 10:48:16 CEST 2011.




--- mkinitrd/mkinitrd.changes   2011-06-16 15:39:59.0 +0200
+++ /mounts/work_src_done/STABLE/mkinitrd/mkinitrd.changes  2011-06-21 
11:14:31.0 +0200
@@ -1,0 +2,19 @@
+Tue Jun 21 09:11:06 UTC 2011 - mma...@novell.com
+
+- purge-kernels: Change the variable to multiversion.kernels to
+  match the syntax of other zypp variables.
+
+---
+Mon Jun 20 08:58:35 UTC 2011 - mma...@novell.com
+
+- purge-kernels: Change the multiversion_kernels variable to a 
+  comma separated list, update help.
+
+---
+Sun Jun 19 13:25:10 UTC 2011 - mma...@novell.com
+
+- Add purge-kernels script to automatically delete old kernel packages
+  on boot, based on configuration in /etc/zypp/zypp.conf, variable
+  multiversion_kernels (fate#312018).
+
+---

calling whatdependson for head-i586




Other differences:
--
++ mkinitrd.spec ++
--- /var/tmp/diff_new_pack.zydSZO/_old  2011-06-22 10:48:03.0 +0200
+++ /var/tmp/diff_new_pack.zydSZO/_new  2011-06-22 10:48:03.0 +0200
@@ -31,7 +31,7 @@
 %endif
 AutoReqProv:on
 Version:2.7.0
-Release:11
+Release:13
 Conflicts:  udev  118
 Requires:   dhcpcd
 PreReq: %fillup_prereq
@@ -112,12 +112,14 @@
 %install_mkinitrd   /usr/bin/perl /sbin/mkinitrd_setup
 EOF
 install -m 755 etc/boot.loadmodules $RPM_BUILD_ROOT/etc/init.d/
+install -m 755 etc/purge-kernels.init $RPM_BUILD_ROOT/etc/init.d/purge-kernels
 install -m 644 etc/sysconfig.kernel-mkinitrd 
$RPM_BUILD_ROOT/var/adm/fillup-templates/
 
 %post
 %{remove_and_set -n kernel SKIP_RUNNING_KERNEL NO_KMS_IN_INITRD}
 %{fillup_only -an kernel}
 %{insserv_force_if_yast /etc/init.d/boot.loadmodules}
+%{fillup_and_insserv -f -Y purge-kernels}
 case $NO_KMS_IN_INITRD in
no)
sed -i -e s@^KMS_IN_INITRD=.*@KMS_IN_INITRD=\yes\@ 
/etc/sysconfig/kernel ;;
@@ -125,6 +127,9 @@
sed -i -e s@^KMS_IN_INITRD=.*@KMS_IN_INITRD=\no\@ 
/etc/sysconfig/kernel ;;
 esac
 
+%postun
+%insserv_cleanup
+
 %posttrans
 /sbin/mkinitrd_setup
 
@@ -140,6 +145,7 @@
 %dir /lib/mkinitrd/setup
 %config /etc/rpm/macros.mkinitrd
 /etc/init.d/boot.loadmodules
+/etc/init.d/purge-kernels
 /lib/mkinitrd/scripts/*.sh
 /lib/mkinitrd/bin/*
 /bin/lsinitrd
@@ -147,6 +153,7 @@
 /sbin/mkinitrd_setup
 /sbin/module_upgrade
 /sbin/installkernel
+/sbin/purge-kernels
 /var/adm/fillup-templates/sysconfig.kernel-%name
 %doc %{_mandir}/man5/mkinitrd.5.gz
 %doc %{_mandir}/man8/mkinitrd.8.gz

++ mkinitrd.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/etc/purge-kernels.init 
new/mkinitrd-2.7.0/etc/purge-kernels.init
--- old/mkinitrd-2.7.0/etc/purge-kernels.init   1970-01-01 01:00:00.0 
+0100
+++ new/mkinitrd-2.7.0/etc/purge-kernels.init   2011-06-21 11:13:33.0 
+0200
@@ -0,0 +1,35 @@
+#! /bin/sh
+#
+# Copyright (c) 2011 Novell, Inc.
+#
+### BEGIN INIT INFO
+# Provides:  purge-kernels
+# Required-Start:$local_fs
+# Required-Stop: $null
+# Default-Start: 3 5
+# Default-Stop:  $null
+# Short-Description: Purge old kernels
+# Description:   Purge old kernel as configured in /etc/zypp/zypp.conf
+### END INIT INFO
+
+case $1 in
+start)
+   ;;
+stop|try-restart|restart|force-reload|reload|status)
+   # not applicable
+   exit 0
+   ;;
+*)
+   echo Usage: $0 start
+   exit 1
+esac
+if test ! -e /boot/do_purge_kernels; then
+   exit 0
+fi
+
+. /etc/rc.status
+echo Removing old kernel packages...
+rm -f /boot/do_purge_kernels
+/sbin/purge-kernels
+rc_status -v
+rc_exit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/mkinitrd.changes 
new/mkinitrd-2.7.0/mkinitrd.changes
--- old/mkinitrd-2.7.0/mkinitrd.changes 2011-06-16 15:33:46.0 +0200
+++ new/mkinitrd-2.7.0/mkinitrd.changes 2011-06-21 11:13:33.0 +0200
@@ -1,4 +1,23 @@
 ---
+Tue Jun 21 09:11:06 UTC 2011 - mma...@novell.com
+
+- purge-kernels: Change the variable to multiversion.kernels to
+  match the syntax of other zypp variables.
+
+---
+Mon Jun 20 08:58:35 UTC 2011 - mma...@novell.com
+
+- purge-kernels: Change the multiversion_kernels variable to a 
+  comma separated list, update help.
+
+---
+Sun Jun 19 13:25:10 UTC 2011 - mma...@novell.com
+
+- Add purge-kernels script to automatically delete old kernel 

commit wine for openSUSE:Factory

2011-06-22 Thread h_root

Hello community,

here is the log from the commit of package wine for openSUSE:Factory
checked in at Wed Jun 22 10:50:02 CEST 2011.




--- wine/wine.changes   2011-05-17 12:58:20.0 +0200
+++ /mounts/work_src_done/STABLE/wine/wine.changes  2011-06-21 
14:56:11.0 +0200
@@ -1,0 +2,23 @@
+Fri Jun 10 21:00:29 CEST 2011 - meiss...@suse.de
+
+- Updated to 1.3.22 development snapshot
+  - Support for Indic text shaping.
+  - Generation of stubless code in the IDL compiler.
+  - Support for X files in D3DX.
+  - 4- and 24-bit bitmap formats in the DIB engine.
+  - Listview performance improvements.
+  - Various bug fixes.
+
+---
+Fri May 27 23:21:05 CEST 2011 - meiss...@suse.de
+
+- Updated to 1.3.21 development snapshot
+  - Support for installation rollbacks in MSI.
+  - 8- and 16-bit bitmap formats in the DIB engine.
+  - Fixes in the XInput2 mouse support.
+  - Better support for text shaping in Uniscribe.
+  - Improvements to the Item common dialog.
+  - More MSVC runtime functions.
+  - Various bug fixes.
+
+---

calling whatdependson for head-i586


Old:

  wine-1.3.20.tar.bz2

New:

  wine-1.3.22.tar.bz2



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.FI2RCZ/_old  2011-06-22 10:49:07.0 +0200
+++ /var/tmp/diff_new_pack.FI2RCZ/_new  2011-06-22 10:49:07.0 +0200
@@ -30,7 +30,7 @@
 License:LGPLv2.1+
 Group:  System/Emulators/PC
 AutoReqProv:on
-Version:1.3.20
+Version:1.3.22
 Release:1
 Summary:An MS Windows Emulator
 Url:http://www.winehq.com

++ wine-1.3.20.tar.bz2 - wine-1.3.22.tar.bz2 ++
wine/wine-1.3.20.tar.bz2 /mounts/work_src_done/STABLE/wine/wine-1.3.22.tar.bz2 
differ: char 11, line 1






Remember to have fun...

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



commit xorg-x11-driver-video for openSUSE:Factory

2011-06-22 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory
checked in at Wed Jun 22 11:11:22 CEST 2011.




--- xorg-x11-driver-video/xorg-x11-driver-video.changes 2011-05-31 
13:50:51.0 +0200
+++ 
/mounts/work_src_done/STABLE/xorg-x11-driver-video/xorg-x11-driver-video.changes
2011-06-22 10:27:29.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun 21 10:15:14 UTC 2011 - sndir...@novell.com
+
+- xf86-video-ati 6.14.2
+  * support for new GPUs
+  * a bunch of fusion/cayman fixes
+
+---

calling whatdependson for head-i586


Old:

  xf86-video-ati-6.14.1.tar.bz2

New:

  xf86-video-ati-6.14.2.tar.bz2



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.20s1Qc/_old  2011-06-22 11:11:07.0 +0200
+++ /var/tmp/diff_new_pack.20s1Qc/_new  2011-06-22 11:11:07.0 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  Mesa-devel libdrm-devel pkgconfig xorg-x11-proto-devel 
xorg-x11-server-sdk
 Url:http://xorg.freedesktop.org/
 Version:7.6
-Release:69
+Release:71
 License:MIT License (or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  System/X11/Servers/XF86_4
@@ -66,7 +66,7 @@
 Source41:   xf86-video-vmware-11.0.3.tar.bz2
 Source42:   xf86-video-voodoo-1.2.4.tar.bz2
 Source45:   xf86-video-intel-2.15.0.tar.bz2
-Source46:   xf86-video-ati-6.14.1.tar.bz2
+Source46:   xf86-video-ati-6.14.2.tar.bz2
 Source51:   xf86-video-geode-2.11.10.tar.bz2
 Source54:   xf86-video-mach64-6.8.2.tar.bz2
 Source55:   xf86-video-r128-6.8.1.tar.bz2

++ xf86-video-ati-6.14.1.tar.bz2 - xf86-video-ati-6.14.2.tar.bz2 ++
 76610 lines of diff (skipped)






Remember to have fun...

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



commit libdrm for openSUSE:Factory

2011-06-22 Thread h_root

Hello community,

here is the log from the commit of package libdrm for openSUSE:Factory
checked in at Wed Jun 22 11:21:49 CEST 2011.




--- libdrm/libdrm.changes   2011-05-25 12:39:53.0 +0200
+++ /mounts/work_src_done/STABLE/libdrm/libdrm.changes  2011-06-22 
10:37:07.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 17 18:19:08 UTC 2011 - v...@ovi.com
+
+- Update to libdrm 2.6.26
+- obsoletes intel-Export-CONSTANT_BUFFER-addressing-mode.patch
+- a bunch of fixes
+- new Intel API for use by mesa
+
+---

calling whatdependson for head-i586


Old:

  intel-Export-CONSTANT_BUFFER-addressing-mode.patch
  libdrm-2.4.23.tar.bz2

New:

  libdrm-2.4.26.tar.bz2



Other differences:
--
++ libdrm.spec ++
--- /var/tmp/diff_new_pack.xf2bGz/_old  2011-06-22 11:20:53.0 +0200
+++ /var/tmp/diff_new_pack.xf2bGz/_new  2011-06-22 11:20:53.0 +0200
@@ -19,13 +19,13 @@
 
 
 Name:   libdrm
-BuildRequires:  pkgconfig xorg-x11-proto-devel
+BuildRequires:  libpciaccess0-devel pkgconfig xorg-x11-proto-devel
 Url:http://dri.sf.net
 License:MIT License (or similar)
 Group:  System/Libraries
 AutoReqProv:on
-Version:2.4.23
-Release:12
+Version:2.4.26
+Release:1
 Provides:   libdrm23 = %{version}
 Obsoletes:  libdrm23  %{version}
 # bug437293
@@ -37,7 +37,6 @@
 Summary:Userspace Interface for Kernel DRM Services
 Source: %{name}-%{version}.tar.bz2
 Source2:baselibs.conf
-Patch1: intel-Export-CONSTANT_BUFFER-addressing-mode.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -63,7 +62,6 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch1 -p1
 
 %build
 autoreconf -fi

++ libdrm-2.4.23.tar.bz2 - libdrm-2.4.26.tar.bz2 ++
 49667 lines of diff (skipped)






Remember to have fun...

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



commit xfce4-panel for openSUSE:Factory

2011-06-22 Thread h_root

Hello community,

here is the log from the commit of package xfce4-panel for openSUSE:Factory
checked in at Wed Jun 22 11:22:28 CEST 2011.




--- xfce4-panel/xfce4-panel.changes 2011-06-19 21:16:51.0 +0200
+++ /mounts/work_src_done/STABLE/xfce4-panel/xfce4-panel.changes
2011-06-21 23:42:39.0 +0200
@@ -1,0 +2,12 @@
+Tue Jun 21 20:23:30 UTC 2011 - g...@opensuse.org
+
+- update to version 4.8.5
+  - tasklist: avoid unneeded dnd actions
+  - tasklist: allow both motion activation and dnd
+  - panel: make preferences dialog work in Gtk+ 2.24.5
+  - systray: add xfpm to known apps for a decent icon
+  - tasklist: drop Gtk 2.22 API
+  - bugfixes
+  - translation updates
+
+---

calling whatdependson for head-i586


Old:

  xfce4-panel-4.8.4.tar.bz2

New:

  xfce4-panel-4.8.5.tar.bz2



Other differences:
--
++ xfce4-panel.spec ++
--- /var/tmp/diff_new_pack.SOiL2L/_old  2011-06-22 11:21:58.0 +0200
+++ /var/tmp/diff_new_pack.SOiL2L/_new  2011-06-22 11:21:58.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   xfce4-panel
-Version:4.8.4
+Version:4.8.5
 Release:1
 License:GPLv2+ and LGPLv2.1+
 Summary:Panel for the Xfce Desktop Environment

++ xfce4-panel-4.8.4.tar.bz2 - xfce4-panel-4.8.5.tar.bz2 ++
 5566 lines of diff (skipped)






Remember to have fun...

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



commit Terminal for openSUSE:Factory

2011-06-22 Thread h_root

Hello community,

here is the log from the commit of package Terminal for openSUSE:Factory
checked in at Wed Jun 22 11:23:12 CEST 2011.




--- Terminal/Terminal.changes   2011-04-07 01:30:33.0 +0200
+++ /mounts/work_src_done/STABLE/Terminal/Terminal.changes  2011-06-21 
23:58:29.0 +0200
@@ -1,0 +2,13 @@
+Tue Jun 21 21:39:42 UTC 2011 - g...@opensuse.org
+
+- update to version 0.4.8
+  - update online documentation location
+  - make image directory paths relative
+  - use exo preferred directly to open uris
+  - add 'Select All' shortcut and menu item
+  - bugfixes
+  - translation updates
+- rebased Terminal-0.4.5-honor-htmldir.patch as
+  Terminal-0.4.8-honor-htmldir.patch and added patch tag
+
+---

calling whatdependson for head-i586


Old:

  Terminal-0.4.5-honor-htmldir.patch
  Terminal-0.4.7.tar.bz2

New:

  Terminal-0.4.8-honor-htmldir.patch
  Terminal-0.4.8.tar.bz2



Other differences:
--
++ Terminal.spec ++
--- /var/tmp/diff_new_pack.HiIvSr/_old  2011-06-22 11:22:35.0 +0200
+++ /var/tmp/diff_new_pack.HiIvSr/_new  2011-06-22 11:22:35.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   Terminal
-Version:0.4.7
+Version:0.4.8
 Release:1
 License:GPLv2+
 Summary:Terminal emulator for the Xfce desktop environment
@@ -26,7 +26,8 @@
 Group:  System/X11/Terminals
 Source0:%{name}-%{version}.tar.bz2
 Source1:%name-rpmlintrc
-Patch0: Terminal-0.4.5-honor-htmldir.patch
+# PATCH-FIX-UPSTREAM Terminal-0.4.8-honor-htmldir.patch g...@opensuse.org -- 
Install HTML documentation under htmldir
+Patch0: Terminal-0.4.8-honor-htmldir.patch
 BuildRequires:  intltool
 BuildRequires:  libpng-devel
 BuildRequires:  pkgconfig(dbus-1)

++ Terminal-0.4.5-honor-htmldir.patch - Terminal-0.4.8-honor-htmldir.patch 
++
--- Terminal/Terminal-0.4.5-honor-htmldir.patch 2010-12-25 21:19:23.0 
+0100
+++ /mounts/work_src_done/STABLE/Terminal/Terminal-0.4.8-honor-htmldir.patch
2011-06-21 23:57:55.0 +0200
@@ -1,15 +1,15 @@
-diff -ur Terminal-0.4.5.orig/doc/images/ja/Makefile.am 
Terminal-0.4.5/doc/images/ja/Makefile.am
 Terminal-0.4.5.orig/doc/images/ja/Makefile.am  2010-05-21 
22:09:57.0 +0200
-+++ Terminal-0.4.5/doc/images/ja/Makefile.am   2010-12-25 21:15:05.0 
+0100
+diff -ur Terminal-0.4.8.orig/doc/images/ja/Makefile.am 
Terminal-0.4.8/doc/images/ja/Makefile.am
+--- Terminal-0.4.8.orig/doc/images/ja/Makefile.am  2011-06-21 
22:32:31.0 +0200
 Terminal-0.4.8/doc/images/ja/Makefile.am   2011-06-21 23:45:45.0 
+0200
 @@ -1,4 +1,4 @@
 -imagesdir = $(docdir)/ja/images
 +imagesdir = $(htmldir)/ja/images
  images_DATA = \
terminal-compose-shortcut.png \
terminal-edit-preferences.png \
-diff -ur Terminal-0.4.5.orig/doc/images/Makefile.am 
Terminal-0.4.5/doc/images/Makefile.am
 Terminal-0.4.5.orig/doc/images/Makefile.am 2010-05-21 22:09:57.0 
+0200
-+++ Terminal-0.4.5/doc/images/Makefile.am  2010-12-25 21:14:51.0 
+0100
+diff -ur Terminal-0.4.8.orig/doc/images/Makefile.am 
Terminal-0.4.8/doc/images/Makefile.am
+--- Terminal-0.4.8.orig/doc/images/Makefile.am 2011-06-21 22:32:31.0 
+0200
 Terminal-0.4.8/doc/images/Makefile.am  2011-06-21 23:45:45.0 
+0200
 @@ -1,7 +1,7 @@
  SUBDIRS = \
ja
@@ -19,9 +19,9 @@
  images_DATA = \
terminal-compose-shortcut.png \
terminal-edit-preferences.png \
-diff -ur Terminal-0.4.5.orig/doc/Makefile.am Terminal-0.4.5/doc/Makefile.am
 Terminal-0.4.5.orig/doc/Makefile.am2010-05-21 22:09:57.0 
+0200
-+++ Terminal-0.4.5/doc/Makefile.am 2010-12-25 21:14:51.0 +0100
+diff -ur Terminal-0.4.8.orig/doc/Makefile.am Terminal-0.4.8/doc/Makefile.am
+--- Terminal-0.4.8.orig/doc/Makefile.am2011-06-21 22:32:31.0 
+0200
 Terminal-0.4.8/doc/Makefile.am 2011-06-21 23:45:45.0 +0200
 @@ -13,7 +13,7 @@
  install-data-local:
for lang in $(ALL_LINGUAS); do \
@@ -31,15 +31,6 @@
$(mkinstalldirs) $$dest; \
installfiles=`echo $(srcdir)/html/$$lang/*`; \
for file in $$installfiles; do \
-@@ -22,7 +22,7 @@
-   done; \
-   if test x$$lang != xC -a ! -d 
$(srcdir)/images/$$lang; then \
-   echo --- Creating symlink to C images for 
$$lang; \
--  ln -sf $(docdir)/C/images $$dest/images; \
-+  ln -sf $(htmldir)/C/images $$dest/images; \
-   fi \
-   fi; \
-   file=$(srcdir)/man/$$lang/$(PACKAGE_NAME).1; \
 @@ -41,7 +41,7 @@
  # remove installed files from the destdir
  uninstall-local:

++ 

commit ImageMagick for openSUSE:Factory

2011-06-22 Thread h_root

Hello community,

here is the log from the commit of package ImageMagick for openSUSE:Factory
checked in at Wed Jun 22 12:36:13 CEST 2011.




--- ImageMagick/ImageMagick.changes 2011-05-27 10:35:50.0 +0200
+++ /mounts/work_src_done/STABLE/ImageMagick/ImageMagick.changes
2011-06-22 11:17:08.0 +0200
@@ -1,0 +2,12 @@
+Mon Jun 20 10:44:54 UTC 2011 - pgaj...@novell.com
+
+- updated to 6.7.0.8:
+  * added Initial implementation of Cylinder to/from Plane 3D Distorts
+Includes deritive (scaled lookup), and anti-alised horizon (validity)
+Currently can NOT handle extractions from full 360 cylinder panoramas.
+  * Fix transient error for composite over operator.
+  * Fix one-off bug in option parser.
+  * etc., see ChangeLog
+- adjusted inc-struct.diff
+
+---

calling whatdependson for head-i586


Old:

  ImageMagick-6.6.9-9.tar.bz2

New:

  ImageMagick-6.7.0-8.tar.bz2



Other differences:
--
++ ImageMagick.spec ++
--- /var/tmp/diff_new_pack.5XDiTE/_old  2011-06-22 12:31:39.0 +0200
+++ /var/tmp/diff_new_pack.5XDiTE/_new  2011-06-22 12:31:39.0 +0200
@@ -79,14 +79,14 @@
 %endif
 
 %define xtp_version 5.4.3
-%define mfr_version 6.6.9
-%define mfr_revision 9
+%define mfr_version 6.7.0
+%define mfr_revision 8
 %define source_version %{mfr_version}-%{mfr_revision}
 License:Public Domain, Freeware
 Group:  Productivity/Graphics/Other
 AutoReqProv:on
 Version:%{mfr_version}.%{mfr_revision}
-Release:6
+Release:1
 %define libver  4
 Summary:Viewer and Converter for Images
 Url:http://www.imagemagick.org
@@ -99,6 +99,9 @@
 Source3:baselibs.conf
 Patch1: ImageMagick-6.6.8.9-examples.patch
 Patch2: ImageMagick-6.6.8.9-doc.patch
+# remove inc-struct.diff as soon as it will be not comfortable to port
+# see 
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2t=18435hilit=include
+# for upstream progress
 Patch3: ImageMagick-6.6.9.1-inc-struct.diff 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   imagemag = %{version}
@@ -202,9 +205,10 @@
 %patch1
 %patch2
 %patch3 -p1
-echoheader-test.c '#include wand.h'
-echowand.h '#include wand/MagickWand.h'
-%{__make} header-test.o
+# remove together with inc-struct.diff 
+echoheader-test.c '#include wand.h'#
+echowand.h '#include wand/MagickWand.h'#
+%{__make} header-test.o   #
 
 %build
 %define CFLAGS ${RPM_OPT_FLAGS} -fstack-protector-all

++ ImageMagick-6.6.9.1-inc-struct.diff ++
--- /var/tmp/diff_new_pack.5XDiTE/_old  2011-06-22 12:31:39.0 +0200
+++ /var/tmp/diff_new_pack.5XDiTE/_new  2011-06-22 12:31:39.0 +0200
@@ -34,10 +34,10 @@
 Only in old/magick: Magick-config.in
 Only in old/magick: MagickCore-config.1
 Only in old/magick: MagickCore-config.in
-Index: ImageMagick-6.6.9-9/magick/MagickCore.h
+Index: ImageMagick-6.7.0-8/magick/MagickCore.h
 ===
 ImageMagick-6.6.9-9.orig/magick/MagickCore.h
-+++ ImageMagick-6.6.9-9/magick/MagickCore.h
+--- ImageMagick-6.7.0-8.orig/magick/MagickCore.h
 ImageMagick-6.7.0-8/magick/MagickCore.h
 @@ -26,7 +26,7 @@ extern C {
  #if !defined(_MAGICKCORE_CONFIG_H)
  # define _MAGICKCORE_CONFIG_H
@@ -47,7 +47,7 @@
  # else
  #  include magick-config.h
  # endif
-@@ -121,88 +121,88 @@ extern C {
+@@ -124,88 +124,88 @@ extern C {
  #if defined(MAGICKCORE_NAMESPACE_PREFIX)
  # include magick/methods.h
  #endif
@@ -218,10 +218,10 @@
  
  #if defined(__cplusplus) || defined(c_plusplus)
  }
-Index: ImageMagick-6.6.9-9/magick/accelerate.h
+Index: ImageMagick-6.7.0-8/magick/accelerate.h
 ===
 ImageMagick-6.6.9-9.orig/magick/accelerate.h
-+++ ImageMagick-6.6.9-9/magick/accelerate.h
+--- ImageMagick-6.7.0-8.orig/magick/accelerate.h
 ImageMagick-6.7.0-8/magick/accelerate.h
 @@ -22,7 +22,7 @@
  extern C {
  #endif
@@ -231,10 +231,10 @@
  
  extern MagickExport MagickBooleanType
AccelerateConvolveImage(const Image *,const KernelInfo *,Image *,
-Index: ImageMagick-6.6.9-9/magick/annotate.h
+Index: ImageMagick-6.7.0-8/magick/annotate.h
 ===
 ImageMagick-6.6.9-9.orig/magick/annotate.h
-+++ ImageMagick-6.6.9-9/magick/annotate.h
+--- ImageMagick-6.7.0-8.orig/magick/annotate.h
 ImageMagick-6.7.0-8/magick/annotate.h
 @@ -22,7 +22,7 @@
  extern C {
  #endif
@@ -244,10 +244,10 @@
  
  extern MagickExport MagickBooleanType
AnnotateComponentGenesis(void),
-Index: ImageMagick-6.6.9-9/magick/attribute.h
+Index: ImageMagick-6.7.0-8/magick/attribute.h
 ===
 

commit syslinux for openSUSE:Factory

2011-06-22 Thread h_root

Hello community,

here is the log from the commit of package syslinux for openSUSE:Factory
checked in at Wed Jun 22 12:38:36 CEST 2011.




--- syslinux/syslinux.changes   2011-06-09 11:33:38.0 +0200
+++ /mounts/work_src_done/STABLE/syslinux/syslinux.changes  2011-06-22 
11:41:57.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 21 16:36:27 CEST 2011 - snw...@suse.de
+
+- don't use Crypt::PasswdMD5 (bnc #701279, bnc #475370)
+
+---

calling whatdependson for head-i586


New:

  _service:format_spec_file:syslinux.spec
  syslinux-4.04-md5pass.diff



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

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



Name:   syslinux
ExclusiveArch:  %ix86 x86_64
BuildRequires:  libpng-devel nasm netpbm python xz
Url:http://syslinux.zytor.com/
License:GPLv2+
Group:  System/Boot
Requires:   mtools
AutoReqProv:on
Summary:Boot Loader for Linux
Version:4.04
Release:6
Source: %{name}-%{version}.tar.bz2
Source1:isolinux-config
Source2:README.gfxboot
Patch0: %{name}-%{version}-iso9660.diff
Patch1: %{name}-%{version}-cwd.diff
Patch2: %{name}-%{version}-noinitrd.diff
Patch3: %{name}-%{version}-mboot_bootif.diff
Patch4: %{name}-%{version}-isohybrid-hex-option-parsing.diff
Patch5: %{name}-%{version}-md5pass.diff
BuildRoot:  %{_tmppath}/%{name}-%{version}-build


%description
SYSLINUX is a boot loader for the Linux operating system which operates
off an MS-DOS or Windows FAT file system. It is intended to simplify
first-time installation of Linux and for creation of rescue and other
special purpose boot disks.



Authors:

H. Peter Anvin h...@zytor.com

%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1


%build
cp %{SOURCE2} .
export CFLAGS=$RPM_OPT_FLAGS
make spotless
make


%install
make install-all \
  INSTALLROOT=%{buildroot} BINDIR=%{_bindir} SBINDIR=%{_bindir} \
  LIBDIR=%{_datadir} INCDIR=%{_includedir} MANDIR=%{_mandir}
# install -s -m 755 unix/syslinux $RPM_BUILD_ROOT/%{_bindir}/syslinux-nomtools
install -m 755 %{SOURCE1} $RPM_BUILD_ROOT/%{_bindir}
# install -m 755 keytab-lilo.pl syslinux2ansi.pl 
$RPM_BUILD_ROOT/%{_datadir}/syslinux
rm -rf $RPM_BUILD_ROOT/%{_datadir}/syslinux/com32
rm -rf $RPM_BUILD_ROOT/boot
rm -rf $RPM_BUILD_ROOT/tftpboot


%files
%defattr(-,root,root)
%doc doc/*.txt
%doc README* NEWS
%doc %{_mandir}/man1/*
%{_bindir}/*
%{_datadir}/syslinux



%changelog
++ syslinux.spec ++
--- /var/tmp/diff_new_pack.Ohqj1V/_old  2011-06-22 12:37:45.0 +0200
+++ /var/tmp/diff_new_pack.Ohqj1V/_new  2011-06-22 12:37:45.0 +0200
@@ -27,7 +27,7 @@
 AutoReqProv:on
 Summary:Boot Loader for Linux
 Version:4.04
-Release:6
+Release:8
 Source: %{name}-%{version}.tar.bz2
 Source1:isolinux-config
 Source2:README.gfxboot
@@ -36,6 +36,7 @@
 Patch2: %{name}-%{version}-noinitrd.diff
 Patch3: %{name}-%{version}-mboot_bootif.diff
 Patch4: %{name}-%{version}-isohybrid-hex-option-parsing.diff
+Patch5: %{name}-%{version}-md5pass.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -57,6 +58,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 cp %{SOURCE2} .

++ syslinux-4.04-md5pass.diff ++
--- a/utils/md5pass
+++ b/utils/md5pass
@@ -1,7 +1,6 @@
 #!/usr/bin/perl
 
 use bytes;
-use Crypt::PasswdMD5;
 use MIME::Base64;
 
 sub random_bytes($) {
@@ -31,4 +30,4 @@ unless (defined($salt)) {
 $salt =~ tr/\+/./; # . not +
 }
 
-print unix_md5_crypt($pass, $salt), \n;
+print crypt($pass, \$1\$$salt\$), \n;





Remember to have fun...

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



commit mozilla-xulrunner192 for openSUSE:11.3

2011-06-22 Thread h_root

Hello community,

here is the log from the commit of package mozilla-xulrunner192 for 
openSUSE:11.3
checked in at Wed Jun 22 17:05:55 CEST 2011.




--- 
old-versions/11.3/UPDATES/all/mozilla-xulrunner192/mozilla-xulrunner192.changes 
2011-04-29 07:06:44.0 +0200
+++ 11.3/mozilla-xulrunner192/mozilla-xulrunner192.changes  2011-06-21 
18:46:52.0 +0200
@@ -1,0 +2,28 @@
+Mon Jun 20 09:32:58 UTC 2011 - w...@rosenauer.org
+
+- security update to 1.9.2.18 (bnc#701296)
+  * MFSA 2011-19/CVE-2011-2374 CVE-2011-2376 CVE-2011-2364
+CVE-2011-2365
+Miscellaneous memory safety hazards
+  * MFSA 2011-20/CVE-2011-2373 (bmo#617247)
+Use-after-free vulnerability when viewing XUL document with
+script disabled
+  * MFSA 2011-21/CVE-2011-2377 (bmo#638018, bmo#639303)
+Memory corruption due to multipart/x-mixed-replace images
+  * MFSA 2011-22/CVE-2011-2371 (bmo#664009)
+Integer overflow and arbitrary code execution in
+Array.reduceRight()
+  * MFSA 2011-23/CVE-2011-0083 CVE-2011-0085 CVE-2011-2363
+Multiple dangling pointer vulnerabilities
+  * MFSA 2011-24/CVE-2011-2362 (bmo#616264)
+Cookie isolation error
+- speedier find-external-requires.sh
+- do not build dump_syms static as it is not needed for us
+  - fixes build for 12.1 and above
+
+---
+Wed May 11 09:44:20 UTC 2011 - cgiboude...@gmx.com
+
+- Add mozilla-gcc46.patch. Fixes various build errors with GCC4.6
+
+---

calling whatdependson for 11.3-i586


Old:

  l10n-1.9.2.17.tar.bz2
  xulrunner-source-1.9.2.17.tar.bz2

New:

  l10n-1.9.2.18.tar.bz2
  mozilla-dump_syms-static.patch
  mozilla-gcc46.patch
  xulrunner-source-1.9.2.18.tar.bz2



Other differences:
--
++ mozilla-xulrunner192.spec ++
--- /var/tmp/diff_new_pack.WvzI9D/_old  2011-06-22 16:55:04.0 +0200
+++ /var/tmp/diff_new_pack.WvzI9D/_new  2011-06-22 16:55:04.0 +0200
@@ -39,12 +39,12 @@
 BuildRequires:  wireless-tools
 %endif
 License:MPLv1.1 or GPLv2+ or LGPLv2+
-Version:1.9.2.17
-Release:0.RELEASE2
-%define releasedate 2011042000
-%define version_internal 1.9.2.17
+Version:1.9.2.18
+Release:1.RELEASE2
+%define releasedate 2011061300
+%define version_internal 1.9.2.18
 %define apiversion 1.9.2
-%define uaweight 192170
+%define uaweight 192180
 Summary:Mozilla Runtime Environment 1.9.2
 Url:http://www.mozilla.org
 Group:  Productivity/Other
@@ -72,6 +72,7 @@
 Patch3: mozilla-pkgconfig.patch
 Patch4: idldir.patch
 Patch5: mozilla-nongnome-proxies.patch
+Patch6: mozilla-dump_syms-static.patch
 Patch7: mozilla-prefer_plugin_pref.patch
 Patch8: mozilla-shared-nss-db.patch
 Patch10:mozilla-kde.patch
@@ -86,6 +87,7 @@
 Patch17:mozilla-gdk-pixbuf.patch
 Patch18:mozilla-prlog.patch
 Patch19:mozilla-ntlm-full-path.patch
+Patch20:mozilla-gcc46.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   mozilla-js192 = %{version}
 Requires(post):  update-alternatives coreutils
@@ -222,6 +224,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 %patch7 -p1
 %patch8 -p1
 %if %suse_version = 1110
@@ -237,6 +240,7 @@
 %patch17 -p1
 %patch18 -p1
 %patch19 -p1
+%patch20 -p1
 
 %build
 %if %suse_version = 1110

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.WvzI9D/_old  2011-06-22 16:55:04.0 +0200
+++ /var/tmp/diff_new_pack.WvzI9D/_new  2011-06-22 16:55:04.0 +0200
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-RELEASE_TAG=FIREFOX_3_6_17_RELEASE
-VERSION=1.9.2.17
+RELEASE_TAG=FIREFOX_3_6_18_RELEASE
+VERSION=1.9.2.18
 
 # mozilla
 hg clone http://hg.mozilla.org/releases/mozilla-1.9.2 mozilla

++ find-external-requires.sh ++
--- /var/tmp/diff_new_pack.WvzI9D/_old  2011-06-22 16:55:04.0 +0200
+++ /var/tmp/diff_new_pack.WvzI9D/_new  2011-06-22 16:55:04.0 +0200
@@ -1,23 +1,9 @@
 #!/bin/sh
-
 # Finds requirements provided outside of the current file set
 
-filelist=`sed s/[]['\*?{}]/\/g`
-
-provides=`echo $filelist | /usr/lib/rpm/find-provides`
-
-{
-for f in $filelist ; do
-   echo $f | /usr/lib/rpm/find-requires | while read req ; do
-   found=0
-   for p in $provides ; do
-   if [ $req = $p ]; then
-   found=1
-   fi
-   done
-   if [ $found = 0 ]; then
-   echo $req
-   fi
-   done
-done
-} | sort -u
+filelist=$( sed s/[]['\*?{}]/\/g )
+provides=$( echo $filelist | /usr/lib/rpm/find-provides )
+echo $filelist \
+| /usr/lib/rpm/find-requires \
+| grep -F -v $provides \
+| sort -u


commit MozillaFirefox for openSUSE:11.3

2011-06-22 Thread h_root

Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:11.3
checked in at Wed Jun 22 17:07:30 CEST 2011.




--- old-versions/11.3/UPDATES/all/MozillaFirefox/MozillaFirefox.changes 
2011-04-29 07:08:09.0 +0200
+++ 11.3/MozillaFirefox/MozillaFirefox.changes  2011-06-21 18:47:33.0 
+0200
@@ -1,0 +2,21 @@
+Tue Jun 14 09:54:04 UTC 2011 - w...@rosenauer.org
+
+- security update to 3.6.18 (bnc#701296)
+  * MFSA 2011-19/CVE-2011-2374 CVE-2011-2376 CVE-2011-2364
+CVE-2011-2365
+Miscellaneous memory safety hazards
+  * MFSA 2011-20/CVE-2011-2373 (bmo#617247)
+Use-after-free vulnerability when viewing XUL document with
+script disabled
+  * MFSA 2011-21/CVE-2011-2377 (bmo#638018, bmo#639303)
+Memory corruption due to multipart/x-mixed-replace images
+  * MFSA 2011-22/CVE-2011-2371 (bmo#664009)
+Integer overflow and arbitrary code execution in
+Array.reduceRight()
+  * MFSA 2011-23/CVE-2011-0083 CVE-2011-0085 CVE-2011-2363
+Multiple dangling pointer vulnerabilities
+  * MFSA 2011-24/CVE-2011-2362 (bmo#616264)
+Cookie isolation error
+- speedier find-external-requires.sh
+
+---

calling whatdependson for 11.3-i586


Old:

  firefox-3.6.17-source.tar.bz2
  l10n-3.6.17.tar.bz2

New:

  firefox-3.6.18-source.tar.bz2
  l10n-3.6.18.tar.bz2



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.H0q8Y3/_old  2011-06-22 17:06:58.0 +0200
+++ /var/tmp/diff_new_pack.H0q8Y3/_new  2011-06-22 17:06:58.0 +0200
@@ -24,7 +24,7 @@
 Name:   MozillaFirefox
 %define xulrunner mozilla-xulrunner192
 BuildRequires:  autoconf213 gcc-c++ libcurl-devel libgnomeui-devel 
libidl-devel libnotify-devel python unzip update-desktop-files zip
-BuildRequires:  %{xulrunner}-devel = 1.9.2.17
+BuildRequires:  %{xulrunner}-devel = 1.9.2.18
 %if %suse_version  1020
 BuildRequires:  fdupes
 %endif
@@ -34,13 +34,13 @@
 BuildRequires:  wireless-tools
 %endif
 License:MPLv1.1 or GPLv2+ or LGPLv2+
-Version:%mainver.17
+Version:%mainver.18
 Release:0.RELEASE2
 Provides:   web_browser
 Provides:   firefox = %{mainver}
 Provides:   firefox = %{version}-%{release}
 Provides:   firefox = %{version}
-%define releasedate 2011042000
+%define releasedate 2011061300
 Summary:Mozilla Firefox Web Browser
 Url:http://www.mozilla.org/
 Group:  Productivity/Networking/Web/Browsers

++ find-external-requires.sh ++
--- /var/tmp/diff_new_pack.H0q8Y3/_old  2011-06-22 17:06:58.0 +0200
+++ /var/tmp/diff_new_pack.H0q8Y3/_new  2011-06-22 17:06:58.0 +0200
@@ -1,23 +1,9 @@
 #!/bin/sh
-
 # Finds requirements provided outside of the current file set
 
-filelist=`sed s/[]['\*?{}]/\/g`
-
-provides=`echo $filelist | /usr/lib/rpm/find-provides`
-
-{
-for f in $filelist ; do
-   echo $f | /usr/lib/rpm/find-requires | while read req ; do
-   found=0
-   for p in $provides ; do
-   if [ $req = $p ]; then
-   found=1
-   fi
-   done
-   if [ $found = 0 ]; then
-   echo $req
-   fi
-   done
-done
-} | sort -u
+filelist=$( sed s/[]['\*?{}]/\/g )
+provides=$( echo $filelist | /usr/lib/rpm/find-provides )
+echo $filelist \
+| /usr/lib/rpm/find-requires \
+| grep -F -v $provides \
+| sort -u

++ firefox-3.6.17-source.tar.bz2 - firefox-3.6.18-source.tar.bz2 ++
old-versions/11.3/UPDATES/all/MozillaFirefox/firefox-3.6.17-source.tar.bz2 
11.3/MozillaFirefox/firefox-3.6.18-source.tar.bz2 differ: char 11, line 1


++ l10n-3.6.17.tar.bz2 - l10n-3.6.18.tar.bz2 ++
old-versions/11.3/UPDATES/all/MozillaFirefox/l10n-3.6.17.tar.bz2 
11.3/MozillaFirefox/l10n-3.6.18.tar.bz2 differ: char 11, line 1






Remember to have fun...

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



commit mozilla-xulrunner192 for openSUSE:11.4

2011-06-22 Thread h_root

Hello community,

here is the log from the commit of package mozilla-xulrunner192 for 
openSUSE:11.4
checked in at Wed Jun 22 17:08:13 CEST 2011.




--- 
old-versions/11.4/UPDATES/all/mozilla-xulrunner192/mozilla-xulrunner192.changes 
2011-04-29 07:06:44.0 +0200
+++ 11.4/mozilla-xulrunner192/mozilla-xulrunner192.changes  2011-06-21 
18:46:52.0 +0200
@@ -1,0 +2,28 @@
+Mon Jun 20 09:32:58 UTC 2011 - w...@rosenauer.org
+
+- security update to 1.9.2.18 (bnc#701296)
+  * MFSA 2011-19/CVE-2011-2374 CVE-2011-2376 CVE-2011-2364
+CVE-2011-2365
+Miscellaneous memory safety hazards
+  * MFSA 2011-20/CVE-2011-2373 (bmo#617247)
+Use-after-free vulnerability when viewing XUL document with
+script disabled
+  * MFSA 2011-21/CVE-2011-2377 (bmo#638018, bmo#639303)
+Memory corruption due to multipart/x-mixed-replace images
+  * MFSA 2011-22/CVE-2011-2371 (bmo#664009)
+Integer overflow and arbitrary code execution in
+Array.reduceRight()
+  * MFSA 2011-23/CVE-2011-0083 CVE-2011-0085 CVE-2011-2363
+Multiple dangling pointer vulnerabilities
+  * MFSA 2011-24/CVE-2011-2362 (bmo#616264)
+Cookie isolation error
+- speedier find-external-requires.sh
+- do not build dump_syms static as it is not needed for us
+  - fixes build for 12.1 and above
+
+---
+Wed May 11 09:44:20 UTC 2011 - cgiboude...@gmx.com
+
+- Add mozilla-gcc46.patch. Fixes various build errors with GCC4.6
+
+---

calling whatdependson for 11.4-i586


Old:

  l10n-1.9.2.17.tar.bz2
  xulrunner-source-1.9.2.17.tar.bz2

New:

  l10n-1.9.2.18.tar.bz2
  mozilla-dump_syms-static.patch
  mozilla-gcc46.patch
  xulrunner-source-1.9.2.18.tar.bz2



Other differences:
--
++ mozilla-xulrunner192.spec ++
--- /var/tmp/diff_new_pack.iS3E71/_old  2011-06-22 17:07:47.0 +0200
+++ /var/tmp/diff_new_pack.iS3E71/_new  2011-06-22 17:07:47.0 +0200
@@ -39,12 +39,12 @@
 BuildRequires:  wireless-tools
 %endif
 License:MPLv1.1 or GPLv2+ or LGPLv2+
-Version:1.9.2.17
-Release:0.RELEASE2
-%define releasedate 2011042000
-%define version_internal 1.9.2.17
+Version:1.9.2.18
+Release:1.RELEASE2
+%define releasedate 2011061300
+%define version_internal 1.9.2.18
 %define apiversion 1.9.2
-%define uaweight 192170
+%define uaweight 192180
 Summary:Mozilla Runtime Environment 1.9.2
 Url:http://www.mozilla.org
 Group:  Productivity/Other
@@ -72,6 +72,7 @@
 Patch3: mozilla-pkgconfig.patch
 Patch4: idldir.patch
 Patch5: mozilla-nongnome-proxies.patch
+Patch6: mozilla-dump_syms-static.patch
 Patch7: mozilla-prefer_plugin_pref.patch
 Patch8: mozilla-shared-nss-db.patch
 Patch10:mozilla-kde.patch
@@ -86,6 +87,7 @@
 Patch17:mozilla-gdk-pixbuf.patch
 Patch18:mozilla-prlog.patch
 Patch19:mozilla-ntlm-full-path.patch
+Patch20:mozilla-gcc46.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   mozilla-js192 = %{version}
 Requires(post):  update-alternatives coreutils
@@ -222,6 +224,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 %patch7 -p1
 %patch8 -p1
 %if %suse_version = 1110
@@ -237,6 +240,7 @@
 %patch17 -p1
 %patch18 -p1
 %patch19 -p1
+%patch20 -p1
 
 %build
 %if %suse_version = 1110

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.iS3E71/_old  2011-06-22 17:07:47.0 +0200
+++ /var/tmp/diff_new_pack.iS3E71/_new  2011-06-22 17:07:47.0 +0200
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-RELEASE_TAG=FIREFOX_3_6_17_RELEASE
-VERSION=1.9.2.17
+RELEASE_TAG=FIREFOX_3_6_18_RELEASE
+VERSION=1.9.2.18
 
 # mozilla
 hg clone http://hg.mozilla.org/releases/mozilla-1.9.2 mozilla

++ find-external-requires.sh ++
--- /var/tmp/diff_new_pack.iS3E71/_old  2011-06-22 17:07:47.0 +0200
+++ /var/tmp/diff_new_pack.iS3E71/_new  2011-06-22 17:07:47.0 +0200
@@ -1,23 +1,9 @@
 #!/bin/sh
-
 # Finds requirements provided outside of the current file set
 
-filelist=`sed s/[]['\*?{}]/\/g`
-
-provides=`echo $filelist | /usr/lib/rpm/find-provides`
-
-{
-for f in $filelist ; do
-   echo $f | /usr/lib/rpm/find-requires | while read req ; do
-   found=0
-   for p in $provides ; do
-   if [ $req = $p ]; then
-   found=1
-   fi
-   done
-   if [ $found = 0 ]; then
-   echo $req
-   fi
-   done
-done
-} | sort -u
+filelist=$( sed s/[]['\*?{}]/\/g )
+provides=$( echo $filelist | /usr/lib/rpm/find-provides )
+echo $filelist \
+| /usr/lib/rpm/find-requires \
+| grep -F -v $provides \
+| sort -u