commit NetworkManager-kde4 for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager-kde4 for 
openSUSE:Factory checked in at 2012-07-01 15:14:23

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


Package is NetworkManager-kde4, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/NetworkManager-kde4/NetworkManager-kde4.changes  
2012-05-29 10:34:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-kde4.new/NetworkManager-kde4.changes 
2012-07-02 09:29:59.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun 18 12:35:42 UTC 2012 - toddrme2...@gmail.com
+
+- Update to 0.9.0.3
+  * fix the crash when opening kwallet bug in all known cases
+  * other bugfixes
+
+---

Old:

  networkmanagement-0.9.0.2.tar.bz2

New:

  networkmanagement-0.9.0.3.tar.bz2



Other differences:
--
++ NetworkManager-kde4.spec ++
--- /var/tmp/diff_new_pack.SQJVzB/_old  2012-07-02 09:31:27.0 +0200
+++ /var/tmp/diff_new_pack.SQJVzB/_new  2012-07-02 09:31:27.0 +0200
@@ -23,11 +23,11 @@
 BuildRequires:  mobile-broadband-provider-info
 %if 0%{?suse_version} = 1210
 BuildRequires:  NetworkManager-devel = 0.9.0
-BuildRequires:  openconnect-devel
+BuildRequires:  openconnect-devel = 3.99
 %else
 BuildRequires:  NetworkManager-devel  0.8.5
 %endif
-Version:0.9.0.2
+Version:0.9.0.3
 Release:0
 Summary:NetworkManager client for KDE 4
 License:LGPL-2.0+

++ networkmanagement-0.9.0.2.tar.bz2 - networkmanagement-0.9.0.3.tar.bz2 
++
 98478 lines of diff (skipped)

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



commit alsa for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package alsa for openSUSE:Factory checked in 
at 2012-07-01 20:58:49

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


Package is alsa, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/alsa/alsa.changes2012-06-26 
17:44:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa.new/alsa.changes   2012-07-02 
10:08:41.0 +0200
@@ -1,0 +2,13 @@
+Thu Jun 28 17:04:59 CEST 2012 - ti...@suse.de
+
+- Use a special modprobe config for loading OSS and sequencer
+  modules automatically (bnc#768361,bnc#768352,bnc#757484,
+  bnc#767738)
+- Remove the automatic module loading part from alsasound init
+  script since modprobe does it now
+- Set LOAD_SEQUENCER=no and LOAD_OSS_EMUL_MODULES=no as default;
+  these were already disabled on 12.1 with systemd.
+  This is only for new installations.  Users upgrading from old
+  distros aren't affected.
+
+---

New:

  50-alsa.conf
  install-snd-module



Other differences:
--
++ alsa.spec ++
--- /var/tmp/diff_new_pack.Bpupye/_old  2012-07-02 10:08:57.0 +0200
+++ /var/tmp/diff_new_pack.Bpupye/_new  2012-07-02 10:08:57.0 +0200
@@ -50,6 +50,8 @@
 Source32:   all_notes_off.mid
 Source33:   alsa-info.sh
 Source34:   alsa-init.sh
+Source40:   50-alsa.conf
+Source41:   install-snd-module
 # Patch:  alsa-lib-git-fixes.diff
 Patch1: 0001-conf-pcm-Add-support-for-Echo3G-devices.-Thanks-to-u.patch
 Patch2: 0002-USB-Audio-Blacklist-iec958-for-some-USB-devices.patch
@@ -202,6 +204,13 @@
 install -c -m 0644 %{SOURCE8} $RPM_BUILD_ROOT/etc/udev/rules.d
 %endif
 #
+# modprobe config and the module install script for loading OSS-emulation
+# and sequencer modules automatically
+mkdir -p $RPM_BUILD_ROOT/etc/modprobe.d
+install -c -m 0644 %{S:40} $RPM_BUILD_ROOT/etc/modprobe.d
+mkdir -p $RPM_BUILD_ROOT/sbin
+install -c -m 0755 %{S:41} $RPM_BUILD_ROOT/sbin
+#
 # install template to update rc.config and sysconfig files:
 # (updating the actual files is done in the %post-script)
 #
@@ -243,6 +252,8 @@
 %defattr(-, root, root)
 %doc %{_docdir}/%{name}
 /etc/init.d/*
+/etc/modprobe.d
+/sbin/*
 %{_sbindir}/*
 %{_bindir}/*
 /usr/lib/all_notes_off.*

++ 50-alsa.conf ++
install snd /sbin/install-snd-module snd $CMDLINE_OPTS
install snd-pcm /sbin/install-snd-module snd-pcm $CMDLINE_OPTS
install snd-seq /sbin/install-snd-module snd-seq $CMDLINE_OPTS


++ alsasound ++
--- /var/tmp/diff_new_pack.Bpupye/_old  2012-07-02 10:08:57.0 +0200
+++ /var/tmp/diff_new_pack.Bpupye/_new  2012-07-02 10:08:57.0 +0200
@@ -61,21 +61,6 @@
 asoundcfg=/var/lib/alsa/asound.state
 aconnect=/usr/bin/aconnect
 
-#
-# insert sequencer modules
-#
-load_sequencer() {
-  test $LOAD_SEQUENCER = yes  modprobe -q snd-seq
-  if [ x$LOAD_SEQUENCER = xyes -a -r /proc/asound/seq/drivers ]; then
-OLDIFS=$IFS
-IFS=,
-while read t x c; do
-  /sbin/modprobe $t
-done  /proc/asound/seq/drivers
-IFS=$OLDIFS
-  fi
-}
-
 get_drivers() {
   /sbin/modprobe -c | \
 grep -E ^[[:space:]]*alias[[:space:]]+snd-card-[[:digit:]] | sort -u | \
@@ -109,21 +94,11 @@
 #
 # rest of start action
 #
-start_rest() {
-  load_sequencer
-  if [ x$LOAD_OSS_EMUL_MODULES = xyes ]; then
-/sbin/modprobe snd-pcm-oss
-test x$LOAD_OSS_SEQ_MODULE = xyes  /sbin/modprobe snd-seq-oss
-  fi
-}
 
 # manual load and force to store the status
 start_all() {
 echo -n Starting sound driver
-load_modules  start_rest
-# hack - in case the mixer isn't restored
-# this shouldn't be needed anymore since udev cares
-# (sleep 1; $alsactl -F -f $asoundcfg restore /dev/null 21)
+load_modules
 rc_status -r
 }
 
@@ -196,7 +171,6 @@
$alsactl -F -f $asoundcfg restore /dev/null 21
;;
esac
-   start_rest
else
start_all
fi

++ install-snd-module ++
#!/bin/sh

/sbin/modprobe --ignore-install $@ || exit $?

. /etc/sysconfig/sound

case $1 in
snd)
/sbin/modprobe --quiet --use-blacklist snd-ioctl32
test $LOAD_OSS_EMUL_MODULES = yes  \
/sbin/modprobe --quiet --use-blacklist snd-mixer-oss
test $LOAD_SEQUENCER = yes  \
/sbin/modprobe --quiet --use-blacklist snd-seq
;;
snd-pcm|snd_pcm)
test $LOAD_OSS_EMUL_MODULES = yes  \
/sbin/modprobe --quiet --use-blacklist snd-pcm-oss
;;
snd-seq|snd_seq)
if [ -r /proc/asound/seq/drivers ]; then
OLDIFS=$IFS
IFS=,
while read t x c; do
 

commit armadillo for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2012-07-01 14:59:14

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


Package is armadillo, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2012-06-26 
15:13:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2012-07-02 
10:13:48.0 +0200
@@ -1,0 +2,7 @@
+Fri Jun 29 06:41:42 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.2.3:
+  + Minor correction for declaration of fixed size vectors and
+matrices.
+
+---

Old:

  armadillo-3.2.2.tar.gz

New:

  armadillo-3.2.3.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.EB1vpU/_old  2012-07-02 10:13:51.0 +0200
+++ /var/tmp/diff_new_pack.EB1vpU/_new  2012-07-02 10:13:51.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   armadillo
-Version:3.2.2
+Version:3.2.3
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:LGPL-3.0+
 Group:  Development/Libraries/C and C++
 Url:http://arma.sourceforge.net/
-Source: 
http://sourceforge.net/projects/arma/files/%{name}-%{version}.tar.gz
+Source: http://download.sourceforge.net/arma/%{name}-%{version}.tar.gz
 Source2:baselibs.conf
 BuildRequires:  blas-devel
 BuildRequires:  boost-devel

++ armadillo-3.2.2.tar.gz - armadillo-3.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-3.2.2/CMakeLists.txt 
new/armadillo-3.2.3/CMakeLists.txt
--- old/armadillo-3.2.2/CMakeLists.txt  2012-06-01 08:20:52.0 +0200
+++ new/armadillo-3.2.3/CMakeLists.txt  2012-06-29 05:06:03.0 +0200
@@ -16,7 +16,7 @@
 
 set(ARMA_MAJOR 3)
 set(ARMA_MINOR 2)
-set(ARMA_PATCH 2)
+set(ARMA_PATCH 3)
 
 message(STATUS Configuring Armadillo 
${ARMA_MAJOR}.${ARMA_MINOR}.${ARMA_PATCH})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/armadillo-3.2.2/build_aux/cmake/Modules/ARMA_FindMKL.cmake 
new/armadillo-3.2.3/build_aux/cmake/Modules/ARMA_FindMKL.cmake
--- old/armadillo-3.2.2/build_aux/cmake/Modules/ARMA_FindMKL.cmake  
2011-02-10 07:59:06.0 +0100
+++ new/armadillo-3.2.3/build_aux/cmake/Modules/ARMA_FindMKL.cmake  
2012-06-04 16:10:34.0 +0200
@@ -18,7 +18,7 @@
 FOREACH (MKL_NAME ${MKL_NAMES})
   FIND_LIBRARY(${MKL_NAME}_LIBRARY
 NAMES ${MKL_NAME}
-PATHS /usr/lib64 /usr/lib /usr/local/lib64 /usr/local/lib 
/opt/intel/mkl/lib/lib64 /opt/intel/mkl/lib/ia32 /opt/intel/mkl/lib 
/opt/intel/*/mkl/lib/intel64 /opt/intel/*/mkl/lib/ia32/ /opt/mkl/*/lib/em64t 
/opt/mkl/*/lib/32 /opt/intel/mkl/*/lib/em64t /opt/intel/mkl/*/lib/32
+PATHS /usr/lib64 /usr/lib /usr/local/lib64 /usr/local/lib 
/opt/intel/mkl/lib/lib64 /opt/intel/mkl/lib/intel64 /opt/intel/mkl/lib/ia32 
/opt/intel/mkl/lib /opt/intel/*/mkl/lib/intel64 /opt/intel/*/mkl/lib/ia32/ 
/opt/mkl/*/lib/em64t /opt/mkl/*/lib/32 /opt/intel/mkl/*/lib/em64t 
/opt/intel/mkl/*/lib/32
 )
 
   SET(TMP_LIBRARY ${${MKL_NAME}_LIBRARY})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-3.2.2/include/armadillo_bits/Col_bones.hpp 
new/armadillo-3.2.3/include/armadillo_bits/Col_bones.hpp
--- old/armadillo-3.2.2/include/armadillo_bits/Col_bones.hpp2012-05-08 
06:03:25.0 +0200
+++ new/armadillo-3.2.3/include/armadillo_bits/Col_bones.hpp2012-06-29 
05:04:33.0 +0200
@@ -109,77 +109,7 @@
   inline const_row_iterator end_row  (const uword row_num) const;
   
   
-  templateuword fixed_n_elem
-  class fixed : public ColeT
-{
-private:
-
-static const bool use_extra = (fixed_n_elem  arma_config::mat_prealloc);
-
-arma_aligned eT mem_local_extra[ (use_extra) ? fixed_n_elem : 1 ];
-
-arma_inline void change_to_row();
-
-
-public:
-
-typedef fixedfixed_n_elem   Col_fixed_type;
-
-typedef eTelem_type;
-typedef typename get_pod_typeeT::result pod_type;
-
-static const bool is_col = true;
-static const bool is_row = false;
-
-static const uword n_rows = fixed_n_elem;
-static const uword n_cols = 1;
-static const uword n_elem = fixed_n_elem;
-
-arma_inline fixed();
-arma_inline fixed(const fixedfixed_n_elem X);
- inline fixed(const subview_cubeeT X);
-
-templatetypename T1  inline fixed(const BaseeT,T1 

commit arpwatch-ethercodes for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-06-30 11:43:15

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


Package is arpwatch-ethercodes, Maintainer is dr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-06-29 10:38:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-07-02 10:13:57.0 +0200
@@ -2 +2 @@
-Fri Jun 29 08:40:05 CEST 2012 - autobu...@suse.de
+Sat Jun 30 07:40:04 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-06-29
+- automated update on 2012-06-30



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.L9215B/_old  2012-07-02 10:14:00.0 +0200
+++ /var/tmp/diff_new_pack.L9215B/_new  2012-07-02 10:14:00.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.6.29
+Version:2012.6.30
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.L9215B/_old  2012-07-02 10:14:00.0 +0200
+++ /var/tmp/diff_new_pack.L9215B/_new  2012-07-02 10:14:00.0 +0200
@@ -78731,6 +78731,12 @@
Lisburn Co Antrim BT28 2RE
UNITED KINGDOM
 
+00-DB-1E   (hex)   Albedo Telecom SL
+00DB1E (base 16)   Albedo Telecom SL
+   Joan d#39;Austria 112
+   Barcelona  08018
+   SPAIN
+
 00-DB-45   (hex)   THAMWAY CO.,LTD.
 00DB45 (base 16)   THAMWAY CO.,LTD.
3-9-2
@@ -98315,6 +98321,12 @@
 New Taipei  231
TAIWAN, REPUBLIC OF CHINA
 
+B8-98-B0   (hex)   Atlona Inc.
+B898B0 (base 16)   Atlona Inc.
+   1293 Mountain View Alviso Rd # A
+   Sunnyvale CA 94089
+   UNITED STATES
+
 B8-9A-ED   (hex)   OceanServer Technology, Inc
 B89AED (base 16)   OceanServer Technology, Inc
151 Martine St

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



commit brp-check-suse for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package brp-check-suse for openSUSE:Factory 
checked in at 2012-07-02 09:35:07

Comparing /work/SRC/openSUSE:Factory/brp-check-suse (Old)
 and  /work/SRC/openSUSE:Factory/.brp-check-suse.new (New)


Package is brp-check-suse, Maintainer is r...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/brp-check-suse/brp-check-suse.changes
2012-03-16 13:09:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.brp-check-suse.new/brp-check-suse.changes   
2012-07-02 10:15:32.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul  1 19:37:50 UTC 2012 - co...@suse.com
+
+- do not allow symlinks to point to itself (not existant as result)
+
+---

New:

  check-broken-symlinks.diff



Other differences:
--
++ brp-check-suse.spec ++
--- /var/tmp/diff_new_pack.Bqcn7I/_old  2012-07-02 10:15:37.0 +0200
+++ /var/tmp/diff_new_pack.Bqcn7I/_new  2012-07-02 10:15:37.0 +0200
@@ -33,6 +33,7 @@
 # make package
 #
 Source0:%{name}-%{version}.tar.bz2
+Patch0: check-broken-symlinks.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %global provfind sh -c grep -v 'brp-desktop.data' | %__find_provides
 %global __find_provides %provfind
@@ -47,6 +48,7 @@
 %ifnarch x86_64 s390x ppc64
 rm brp-65-lib64-linux
 %endif
+%patch0 -p1
 
 %build
 # nothing to do

++ check-broken-symlinks.diff ++
Index: brp-check-suse-1.0/brp-25-symlink
===
--- brp-check-suse-1.0.orig/brp-25-symlink  2012-03-13 13:52:11.0 
+0100
+++ brp-check-suse-1.0/brp-25-symlink   2012-07-01 21:37:11.698384089 +0200
@@ -79,6 +79,11 @@ do
fi
 done
 
+if test $link = $link_dest; then
+  echo ERROR: $link points to itself (as $orig_link_dest)
+  exit 1
+fi
+
 # black list
 case $link,$link_dest in
*,/var/lib/named*)
-- 
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-02 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2012-07-01 14:59:38

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-06-01 
22:30:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2012-07-02 
10:16:48.0 +0200
@@ -1,0 +2,45 @@
+Fri Jun 29 08:52:58 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 22.0.1190
+  * Security Fixes: 
+* CVE-2012-2815: Leak of iframe fragment id
+* CVE-2012-2816: Prevent sandboxed processes interfering with
+   each other
+*  CVE-2012-2817: Use-after-free in table section handling
+*  CVE-2012-2818: Use-after-free in counter layout
+*  CVE-2012-2819: Crash in texture handling
+*  CVE-2012-2820: Out-of-bounds read in SVG filter handling
+*  CVE-2012-2821: Autofill display problem
+*  CVE-2012-2823: Use-after-free in SVG resource handling
+*  CVE-2012-2826: Out-of-bounds read in texture conversion
+*  CVE-2012-2829: Use-after-free in first-letter handling
+*  CVE-2012-2830: Wild pointer in array value setting
+*  CVE-2012-2831: Use-after-free in SVG reference handling
+*  CVE-2012-2834: Integer overflow in Matroska container
+*  CVE-2012-2825: Wild read in XSL handling
+*  CVE-2012-2807: Integer overflows in libxml
+  * Fix update-alternatives within the spec-file
+
+---
+Thu Jun 21 12:20:28 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 22.0.1183
+  * Content settings for Cookies now also show protected storage 
+granted to hosted apps
+  * Chromoting client plugin correctly up-scales on when page-zoom 
+is 100%.
+
+---
+Tue Jun 19 13:06:52 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 21.0.1181
+  * Bugfixes.
+  * Remove obsolete patch
+  * Do not execute update-alternatives when building
+
+---
+Fri Jun 15 12:19:24 UTC 2012 - co...@suse.com
+
+- fix update-alternative usage to fix build
+
+---

Old:

  chromium.21.0.1158.0.svn139751.tar.bz2
  sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch

New:

  chromium.22.0.1190.0.svn144885.tar.bz2



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.Q64guH/_old  2012-07-02 10:17:28.0 +0200
+++ /var/tmp/diff_new_pack.Q64guH/_new  2012-07-02 10:17:28.0 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define v8_ver 3.11.7.0
-%define svn_revision 139751
+%define v8_ver 3.12.5.0
+%define svn_revision 144885
 
 Name:   chromium
-Version:21.0.1158.0
+Version:22.0.1190.0
 Release:0
 Summary:Google's opens source browser project
 License:BSD-3-Clause and LGPL-2.1+
@@ -80,8 +80,6 @@
 Patch67:chromium_use_gold.patch
 # PATCH-FIX-OPENSUSE Fix build with GCC 4.7
 Patch68:chromium-gcc47.patch
-# Upstream Patches 
-Patch500:   sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch
 
 %if 0%{?suse_version}  1210
 BuildRequires:  libjpeg8-devel
@@ -262,7 +260,6 @@
 %patch66 -p1
 %patch67 -p1
 %patch68 -p1
-%patch500 -p1
 
 echo svn%{svn_revision}  src/build/LASTCHANGE.in
 
@@ -276,10 +273,6 @@
 
 ## create make files
 
-%if 0%{?suse_version} == 1140
-export LDFLAGS=-Wl,--reduce-memory-overheads
-%endif
-
 PARSED_OPT_FLAGS=`echo \'%{optflags} -DUSE_SYSTEM_LIBEVENT -fPIC -fno-ipa-cp 
-fno-strict-aliasing \' | sed s/ /',/g | sed s/',/', '/g`
 for i in src/build/common.gypi; do
 sed -i s|'-march=pentium4',||g $i
@@ -325,12 +318,17 @@
 -Dtarget_arch=x64 \
 %endif
 %if 0%{?suse_version} == 1140
+%ifnarch x86_64
 -Dlinux_use_gold_flags=0 \
 -Dlinux_use_gold_binary=0 \
 %else
 -Dlinux_use_gold_flags=1 \
 -Dlinux_use_gold_binary=1 \
 %endif
+%else
+-Dlinux_use_gold_flags=1 \
+-Dlinux_use_gold_binary=1 \
+%endif
 -Djavascript_engine=v8
 
 make -r %{?_smp_mflags} chrome V=1 BUILDTYPE=Release

++ chromium-6.0.406.0-system-gyp-v8.patch ++
--- /var/tmp/diff_new_pack.Q64guH/_old  2012-07-02 10:17:28.0 +0200
+++ /var/tmp/diff_new_pack.Q64guH/_new  2012-07-02 10:17:28.0 +0200
@@ -10,7 +10,7 @@
 +'linux/system.gyp:v8',
  '../webkit/support/webkit_support.gyp:*',
  '../webkit/webkit.gyp:*',
- 'util/build_util.gyp:*',
+ 'temp_gyp/googleurl.gyp:*',
 Index: chromium/src/build/linux/system.gyp
 

commit gcc47 for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package gcc47 for openSUSE:Factory checked 
in at 2012-07-01 20:59:31

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


Package is gcc47, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gcc47/cross-armv5el-gcc47-icecream-backend.changes   
2012-06-26 15:37:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gcc47.new/cross-armv5el-gcc47-icecream-backend.changes
  2012-07-02 10:19:35.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 29 08:42:19 UTC 2012 - rguent...@suse.com
+
+- Adjust arm icecream cross for continued change of the canonical
+  target used in binutils.
+
+---
New Changes file:

--- /dev/null   2012-06-28 07:48:42.835576985 +0200
+++ 
/work/SRC/openSUSE:Factory/.gcc47.new/cross-armv7hl-gcc47-icecream-backend.changes
  2012-07-02 10:19:35.0 +0200
@@ -0,0 +1,172 @@
+---
+Fri Jun 29 08:42:19 UTC 2012 - rguent...@suse.com
+
+- Adjust arm icecream cross for continued change of the canonical
+  target used in binutils.
+
+---
+Tue Jun 26 08:03:03 UTC 2012 - rguent...@suse.com
+
+- Require a version of libquadmath0 at least as new as the
+  libgfortran3 library from the latter.  [bnc#768785]
+
+---
+Fri Jun 22 11:03:09 UTC 2012 - adr...@suse.de
+
+- complete armv7hl switch
+
+---
+Wed Jun 20 15:13:58 UTC 2012 - a...@suse.de
+
+- Use new dynamic linker path /lib/ld-linux-armhf.so.3 for ARM v7.
+
+---
+Tue Jun 19 08:08:02 UTC 2012 - co...@suse.com
+
+- do not build cross environments on architectures that
+  are not native
+
+---
+Thu Jun 15 13:08:54 UTC 2012 - rguent...@suse.com
+
+- Update to gcc-4_7-branch head (r188649).
+  * Includes GCC 4.7.1 release.
+
+---
+Wed Jun  6 08:54:04 UTC 2012 - rguent...@suse.com
+
+- Explicitely specify target tools used for building.
+
+---
+Mon Jun  4 11:10:00 UTC 2012 - rguent...@suse.com
+
+- Update to gcc-4_7-branch head (r188177).
+
+---
+Fri Jun  1 09:01:40 UTC 2012 - rguent...@suse.com
+
+- Fix typo in cross-icecream.spec.in.
+- Also dump test-summary to the build log.
+
+---
+Wed May 30 14:13:54 UTC 2012 - rguent...@suse.com
+
+- Update patch for PR52080.
+
+---
+Mon May  7 09:35:56 UTC 2012 - rguent...@suse.com
+
+- Update to gcc-4_7-branch head (r187228).
+- Add patch for PR52841.
+
+---
+Thu Apr 19 11:32:05 UTC 2012 - rguent...@suse.com
+
+- Fix canonicalized target names for crosses.
+- Enable icecream backends, make their package name version specific.
+
+---
+Fri Apr 13 12:47:22 UTC 2012 - rguent...@suse.com
+
+- Update to gcc-4_7-branch head (r186417).
+- Fix libstdc++.so-gdb.py autoload script.  [bnc#750960]
+- Drop to release checking.
+- Fix build of cross targets with canonicalized name.
+
+---
+Thu Mar 22 12:06:49 UTC 2012 - rguent...@suse.com
+
+- Update to GCC 4.7.0 release.
+- Update to gcc-4_7-branch head (r185687).
+
+---
+Tue Mar 20 11:53:04 UTC 2012 - rguent...@suse.com
+
+- Package the gdb python scripts.  [bnc#750960]
+
+---
+Mon Mar 19 12:13:21 UTC 2012 - rguent...@suse.com
+
+- Change armv5 to use soft floating-point.
+
+---
+Tue Mar 13 12:59:26 UTC 2012 - rguent...@suse.com
+
+- Update to gcc-4_7-branch head (r185330).
+
+---
+Fri Mar  2 13:50:22 UTC 2012 - rguent...@suse.com
+
+- Update to GCC 4.7.0 release candidate.
+- Fixup libstdc++v3 symbol baselines on powerpc.
+
+---
+Wed Feb 29 09:03:10 UTC 2012 - rguent...@suse.com
+
+- Fixup more SPDX license issues.
+
+---
+Tue Feb 28 13:10:03 UTC 2012 - rguent...@suse.com
+
+- Update to SVN trunk 

commit gummi for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package gummi for openSUSE:Factory checked 
in at 2012-07-01 15:00:00

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


Package is gummi, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gummi/gummi.changes  2012-04-12 
09:26:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.gummi.new/gummi.changes 2012-07-02 
10:26:27.0 +0200
@@ -1,0 +2,19 @@
+Mon Jun 25 03:51:37 UTC 2012 - badshah...@gmail.com
+
+- Update to version 0.6.4:
+  + Bugs fixed:
+- Replaced faulty importer implementation with a toolbar
+  variant
+- Fixed an issue where the previewer would not display
+  correctly
+- dvi script uses exit status to signal compilation status
+- Improved the reported messages for some errors. 
+- Better TeXLive version detection
+- Fixed a reference problem that could lead to a crash
+- Search window is correctly centered in GNOME 3
+- Tab markup not enabled when project loading fails
+- Minor UI tweaks to the project  bibliography panels
+- Minor UI tweaks to the snippet configuration interface
+  + Minor rebase of patch gummi-deprecated-g_thread_init.patch.
+
+---

Old:

  gummi-0.6.3.tar.gz

New:

  gummi-0.6.4.tar.gz



Other differences:
--
++ gummi.spec ++
--- /var/tmp/diff_new_pack.Fhbp69/_old  2012-07-02 10:26:30.0 +0200
+++ /var/tmp/diff_new_pack.Fhbp69/_new  2012-07-02 10:26:30.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gummi
-Version:0.6.3
+Version:0.6.4
 Release:0
 Summary:Simple LaTeX editor
 License:MIT
 Group:  Productivity/Publishing/TeX/Frontends
 Url:http://gummi.midnightcoding.org/
-Source0:%{name}-%{version}.tar.gz
+Source0:
http://dev.midnightcoding.org/attachments/download/298/%{name}-%{version}.tar.gz
 %if 0%{?suse_version}  1210
 # PATCH-FIX-UPSTREAM gummi-deprecated-g_thread_init.patch badshah...@gmail.com 
-- Remove usage of deprecated g_thread_init().
 Patch0: gummi-deprecated-g_thread_init.patch

++ gummi-0.6.3.tar.gz - gummi-0.6.4.tar.gz ++
 13675 lines of diff (skipped)

++ gummi-deprecated-g_thread_init.patch ++
--- /var/tmp/diff_new_pack.Fhbp69/_old  2012-07-02 10:26:30.0 +0200
+++ /var/tmp/diff_new_pack.Fhbp69/_new  2012-07-02 10:26:30.0 +0200
@@ -1,9 +1,9 @@
-Index: gummi-0.6.1/src/main.c
+Index: gummi-0.6.4/src/main.c
 ===
 gummi-0.6.1.orig/src/main.c
-+++ gummi-0.6.1/src/main.c
-@@ -75,7 +75,13 @@ int main (int argc, char *argv[]) {
- g_option_context_parse (context, argc, argv, error);
+--- gummi-0.6.4.orig/src/main.c
 gummi-0.6.4/src/main.c
+@@ -76,7 +76,13 @@ int main (int argc, char *argv[]) {
+ if (error) g_error(%s\n, error-message);
  
  /* initialize GTK */
 -g_thread_init (NULL);
@@ -16,4 +16,4 @@
 +
  gdk_threads_init ();
  gtk_init (argc, argv);
- GtkBuilder* builder = gtk_builder_new ();
+ GError* ui_error = NULL;

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



commit kiwi for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2012-07-01 15:07:04

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2012-06-28 
15:31:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2012-07-02 
10:28:36.0 +0200
@@ -1,0 +2,30 @@
+Fri Jun 29 21:57:08 CEST 2012 - m...@suse.de
+
+- v5.03.27 released
+  
+---
+Fri Jun 29 21:53:27 CEST 2012 - m...@suse.de
+  
+- fixed hybrid persistent writing with kernel 3.x (bnc #769086)
+  
+---
+Thu Jun 28 14:11:31 CEST 2012 - m...@suse.de
+  
+- netboot: dhcpcd works with timeout 20s, kiwi used 40s, so one half
+  of the time it waited with no reason. This patch runs 'dhcpcd -T'
+  again after 22s, so the time is used effectively. It also helps in
+  situatios when the link needs more time to start, e.g with
+  wpa_supplicant and the first dhcp packets are lost.
+  
+---
+Thu Jun 28 10:19:57 CEST 2012 - rjsch...@suse.de
+  
+- fix the getPXEDeployConfiguration unit test on ppc and ppc64
+  
+---
+Wed Jun 27 15:37:22 CEST 2012 - m...@suse.de
+  
+- zypper in 12.2 has been fixed now, so we can change back the
+  JeOS image template to the type=image installation
+  
+---



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.6NYs7L/_old  2012-07-02 10:28:40.0 +0200
+++ /var/tmp/diff_new_pack.6NYs7L/_new  2012-07-02 10:28:40.0 +0200
@@ -21,7 +21,7 @@
 Summary:OpenSuSE - KIWI Image System
 License:GPL-2.0
 Group:  System/Management
-Version:5.03.26
+Version:5.03.27
 Release:0
 # requirements to build packages
 BuildRequires:  gcc-c++

++ kiwi.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/.revision new/kiwi/.revision
--- old/kiwi/.revision  2012-06-27 14:36:32.0 +0200
+++ new/kiwi/.revision  2012-06-27 14:36:32.0 +0200
@@ -1 +1 @@
-405fa428579c5ceaa954a420241f393263fde6e2
+de89ef19625bf36c3b70e5da39972bda5354
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWIGlobals.pm 
new/kiwi/modules/KIWIGlobals.pm
--- old/kiwi/modules/KIWIGlobals.pm 2012-06-27 14:36:32.0 +0200
+++ new/kiwi/modules/KIWIGlobals.pm 2012-06-29 21:57:48.0 +0200
@@ -50,7 +50,7 @@
# Globals (generic)
#--
my %data;
-   $data{Version} = 5.03.26;
+   $data{Version} = 5.03.27;
$data{Publisher}   = SUSE LINUX Products GmbH;
$data{Preparer}= KIWI - http://kiwi.berlios.de;;
$data{ConfigName}  = config.xml;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWILinuxRC.sh 
new/kiwi/modules/KIWILinuxRC.sh
--- old/kiwi/modules/KIWILinuxRC.sh 2012-06-27 14:36:32.0 +0200
+++ new/kiwi/modules/KIWILinuxRC.sh 2012-06-29 21:57:48.0 +0200
@@ -3266,7 +3266,17 @@
#==
# store hybrid write partition device
#--
-   export HYBRID_RW=$(ddn $biosBootDevice $HYBRID_PERSISTENT_PART)
+   # /.../
+   # use a loop device here because kernel 3.x refuses
+   # to mount a partition if the disk itself was already
+   # mounted. In case of a hybrid iso the disk device
+   # e.g /dev/sda represents the iso and is therefore
+   # mounted in any case. The same trick is used in
+   # createHybridPersistent when creating the filesystem
+   # 
+   HYBRID_RW=$(ddn $biosBootDevice $HYBRID_PERSISTENT_PART)
+   HYBRID_RW=$(losetup -f --show $HYBRID_RW)
+   export HYBRID_RW
 }
 #==
 # CDUmount
@@ -3768,13 +3778,24 @@
#==
# wait for any preferred interface(s)
#--
-   for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20;do
-   for try_iface in $prefer_iface ; do
-   if [ -s /var/lib/dhcpcd/dhcpcd-$try_iface.info ] 
-   grep -q ^IPADDR= 

commit kvm for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package kvm for openSUSE:Factory checked in 
at 2012-07-01 15:07:56

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kvm/kvm.changes  2012-05-29 10:33:38.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kvm.new/kvm.changes 2012-07-02 
10:28:58.0 +0200
@@ -1,0 +2,24 @@
+Wed Jun 27 22:05:42 UTC 2012 - brog...@suse.com
+
+- fix qemu-kvm crash with -usbdevice tablet. (bnc#766310)
+- fix CVE-2012-2652, where a tmpdir symlink attack is possible
+  when using snapshots (bnc#764526)
+- drop qemu-img-kvm, which is a rename of the qemu-img file and
+  delivers no additional value
+- drop qemu-ga. This file is now provided by the qemu-guest-agent
+  package.
+
+---
+Wed Jun 13 22:33:20 UTC 2012 - brog...@suse.com
+
+- update to most recent ipxe code
+- avoid array bounds error building ipxe
+- include more standard doc files
+- misc spec file cleanups
+
+---
+Sun Jun 10 19:35:58 UTC 2012 - brog...@suse.com
+
+- rely on newly created qemu-tools package for bridge helper
+
+---

Old:

  qemu-img-vmdk-scsi.patch

New:

  ipxe-avoid-bad-array-reference.patch
  kvm-qemu-preXX-block-prevent-snapshot-mode-TMPDIR-symlink-attack.patch
  kvm-qemu-preXX-uhci-fix-uhci_async_cancel_all.patch
  kvm-qemu-preXX-use--libexecdir-instead-of-ignoring.patch



Other differences:
--
++ kvm.spec ++
--- /var/tmp/diff_new_pack.UahdKQ/_old  2012-07-02 10:29:02.0 +0200
+++ /var/tmp/diff_new_pack.UahdKQ/_new  2012-07-02 10:29:02.0 +0200
@@ -22,6 +22,7 @@
 %define package_true_version 1.1.rc3
 %define package_base_version 1.1
 %define bios_id seabios-1.7.0
+# ipxe is through git commit id: addf699c86ae18edd7de13433da78be926c22504
 %define pxe_rom_id ipxe-1.0.0
 %define vgabios_id vgabios-0.6c
 # sgabios comes from: http://sgabios.googlecode.com/svn/trunk, Rev 8
@@ -94,10 +95,11 @@
 BuildRequires:  pwdutils
 Requires:   pwdutils
 Requires:   python-curses
-Requires:   virt-utils
 %if 0%{?suse_version}  1110
 Requires:   kvm-kmp
 %endif
+Recommends: qemu-tools
+Recommends: virt-utils
 Summary:Kernel-based Virtual Machine
 License:BSD-3-Clause ; GPL-2.0 ; GPL-2.0+ ; LGPL-2.1+ ; MIT
 Group:  System/Kernel
@@ -118,6 +120,7 @@
 
 # ipxe patches
 Patch01:ipxe-rom-settings.patch
+Patch02:ipxe-avoid-bad-array-reference.patch
 
 # seabios patches
 Patch20:seabios-sanitize-version.patch
@@ -139,10 +142,12 @@
 Patch103:   kvm-qemu-preXX-console.patch
 Patch104:   kvm-qemu-madvise-hugepages.patch
 Patch105:   kvm-qemu-preXX-dictzip3.patch
+Patch106:   kvm-qemu-preXX-use--libexecdir-instead-of-ignoring.patch
+Patch107:   
kvm-qemu-preXX-block-prevent-snapshot-mode-TMPDIR-symlink-attack.patch
+Patch108:   kvm-qemu-preXX-uhci-fix-uhci_async_cancel_all.patch
 
-Patch200:   qemu-img-vmdk-scsi.patch
-Patch201:   kvm-studio-slirp-nooutgoing.patch
-Patch202:   kvm-studio-vnc.patch
+Patch200:   kvm-studio-slirp-nooutgoing.patch
+Patch201:   kvm-studio-vnc.patch
 
 # for IA64
 Source500:  ia64-fix-pagesize.pl
@@ -159,8 +164,9 @@
 Patch706:   S390-hp-0004-Expose-drive_add-on-all-architectures.patch
 
 # For upstream patches:
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-PreReq: /usr/sbin/groupadd
+Requires(pre):  /usr/sbin/groupadd
 
 %description
 KVM (Kernel-based Virtual Machine) is virtualization software for
@@ -187,7 +193,6 @@
 libvirt, virt-manager and vm-install.
 
 
-
 Authors:
 
 Avi Kivity   a...@qumranet.com
@@ -202,6 +207,7 @@
 %setup -q -T -D -n %{pxe_rom_id} -b 7
 # ipxe patches
 %patch01 -p1
+%patch02 -p1
 %endif
 %setup -q -n qemu-%{name}-%{package_true_version} -a 6 -a 9 -a 10
 %if %{build_fw_from_source}
@@ -230,11 +236,13 @@
 %patch103 -p1
 %patch104 -p1
 %patch105 -p1
+%patch106 -p1
+%patch107 -p1
+%patch108 -p1
 
 # Studio addons
 %patch200 -p1
 %patch201 -p1
-%patch202 -p1
 
 # IA64 support
 %ifarch ia64
@@ -261,6 +269,7 @@
 ./configure \
 --prefix=%{_prefix} \
 --sysconfdir=%{_sysconfdir} \
+--libexecdir=%{_libexecdir} \
 --with-confsuffix=/qemu-kvm \
 --extra-cflags=%{optflags} \
 --disable-debug-tcg \
@@ -320,41 +329,41 @@
 
 sed -i 's/CFLAGS  =/CFLAGS  +=/' roms/vgabios/Makefile
 # userspace:
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 # Firmware
 %ifarch %ix86 x86_64
 %if 

commit libdrm for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package libdrm for openSUSE:Factory checked 
in at 2012-07-01 21:00:02

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


Package is libdrm, Maintainer is sndir...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libdrm/libdrm.changes2012-05-08 
11:59:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdrm.new/libdrm.changes   2012-07-02 
10:29:34.0 +0200
@@ -1,0 +2,27 @@
+Fri Jun 29 09:27:32 UTC 2012 - sndir...@suse.com
+
+- U_intel-add-Ivy-Bridge-GT2-server-variant.patch 
+  * intel: add Ivy Bridge GT2 server variant (bnc#769209)
+
+---
+Wed Jun 27 20:04:08 UTC 2012 - guilla...@opensuse.org
+
+- enable omapdrm support 
+
+---
+Tue May 29 09:47:00 UTC 2012 - sndir...@suse.com
+
+- back to libdrm 2.4.33, since 2.4.34 currentlz requires Mesa git
+  master changes for nouveau Mesa driver build
+
+---
+Sat May 26 22:25:01 UTC 2012 - crrodrig...@opensuse.org
+
+- update to version 2.4.34, see NEWS for detail, here follows 
+  packaging changes only.
+  + nouveau.h was moved out from its subdirectory (upstream change)
+  + lidrm_nouveau version bumped to 2.
+  + remove obsolete configure options.
+  + Fix many more implicit declarations and undefined references
+
+---

New:

  U_intel-add-Ivy-Bridge-GT2-server-variant.patch



Other differences:
--
++ libdrm.spec ++
--- /var/tmp/diff_new_pack.1277Fc/_old  2012-07-02 10:29:36.0 +0200
+++ /var/tmp/diff_new_pack.1277Fc/_new  2012-07-02 10:29:36.0 +0200
@@ -38,6 +38,7 @@
 Source2:baselibs.conf
 # PATCH-FIX-UPSTREAM libdrm-implicit-defs.diff fdo#48599 -- Fix compiler 
warnings in tests/radeon/radeon_ttm.c
 Patch1: libdrm-implicit-defs.diff
+Patch2: U_intel-add-Ivy-Bridge-GT2-server-variant.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:autoconf = 2.63, automake = 1.10
 BuildRequires:  libtool = 2.2
@@ -66,6 +67,9 @@
 Requires:   libdrm2 = %version
 Requires:   libdrm_nouveau1 = %version
 Requires:   libdrm_radeon1 = %version
+%ifarch %arm
+Requires:   libdrm_omap1 = %version
+%endif
 %ifarch %ix86 x86_64
 Requires:   libdrm_intel1 = %version
 %endif
@@ -136,13 +140,22 @@
 %description -n libkms1
 The KMS Memory Management abstraction library.
 
+%package -n libdrm_omap1
+Summary:Userspace interface to kernel DRM services for omap chips
+Group:  System/Libraries
+
+%description -n libdrm_omap1
+(Upstream has not provided a description)
+
+
 %prep
 %setup -q
 %patch -P 1 -p1
+%patch2 -p1
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing
-%configure --with-pic --enable-nouveau-experimental-api 
--enable-vmwgfx-experimental-api --enable-udev
+%configure --with-pic --enable-nouveau-experimental-api 
--enable-vmwgfx-experimental-api --enable-udev --enable-omap-experimental-api
 make %{?_smp_mflags}
 make %{?_smp_mflags} -C tests dristat drmstat
 
@@ -181,6 +194,10 @@
 
 %postun -n libkms1 -p /sbin/ldconfig
 
+%post   -n libdrm_omap1 -p /sbin/ldconfig
+
+%postun -n libdrm_omap1 -p /sbin/ldconfig
+
 %files tools
 %defattr(-,root,root)
 %_bindir/dristat
@@ -192,6 +209,7 @@
 %defattr(-,root,root)
 %_includedir/libdrm
 %_includedir/nouveau
+%_includedir/omap
 %_includedir/xf86drm.h
 %_includedir/xf86drmMode.h
 %_libdir/libdrm*.so
@@ -226,4 +244,8 @@
 %_libdir/libkms.so
 %_libdir/pkgconfig/libkms.pc
 
+%files -n libdrm_omap1
+%defattr(-,root,root)
+%_libdir/libdrm_omap.so.1*
+
 %changelog

++ U_intel-add-Ivy-Bridge-GT2-server-variant.patch ++
From e057a56448e2e785f74bc13dbd6ead8572ebed91 Mon Sep 17 00:00:00 2001
From: Eugeni Dodonov eug...@dodonov.net
Date: Thu, 29 Mar 2012 21:03:29 -0300
Subject: [PATCH] intel: add Ivy Bridge GT2 server variant

We were missing this one and it is being used by Bromolow.

Signed-off-by: Eugeni Dodonov eugeni.dodo...@intel.com
---
 intel/intel_chipset.h |4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/intel/intel_chipset.h b/intel/intel_chipset.h
index 435d01a..9c1abc8 100644
--- a/intel/intel_chipset.h
+++ b/intel/intel_chipset.h
@@ -44,6 +44,7 @@
 #define PCI_CHIP_IVYBRIDGE_M_GT1   0x0156 /* mobile */
 #define PCI_CHIP_IVYBRIDGE_M_GT2   0x0166
 #define PCI_CHIP_IVYBRIDGE_S   0x015a /* server */
+#define PCI_CHIP_IVYBRIDGE_S_GT2   0x016a /* server */
 
 #define PCI_CHIP_HASWELL_GT10x0402 /* Desktop */
 #define PCI_CHIP_HASWELL_GT2 

commit lyx for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2012-07-01 15:13:14

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


Package is lyx, Maintainer is b...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2012-03-20 11:30:28.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2012-07-02 
10:31:07.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun 25 14:27:12 UTC 2012 - corne...@solcon.nl
+
+- Update to version 2.0.4:
+  * Bugfix release, for details see included ANNOUNCE file
+- Swtiched to xz sources
+
+---

Old:

  lyx-2.0.3.tar.gz

New:

  lyx-2.0.4.tar.xz



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.83wPHe/_old  2012-07-02 10:31:10.0 +0200
+++ /var/tmp/diff_new_pack.83wPHe/_new  2012-07-02 10:31:10.0 +0200
@@ -25,13 +25,14 @@
 BuildRequires:  libqt4-devel
 BuildRequires:  python
 BuildRequires:  update-desktop-files
-Version:2.0.3
+BuildRequires:  xz
+Version:2.0.4
 Release:0
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0+
 Group:  Productivity/Publishing/TeX/Frontends
 Url:http://www.lyx.org/
-Source: ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-%{version}.tar.gz
+Source: ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-%{version}.tar.xz
 Source1:lyx.desktop
 Source2:lyx.png
 Source3:lyxrc.dist


-- 
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-02 Thread h_root
Hello community,

here is the log from the commit of package pcp for openSUSE:Factory checked in 
at 2012-07-01 15:14:44

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-02-21 12:22:47.0 
+0100
+++ /work/SRC/openSUSE:Factory/.pcp.new/pcp.changes 2012-07-02 
10:32:18.0 +0200
@@ -1,0 +2,96 @@
+Mon Jun 18 11:01:29 UTC 2012 - dd...@suse.com
+
+- Remove invalid cpan/PMDA manifest entry. 
+
+---
+Fri Jun 15 14:59:26 UTC 2012 - dd...@suse.com
+
+- Update to pcp-3.6.4.
+  + Fix build on s390x platform (thanks to Dan Horak)
+  + Rethink order of PATH setting for pcp start scripts, to ensure
+binaries from other packages with names that conflict with pcp
+binaries are not found ahead of the same-named pcp binary.
+
+---
+Wed Jun  6 12:49:13 UTC 2012 - dd...@suse.com
+
+- Use upstream spec file
+
+- Update to pcp-3.6.3.
+  + Revert initial attempt at getting configure --prefix option to
+make sense for local developer PCP installations
+  + Fix RPM changelog typo in in-tree spec file
+  + Further work on Debian/kFreeBSD port (thanks to Robert Millan)
+
+- Update to pcp-3.6.2.
+  + Fix Debian builds on FreeBSD (missing header files)
+  + Resolve Debian startup script (compat) lintian issue
+  + Resolve FreeBSD kernel PMDA build issue with PCP not installed
+in the build root already.
+
+- Update to pcp-3.6.1.
+  + Resolve final Mac OS X pthreads build issues
+  + Debian packaging improvements for split pmlogger/pmcd scripts,
+perl module pieces, and other lintian reported issues
+  + Update the startup script dependencies for /var use
+  + Support --prefix=... and --exec-prefix=... configure options
+  + Relaxed the are you running as root? test in startup scripts
+  + Win32 build updates and improvements
+  + Cache /proc/stat file handle in Linux kernel agent to reduce
+syscalls on the most commonly fetched metric subtree
+
+- Update to pcp-3.6.0.
+  + Thread-safe libpcp, including additional re-entrant and thread-safe
+variants for some routines
+  + Retire all asynchronous routines from libpcp
+  + Retire all V1 protocols and services (archive format, PMAPI and
+PMDA_INTERFACE)
+  + PMNS moves to ASCII only (no binary PMNS)
+  + Rework init scripts, splitting pcp into pmcd and pmlogger
+  + Update elasticsearch PMDA to 0.19+, new transport and shard metrics
+  + Updates to PMDA new event queueing interfaces for agents wishing to
+export that class of performance data.
+  + First round of Coverity cleanup fixes incorporated.
+  + Initial version of the SNMP PMDA, thanks to Hamish Coleman.
+  + Updates to postgres PMDA to export additional recovery metrics.
+
+- Update to pcp-3.5.11.
+  + Update FSF contact address in copyright notices to keep
+rpmlint happy.
+  + Fix instance domain checks in elasticsearch PMDA.
+  + Make KVM PMDA to run as root once more (permissions issues).
+  + Integration of pmlogger_daily with pmlogrewrite.
+  + Fix pmlogger_merge corner case for empty archives.
+
+- Update to pcp-3.5.10.
+  + Support new 0.18+ elasticsearch metrics.
+  + Fix handling of elasticsearch version metric cluster.
+  + Fix trace PMDA build issues.
+  + Fix some Win32 build issues.
+  + Run with reduced privileges for more of the perl PMDAs.
+  + Name Solaris load average metric consistently.
+  + Small metric documentation tweaks for Solaris PMDA.
+
+- Update to pcp-3.5.9.
+  + Add rc script support for condrestart, and condrestart the pcp,
+pmie and pmproxy services after an RPM install or upgrade.
+  + Fix a bug where hinv.ndisk is incorrect if CLUSTER_PARTITIONS
+hasn't yet been refreshed immediately following a restart.
+  + Implementation of client event queueing logic for all PMDAs to
+share (all PMDAs wishing to support event metrics, that is).
+  + New manual pages for new PMDA event queueing interfaces.
+  + PostgreSQL PMDA, supporting versions 9.0 and 9.1 (at least).
+  + Reserved ID 111 for Samba Clustered Trivial Database PMDA.
+  + Add perl interface to allow PMDAs to drop priveleges
+  + Add an elasticsearch version metric.
+  + Correct perl module type detection logic for 32/64-bit systems.
+  + Small pmlogconf source and man page fixes.
+  + Rework flex usage to resolve build warnings.
+  + Make Darwin CPU metrics 64 bit.
+  + Add (long) opaque key support to libpcp_pmda.
+  + Add pmdaCacheStoreInst() routine to libpcp_pmda.
+  + Added mssql PMDA for SQL server Dynamic Management View stats.
+  + Add pmlogrewrite(1) to rewrite archives (fix inconsistencies).
+  + Fix a cgroup option parsing error 

commit perl-Bootloader for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package perl-Bootloader for openSUSE:Factory 
checked in at 2012-07-01 15:15:01

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


Package is perl-Bootloader, Maintainer is snw...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Bootloader/perl-Bootloader.changes  
2012-06-06 10:34:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Bootloader.new/perl-Bootloader.changes 
2012-07-02 10:32:26.0 +0200
@@ -1,0 +2,7 @@
+Fri Jun 29 16:20:02 CEST 2012 - snw...@suse.de
+
+- mchang: fix error caused by grub.cfg missing (bnc#769350)
+- make dependency on Pod::Usage optional (bnc#760464)
+- 0.6.5
+
+---

Old:

  perl-Bootloader-0.6.4.tar.bz2

New:

  perl-Bootloader-0.6.5.tar.bz2



Other differences:
--
++ perl-Bootloader.spec ++
--- /var/tmp/diff_new_pack.4Dd92c/_old  2012-07-02 10:32:27.0 +0200
+++ /var/tmp/diff_new_pack.4Dd92c/_new  2012-07-02 10:32:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Bootloader
-Version:0.6.4
+Version:0.6.5
 Release:0
 Requires:   perl-base = %{perl_version}
 Requires:   e2fsprogs

++ perl-Bootloader-0.6.4.tar.bz2 - perl-Bootloader-0.6.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.6.4/perl-Bootloader.changes 
new/perl-Bootloader-0.6.5/perl-Bootloader.changes
--- old/perl-Bootloader-0.6.4/perl-Bootloader.changes   2012-06-04 
15:47:41.0 +0200
+++ new/perl-Bootloader-0.6.5/perl-Bootloader.changes   2012-06-29 
16:21:41.0 +0200
@@ -1,4 +1,11 @@
 ---
+Fri Jun 29 16:20:02 CEST 2012 - snw...@suse.de
+
+- mchang: fix error caused by grub.cfg missing (bnc#769350)
+- make dependency on Pod::Usage optional (bnc#760464)
+- 0.6.5
+
+---
 Mon Jun  4 15:40:15 CEST 2012 - mch...@suse.com
 
 - support console related global options gfxterm, serial, gfxbackground and 
gfxmode
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.6.4/src/Core/GRUB2.pm 
new/perl-Bootloader-0.6.5/src/Core/GRUB2.pm
--- old/perl-Bootloader-0.6.4/src/Core/GRUB2.pm 2012-06-04 15:47:41.0 
+0200
+++ new/perl-Bootloader-0.6.5/src/Core/GRUB2.pm 2012-06-29 16:21:41.0 
+0200
@@ -314,11 +314,15 @@
 # liststring ListFiles ()
 sub ListFiles {
 my $self = shift;
+my @ret = ( Bootloader::Path::Grub2_devicemap(),
+Bootloader::Path::Grub2_installdevice(),
+Bootloader::Path::Grub2_defaultconf() );
 
-return [ Bootloader::Path::Grub2_devicemap(),
- Bootloader::Path::Grub2_installdevice(),
- Bootloader::Path::Grub2_defaultconf(),
- Bootloader::Path::Grub2_conf() ];
+if (-e Bootloader::Path::Grub2_conf()) {
+push @ret, Bootloader::Path::Grub2_conf();
+}
+
+return \@ret;
 }
 
 =item
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.6.4/src/Core/GRUB2EFI.pm 
new/perl-Bootloader-0.6.5/src/Core/GRUB2EFI.pm
--- old/perl-Bootloader-0.6.4/src/Core/GRUB2EFI.pm  2012-06-04 
15:47:41.0 +0200
+++ new/perl-Bootloader-0.6.5/src/Core/GRUB2EFI.pm  2012-06-29 
16:21:41.0 +0200
@@ -86,9 +86,13 @@
 # liststring ListFiles ()
 sub ListFiles {
 my $self = shift;
+my @ret = (Bootloader::Path::Grub2_defaultconf());
 
-return [ Bootloader::Path::Grub2_defaultconf(),
- Bootloader::Path::Grub2_eficonf() ];
+if (-e Bootloader::Path::Grub2_eficonf()) {
+push @ret, Bootloader::Path::Grub2_eficonf();
+}
+
+return \@ret;
 }
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.6.4/update-bootloader 
new/perl-Bootloader-0.6.5/update-bootloader
--- old/perl-Bootloader-0.6.4/update-bootloader 2012-06-04 15:47:41.0 
+0200
+++ new/perl-Bootloader-0.6.5/update-bootloader 2012-06-29 16:21:41.0 
+0200
@@ -2,12 +2,20 @@
 
 use POSIX;
 use Getopt::Long;
-use Pod::Usage;
 use Bootloader::Tools;
 use Bootloader::Path;
 use Bootloader::MBRTools;
 use strict;
 
+# keep Pod::Usage optional (bnc #760464)
+eval use Pod::Usage;
+
+if(!exists $::{pod2usage}) {
+  sub pod2usage {
+die usage: update-bootloader [operation] [options]\n;
+  }
+}
+
 my %oper;
 my ($opt_default, $opt_force, $opt_force_default, $opt_help, $opt_man, 
$opt_previous, $opt_xen)
 = 

commit v8 for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package v8 for openSUSE:Factory checked in 
at 2012-07-01 20:53:46

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


Package is v8, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/v8/v8.changes2012-06-05 12:03:17.0 
+0200
+++ /work/SRC/openSUSE:Factory/.v8.new/v8.changes   2012-07-02 
10:35:27.0 +0200
@@ -1,0 +2,52 @@
+Fri Jun 29 08:49:21 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 3.12.5.0
+  * Fixed Chromium issues:
+115100, 129628, 131994, 132727, 132741, 132742, 133211
+  * Fixed V8 issues:
+915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 
+2179, 2185
+  * Added --extra-code flag to mksnapshot to load JS code into the VM
+before creating the snapshot.
+  * Support 'restart call frame' command in the debugger.
+  * Fixed lazy sweeping heuristics to prevent old-space expansion.
+(issue 2194)
+  * Fixed sharing of literal boilerplates for optimized code.  
+(issue 2193)
+  * Removed -fomit-frame-pointer flag from Release builds to make
+the stack walkable by TCMalloc (Chromium issue 133723).
+  * Expose more detailed memory statistics (issue 2201).
+  * Fixed Harmony Maps and WeakMaps for undefined values
+   (Chromium issue 132744).
+
+---
+Tue Jun 19 14:39:10 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 3.11.10.6
+  * Implemented heap profiler memory usage reporting.
+  * Preserved error message during finally block in try..finally.
+(Chromium issue 129171)
+  * Fixed EnsureCanContainElements to properly handle double values.
+(issue 2170)
+  * Improved heuristics to keep objects in fast mode with inherited
+constructors.
+  * Performance and stability improvements on all platforms.
+  * Implemented ES5-conformant semantics for inherited setters and 
+read-only properties. Currently behind --es5_readonly flag, 
+because it breaks WebKit bindings.
+  * Exposed last seen heap object id via v8 public api.
+
+---
+Thu Jun  7 06:34:28 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 3.11.8.0
+  * Avoid overdeep recursion in regexp where a guarded expression 
+with a minimum repetition count is inside another quantifier.
+(Chromium issue 129926)
+  * Fixed missing write barrier in store field stub.
+(issues 2143, 1465, Chromium issue 129355)
+  * Proxies: Fixed receiver for setters inherited from proxies.
+  * Proxies: Fixed ToStringArray function so that it does not 
+reject some keys. (issue 1543)
+
+---

Old:

  adjust-buildflags.diff
  buildfix.diff
  v8.3.11.7.0.tar.lzma

New:

  v8.3.12.5.0.tar.lzma



Other differences:
--
++ v8.spec ++
--- /var/tmp/diff_new_pack.HUfKmf/_old  2012-07-02 10:35:28.0 +0200
+++ /var/tmp/diff_new_pack.HUfKmf/_new  2012-07-02 10:35:28.0 +0200
@@ -17,18 +17,13 @@
 
 
 Name:   v8
-Version:3.11.7.0
+Version:3.12.5.0
 Release:0
 Summary:JavaScript Engine
 License:BSD-3-Clause
 Group:  System/Libraries
 Url:http://code.google.com/p/v8
 Source0:%{name}.%{version}.tar.lzma
-# PATCH-FIX-OPENSUSE buildfix.diff (Ensure that V8 builds correctly)
-Patch0: buildfix.diff
-%if %suse_version  1140
-Patch1: adjust-buildflags.diff
-%endif
 BuildRequires:  gcc-c++
 BuildRequires:  lzma
 BuildRequires:  readline-devel
@@ -67,7 +62,7 @@
 %description devel
 Development headers and libraries for v8.
 
-%if %suse_version  1140
+%if 0%{?suse_version}  1140 || 0%{?fedora_version}
 
 %package private-headers-devel
 
@@ -84,16 +79,10 @@
 lzma -cd %{SOURCE0} | tar xf -
 
 %setup -D -T -n %{name}
-#patch0 -p0
-%if %suse_version  1140
-#patch1 -p0
-%endif
 
 # -fno-strict-aliasing is needed with gcc 4.4 to get past some ugly code
-%if 0%{?suse_version}  1110
 PARSED_OPT_FLAGS=`echo \'%{optflags} \' | sed s/ /',/g | sed s/',/', '/g`
 sed -i s|'-O3',|$PARSED_OPT_FLAGS '-fno-strict-aliasing',|g SConstruct
-%endif
 
 %build
 
@@ -142,7 +131,7 @@
 g++ %{optflags} -o d8 obj/release/d8.os -lv8 -lpthread -lreadline -L.
 
 %install
-%if %suse_version  1140
+%if 0%{?suse_version}  1140 || 0%{?fedora_version}
 mkdir -p %{buildroot}%{_includedir}/v8/x64
 %else
 mkdir -p %{buildroot}%{_includedir}
@@ -150,7 +139,7 @@
 mkdir -p %{buildroot}%{_libdir}
 install -p include/*.h %{buildroot}%{_includedir}
 
-%if %suse_version  1140
+%if 0%{?suse_version}  1140 || 0%{?fedora_version}
 install -p src/*.h %{buildroot}%{_includedir}/v8
 install -p src/x64/*.h 

commit xf86-input-synaptics for openSUSE:Factory

2012-07-02 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-01 20:54:06

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-06-18 17:35:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-synaptics.new/xf86-input-synaptics.changes
   2012-07-02 10:35:46.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 29 17:05:54 CEST 2012 - ti...@suse.de
+
+- Fix double-tap LED behavior (bnc#768506)
+- Enable tap-to-click as default (bnc#722457)
+
+---

New:

  xf86-input-synaptics-default-tap.diff



Other differences:
--
++ xf86-input-synaptics.spec ++
--- /var/tmp/diff_new_pack.uYl1w8/_old  2012-07-02 10:35:47.0 +0200
+++ /var/tmp/diff_new_pack.uYl1w8/_new  2012-07-02 10:35:47.0 +0200
@@ -28,6 +28,7 @@
 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
 BuildRequires:  libtool
@@ -77,6 +78,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 autoreconf -fi

++ xf86-input-synaptics-default-tap.diff ++
---
 conf/50-synaptics.conf |4 
 1 file changed, 4 insertions(+)

--- a/conf/50-synaptics.conf
+++ b/conf/50-synaptics.conf
@@ -16,6 +16,10 @@ Section InputClass
 # http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
 MatchDevicePath /dev/input/event*
 Option HorizScrollDelta  0
+# enable tap-to-click as default (bnc#722457)
+   Option TapButton1 1
+   Option TapButton1 2
+   Option TapButton1 3
 EndSection
 
 Section InputClass
++ xf86-input-synaptics-led-double-tap.diff ++
--- /var/tmp/diff_new_pack.uYl1w8/_old  2012-07-02 10:35:47.0 +0200
+++ /var/tmp/diff_new_pack.uYl1w8/_new  2012-07-02 10:35:47.0 +0200
@@ -8,10 +8,10 @@
  include/synaptics-properties.h |3 +
  man/synaptics.man  |   17 ++
  src/properties.c   |   26 ++
- src/synaptics.c|  101 
+
+ src/synaptics.c|  102 
+
  src/synapticsstr.h |7 ++
  tools/synclient.c  |1 
- 6 files changed, 155 insertions(+)
+ 6 files changed, 156 insertions(+)
 
 --- a/include/synaptics-properties.h
 +++ b/include/synaptics-properties.h
@@ -75,7 +75,7 @@
  /* only init product_id property if we actually know them */
  if (priv-id_vendor || priv-id_product) {
  values[0] = priv-id_vendor;
-@@ -658,6 +661,18 @@ SetProperty(DeviceIntPtr dev, Atom prope
+@@ -661,6 +664,18 @@ SetProperty(DeviceIntPtr dev, Atom prope
  return BadValue;
  
  para-touchpad_off = off;
@@ -94,7 +94,7 @@
  }
  else if (property == prop_gestures) {
  BOOL *gestures;
-@@ -851,3 +866,14 @@ SetProperty(DeviceIntPtr dev, Atom prope
+@@ -857,3 +872,14 @@ SetProperty(DeviceIntPtr dev, Atom prope
  
  return Success;
  }
@@ -138,7 +138,7 @@
  return Success;
  }
  
-@@ -1649,6 +1655,74 @@ is_inside_middlebutton_area(SynapticsPar
+@@ -1652,6 +1658,75 @@ is_inside_middlebutton_area(SynapticsPar
  return is_inside_button_area(para, 1, x, y);
  }
  
@@ -149,10 +149,11 @@
 +in_led_toggle_area(InputInfoPtr pInfo, struct SynapticsHwState *hw)
 +{
 +SynapticsPrivate *priv = (SynapticsPrivate *)pInfo-private;
++SynapticsParameters *pars = priv-synpara;
 +int click_led_x, click_led_y;
 +
-+click_led_x = (priv-maxx - priv-minx) * LED_TOGGLE_X_AREA + priv-minx;
-+click_led_y = (priv-maxy - priv-miny) * LED_TOGGLE_Y_AREA + priv-miny;
++click_led_x = (pars-right_edge - pars-left_edge) * LED_TOGGLE_X_AREA + 
pars-left_edge;
++click_led_y = (pars-bottom_edge - pars-top_edge) * LED_TOGGLE_Y_AREA + 
pars-bottom_edge;
 +return (hw-x  click_led_x  hw-y  click_led_y);
 +}
 +
@@ -213,7 +214,7 @@
  static CARD32
  timerFunc(OsTimerPtr timer, CARD32 now, pointer arg)
  {
-@@ -1665,6 +1739,15 @@ timerFunc(OsTimerPtr timer, CARD32 now,
+@@ -1668,6 +1743,15 @@ timerFunc(OsTimerPtr timer, CARD32 now,
  SynapticsResetTouchHwState(hw, FALSE);
  delay = HandleState(pInfo, hw, hw-millis, TRUE);
  
@@ -229,7 +230,7 @@
  priv-timer_time = now;
  priv-timer = TimerSet(priv-timer, 0, delay, 

commit alsa for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package alsa for openSUSE:12.2 checked in at 
2012-07-01 20:58:54

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


Package is alsa, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/alsa/alsa.changes   2012-06-26 17:44:46.0 
+0200
+++ /work/SRC/openSUSE:12.2/.alsa.new/alsa.changes  2012-07-02 
10:42:56.0 +0200
@@ -1,0 +2,13 @@
+Thu Jun 28 17:04:59 CEST 2012 - ti...@suse.de
+
+- Use a special modprobe config for loading OSS and sequencer
+  modules automatically (bnc#768361,bnc#768352,bnc#757484,
+  bnc#767738)
+- Remove the automatic module loading part from alsasound init
+  script since modprobe does it now
+- Set LOAD_SEQUENCER=no and LOAD_OSS_EMUL_MODULES=no as default;
+  these were already disabled on 12.1 with systemd.
+  This is only for new installations.  Users upgrading from old
+  distros aren't affected.
+
+---

New:

  50-alsa.conf
  install-snd-module



Other differences:
--
++ alsa.spec ++
--- /var/tmp/diff_new_pack.B4H5DG/_old  2012-07-02 10:42:57.0 +0200
+++ /var/tmp/diff_new_pack.B4H5DG/_new  2012-07-02 10:42:57.0 +0200
@@ -50,6 +50,8 @@
 Source32:   all_notes_off.mid
 Source33:   alsa-info.sh
 Source34:   alsa-init.sh
+Source40:   50-alsa.conf
+Source41:   install-snd-module
 # Patch:  alsa-lib-git-fixes.diff
 Patch1: 0001-conf-pcm-Add-support-for-Echo3G-devices.-Thanks-to-u.patch
 Patch2: 0002-USB-Audio-Blacklist-iec958-for-some-USB-devices.patch
@@ -202,6 +204,13 @@
 install -c -m 0644 %{SOURCE8} $RPM_BUILD_ROOT/etc/udev/rules.d
 %endif
 #
+# modprobe config and the module install script for loading OSS-emulation
+# and sequencer modules automatically
+mkdir -p $RPM_BUILD_ROOT/etc/modprobe.d
+install -c -m 0644 %{S:40} $RPM_BUILD_ROOT/etc/modprobe.d
+mkdir -p $RPM_BUILD_ROOT/sbin
+install -c -m 0755 %{S:41} $RPM_BUILD_ROOT/sbin
+#
 # install template to update rc.config and sysconfig files:
 # (updating the actual files is done in the %post-script)
 #
@@ -243,6 +252,8 @@
 %defattr(-, root, root)
 %doc %{_docdir}/%{name}
 /etc/init.d/*
+/etc/modprobe.d
+/sbin/*
 %{_sbindir}/*
 %{_bindir}/*
 /usr/lib/all_notes_off.*

++ 50-alsa.conf ++
install snd /sbin/install-snd-module snd $CMDLINE_OPTS
install snd-pcm /sbin/install-snd-module snd-pcm $CMDLINE_OPTS
install snd-seq /sbin/install-snd-module snd-seq $CMDLINE_OPTS


++ alsasound ++
--- /var/tmp/diff_new_pack.B4H5DG/_old  2012-07-02 10:42:57.0 +0200
+++ /var/tmp/diff_new_pack.B4H5DG/_new  2012-07-02 10:42:57.0 +0200
@@ -61,21 +61,6 @@
 asoundcfg=/var/lib/alsa/asound.state
 aconnect=/usr/bin/aconnect
 
-#
-# insert sequencer modules
-#
-load_sequencer() {
-  test $LOAD_SEQUENCER = yes  modprobe -q snd-seq
-  if [ x$LOAD_SEQUENCER = xyes -a -r /proc/asound/seq/drivers ]; then
-OLDIFS=$IFS
-IFS=,
-while read t x c; do
-  /sbin/modprobe $t
-done  /proc/asound/seq/drivers
-IFS=$OLDIFS
-  fi
-}
-
 get_drivers() {
   /sbin/modprobe -c | \
 grep -E ^[[:space:]]*alias[[:space:]]+snd-card-[[:digit:]] | sort -u | \
@@ -109,21 +94,11 @@
 #
 # rest of start action
 #
-start_rest() {
-  load_sequencer
-  if [ x$LOAD_OSS_EMUL_MODULES = xyes ]; then
-/sbin/modprobe snd-pcm-oss
-test x$LOAD_OSS_SEQ_MODULE = xyes  /sbin/modprobe snd-seq-oss
-  fi
-}
 
 # manual load and force to store the status
 start_all() {
 echo -n Starting sound driver
-load_modules  start_rest
-# hack - in case the mixer isn't restored
-# this shouldn't be needed anymore since udev cares
-# (sleep 1; $alsactl -F -f $asoundcfg restore /dev/null 21)
+load_modules
 rc_status -r
 }
 
@@ -196,7 +171,6 @@
$alsactl -F -f $asoundcfg restore /dev/null 21
;;
esac
-   start_rest
else
start_all
fi

++ install-snd-module ++
#!/bin/sh

/sbin/modprobe --ignore-install $@ || exit $?

. /etc/sysconfig/sound

case $1 in
snd)
/sbin/modprobe --quiet --use-blacklist snd-ioctl32
test $LOAD_OSS_EMUL_MODULES = yes  \
/sbin/modprobe --quiet --use-blacklist snd-mixer-oss
test $LOAD_SEQUENCER = yes  \
/sbin/modprobe --quiet --use-blacklist snd-seq
;;
snd-pcm|snd_pcm)
test $LOAD_OSS_EMUL_MODULES = yes  \
/sbin/modprobe --quiet --use-blacklist snd-pcm-oss
;;
snd-seq|snd_seq)
if [ -r /proc/asound/seq/drivers ]; then
OLDIFS=$IFS
IFS=,
while read t x c; do

commit chromium for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:12.2 checked 
in at 2012-07-01 14:59:44

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


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

Changes:

--- /work/SRC/openSUSE:12.2/chromium/chromium.changes   2012-06-25 
15:16:42.0 +0200
+++ /work/SRC/openSUSE:12.2/.chromium.new/chromium.changes  2012-07-02 
10:43:29.0 +0200
@@ -1,0 +2,45 @@
+Fri Jun 29 08:52:58 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 22.0.1190
+  * Security Fixes: 
+* CVE-2012-2815: Leak of iframe fragment id
+* CVE-2012-2816: Prevent sandboxed processes interfering with
+   each other
+*  CVE-2012-2817: Use-after-free in table section handling
+*  CVE-2012-2818: Use-after-free in counter layout
+*  CVE-2012-2819: Crash in texture handling
+*  CVE-2012-2820: Out-of-bounds read in SVG filter handling
+*  CVE-2012-2821: Autofill display problem
+*  CVE-2012-2823: Use-after-free in SVG resource handling
+*  CVE-2012-2826: Out-of-bounds read in texture conversion
+*  CVE-2012-2829: Use-after-free in first-letter handling
+*  CVE-2012-2830: Wild pointer in array value setting
+*  CVE-2012-2831: Use-after-free in SVG reference handling
+*  CVE-2012-2834: Integer overflow in Matroska container
+*  CVE-2012-2825: Wild read in XSL handling
+*  CVE-2012-2807: Integer overflows in libxml
+  * Fix update-alternatives within the spec-file
+
+---
+Thu Jun 21 12:20:28 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 22.0.1183
+  * Content settings for Cookies now also show protected storage 
+granted to hosted apps
+  * Chromoting client plugin correctly up-scales on when page-zoom 
+is 100%.
+
+---
+Tue Jun 19 13:06:52 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 21.0.1181
+  * Bugfixes.
+  * Remove obsolete patch
+  * Do not execute update-alternatives when building
+
+---
+Fri Jun 15 12:19:24 UTC 2012 - co...@suse.com
+
+- fix update-alternative usage to fix build
+
+---

Old:

  chromium.21.0.1158.0.svn139751.tar.bz2
  sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch

New:

  chromium.22.0.1190.0.svn144885.tar.bz2



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.Sn7piT/_old  2012-07-02 10:43:48.0 +0200
+++ /var/tmp/diff_new_pack.Sn7piT/_new  2012-07-02 10:43:48.0 +0200
@@ -16,11 +16,11 @@
 #
 
 
-%define v8_ver 3.11.7.0
-%define svn_revision 139751
+%define v8_ver 3.12.5.0
+%define svn_revision 144885
 
 Name:   chromium
-Version:21.0.1158.0
+Version:22.0.1190.0
 Release:0
 Summary:Google's opens source browser project
 License:BSD-3-Clause and LGPL-2.1+
@@ -80,8 +80,6 @@
 Patch67:chromium_use_gold.patch
 # PATCH-FIX-OPENSUSE Fix build with GCC 4.7
 Patch68:chromium-gcc47.patch
-# Upstream Patches 
-Patch500:   sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch
 
 %if 0%{?suse_version}  1210
 BuildRequires:  libjpeg8-devel
@@ -262,7 +260,6 @@
 %patch66 -p1
 %patch67 -p1
 %patch68 -p1
-%patch500 -p1
 
 echo svn%{svn_revision}  src/build/LASTCHANGE.in
 
@@ -276,10 +273,6 @@
 
 ## create make files
 
-%if 0%{?suse_version} == 1140
-export LDFLAGS=-Wl,--reduce-memory-overheads
-%endif
-
 PARSED_OPT_FLAGS=`echo \'%{optflags} -DUSE_SYSTEM_LIBEVENT -fPIC -fno-ipa-cp 
-fno-strict-aliasing \' | sed s/ /',/g | sed s/',/', '/g`
 for i in src/build/common.gypi; do
 sed -i s|'-march=pentium4',||g $i
@@ -325,12 +318,17 @@
 -Dtarget_arch=x64 \
 %endif
 %if 0%{?suse_version} == 1140
+%ifnarch x86_64
 -Dlinux_use_gold_flags=0 \
 -Dlinux_use_gold_binary=0 \
 %else
 -Dlinux_use_gold_flags=1 \
 -Dlinux_use_gold_binary=1 \
 %endif
+%else
+-Dlinux_use_gold_flags=1 \
+-Dlinux_use_gold_binary=1 \
+%endif
 -Djavascript_engine=v8
 
 make -r %{?_smp_mflags} chrome V=1 BUILDTYPE=Release

++ chromium-6.0.406.0-system-gyp-v8.patch ++
--- /var/tmp/diff_new_pack.Sn7piT/_old  2012-07-02 10:43:48.0 +0200
+++ /var/tmp/diff_new_pack.Sn7piT/_new  2012-07-02 10:43:48.0 +0200
@@ -10,7 +10,7 @@
 +'linux/system.gyp:v8',
  '../webkit/support/webkit_support.gyp:*',
  '../webkit/webkit.gyp:*',
- 'util/build_util.gyp:*',
+ 'temp_gyp/googleurl.gyp:*',
 Index: chromium/src/build/linux/system.gyp
 ===
 --- 

commit gcc47 for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package gcc47 for openSUSE:12.2 checked in 
at 2012-07-01 20:59:39

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


Package is gcc47, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/gcc47/cross-armv5el-gcc47-icecream-backend.changes  
2012-06-26 15:37:28.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.gcc47.new/cross-armv5el-gcc47-icecream-backend.changes 
2012-07-02 10:43:55.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 29 08:42:19 UTC 2012 - rguent...@suse.com
+
+- Adjust arm icecream cross for continued change of the canonical
+  target used in binutils.
+
+---
New Changes file:

--- /dev/null   2012-06-28 07:48:42.835576985 +0200
+++ 
/work/SRC/openSUSE:12.2/.gcc47.new/cross-armv7hl-gcc47-icecream-backend.changes 
2012-07-02 10:43:55.0 +0200
@@ -0,0 +1,172 @@
+---
+Fri Jun 29 08:42:19 UTC 2012 - rguent...@suse.com
+
+- Adjust arm icecream cross for continued change of the canonical
+  target used in binutils.
+
+---
+Tue Jun 26 08:03:03 UTC 2012 - rguent...@suse.com
+
+- Require a version of libquadmath0 at least as new as the
+  libgfortran3 library from the latter.  [bnc#768785]
+
+---
+Fri Jun 22 11:03:09 UTC 2012 - adr...@suse.de
+
+- complete armv7hl switch
+
+---
+Wed Jun 20 15:13:58 UTC 2012 - a...@suse.de
+
+- Use new dynamic linker path /lib/ld-linux-armhf.so.3 for ARM v7.
+
+---
+Tue Jun 19 08:08:02 UTC 2012 - co...@suse.com
+
+- do not build cross environments on architectures that
+  are not native
+
+---
+Thu Jun 15 13:08:54 UTC 2012 - rguent...@suse.com
+
+- Update to gcc-4_7-branch head (r188649).
+  * Includes GCC 4.7.1 release.
+
+---
+Wed Jun  6 08:54:04 UTC 2012 - rguent...@suse.com
+
+- Explicitely specify target tools used for building.
+
+---
+Mon Jun  4 11:10:00 UTC 2012 - rguent...@suse.com
+
+- Update to gcc-4_7-branch head (r188177).
+
+---
+Fri Jun  1 09:01:40 UTC 2012 - rguent...@suse.com
+
+- Fix typo in cross-icecream.spec.in.
+- Also dump test-summary to the build log.
+
+---
+Wed May 30 14:13:54 UTC 2012 - rguent...@suse.com
+
+- Update patch for PR52080.
+
+---
+Mon May  7 09:35:56 UTC 2012 - rguent...@suse.com
+
+- Update to gcc-4_7-branch head (r187228).
+- Add patch for PR52841.
+
+---
+Thu Apr 19 11:32:05 UTC 2012 - rguent...@suse.com
+
+- Fix canonicalized target names for crosses.
+- Enable icecream backends, make their package name version specific.
+
+---
+Fri Apr 13 12:47:22 UTC 2012 - rguent...@suse.com
+
+- Update to gcc-4_7-branch head (r186417).
+- Fix libstdc++.so-gdb.py autoload script.  [bnc#750960]
+- Drop to release checking.
+- Fix build of cross targets with canonicalized name.
+
+---
+Thu Mar 22 12:06:49 UTC 2012 - rguent...@suse.com
+
+- Update to GCC 4.7.0 release.
+- Update to gcc-4_7-branch head (r185687).
+
+---
+Tue Mar 20 11:53:04 UTC 2012 - rguent...@suse.com
+
+- Package the gdb python scripts.  [bnc#750960]
+
+---
+Mon Mar 19 12:13:21 UTC 2012 - rguent...@suse.com
+
+- Change armv5 to use soft floating-point.
+
+---
+Tue Mar 13 12:59:26 UTC 2012 - rguent...@suse.com
+
+- Update to gcc-4_7-branch head (r185330).
+
+---
+Fri Mar  2 13:50:22 UTC 2012 - rguent...@suse.com
+
+- Update to GCC 4.7.0 release candidate.
+- Fixup libstdc++v3 symbol baselines on powerpc.
+
+---
+Wed Feb 29 09:03:10 UTC 2012 - rguent...@suse.com
+
+- Fixup more SPDX license issues.
+
+---
+Tue Feb 28 13:10:03 UTC 2012 - rguent...@suse.com
+
+- Update to SVN trunk head (r184624).
+- 

commit kiwi for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:12.2 checked in at 
2012-07-01 15:07:08

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


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

Changes:

--- /work/SRC/openSUSE:12.2/kiwi/kiwi.changes   2012-06-28 15:31:26.0 
+0200
+++ /work/SRC/openSUSE:12.2/.kiwi.new/kiwi.changes  2012-07-02 
10:44:14.0 +0200
@@ -1,0 +2,30 @@
+Fri Jun 29 21:57:08 CEST 2012 - m...@suse.de
+
+- v5.03.27 released
+  
+---
+Fri Jun 29 21:53:27 CEST 2012 - m...@suse.de
+  
+- fixed hybrid persistent writing with kernel 3.x (bnc #769086)
+  
+---
+Thu Jun 28 14:11:31 CEST 2012 - m...@suse.de
+  
+- netboot: dhcpcd works with timeout 20s, kiwi used 40s, so one half
+  of the time it waited with no reason. This patch runs 'dhcpcd -T'
+  again after 22s, so the time is used effectively. It also helps in
+  situatios when the link needs more time to start, e.g with
+  wpa_supplicant and the first dhcp packets are lost.
+  
+---
+Thu Jun 28 10:19:57 CEST 2012 - rjsch...@suse.de
+  
+- fix the getPXEDeployConfiguration unit test on ppc and ppc64
+  
+---
+Wed Jun 27 15:37:22 CEST 2012 - m...@suse.de
+  
+- zypper in 12.2 has been fixed now, so we can change back the
+  JeOS image template to the type=image installation
+  
+---



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.E8Btdt/_old  2012-07-02 10:44:15.0 +0200
+++ /var/tmp/diff_new_pack.E8Btdt/_new  2012-07-02 10:44:15.0 +0200
@@ -21,7 +21,7 @@
 Summary:OpenSuSE - KIWI Image System
 License:GPL-2.0
 Group:  System/Management
-Version:5.03.26
+Version:5.03.27
 Release:0
 # requirements to build packages
 BuildRequires:  gcc-c++

++ kiwi.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/.revision new/kiwi/.revision
--- old/kiwi/.revision  2012-06-27 14:36:32.0 +0200
+++ new/kiwi/.revision  2012-06-27 14:36:32.0 +0200
@@ -1 +1 @@
-405fa428579c5ceaa954a420241f393263fde6e2
+de89ef19625bf36c3b70e5da39972bda5354
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWIGlobals.pm 
new/kiwi/modules/KIWIGlobals.pm
--- old/kiwi/modules/KIWIGlobals.pm 2012-06-27 14:36:32.0 +0200
+++ new/kiwi/modules/KIWIGlobals.pm 2012-06-29 21:57:48.0 +0200
@@ -50,7 +50,7 @@
# Globals (generic)
#--
my %data;
-   $data{Version} = 5.03.26;
+   $data{Version} = 5.03.27;
$data{Publisher}   = SUSE LINUX Products GmbH;
$data{Preparer}= KIWI - http://kiwi.berlios.de;;
$data{ConfigName}  = config.xml;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWILinuxRC.sh 
new/kiwi/modules/KIWILinuxRC.sh
--- old/kiwi/modules/KIWILinuxRC.sh 2012-06-27 14:36:32.0 +0200
+++ new/kiwi/modules/KIWILinuxRC.sh 2012-06-29 21:57:48.0 +0200
@@ -3266,7 +3266,17 @@
#==
# store hybrid write partition device
#--
-   export HYBRID_RW=$(ddn $biosBootDevice $HYBRID_PERSISTENT_PART)
+   # /.../
+   # use a loop device here because kernel 3.x refuses
+   # to mount a partition if the disk itself was already
+   # mounted. In case of a hybrid iso the disk device
+   # e.g /dev/sda represents the iso and is therefore
+   # mounted in any case. The same trick is used in
+   # createHybridPersistent when creating the filesystem
+   # 
+   HYBRID_RW=$(ddn $biosBootDevice $HYBRID_PERSISTENT_PART)
+   HYBRID_RW=$(losetup -f --show $HYBRID_RW)
+   export HYBRID_RW
 }
 #==
 # CDUmount
@@ -3768,13 +3778,24 @@
#==
# wait for any preferred interface(s)
#--
-   for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20;do
-   for try_iface in $prefer_iface ; do
-   if [ -s /var/lib/dhcpcd/dhcpcd-$try_iface.info ] 
-   grep -q ^IPADDR= 

commit kvm for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package kvm for openSUSE:12.2 checked in at 
2012-07-01 15:08:01

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


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

Changes:

--- /work/SRC/openSUSE:12.2/kvm/kvm.changes 2012-06-25 15:38:18.0 
+0200
+++ /work/SRC/openSUSE:12.2/.kvm.new/kvm.changes2012-07-02 
10:44:17.0 +0200
@@ -1,0 +2,24 @@
+Wed Jun 27 22:05:42 UTC 2012 - brog...@suse.com
+
+- fix qemu-kvm crash with -usbdevice tablet. (bnc#766310)
+- fix CVE-2012-2652, where a tmpdir symlink attack is possible
+  when using snapshots (bnc#764526)
+- drop qemu-img-kvm, which is a rename of the qemu-img file and
+  delivers no additional value
+- drop qemu-ga. This file is now provided by the qemu-guest-agent
+  package.
+
+---
+Wed Jun 13 22:33:20 UTC 2012 - brog...@suse.com
+
+- update to most recent ipxe code
+- avoid array bounds error building ipxe
+- include more standard doc files
+- misc spec file cleanups
+
+---
+Sun Jun 10 19:35:58 UTC 2012 - brog...@suse.com
+
+- rely on newly created qemu-tools package for bridge helper
+
+---

Old:

  qemu-img-vmdk-scsi.patch

New:

  ipxe-avoid-bad-array-reference.patch
  kvm-qemu-preXX-block-prevent-snapshot-mode-TMPDIR-symlink-attack.patch
  kvm-qemu-preXX-uhci-fix-uhci_async_cancel_all.patch
  kvm-qemu-preXX-use--libexecdir-instead-of-ignoring.patch



Other differences:
--
++ kvm.spec ++
--- /var/tmp/diff_new_pack.RGLyx1/_old  2012-07-02 10:44:18.0 +0200
+++ /var/tmp/diff_new_pack.RGLyx1/_new  2012-07-02 10:44:18.0 +0200
@@ -22,6 +22,7 @@
 %define package_true_version 1.1.rc3
 %define package_base_version 1.1
 %define bios_id seabios-1.7.0
+# ipxe is through git commit id: addf699c86ae18edd7de13433da78be926c22504
 %define pxe_rom_id ipxe-1.0.0
 %define vgabios_id vgabios-0.6c
 # sgabios comes from: http://sgabios.googlecode.com/svn/trunk, Rev 8
@@ -94,10 +95,11 @@
 BuildRequires:  pwdutils
 Requires:   pwdutils
 Requires:   python-curses
-Requires:   virt-utils
 %if 0%{?suse_version}  1110
 Requires:   kvm-kmp
 %endif
+Recommends: qemu-tools
+Recommends: virt-utils
 Summary:Kernel-based Virtual Machine
 License:BSD-3-Clause ; GPL-2.0 ; GPL-2.0+ ; LGPL-2.1+ ; MIT
 Group:  System/Kernel
@@ -118,6 +120,7 @@
 
 # ipxe patches
 Patch01:ipxe-rom-settings.patch
+Patch02:ipxe-avoid-bad-array-reference.patch
 
 # seabios patches
 Patch20:seabios-sanitize-version.patch
@@ -139,10 +142,12 @@
 Patch103:   kvm-qemu-preXX-console.patch
 Patch104:   kvm-qemu-madvise-hugepages.patch
 Patch105:   kvm-qemu-preXX-dictzip3.patch
+Patch106:   kvm-qemu-preXX-use--libexecdir-instead-of-ignoring.patch
+Patch107:   
kvm-qemu-preXX-block-prevent-snapshot-mode-TMPDIR-symlink-attack.patch
+Patch108:   kvm-qemu-preXX-uhci-fix-uhci_async_cancel_all.patch
 
-Patch200:   qemu-img-vmdk-scsi.patch
-Patch201:   kvm-studio-slirp-nooutgoing.patch
-Patch202:   kvm-studio-vnc.patch
+Patch200:   kvm-studio-slirp-nooutgoing.patch
+Patch201:   kvm-studio-vnc.patch
 
 # for IA64
 Source500:  ia64-fix-pagesize.pl
@@ -159,8 +164,9 @@
 Patch706:   S390-hp-0004-Expose-drive_add-on-all-architectures.patch
 
 # For upstream patches:
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-PreReq: /usr/sbin/groupadd
+Requires(pre):  /usr/sbin/groupadd
 
 %description
 KVM (Kernel-based Virtual Machine) is virtualization software for
@@ -187,7 +193,6 @@
 libvirt, virt-manager and vm-install.
 
 
-
 Authors:
 
 Avi Kivity   a...@qumranet.com
@@ -202,6 +207,7 @@
 %setup -q -T -D -n %{pxe_rom_id} -b 7
 # ipxe patches
 %patch01 -p1
+%patch02 -p1
 %endif
 %setup -q -n qemu-%{name}-%{package_true_version} -a 6 -a 9 -a 10
 %if %{build_fw_from_source}
@@ -230,11 +236,13 @@
 %patch103 -p1
 %patch104 -p1
 %patch105 -p1
+%patch106 -p1
+%patch107 -p1
+%patch108 -p1
 
 # Studio addons
 %patch200 -p1
 %patch201 -p1
-%patch202 -p1
 
 # IA64 support
 %ifarch ia64
@@ -261,6 +269,7 @@
 ./configure \
 --prefix=%{_prefix} \
 --sysconfdir=%{_sysconfdir} \
+--libexecdir=%{_libexecdir} \
 --with-confsuffix=/qemu-kvm \
 --extra-cflags=%{optflags} \
 --disable-debug-tcg \
@@ -320,41 +329,41 @@
 
 sed -i 's/CFLAGS  =/CFLAGS  +=/' roms/vgabios/Makefile
 # userspace:
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 # Firmware
 %ifarch %ix86 x86_64
 %if 

commit libdrm for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package libdrm for openSUSE:12.2 checked in 
at 2012-07-01 21:00:08

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


Package is libdrm, Maintainer is sndir...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/libdrm/libdrm.changes   2012-06-25 
15:43:50.0 +0200
+++ /work/SRC/openSUSE:12.2/.libdrm.new/libdrm.changes  2012-07-02 
10:44:21.0 +0200
@@ -1,0 +2,27 @@
+Fri Jun 29 09:27:32 UTC 2012 - sndir...@suse.com
+
+- U_intel-add-Ivy-Bridge-GT2-server-variant.patch 
+  * intel: add Ivy Bridge GT2 server variant (bnc#769209)
+
+---
+Wed Jun 27 20:04:08 UTC 2012 - guilla...@opensuse.org
+
+- enable omapdrm support 
+
+---
+Tue May 29 09:47:00 UTC 2012 - sndir...@suse.com
+
+- back to libdrm 2.4.33, since 2.4.34 currentlz requires Mesa git
+  master changes for nouveau Mesa driver build
+
+---
+Sat May 26 22:25:01 UTC 2012 - crrodrig...@opensuse.org
+
+- update to version 2.4.34, see NEWS for detail, here follows 
+  packaging changes only.
+  + nouveau.h was moved out from its subdirectory (upstream change)
+  + lidrm_nouveau version bumped to 2.
+  + remove obsolete configure options.
+  + Fix many more implicit declarations and undefined references
+
+---

New:

  U_intel-add-Ivy-Bridge-GT2-server-variant.patch



Other differences:
--
++ libdrm.spec ++
--- /var/tmp/diff_new_pack.Q7ewQC/_old  2012-07-02 10:44:22.0 +0200
+++ /var/tmp/diff_new_pack.Q7ewQC/_new  2012-07-02 10:44:22.0 +0200
@@ -38,6 +38,7 @@
 Source2:baselibs.conf
 # PATCH-FIX-UPSTREAM libdrm-implicit-defs.diff fdo#48599 -- Fix compiler 
warnings in tests/radeon/radeon_ttm.c
 Patch1: libdrm-implicit-defs.diff
+Patch2: U_intel-add-Ivy-Bridge-GT2-server-variant.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:autoconf = 2.63, automake = 1.10
 BuildRequires:  libtool = 2.2
@@ -66,6 +67,9 @@
 Requires:   libdrm2 = %version
 Requires:   libdrm_nouveau1 = %version
 Requires:   libdrm_radeon1 = %version
+%ifarch %arm
+Requires:   libdrm_omap1 = %version
+%endif
 %ifarch %ix86 x86_64
 Requires:   libdrm_intel1 = %version
 %endif
@@ -136,13 +140,22 @@
 %description -n libkms1
 The KMS Memory Management abstraction library.
 
+%package -n libdrm_omap1
+Summary:Userspace interface to kernel DRM services for omap chips
+Group:  System/Libraries
+
+%description -n libdrm_omap1
+(Upstream has not provided a description)
+
+
 %prep
 %setup -q
 %patch -P 1 -p1
+%patch2 -p1
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing
-%configure --with-pic --enable-nouveau-experimental-api 
--enable-vmwgfx-experimental-api --enable-udev
+%configure --with-pic --enable-nouveau-experimental-api 
--enable-vmwgfx-experimental-api --enable-udev --enable-omap-experimental-api
 make %{?_smp_mflags}
 make %{?_smp_mflags} -C tests dristat drmstat
 
@@ -181,6 +194,10 @@
 
 %postun -n libkms1 -p /sbin/ldconfig
 
+%post   -n libdrm_omap1 -p /sbin/ldconfig
+
+%postun -n libdrm_omap1 -p /sbin/ldconfig
+
 %files tools
 %defattr(-,root,root)
 %_bindir/dristat
@@ -192,6 +209,7 @@
 %defattr(-,root,root)
 %_includedir/libdrm
 %_includedir/nouveau
+%_includedir/omap
 %_includedir/xf86drm.h
 %_includedir/xf86drmMode.h
 %_libdir/libdrm*.so
@@ -226,4 +244,8 @@
 %_libdir/libkms.so
 %_libdir/pkgconfig/libkms.pc
 
+%files -n libdrm_omap1
+%defattr(-,root,root)
+%_libdir/libdrm_omap.so.1*
+
 %changelog

++ U_intel-add-Ivy-Bridge-GT2-server-variant.patch ++
From e057a56448e2e785f74bc13dbd6ead8572ebed91 Mon Sep 17 00:00:00 2001
From: Eugeni Dodonov eug...@dodonov.net
Date: Thu, 29 Mar 2012 21:03:29 -0300
Subject: [PATCH] intel: add Ivy Bridge GT2 server variant

We were missing this one and it is being used by Bromolow.

Signed-off-by: Eugeni Dodonov eugeni.dodo...@intel.com
---
 intel/intel_chipset.h |4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/intel/intel_chipset.h b/intel/intel_chipset.h
index 435d01a..9c1abc8 100644
--- a/intel/intel_chipset.h
+++ b/intel/intel_chipset.h
@@ -44,6 +44,7 @@
 #define PCI_CHIP_IVYBRIDGE_M_GT1   0x0156 /* mobile */
 #define PCI_CHIP_IVYBRIDGE_M_GT2   0x0166
 #define PCI_CHIP_IVYBRIDGE_S   0x015a /* server */
+#define PCI_CHIP_IVYBRIDGE_S_GT2   0x016a /* server */
 
 #define PCI_CHIP_HASWELL_GT10x0402 /* Desktop */
 #define PCI_CHIP_HASWELL_GT2

commit perl-Bootloader for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package perl-Bootloader for openSUSE:12.2 
checked in at 2012-07-01 15:15:06

Comparing /work/SRC/openSUSE:12.2/perl-Bootloader (Old)
 and  /work/SRC/openSUSE:12.2/.perl-Bootloader.new (New)


Package is perl-Bootloader, Maintainer is snw...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/perl-Bootloader/perl-Bootloader.changes 
2012-06-25 15:48:32.0 +0200
+++ /work/SRC/openSUSE:12.2/.perl-Bootloader.new/perl-Bootloader.changes
2012-07-02 10:44:33.0 +0200
@@ -1,0 +2,7 @@
+Fri Jun 29 16:20:02 CEST 2012 - snw...@suse.de
+
+- mchang: fix error caused by grub.cfg missing (bnc#769350)
+- make dependency on Pod::Usage optional (bnc#760464)
+- 0.6.5
+
+---

Old:

  perl-Bootloader-0.6.4.tar.bz2

New:

  perl-Bootloader-0.6.5.tar.bz2



Other differences:
--
++ perl-Bootloader.spec ++
--- /var/tmp/diff_new_pack.K4OB85/_old  2012-07-02 10:44:33.0 +0200
+++ /var/tmp/diff_new_pack.K4OB85/_new  2012-07-02 10:44:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Bootloader
-Version:0.6.4
+Version:0.6.5
 Release:0
 Requires:   perl-base = %{perl_version}
 Requires:   e2fsprogs

++ perl-Bootloader-0.6.4.tar.bz2 - perl-Bootloader-0.6.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.6.4/perl-Bootloader.changes 
new/perl-Bootloader-0.6.5/perl-Bootloader.changes
--- old/perl-Bootloader-0.6.4/perl-Bootloader.changes   2012-06-04 
15:47:41.0 +0200
+++ new/perl-Bootloader-0.6.5/perl-Bootloader.changes   2012-06-29 
16:21:41.0 +0200
@@ -1,4 +1,11 @@
 ---
+Fri Jun 29 16:20:02 CEST 2012 - snw...@suse.de
+
+- mchang: fix error caused by grub.cfg missing (bnc#769350)
+- make dependency on Pod::Usage optional (bnc#760464)
+- 0.6.5
+
+---
 Mon Jun  4 15:40:15 CEST 2012 - mch...@suse.com
 
 - support console related global options gfxterm, serial, gfxbackground and 
gfxmode
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.6.4/src/Core/GRUB2.pm 
new/perl-Bootloader-0.6.5/src/Core/GRUB2.pm
--- old/perl-Bootloader-0.6.4/src/Core/GRUB2.pm 2012-06-04 15:47:41.0 
+0200
+++ new/perl-Bootloader-0.6.5/src/Core/GRUB2.pm 2012-06-29 16:21:41.0 
+0200
@@ -314,11 +314,15 @@
 # liststring ListFiles ()
 sub ListFiles {
 my $self = shift;
+my @ret = ( Bootloader::Path::Grub2_devicemap(),
+Bootloader::Path::Grub2_installdevice(),
+Bootloader::Path::Grub2_defaultconf() );
 
-return [ Bootloader::Path::Grub2_devicemap(),
- Bootloader::Path::Grub2_installdevice(),
- Bootloader::Path::Grub2_defaultconf(),
- Bootloader::Path::Grub2_conf() ];
+if (-e Bootloader::Path::Grub2_conf()) {
+push @ret, Bootloader::Path::Grub2_conf();
+}
+
+return \@ret;
 }
 
 =item
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.6.4/src/Core/GRUB2EFI.pm 
new/perl-Bootloader-0.6.5/src/Core/GRUB2EFI.pm
--- old/perl-Bootloader-0.6.4/src/Core/GRUB2EFI.pm  2012-06-04 
15:47:41.0 +0200
+++ new/perl-Bootloader-0.6.5/src/Core/GRUB2EFI.pm  2012-06-29 
16:21:41.0 +0200
@@ -86,9 +86,13 @@
 # liststring ListFiles ()
 sub ListFiles {
 my $self = shift;
+my @ret = (Bootloader::Path::Grub2_defaultconf());
 
-return [ Bootloader::Path::Grub2_defaultconf(),
- Bootloader::Path::Grub2_eficonf() ];
+if (-e Bootloader::Path::Grub2_eficonf()) {
+push @ret, Bootloader::Path::Grub2_eficonf();
+}
+
+return \@ret;
 }
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.6.4/update-bootloader 
new/perl-Bootloader-0.6.5/update-bootloader
--- old/perl-Bootloader-0.6.4/update-bootloader 2012-06-04 15:47:41.0 
+0200
+++ new/perl-Bootloader-0.6.5/update-bootloader 2012-06-29 16:21:41.0 
+0200
@@ -2,12 +2,20 @@
 
 use POSIX;
 use Getopt::Long;
-use Pod::Usage;
 use Bootloader::Tools;
 use Bootloader::Path;
 use Bootloader::MBRTools;
 use strict;
 
+# keep Pod::Usage optional (bnc #760464)
+eval use Pod::Usage;
+
+if(!exists $::{pod2usage}) {
+  sub pod2usage {
+die usage: update-bootloader [operation] [options]\n;
+  }
+}
+
 my %oper;
 my ($opt_default, $opt_force, $opt_force_default, $opt_help, $opt_man, 
$opt_previous, $opt_xen)
 = (0,0,0,0,0,0,0);
@@ 

commit scotty for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package scotty for openSUSE:12.2 checked in 
at 2012-07-01 15:16:34

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


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

Changes:

--- /work/SRC/openSUSE:12.2/scotty/scotty.changes   2012-06-25 
15:52:51.0 +0200
+++ /work/SRC/openSUSE:12.2/.scotty.new/scotty.changes  2012-07-02 
10:44:58.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 29 13:22:19 UTC 2012 - m...@suse.com
+
+- Don't use deprecated RPM macros (bnc#764112).
+
+---



Other differences:
--
++ scotty.spec ++
--- /var/tmp/diff_new_pack.UGvsEw/_old  2012-07-02 10:44:58.0 +0200
+++ /var/tmp/diff_new_pack.UGvsEw/_new  2012-07-02 10:44:58.0 +0200
@@ -15,20 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   scotty
-BuildRequires:  tk-devel xorg-x11-devel
-License:MIT
-Group:  Development/Libraries/Tcl
+BuildRequires:  tk-devel
+BuildRequires:  xorg-x11-devel
 Url:http://wwwhome.cs.utwente.nl/~schoenw/scotty/
-Requires:   tcl tk
+Requires:   tcl
+Requires:   tk
 PreReq: permissions
-AutoReqProv:on
 Version:2.1.11
-Release:808
+Release:0
 Summary:Tcl Extensions for Network Management Applications
+License:MIT
+Group:  Development/Libraries/Tcl
 Source: %{name}-%{version}.tar.bz2
 Patch:  %{name}-%{version}.dif
 Patch1: ntping.dif
@@ -100,11 +99,11 @@
 rm -rf %buildroot
 
 %post
-%run_ldconfig
-%run_permissions
+/sbin/ldconfig
+%set_permissions /usr/bin/ntping
 
 %postun
-%run_ldconfig
+/sbin/ldconfig
 %verifyscript
 %verify_permissions -e %{_bindir}/ntping
 

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



commit v8 for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package v8 for openSUSE:12.2 checked in at 
2012-07-01 20:53:51

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


Package is v8, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/v8/v8.changes   2012-06-25 15:56:55.0 
+0200
+++ /work/SRC/openSUSE:12.2/.v8.new/v8.changes  2012-07-02 10:45:04.0 
+0200
@@ -1,0 +2,52 @@
+Fri Jun 29 08:49:21 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 3.12.5.0
+  * Fixed Chromium issues:
+115100, 129628, 131994, 132727, 132741, 132742, 133211
+  * Fixed V8 issues:
+915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 
+2179, 2185
+  * Added --extra-code flag to mksnapshot to load JS code into the VM
+before creating the snapshot.
+  * Support 'restart call frame' command in the debugger.
+  * Fixed lazy sweeping heuristics to prevent old-space expansion.
+(issue 2194)
+  * Fixed sharing of literal boilerplates for optimized code.  
+(issue 2193)
+  * Removed -fomit-frame-pointer flag from Release builds to make
+the stack walkable by TCMalloc (Chromium issue 133723).
+  * Expose more detailed memory statistics (issue 2201).
+  * Fixed Harmony Maps and WeakMaps for undefined values
+   (Chromium issue 132744).
+
+---
+Tue Jun 19 14:39:10 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 3.11.10.6
+  * Implemented heap profiler memory usage reporting.
+  * Preserved error message during finally block in try..finally.
+(Chromium issue 129171)
+  * Fixed EnsureCanContainElements to properly handle double values.
+(issue 2170)
+  * Improved heuristics to keep objects in fast mode with inherited
+constructors.
+  * Performance and stability improvements on all platforms.
+  * Implemented ES5-conformant semantics for inherited setters and 
+read-only properties. Currently behind --es5_readonly flag, 
+because it breaks WebKit bindings.
+  * Exposed last seen heap object id via v8 public api.
+
+---
+Thu Jun  7 06:34:28 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 3.11.8.0
+  * Avoid overdeep recursion in regexp where a guarded expression 
+with a minimum repetition count is inside another quantifier.
+(Chromium issue 129926)
+  * Fixed missing write barrier in store field stub.
+(issues 2143, 1465, Chromium issue 129355)
+  * Proxies: Fixed receiver for setters inherited from proxies.
+  * Proxies: Fixed ToStringArray function so that it does not 
+reject some keys. (issue 1543)
+
+---

Old:

  adjust-buildflags.diff
  buildfix.diff
  v8.3.11.7.0.tar.lzma

New:

  v8.3.12.5.0.tar.lzma



Other differences:
--
++ v8.spec ++
--- /var/tmp/diff_new_pack.15bSOE/_old  2012-07-02 10:45:05.0 +0200
+++ /var/tmp/diff_new_pack.15bSOE/_new  2012-07-02 10:45:05.0 +0200
@@ -17,18 +17,13 @@
 
 
 Name:   v8
-Version:3.11.7.0
+Version:3.12.5.0
 Release:0
 Summary:JavaScript Engine
 License:BSD-3-Clause
 Group:  System/Libraries
 Url:http://code.google.com/p/v8
 Source0:%{name}.%{version}.tar.lzma
-# PATCH-FIX-OPENSUSE buildfix.diff (Ensure that V8 builds correctly)
-Patch0: buildfix.diff
-%if %suse_version  1140
-Patch1: adjust-buildflags.diff
-%endif
 BuildRequires:  gcc-c++
 BuildRequires:  lzma
 BuildRequires:  readline-devel
@@ -67,7 +62,7 @@
 %description devel
 Development headers and libraries for v8.
 
-%if %suse_version  1140
+%if 0%{?suse_version}  1140 || 0%{?fedora_version}
 
 %package private-headers-devel
 
@@ -84,16 +79,10 @@
 lzma -cd %{SOURCE0} | tar xf -
 
 %setup -D -T -n %{name}
-#patch0 -p0
-%if %suse_version  1140
-#patch1 -p0
-%endif
 
 # -fno-strict-aliasing is needed with gcc 4.4 to get past some ugly code
-%if 0%{?suse_version}  1110
 PARSED_OPT_FLAGS=`echo \'%{optflags} \' | sed s/ /',/g | sed s/',/', '/g`
 sed -i s|'-O3',|$PARSED_OPT_FLAGS '-fno-strict-aliasing',|g SConstruct
-%endif
 
 %build
 
@@ -142,7 +131,7 @@
 g++ %{optflags} -o d8 obj/release/d8.os -lv8 -lpthread -lreadline -L.
 
 %install
-%if %suse_version  1140
+%if 0%{?suse_version}  1140 || 0%{?fedora_version}
 mkdir -p %{buildroot}%{_includedir}/v8/x64
 %else
 mkdir -p %{buildroot}%{_includedir}
@@ -150,7 +139,7 @@
 mkdir -p %{buildroot}%{_libdir}
 install -p include/*.h %{buildroot}%{_includedir}
 
-%if %suse_version  1140
+%if 0%{?suse_version}  1140 || 0%{?fedora_version}
 install -p src/*.h %{buildroot}%{_includedir}/v8
 install -p src/x64/*.h 

commit xf86-input-synaptics for openSUSE:12.2

2012-07-02 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-01 20:54:11

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-06-25 16:17:19.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.xf86-input-synaptics.new/xf86-input-synaptics.changes  
2012-07-02 10:45:08.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 29 17:05:54 CEST 2012 - ti...@suse.de
+
+- Fix double-tap LED behavior (bnc#768506)
+- Enable tap-to-click as default (bnc#722457)
+
+---

New:

  xf86-input-synaptics-default-tap.diff



Other differences:
--
++ xf86-input-synaptics.spec ++
--- /var/tmp/diff_new_pack.eermsi/_old  2012-07-02 10:45:10.0 +0200
+++ /var/tmp/diff_new_pack.eermsi/_new  2012-07-02 10:45:10.0 +0200
@@ -28,6 +28,7 @@
 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
 BuildRequires:  libtool
@@ -77,6 +78,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 autoreconf -fi

++ xf86-input-synaptics-default-tap.diff ++
---
 conf/50-synaptics.conf |4 
 1 file changed, 4 insertions(+)

--- a/conf/50-synaptics.conf
+++ b/conf/50-synaptics.conf
@@ -16,6 +16,10 @@ Section InputClass
 # http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
 MatchDevicePath /dev/input/event*
 Option HorizScrollDelta  0
+# enable tap-to-click as default (bnc#722457)
+   Option TapButton1 1
+   Option TapButton1 2
+   Option TapButton1 3
 EndSection
 
 Section InputClass
++ xf86-input-synaptics-led-double-tap.diff ++
--- /var/tmp/diff_new_pack.eermsi/_old  2012-07-02 10:45:10.0 +0200
+++ /var/tmp/diff_new_pack.eermsi/_new  2012-07-02 10:45:10.0 +0200
@@ -8,10 +8,10 @@
  include/synaptics-properties.h |3 +
  man/synaptics.man  |   17 ++
  src/properties.c   |   26 ++
- src/synaptics.c|  101 
+
+ src/synaptics.c|  102 
+
  src/synapticsstr.h |7 ++
  tools/synclient.c  |1 
- 6 files changed, 155 insertions(+)
+ 6 files changed, 156 insertions(+)
 
 --- a/include/synaptics-properties.h
 +++ b/include/synaptics-properties.h
@@ -75,7 +75,7 @@
  /* only init product_id property if we actually know them */
  if (priv-id_vendor || priv-id_product) {
  values[0] = priv-id_vendor;
-@@ -658,6 +661,18 @@ SetProperty(DeviceIntPtr dev, Atom prope
+@@ -661,6 +664,18 @@ SetProperty(DeviceIntPtr dev, Atom prope
  return BadValue;
  
  para-touchpad_off = off;
@@ -94,7 +94,7 @@
  }
  else if (property == prop_gestures) {
  BOOL *gestures;
-@@ -851,3 +866,14 @@ SetProperty(DeviceIntPtr dev, Atom prope
+@@ -857,3 +872,14 @@ SetProperty(DeviceIntPtr dev, Atom prope
  
  return Success;
  }
@@ -138,7 +138,7 @@
  return Success;
  }
  
-@@ -1649,6 +1655,74 @@ is_inside_middlebutton_area(SynapticsPar
+@@ -1652,6 +1658,75 @@ is_inside_middlebutton_area(SynapticsPar
  return is_inside_button_area(para, 1, x, y);
  }
  
@@ -149,10 +149,11 @@
 +in_led_toggle_area(InputInfoPtr pInfo, struct SynapticsHwState *hw)
 +{
 +SynapticsPrivate *priv = (SynapticsPrivate *)pInfo-private;
++SynapticsParameters *pars = priv-synpara;
 +int click_led_x, click_led_y;
 +
-+click_led_x = (priv-maxx - priv-minx) * LED_TOGGLE_X_AREA + priv-minx;
-+click_led_y = (priv-maxy - priv-miny) * LED_TOGGLE_Y_AREA + priv-miny;
++click_led_x = (pars-right_edge - pars-left_edge) * LED_TOGGLE_X_AREA + 
pars-left_edge;
++click_led_y = (pars-bottom_edge - pars-top_edge) * LED_TOGGLE_Y_AREA + 
pars-bottom_edge;
 +return (hw-x  click_led_x  hw-y  click_led_y);
 +}
 +
@@ -213,7 +214,7 @@
  static CARD32
  timerFunc(OsTimerPtr timer, CARD32 now, pointer arg)
  {
-@@ -1665,6 +1739,15 @@ timerFunc(OsTimerPtr timer, CARD32 now,
+@@ -1668,6 +1743,15 @@ timerFunc(OsTimerPtr timer, CARD32 now,
  SynapticsResetTouchHwState(hw, FALSE);
  delay = HandleState(pInfo, hw, hw-millis, TRUE);
  
@@ -229,7 +230,7 @@
  priv-timer_time = now;
  priv-timer = TimerSet(priv-timer, 0, delay, timerFunc, 

commit brasero for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package brasero for openSUSE:Factory checked 
in at 2012-07-02 10:42:58

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


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

Changes:

--- /work/SRC/openSUSE:Factory/brasero/brasero.changes  2012-04-20 
15:11:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.brasero.new/brasero.changes 2012-07-02 
10:46:08.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul  1 21:30:48 UTC 2012 - dims...@opensuse.org
+
+- Add cdrdao and cdrkit-cdrtools-compat Requires: Those packages
+  are required for CD Audio copy features (bnc#743601).
+
+---



Other differences:
--
++ brasero.spec ++
--- /var/tmp/diff_new_pack.K6wmoR/_old  2012-07-02 10:46:10.0 +0200
+++ /var/tmp/diff_new_pack.K6wmoR/_new  2012-07-02 10:46:10.0 +0200
@@ -52,6 +52,10 @@
 Requires:   gstreamer010-plugins-good
 # We need wodim to burn CDs (bnc#729984)
 Requires:   wodim
+# We need cdrdao to be able to extract audio tracks from disks
+Requires:   cdrdao
+# cdrkit-cdrtools-compat provides cdda2wav
+Requires:   cdrkit-cdrtools-compat
 Recommends: %{name}-lang
 Provides:   brasero-doc = 0.9.1
 Obsoletes:  brasero-doc  0.9.1


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



commit calcurse for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package calcurse for openSUSE:Factory 
checked in at 2012-07-02 10:44:48

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


Package is calcurse, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/calcurse/calcurse.changes2011-12-22 
13:19:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.calcurse.new/calcurse.changes   2012-07-02 
10:46:13.0 +0200
@@ -1,0 +2,55 @@
+Sun Jul  1 14:34:47 UTC 2012 - pascal.ble...@opensuse.org
+
+- update to 3.0.0:
+  * full UTF-8 support
+  * format strings for printing items in non-interactive mode have been
+introduced
+  * support for vim-style count prefixes for displacement keys
+  * duration strings are now much more powerful
+  * extended duration strings, such as +3:10 or +1d20h5m, can be used
+  * new feature allows piping items to external commands
+  * there are keybindings to jump to the previous/next month/year
+  * lots of internal changes have been made
+  * note that you will need to run calcurse-upgrade after upgrading, since
+the configuration file format has changed
+
+---
+Sun Jul  1 09:32:03 UTC 2012 - pu...@suse.com
+
+- update to calcurse-3.0.0 
+ - New features:
+  - Full UTF-8 support.
+  - Much more powerful formatting options for printing items in
+non-interactive mode. Format strings can be specified using
+--format-apt, --format-event, --format-recur-apt and
+--format-recur-event.
+  - Support for vim-style count prefixes for displacement keys.
+  - Powerful duration strings: Allows using extended duration
+strings, such as +3:10 or +1d20h5m.
+  - A feature that allows piping items to external commands.
+  - New key bindings to jump to the previous/next month/year.
+  - A new configuration file format. `calcurse-upgrade` can be used
+to convert existing configuration files.
+  - Several performance improvements.
+  - Notes are now stored using hash-based file names which results
+in lower disk space usage.
+  - A test suite that can be used to test the core functionality of
+calcurse.
+  - -D and -c can now be used simultaneously, whereby -c has
+precedence over -D.
+  - A --read-only command line option to discard all changes to
+data files.
+ - Bug fixes:
+  - Do not hardcode paths to the default editor/pager. Rely on the
+$PATH variable instead.
+  - Update the number of todo items when importing an iCal file to
+prevent some items from being inaccessible.
+  - Fix a segmentation fault when importing iCal data (reported by
+Andraz Levstik).
+  - Format the DURATION field properly on iCal export. Use
+days/hours/minutes/seconds instead of seconds (reported and
+fixed by Jerome Pinot).
+  - Do not localize dates in pcal exports (reported by Baptiste
+Jonglez).
+
+---

Old:

  calcurse-2.9.2.tar.bz2

New:

  calcurse-3.0.0.tar.gz



Other differences:
--
++ calcurse.spec ++
--- /var/tmp/diff_new_pack.xa6GLU/_old  2012-07-02 10:46:15.0 +0200
+++ /var/tmp/diff_new_pack.xa6GLU/_new  2012-07-02 10:46:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package calcurse
 #
-# 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,14 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   calcurse
-Version:2.9.2
+Version:3.0.0
 Release:0
 Summary:Text-based Organizer
 License:BSD-2-Clause
 Group:  Productivity/Office/Organizers
 # http://calcurse.org/files/calcurse-%{version}.tar.gz
-Source: calcurse-%{version}.tar.bz2
+Source: calcurse-%{version}.tar.gz
 Source1:%{name}.desktop
 Url:http://calcurse.org
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -76,6 +77,7 @@
 %doc AUTHORS NEWS README TODO
 %doc doc/manual.html
 %{_bindir}/calcurse
+%{_bindir}/calcurse-upgrade
 %doc %{_mandir}/man1/calcurse.1*
 %{_datadir}/applications/%{name}.desktop
 

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



commit brasero for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package brasero for openSUSE:12.2 checked in 
at 2012-07-02 10:43:08

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


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

Changes:

--- /work/SRC/openSUSE:12.2/brasero/brasero.changes 2012-06-25 
15:16:06.0 +0200
+++ /work/SRC/openSUSE:12.2/.brasero.new/brasero.changes2012-07-02 
10:46:11.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul  1 21:30:48 UTC 2012 - dims...@opensuse.org
+
+- Add cdrdao and cdrkit-cdrtools-compat Requires: Those packages
+  are required for CD Audio copy features (bnc#743601).
+
+---



Other differences:
--
++ brasero.spec ++
--- /var/tmp/diff_new_pack.M6P0Ip/_old  2012-07-02 10:46:12.0 +0200
+++ /var/tmp/diff_new_pack.M6P0Ip/_new  2012-07-02 10:46:12.0 +0200
@@ -52,6 +52,10 @@
 Requires:   gstreamer010-plugins-good
 # We need wodim to burn CDs (bnc#729984)
 Requires:   wodim
+# We need cdrdao to be able to extract audio tracks from disks
+Requires:   cdrdao
+# cdrkit-cdrtools-compat provides cdda2wav
+Requires:   cdrkit-cdrtools-compat
 Recommends: %{name}-lang
 Provides:   brasero-doc = 0.9.1
 Obsoletes:  brasero-doc  0.9.1


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



commit empathy for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2012-07-02 10:45:15

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


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

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2012-06-10 
21:50:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2012-07-02 
10:46:16.0 +0200
@@ -1,0 +2,12 @@
+Wed Jun 27 16:53:20 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.4.2.3:
+  + Use a weak reference while loading the logs asynchronously to
+detect when the object has been destroyed (bgo#677641).
+- Changes from version 3.4.2.2:
+  + irc connection parameters dialog: apply button stays
+unsensitive (bgo#678307).
+  + empathy-chat crashed with SIGSEGV in
+_tp_base_client_handle_channels() (bgo#678807).
+
+---

Old:

  empathy-3.4.2.1.tar.xz

New:

  empathy-3.4.2.3.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.fMr4gA/_old  2012-07-02 10:46:18.0 +0200
+++ /var/tmp/diff_new_pack.fMr4gA/_new  2012-07-02 10:46:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   empathy
-Version:3.4.2.1
+Version:3.4.2.3
 Release:0
 Summary:Instant Messenger Client for GNOME, based on Telepathy
 License:GPL-2.0+

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



commit empathy for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:12.2 checked in 
at 2012-07-02 10:45:41

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


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

Changes:

--- /work/SRC/openSUSE:12.2/empathy/empathy.changes 2012-06-25 
15:18:17.0 +0200
+++ /work/SRC/openSUSE:12.2/.empathy.new/empathy.changes2012-07-02 
10:46:18.0 +0200
@@ -1,0 +2,12 @@
+Wed Jun 27 16:53:20 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.4.2.3:
+  + Use a weak reference while loading the logs asynchronously to
+detect when the object has been destroyed (bgo#677641).
+- Changes from version 3.4.2.2:
+  + irc connection parameters dialog: apply button stays
+unsensitive (bgo#678307).
+  + empathy-chat crashed with SIGSEGV in
+_tp_base_client_handle_channels() (bgo#678807).
+
+---

Old:

  empathy-3.4.2.1.tar.xz

New:

  empathy-3.4.2.3.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.WLqRZh/_old  2012-07-02 10:46:18.0 +0200
+++ /var/tmp/diff_new_pack.WLqRZh/_new  2012-07-02 10:46:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   empathy
-Version:3.4.2.1
+Version:3.4.2.3
 Release:0
 Summary:Instant Messenger Client for GNOME, based on Telepathy
 License:GPL-2.0+

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



commit gnome-bluetooth for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package gnome-bluetooth for openSUSE:Factory 
checked in at 2012-07-02 10:48:47

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gnome-bluetooth/gnome-bluetooth.changes  
2012-06-25 12:28:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-bluetooth.new/gnome-bluetooth.changes 
2012-07-02 10:48:48.0 +0200
@@ -1,0 +2,7 @@
+Sat Jun 30 06:33:37 UTC 2012 - badshah...@gmail.com
+
+- Added gnome-bluetooth-fix-pairing.patch and
+  gnome-bluetooth-fix-stuck-finish-page.patch to enable pairing of
+  devices again (bnc#769536, bgo#679190, rh#819203).
+
+---

New:

  gnome-bluetooth-fix-pairing.patch
  gnome-bluetooth-fix-stuck-finish-page.patch



Other differences:
--
++ gnome-bluetooth.spec ++
--- /var/tmp/diff_new_pack.JPGTT7/_old  2012-07-02 10:48:50.0 +0200
+++ /var/tmp/diff_new_pack.JPGTT7/_new  2012-07-02 10:48:50.0 +0200
@@ -27,6 +27,10 @@
 Source1:61-gnome-bluetooth-rfkill.rules
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch0: lxde-support.patch
+# PATCH-FIX-UPSTREAM gnome-bluetooth-fix-pairing.patch bnc#769536 bgo#679190 
rh#819203 badshah...@gmail.com -- This fixes gnome-bluetooth to finally pair 
with devices again, patch came from upstream bugzilla.
+Patch1: gnome-bluetooth-fix-pairing.patch
+# PATCH-FIX-UPSTREAM gnome-bluetooth-fix-stuck-finish-page.patch bnc#769536 
bgo#679190 rh#819203 badshah...@gmail.com -- This fixes gnome-bluetooth from 
getting stuck in the finishing page.
+Patch2: gnome-bluetooth-fix-stuck-finish-page.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gobject-introspection-devel
@@ -115,6 +119,8 @@
 %setup -q
 translation-update-upstream
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %if 0%{?BUILD_FROM_VCS}
 [ -x ./autogen.sh ]  NOCONFIGURE=1 ./autogen.sh


++ gnome-bluetooth-fix-pairing.patch ++
From 46212ad97de694db45af525cd200c52e6eafb93b Mon Sep 17 00:00:00 2001
From: Sjoerd Simons sjo...@luon.net
Date: Sat, 30 Jun 2012 10:45:45 +0200
Subject: [PATCH 1/2] Fix return of RequestConfirmation call

The bluez RequestConfirmation call expect either an empty message (on
success) or an error (on failure) as return. For some reason the code
tries to return a string on success though, contrary to even what the
internal introspection data says causing gdbus to just throw a warning
and bluez never getting a response... Causing pairing to fail.
---
 wizard/main.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wizard/main.c b/wizard/main.c
index 417c84c..e7cc9cc 100644
--- a/wizard/main.c
+++ b/wizard/main.c
@@ -261,7 +261,7 @@ matches_cb (GtkButton *button,
invocation = g_object_get_data (G_OBJECT (button), invocation);
gtk_widget_set_sensitive (does_not_match_button, FALSE);
gtk_widget_set_sensitive (matches_button, FALSE);
-   g_dbus_method_invocation_return_value (invocation, g_variant_new 
((s), ));
+   g_dbus_method_invocation_return_value (invocation, NULL);
 
g_object_set_data (G_OBJECT(does_not_match_button), invocation, NULL);
g_object_set_data (G_OBJECT(matches_button), invocation, NULL);
-- 
1.7.10


++ gnome-bluetooth-fix-stuck-finish-page.patch ++
From f0a95b5d28ff55e9ed4b148d9872645ae3d8e049 Mon Sep 17 00:00:00 2001
From: Sjoerd Simons sjo...@luon.net
Date: Sat, 30 Jun 2012 14:27:47 +0200
Subject: [PATCH 2/2] When bailing from a connect attempt use
 _complete_in_idle

Currently bluetooth_client_connect_service complets it async operation
directly when bailing (e.g. we don't have connectable service on the
remote device). This causes the bluetooth wizard to get stuck in the
Finishing page as it happens to go to this page *after* calling
bluetooth_client_connect_service.

Simply make the async operation complete asynchronously (like it should)
and everything is happy again :)
---
 lib/bluetooth-client.c |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lib/bluetooth-client.c b/lib/bluetooth-client.c
index 21bcd38..114f9ad 100644
--- a/lib/bluetooth-client.c
+++ b/lib/bluetooth-client.c
@@ -547,12 +547,15 @@ add_device (Adapter *adapter,
 
v = g_variant_lookup_value (ret, Alias, G_VARIANT_TYPE_STRING);
alias = v ? g_variant_get_string (v, NULL) : NULL;
+  printf (Alias: %s\n, alias);
 
v = g_variant_lookup_value (ret, Name, G_VARIANT_TYPE_STRING);
name = v ? 

commit gnome-bluetooth for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package gnome-bluetooth for openSUSE:12.2 
checked in at 2012-07-02 10:48:53

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


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

Changes:

--- /work/SRC/openSUSE:12.2/gnome-bluetooth/gnome-bluetooth.changes 
2012-06-25 15:20:25.0 +0200
+++ /work/SRC/openSUSE:12.2/.gnome-bluetooth.new/gnome-bluetooth.changes
2012-07-02 10:48:54.0 +0200
@@ -1,0 +2,25 @@
+Sat Jun 30 06:33:37 UTC 2012 - badshah...@gmail.com
+
+- Added gnome-bluetooth-fix-pairing.patch and
+  gnome-bluetooth-fix-stuck-finish-page.patch to enable pairing of
+  devices again (bnc#769536, bgo#679190, rh#819203).
+
+---
+Mon Jun 18 13:07:52 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.4.1:
+  + Library:
+- Fix potential crashes when registering pairing agents with no
+  adapter present
+- Fix warning when bluetooth-sendto exits
+- Better API documentation
+- Fix warnings related to BluetoothStatusClass
+  + Send-To:
+- Document the --name option
+- Make the Retry button always visible
+- Fix warnings when saving the last used address
+  + Wizard:
+- Fix setup of devices that don't require pairing
+  + Updated translations.
+
+---

Old:

  gnome-bluetooth-3.4.0.tar.xz

New:

  gnome-bluetooth-3.4.1.tar.xz
  gnome-bluetooth-fix-pairing.patch
  gnome-bluetooth-fix-stuck-finish-page.patch



Other differences:
--
++ gnome-bluetooth.spec ++
--- /var/tmp/diff_new_pack.8c32IJ/_old  2012-07-02 10:48:55.0 +0200
+++ /var/tmp/diff_new_pack.8c32IJ/_new  2012-07-02 10:48:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-bluetooth
-Version:3.4.0
+Version:3.4.1
 Release:0
 Summary:GNOME Bluetooth graphical utilities
 License:GPL-2.0+
@@ -27,6 +27,10 @@
 Source1:61-gnome-bluetooth-rfkill.rules
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch0: lxde-support.patch
+# PATCH-FIX-UPSTREAM gnome-bluetooth-fix-pairing.patch bnc#769536 bgo#679190 
rh#819203 badshah...@gmail.com -- This fixes gnome-bluetooth to finally pair 
with devices again, patch came from upstream bugzilla.
+Patch1: gnome-bluetooth-fix-pairing.patch
+# PATCH-FIX-UPSTREAM gnome-bluetooth-fix-stuck-finish-page.patch bnc#769536 
bgo#679190 rh#819203 badshah...@gmail.com -- This fixes gnome-bluetooth from 
getting stuck in the finishing page.
+Patch2: gnome-bluetooth-fix-stuck-finish-page.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gobject-introspection-devel
@@ -115,6 +119,8 @@
 %setup -q
 translation-update-upstream
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %if 0%{?BUILD_FROM_VCS}
 [ -x ./autogen.sh ]  NOCONFIGURE=1 ./autogen.sh

++ gnome-bluetooth-fix-pairing.patch ++
From 46212ad97de694db45af525cd200c52e6eafb93b Mon Sep 17 00:00:00 2001
From: Sjoerd Simons sjo...@luon.net
Date: Sat, 30 Jun 2012 10:45:45 +0200
Subject: [PATCH 1/2] Fix return of RequestConfirmation call

The bluez RequestConfirmation call expect either an empty message (on
success) or an error (on failure) as return. For some reason the code
tries to return a string on success though, contrary to even what the
internal introspection data says causing gdbus to just throw a warning
and bluez never getting a response... Causing pairing to fail.
---
 wizard/main.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wizard/main.c b/wizard/main.c
index 417c84c..e7cc9cc 100644
--- a/wizard/main.c
+++ b/wizard/main.c
@@ -261,7 +261,7 @@ matches_cb (GtkButton *button,
invocation = g_object_get_data (G_OBJECT (button), invocation);
gtk_widget_set_sensitive (does_not_match_button, FALSE);
gtk_widget_set_sensitive (matches_button, FALSE);
-   g_dbus_method_invocation_return_value (invocation, g_variant_new 
((s), ));
+   g_dbus_method_invocation_return_value (invocation, NULL);
 
g_object_set_data (G_OBJECT(does_not_match_button), invocation, NULL);
g_object_set_data (G_OBJECT(matches_button), invocation, NULL);
-- 
1.7.10


++ gnome-bluetooth-fix-stuck-finish-page.patch ++
From f0a95b5d28ff55e9ed4b148d9872645ae3d8e049 Mon Sep 17 00:00:00 2001
From: Sjoerd Simons sjo...@luon.net
Date: Sat, 30 Jun 2012 14:27:47 +0200
Subject: [PATCH 2/2] When bailing from a connect attempt use
 _complete_in_idle

Currently bluetooth_client_connect_service complets it async operation

commit gnome-control-center for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:Factory checked in at 2012-07-02 10:49:08

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes
2012-06-29 13:22:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-control-center.new/gnome-control-center.changes
   2012-07-02 10:49:12.0 +0200
@@ -1,0 +2,10 @@
+Sun Jul  1 18:54:43 UTC 2012 - dims...@opensuse.org
+
+- No longer pass --with-libsocialweb to configure:
+  It is used to enable the Flickr background image integration, but
+  is not functional. So instead of offering a feature that does not
+  work, it's cleaner to not offer the feature (bnc#732690).
+- Drop pkgconfig(libsocialweb-client) BuildRequires, which was
+  only used to provide the integration above.
+
+---



Other differences:
--
++ gnome-control-center.spec ++
--- /var/tmp/diff_new_pack.z0ZDkh/_old  2012-07-02 10:49:14.0 +0200
+++ /var/tmp/diff_new_pack.z0ZDkh/_new  2012-07-02 10:49:14.0 +0200
@@ -72,7 +72,6 @@
 BuildRequires:  pkgconfig(libnotify) = 0.7.3
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(libpulse-mainloop-glib)
-BuildRequires:  pkgconfig(libsocialweb-client)
 %if %{with_systemd}
 BuildRequires:  pkgconfig(libsystemd-login)
 %endif
@@ -172,7 +171,6 @@
 
 %build
 %configure --with-pic\
---with-libsocialweb\
 %if %{with_systemd}
 --enable-systemd\
 %endif


-- 
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-02 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-02 10:49:16

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-06-29 13:22:08.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.gnome-control-center.new/gnome-control-center.changes  
2012-07-02 10:49:17.0 +0200
@@ -1,0 +2,10 @@
+Sun Jul  1 18:54:43 UTC 2012 - dims...@opensuse.org
+
+- No longer pass --with-libsocialweb to configure:
+  It is used to enable the Flickr background image integration, but
+  is not functional. So instead of offering a feature that does not
+  work, it's cleaner to not offer the feature (bnc#732690).
+- Drop pkgconfig(libsocialweb-client) BuildRequires, which was
+  only used to provide the integration above.
+
+---



Other differences:
--
++ gnome-control-center.spec ++
--- /var/tmp/diff_new_pack.ovLVen/_old  2012-07-02 10:49:17.0 +0200
+++ /var/tmp/diff_new_pack.ovLVen/_new  2012-07-02 10:49:17.0 +0200
@@ -72,7 +72,6 @@
 BuildRequires:  pkgconfig(libnotify) = 0.7.3
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(libpulse-mainloop-glib)
-BuildRequires:  pkgconfig(libsocialweb-client)
 %if %{with_systemd}
 BuildRequires:  pkgconfig(libsystemd-login)
 %endif
@@ -172,7 +171,6 @@
 
 %build
 %configure --with-pic\
---with-libsocialweb\
 %if %{with_systemd}
 --enable-systemd\
 %endif


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



commit gnome-packagekit for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package gnome-packagekit for 
openSUSE:Factory checked in at 2012-07-02 10:51:13

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gnome-packagekit/gnome-packagekit.changes
2012-05-22 08:15:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-packagekit.new/gnome-packagekit.changes   
2012-07-02 10:51:15.0 +0200
@@ -1,0 +2,7 @@
+Sun Jul  1 18:02:07 UTC 2012 - badshah...@gmail.com
+
+- Add gnome-packagekit-larger-details-pane.patch to make the
+  details pane in the update viewer larger (bnc#730971,bgo#35);
+  patch came from Gary and was pushed to the upstream bug report.
+
+---

New:

  gnome-packagekit-larger-details-pane.patch



Other differences:
--
++ gnome-packagekit.spec ++
--- /var/tmp/diff_new_pack.ZHtgpQ/_old  2012-07-02 10:51:16.0 +0200
+++ /var/tmp/diff_new_pack.ZHtgpQ/_new  2012-07-02 10:51:16.0 +0200
@@ -30,6 +30,8 @@
 Source: 
http://download.gnome.org/sources/gnome-packagekit/3.4/%{name}-%{version}.tar.xz
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch1: gnome-packagekit-OnlyShowIn.patch
+# PATCH-FIX-UPSTREAM gnome-packagekit-larger-details-pane.patch bnc#730971 
bgo#35 badshah400@gmailcom -- Make the details pane in the update viewer 
larger (patch came from Gary, pushed to upstream bug)
+Patch2: gnome-packagekit-larger-details-pane.patch
 BuildRequires:  PackageKit-devel
 BuildRequires:  dbus-1-devel
 BuildRequires:  desktop-file-utils
@@ -84,6 +86,7 @@
 %setup -q
 translation-update-upstream
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure \


++ gnome-packagekit-larger-details-pane.patch ++
From 2265a3523d56ffbf7bd62f87b5c56a7c3fe7cf85 Mon Sep 17 00:00:00 2001
From: Gary Ching-Pang Lin chingp...@gmail.com
Date: Wed, 21 Dec 2011 14:51:54 +0800
Subject: [PATCH] Set the default height of the details expander

This commit sets a reasonable height for the details expander, so
that the user can read the description easily.

https://bugzilla.gnome.org/show_bug.cgi?id=35
---
 data/gpk-update-viewer.ui |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/data/gpk-update-viewer.ui b/data/gpk-update-viewer.ui
index f89798d..ad7d247 100644
--- a/data/gpk-update-viewer.ui
+++ b/data/gpk-update-viewer.ui
@@ -234,6 +234,7 @@
 property name=can_focusTrue/property
 child
   object class=GtkScrolledWindow 
id=scrolledwindow_details
+property name=height_request100/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=shadow_typein/property
-- 
1.7.7


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



commit gnome-packagekit for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package gnome-packagekit for openSUSE:12.2 
checked in at 2012-07-02 10:51:19

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


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

Changes:

--- /work/SRC/openSUSE:12.2/gnome-packagekit/gnome-packagekit.changes   
2012-06-25 15:20:33.0 +0200
+++ /work/SRC/openSUSE:12.2/.gnome-packagekit.new/gnome-packagekit.changes  
2012-07-02 10:51:21.0 +0200
@@ -1,0 +2,7 @@
+Sun Jul  1 18:02:07 UTC 2012 - badshah...@gmail.com
+
+- Add gnome-packagekit-larger-details-pane.patch to make the
+  details pane in the update viewer larger (bnc#730971,bgo#35);
+  patch came from Gary and was pushed to the upstream bug report.
+
+---

New:

  gnome-packagekit-larger-details-pane.patch



Other differences:
--
++ gnome-packagekit.spec ++
--- /var/tmp/diff_new_pack.IlA9Nd/_old  2012-07-02 10:51:21.0 +0200
+++ /var/tmp/diff_new_pack.IlA9Nd/_new  2012-07-02 10:51:21.0 +0200
@@ -30,6 +30,8 @@
 Source: 
http://download.gnome.org/sources/gnome-packagekit/3.4/%{name}-%{version}.tar.xz
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch1: gnome-packagekit-OnlyShowIn.patch
+# PATCH-FIX-UPSTREAM gnome-packagekit-larger-details-pane.patch bnc#730971 
bgo#35 badshah400@gmailcom -- Make the details pane in the update viewer 
larger (patch came from Gary, pushed to upstream bug)
+Patch2: gnome-packagekit-larger-details-pane.patch
 BuildRequires:  PackageKit-devel
 BuildRequires:  dbus-1-devel
 BuildRequires:  desktop-file-utils
@@ -84,6 +86,7 @@
 %setup -q
 translation-update-upstream
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure \


++ gnome-packagekit-larger-details-pane.patch ++
From 2265a3523d56ffbf7bd62f87b5c56a7c3fe7cf85 Mon Sep 17 00:00:00 2001
From: Gary Ching-Pang Lin chingp...@gmail.com
Date: Wed, 21 Dec 2011 14:51:54 +0800
Subject: [PATCH] Set the default height of the details expander

This commit sets a reasonable height for the details expander, so
that the user can read the description easily.

https://bugzilla.gnome.org/show_bug.cgi?id=35
---
 data/gpk-update-viewer.ui |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/data/gpk-update-viewer.ui b/data/gpk-update-viewer.ui
index f89798d..ad7d247 100644
--- a/data/gpk-update-viewer.ui
+++ b/data/gpk-update-viewer.ui
@@ -234,6 +234,7 @@
 property name=can_focusTrue/property
 child
   object class=GtkScrolledWindow 
id=scrolledwindow_details
+property name=height_request100/property
 property name=visibleTrue/property
 property name=can_focusTrue/property
 property name=shadow_typein/property
-- 
1.7.7


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



commit gnome-screensaver for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package gnome-screensaver for 
openSUSE:Factory checked in at 2012-07-02 10:51:49

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gnome-screensaver/gnome-screensaver.changes  
2012-04-20 15:15:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-screensaver.new/gnome-screensaver.changes 
2012-07-02 10:51:52.0 +0200
@@ -1,0 +2,8 @@
+Tue Jun 26 06:14:13 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.4.2:
+  + Fix setting black color with recent GTK+
+  + Only show panel on primary head
+  + Updated translations.
+
+---

Old:

  gnome-screensaver-3.4.1.tar.xz

New:

  gnome-screensaver-3.4.2.tar.xz



Other differences:
--
++ gnome-screensaver.spec ++
--- /var/tmp/diff_new_pack.xoHdZ5/_old  2012-07-02 10:51:54.0 +0200
+++ /var/tmp/diff_new_pack.xoHdZ5/_new  2012-07-02 10:51:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-screensaver
-Version:3.4.1
+Version:3.4.2
 Release:0
 Url:http://www.gnome.org/
 Summary:GNOME Screen Saver and Locker

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



commit gnome-screensaver for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package gnome-screensaver for openSUSE:12.2 
checked in at 2012-07-02 10:51:55

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


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

Changes:

--- /work/SRC/openSUSE:12.2/gnome-screensaver/gnome-screensaver.changes 
2012-06-25 15:20:35.0 +0200
+++ /work/SRC/openSUSE:12.2/.gnome-screensaver.new/gnome-screensaver.changes
2012-07-02 10:51:56.0 +0200
@@ -1,0 +2,8 @@
+Tue Jun 26 06:14:13 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.4.2:
+  + Fix setting black color with recent GTK+
+  + Only show panel on primary head
+  + Updated translations.
+
+---

Old:

  gnome-screensaver-3.4.1.tar.xz

New:

  gnome-screensaver-3.4.2.tar.xz



Other differences:
--
++ gnome-screensaver.spec ++
--- /var/tmp/diff_new_pack.XVhLRQ/_old  2012-07-02 10:51:56.0 +0200
+++ /var/tmp/diff_new_pack.XVhLRQ/_new  2012-07-02 10:51:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-screensaver
-Version:3.4.1
+Version:3.4.2
 Release:0
 Url:http://www.gnome.org/
 Summary:GNOME Screen Saver and Locker

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



commit gnutls for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package gnutls for openSUSE:Factory checked 
in at 2012-07-02 10:52:22

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


Package is gnutls, Maintainer is g...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gnutls/gnutls.changes2012-06-25 
14:08:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnutls.new/gnutls.changes   2012-07-02 
10:52:24.0 +0200
@@ -1,0 +2,11 @@
+Sun Jul  1 20:00:33 UTC 2012 - co...@suse.com
+
+- merge am-1.12 patches into 1
+
+---
+Sat Jun 30 17:24:48 UTC 2012 - i...@marguerite.su
+
+- fix 12.2 builds.
+  * replace depreciated am_prog_mkdir_p with ac_prog_mkdir_p. 
+
+---



Other differences:
--
++ automake-1.12.patch ++
--- /var/tmp/diff_new_pack.UjA5df/_old  2012-07-02 10:52:26.0 +0200
+++ /var/tmp/diff_new_pack.UjA5df/_new  2012-07-02 10:52:26.0 +0200
@@ -1,7 +1,7 @@
-Index: gnutls-3.0.19/configure.ac
+Index: gnutls-3.0.20/configure.ac
 ===
 gnutls-3.0.19.orig/configure.ac
-+++ gnutls-3.0.19/configure.ac
+--- gnutls-3.0.20.orig/configure.ac2012-07-01 21:50:17.0 +0200
 gnutls-3.0.20/configure.ac 2012-07-01 21:50:17.977499968 +0200
 @@ -37,6 +37,7 @@ dnl Checks for programs.
  AC_PROG_CC
  AM_PROG_AS
@@ -10,3 +10,55 @@
  gl_EARLY
  
  # For includes/gnutls/gnutls.h.in.
+Index: gnutls-3.0.20/aclocal.m4
+===
+--- gnutls-3.0.20.orig/aclocal.m4  2012-06-05 19:10:14.0 +0200
 gnutls-3.0.20/aclocal.m4   2012-07-01 21:53:42.821893323 +0200
+@@ -529,7 +529,7 @@ AM_MISSING_PROG(AUTOHEADER, autoheader)
+ AM_MISSING_PROG(MAKEINFO, makeinfo)
+ AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
+ AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
+-AC_REQUIRE([AM_PROG_MKDIR_P])dnl
++AC_REQUIRE([AC_PROG_MKDIR_P])dnl
+ # We need awk for the check target.  The system awk is bad on
+ # some platforms.
+ AC_REQUIRE([AC_PROG_AWK])dnl
+@@ -773,10 +773,10 @@ fi
+ 
+ # serial 1
+ 
+-# AM_PROG_MKDIR_P
++# AC_PROG_MKDIR_P
+ # ---
+ # Check for `mkdir -p'.
+-AC_DEFUN([AM_PROG_MKDIR_P],
++AC_DEFUN([AC_PROG_MKDIR_P],
+ [AC_PREREQ([2.60])dnl
+ AC_REQUIRE([AC_PROG_MKDIR_P])dnl
+ dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
+Index: gnutls-3.0.20/gl/m4/gnulib-common.m4
+===
+--- gnutls-3.0.20.orig/gl/m4/gnulib-common.m4  2012-06-05 19:07:51.0 
+0200
 gnutls-3.0.20/gl/m4/gnulib-common.m4   2012-07-01 21:53:42.821893323 
+0200
+@@ -301,7 +301,7 @@ m4_ifdef([AC_PROG_MKDIR_P], [
+ AC_SUBST([MKDIR_P])])], [
+   dnl For autoconf  2.60: Backport of AC_PROG_MKDIR_P.
+   AC_DEFUN_ONCE([AC_PROG_MKDIR_P],
+-[AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
++[AC_REQUIRE([AC_PROG_MKDIR_P])dnl defined by automake
+  MKDIR_P='$(mkdir_p)'
+  AC_SUBST([MKDIR_P])])])
+ 
+Index: gnutls-3.0.20/m4/po.m4
+===
+--- gnutls-3.0.20.orig/m4/po.m42011-11-08 22:07:12.0 +0100
 gnutls-3.0.20/m4/po.m4 2012-07-01 21:53:42.822893277 +0200
+@@ -24,7 +24,7 @@ AC_DEFUN([AM_PO_SUBDIRS],
+ [
+   AC_REQUIRE([AC_PROG_MAKE_SET])dnl
+   AC_REQUIRE([AC_PROG_INSTALL])dnl
+-  AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
++  AC_REQUIRE([AC_PROG_MKDIR_P])dnl defined by automake
+   AC_REQUIRE([AM_NLS])dnl
+ 
+   dnl Release version of the gettext macros. This is used to ensure that


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



commit gnutls for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package gnutls for openSUSE:12.2 checked in 
at 2012-07-02 10:52:27

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


Package is gnutls, Maintainer is g...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/gnutls/gnutls.changes   2012-06-25 
15:34:26.0 +0200
+++ /work/SRC/openSUSE:12.2/.gnutls.new/gnutls.changes  2012-07-02 
10:52:28.0 +0200
@@ -1,0 +2,40 @@
+Sun Jul  1 20:00:33 UTC 2012 - co...@suse.com
+
+- merge am-1.12 patches into 1
+
+---
+Sat Jun 30 17:24:48 UTC 2012 - i...@marguerite.su
+
+- fix 12.2 builds.
+  * replace depreciated am_prog_mkdir_p with ac_prog_mkdir_p. 
+
+---
+Thu Jun 21 08:02:43 UTC 2012 - meiss...@suse.com
+
+- Updated to version 3.0.20:
+  libgnutls: Corrected bug which prevented the parsing of
+  handshake packets spanning multiple records.
+
+  libgnutls: Check key identifiers when checking for an issuer.
+
+  libgnutls: Added gnutls_pubkey_verify_hash2()
+
+  libgnutls: Added gnutls_certificate_set_x509_system_trust()
+  that loads the trusted CA certificates from system locations
+  (e.g. trusted storage in windows and CA bundle files in other systems).
+
+  certtool: Added support for the URI subject alternative
+  name type in certtool.
+
+  certtool: Increase to 128 the maximum number of distinct options
+  (e.g. dns_names) allowed.
+
+  gnutls-cli: If --print-cert is given, print the certificate, 
+  even on verification failure.
+
+  ** API and ABI modifications:
+  gnutls_pk_to_sign: Added
+  gnutls_pubkey_verify_hash2: Added
+  gnutls_certificate_set_x509_system_trust: Added
+
+---

Old:

  gnutls-3.0.19.tar.xz
  gnutls-introduce-gnutls_certificate_set_x509_system_trust.diff

New:

  gnutls-3.0.20.tar.xz



Other differences:
--
++ gnutls.spec ++
--- /var/tmp/diff_new_pack.bdWqqO/_old  2012-07-02 10:52:29.0 +0200
+++ /var/tmp/diff_new_pack.bdWqqO/_new  2012-07-02 10:52:29.0 +0200
@@ -21,7 +21,7 @@
 %define gnutls_ossl_sover 27
 
 Name:   gnutls
-Version:3.0.19
+Version:3.0.20
 Release:0
 Summary:The GNU Transport Layer Security Library
 License:LGPL-3.0+ ; GPL-3.0+
@@ -29,9 +29,6 @@
 Url:http://www.gnutls.org/
 Source0:http://ftp.gnu.org/gnu/gnutls/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
-# upstream, will be officially available in some future gnutls
-# version and can be removed then -- lnussel
-Patch0: gnutls-introduce-gnutls_certificate_set_x509_system_trust.diff
 # suse specific, add support for certificate directories -- lnussel
 Patch1: gnutls-implement-trust-store-dir.diff
 Patch2: automake-1.12.patch
@@ -126,7 +123,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 echo %{_includedir}/%{name}/abstract.h

++ automake-1.12.patch ++
--- /var/tmp/diff_new_pack.bdWqqO/_old  2012-07-02 10:52:29.0 +0200
+++ /var/tmp/diff_new_pack.bdWqqO/_new  2012-07-02 10:52:29.0 +0200
@@ -1,7 +1,7 @@
-Index: gnutls-3.0.19/configure.ac
+Index: gnutls-3.0.20/configure.ac
 ===
 gnutls-3.0.19.orig/configure.ac
-+++ gnutls-3.0.19/configure.ac
+--- gnutls-3.0.20.orig/configure.ac2012-07-01 21:50:17.0 +0200
 gnutls-3.0.20/configure.ac 2012-07-01 21:50:17.977499968 +0200
 @@ -37,6 +37,7 @@ dnl Checks for programs.
  AC_PROG_CC
  AM_PROG_AS
@@ -10,3 +10,55 @@
  gl_EARLY
  
  # For includes/gnutls/gnutls.h.in.
+Index: gnutls-3.0.20/aclocal.m4
+===
+--- gnutls-3.0.20.orig/aclocal.m4  2012-06-05 19:10:14.0 +0200
 gnutls-3.0.20/aclocal.m4   2012-07-01 21:53:42.821893323 +0200
+@@ -529,7 +529,7 @@ AM_MISSING_PROG(AUTOHEADER, autoheader)
+ AM_MISSING_PROG(MAKEINFO, makeinfo)
+ AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
+ AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
+-AC_REQUIRE([AM_PROG_MKDIR_P])dnl
++AC_REQUIRE([AC_PROG_MKDIR_P])dnl
+ # We need awk for the check target.  The system awk is bad on
+ # some platforms.
+ AC_REQUIRE([AC_PROG_AWK])dnl
+@@ -773,10 +773,10 @@ fi
+ 
+ # serial 1
+ 
+-# AM_PROG_MKDIR_P
++# AC_PROG_MKDIR_P
+ # ---
+ # Check for `mkdir -p'.
+-AC_DEFUN([AM_PROG_MKDIR_P],
++AC_DEFUN([AC_PROG_MKDIR_P],
+ [AC_PREREQ([2.60])dnl
+ AC_REQUIRE([AC_PROG_MKDIR_P])dnl
+ dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
+Index: gnutls-3.0.20/gl/m4/gnulib-common.m4

commit imake for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package imake for openSUSE:Factory checked 
in at 2012-07-02 10:52:51

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


Package is imake, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/imake/imake.changes  2012-05-08 
11:57:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.imake.new/imake.changes 2012-07-02 
10:52:52.0 +0200
@@ -1,0 +2,7 @@
+Sat Jun 30 14:24:10 UTC 2012 - i...@marguerite.su
+
+- add Requires: xorg-cf-files.
+  * or every package needs imake will come with a 
+Imake.tmpl: no such file or directory error.
+
+---



Other differences:
--
++ imake.spec ++
--- /var/tmp/diff_new_pack.pbVsxO/_old  2012-07-02 10:52:53.0 +0200
+++ /var/tmp/diff_new_pack.pbVsxO/_new  2012-07-02 10:52:53.0 +0200
@@ -28,6 +28,8 @@
 BuildRequires:  pkgconfig(xproto)
 # This was part of the xorg-x11-util-devel package up to version 7.6
 Conflicts:  xorg-x11-util-devel = 7.6
+# For Imake.tmpl, Just in case packagers don't know it's in this package.
+Requires:   xorg-cf-files
 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 imake for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package imake for openSUSE:12.2 checked in 
at 2012-07-02 10:52:56

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


Package is imake, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/imake/imake.changes 2012-06-25 15:35:33.0 
+0200
+++ /work/SRC/openSUSE:12.2/.imake.new/imake.changes2012-07-02 
10:52:57.0 +0200
@@ -1,0 +2,7 @@
+Sat Jun 30 14:24:10 UTC 2012 - i...@marguerite.su
+
+- add Requires: xorg-cf-files.
+  * or every package needs imake will come with a 
+Imake.tmpl: no such file or directory error.
+
+---



Other differences:
--
++ imake.spec ++
--- /var/tmp/diff_new_pack.Af28pb/_old  2012-07-02 10:52:58.0 +0200
+++ /var/tmp/diff_new_pack.Af28pb/_new  2012-07-02 10:52:58.0 +0200
@@ -28,6 +28,8 @@
 BuildRequires:  pkgconfig(xproto)
 # This was part of the xorg-x11-util-devel package up to version 7.6
 Conflicts:  xorg-x11-util-devel = 7.6
+# For Imake.tmpl, Just in case packagers don't know it's in this package.
+Requires:   xorg-cf-files
 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 intlfonts for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package intlfonts for openSUSE:12.2 checked 
in at 2012-07-02 10:53:11

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


Package is intlfonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/intlfonts/intlfonts.changes 2012-06-25 
15:35:38.0 +0200
+++ /work/SRC/openSUSE:12.2/.intlfonts.new/intlfonts.changes2012-07-02 
10:53:12.0 +0200
@@ -1,0 +2,6 @@
+Sat Jun 30 09:45:08 UTC 2012 - i...@marguerite.su
+
+- fix builds for 12.2
+  * now bdftopcf is a separated package from xorg-x11.
+
+---



Other differences:
--
++ intlfonts.spec ++
--- /var/tmp/diff_new_pack.TeZD06/_old  2012-07-02 10:53:12.0 +0200
+++ /var/tmp/diff_new_pack.TeZD06/_new  2012-07-02 10:53:12.0 +0200
@@ -28,9 +28,13 @@
 Source2:fonts.scale.intlfonts-ttf
 Source3:efont-iso8859-15.tar.bz2
 Patch0: intlfonts-1.2.dif
-BuildRequires:  freetype2
+%if 0%{?suse_version} = 1220
+BuildRequires:  bdftopcf
+%else
 BuildRequires:  xorg-x11
 BuildRequires:  xorg-x11-devel
+%endif
+BuildRequires:  freetype2
 %definebitmap_fontdir  /usr/share/fonts/misc
 %definettf_fontdir /usr/share/fonts/truetype
 %definetype1_fontdir   /usr/share/fonts/Type1


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



commit itstool for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package itstool for openSUSE:Factory checked 
in at 2012-07-02 10:53:57

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


Package is itstool, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/itstool/itstool.changes  2012-05-21 
08:04:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.itstool.new/itstool.changes 2012-07-02 
10:53:59.0 +0200
@@ -1,0 +2,11 @@
+Wed Jun 27 19:22:43 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.2.0:
+  + Added new join mode for multilingual XML formats.
+  + Correctly handle ITS version attribute.
+  + Better handling of multiple localization notes.
+  + XML path markers are now in dedicated comments.
+  + Show language code when failing to get translation from PO.
+  + Added more regression tests.
+
+---

Old:

  itstool-1.1.3.tar.bz2

New:

  itstool-1.2.0.tar.bz2



Other differences:
--
++ itstool.spec ++
--- /var/tmp/diff_new_pack.tgkVpK/_old  2012-07-02 10:54:00.0 +0200
+++ /var/tmp/diff_new_pack.tgkVpK/_new  2012-07-02 10:54:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   itstool
-Version:1.1.3
+Version:1.2.0
 Release:0
 Summary:Tool to translate XML documents using PO files
 License:GPL-3.0+

++ itstool-1.1.3.tar.bz2 - itstool-1.2.0.tar.bz2 ++
 1821 lines of diff (skipped)

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



commit kdebase4-workspace for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:Factory checked in at 2012-07-02 10:59:33

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


Package is kdebase4-workspace, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-workspace/kdebase4-workspace.changes
2012-06-12 21:42:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
2012-07-02 10:59:35.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul  1 20:26:42 UTC 2012 - dap.darkn...@gmail.com
+
+- plasma-calendar recommends akonadi-runtime instead of kde4_akonadi_requires
+- No supplement of packageand(akonadi-runtime:kdebase4-workspace)
+
+---



Other differences:
--
++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.Mtgnoc/_old  2012-07-02 10:59:38.0 +0200
+++ /var/tmp/diff_new_pack.Mtgnoc/_new  2012-07-02 10:59:38.0 +0200
@@ -292,10 +292,9 @@
 %package plasma-calendar
 Summary:The calendar Plasma engine and applet
 Group:  System/GUI/KDE
-Supplements:packageand(akonadi-runtime:kdebase4-workspace)
 Provides:   kdebase4-workspace:%_libdir/kde4/plasma_engine_calendar.so
 Requires:   %{name} = %{version}
-%kde4_akonadi_requires
+Recommends: akonadi-runtime
 
 %description plasma-calendar
 This packages contains the calendar Plasma engine and applet, which are based 
on Akonadi.




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



commit kdebase4-workspace for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-workspace for openSUSE:12.2 
checked in at 2012-07-02 10:59:40

Comparing /work/SRC/openSUSE:12.2/kdebase4-workspace (Old)
 and  /work/SRC/openSUSE:12.2/.kdebase4-workspace.new (New)


Package is kdebase4-workspace, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:12.2/kdebase4-workspace/kdebase4-workspace.changes   
2012-06-25 15:37:17.0 +0200
+++ /work/SRC/openSUSE:12.2/.kdebase4-workspace.new/kdebase4-workspace.changes  
2012-07-02 10:59:41.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul  1 20:26:42 UTC 2012 - dap.darkn...@gmail.com
+
+- plasma-calendar recommends akonadi-runtime instead of kde4_akonadi_requires
+- No supplement of packageand(akonadi-runtime:kdebase4-workspace)
+
+---



Other differences:
--
++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.uPT81D/_old  2012-07-02 10:59:42.0 +0200
+++ /var/tmp/diff_new_pack.uPT81D/_new  2012-07-02 10:59:42.0 +0200
@@ -292,10 +292,9 @@
 %package plasma-calendar
 Summary:The calendar Plasma engine and applet
 Group:  System/GUI/KDE
-Supplements:packageand(akonadi-runtime:kdebase4-workspace)
 Provides:   kdebase4-workspace:%_libdir/kde4/plasma_engine_calendar.so
 Requires:   %{name} = %{version}
-%kde4_akonadi_requires
+Recommends: akonadi-runtime
 
 %description plasma-calendar
 This packages contains the calendar Plasma engine and applet, which are based 
on Akonadi.




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



commit kdepim3 for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package kdepim3 for openSUSE:Factory checked 
in at 2012-07-02 10:59:55

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kdepim3/kdepim3.changes  2012-06-05 
15:32:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim3.new/kdepim3.changes 2012-07-02 
10:59:57.0 +0200
@@ -1,0 +2,5 @@
+Sat Jun 30 09:47:09 UTC 2012 - an...@opensuse.org
+
+- remove unnecessary sync to speed up IMAP (patch from trinity)
+
+---

New:

  kdepim-trinity-remove-unnecessary-sync.patch



Other differences:
--
++ kdepim3.spec ++
--- /var/tmp/diff_new_pack.9lLJXU/_old  2012-07-02 10:59:59.0 +0200
+++ /var/tmp/diff_new_pack.9lLJXU/_new  2012-07-02 10:59:59.0 +0200
@@ -76,6 +76,7 @@
 Patch137:   kdepim3-gcc47.patch
 Patch138:   kdepim-trinity-imap-optimize.patch
 Patch139:   kdepim-trinity-imap-segfault.patch
+Patch140:   kdepim-trinity-remove-unnecessary-sync.patch
 Provides:   cryptplug
 Obsoletes:  cryptplug
 # authentification plugins can be useful
@@ -274,6 +275,7 @@
 %patch137 -p1
 %patch138 -p1
 %patch139 -p1
+%patch140 -p1
 . /etc/opt/kde3/common_options
 update_admin
 

++ kdepim-trinity-remove-unnecessary-sync.patch ++
From 82d4a938ce57d8611e1ef2e26924bb4367483b0c Mon Sep 17 00:00:00 2001
From: Timothy Pearson kb9...@pearsoncomputing.net
Date: Sat, 30 Jun 2012 03:41:45 +
Subject: Disable unneccesary fsync() in cached IMAP handler

---
diff --git a/kmail/kmfoldercachedimap.cpp b/kmail/kmfoldercachedimap.cpp
index 72f1113..e7009a2 100644
--- a/kmail/kmfoldercachedimap.cpp
+++ b/kmail/kmfoldercachedimap.cpp
@@ -478,7 +478,7 @@ int KMFolderCachedImap::writeUidCache()
 str  lastUid()  endl;
 uidcache.flush();
 if ( uidcache.status() == IO_Ok ) {
-  fsync( uidcache.handle() ); /* this is probably overkill */
+  // fsync( uidcache.handle() ); /* this is probably overkill */
   uidcache.close();
   if ( uidcache.status() == IO_Ok )
 return 0;
--
cgit v0.9.0.2-39-g756e
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdepim3 for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package kdepim3 for openSUSE:12.2 checked in 
at 2012-07-02 11:00:01

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


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

Changes:

--- /work/SRC/openSUSE:12.2/kdepim3/kdepim3.changes 2012-06-25 
15:37:32.0 +0200
+++ /work/SRC/openSUSE:12.2/.kdepim3.new/kdepim3.changes2012-07-02 
11:00:02.0 +0200
@@ -1,0 +2,5 @@
+Sat Jun 30 09:47:09 UTC 2012 - an...@opensuse.org
+
+- remove unnecessary sync to speed up IMAP (patch from trinity)
+
+---

New:

  kdepim-trinity-remove-unnecessary-sync.patch



Other differences:
--
++ kdepim3.spec ++
--- /var/tmp/diff_new_pack.1g6OAV/_old  2012-07-02 11:00:03.0 +0200
+++ /var/tmp/diff_new_pack.1g6OAV/_new  2012-07-02 11:00:03.0 +0200
@@ -76,6 +76,7 @@
 Patch137:   kdepim3-gcc47.patch
 Patch138:   kdepim-trinity-imap-optimize.patch
 Patch139:   kdepim-trinity-imap-segfault.patch
+Patch140:   kdepim-trinity-remove-unnecessary-sync.patch
 Provides:   cryptplug
 Obsoletes:  cryptplug
 # authentification plugins can be useful
@@ -274,6 +275,7 @@
 %patch137 -p1
 %patch138 -p1
 %patch139 -p1
+%patch140 -p1
 . /etc/opt/kde3/common_options
 update_admin
 

++ kdepim-trinity-remove-unnecessary-sync.patch ++
From 82d4a938ce57d8611e1ef2e26924bb4367483b0c Mon Sep 17 00:00:00 2001
From: Timothy Pearson kb9...@pearsoncomputing.net
Date: Sat, 30 Jun 2012 03:41:45 +
Subject: Disable unneccesary fsync() in cached IMAP handler

---
diff --git a/kmail/kmfoldercachedimap.cpp b/kmail/kmfoldercachedimap.cpp
index 72f1113..e7009a2 100644
--- a/kmail/kmfoldercachedimap.cpp
+++ b/kmail/kmfoldercachedimap.cpp
@@ -478,7 +478,7 @@ int KMFolderCachedImap::writeUidCache()
 str  lastUid()  endl;
 uidcache.flush();
 if ( uidcache.status() == IO_Ok ) {
-  fsync( uidcache.handle() ); /* this is probably overkill */
+  // fsync( uidcache.handle() ); /* this is probably overkill */
   uidcache.close();
   if ( uidcache.status() == IO_Ok )
 return 0;
--
cgit v0.9.0.2-39-g756e
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kross-interpreters for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package kross-interpreters for 
openSUSE:Factory checked in at 2012-07-02 11:00:10

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


Package is kross-interpreters, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kross-interpreters/kross-interpreters.changes
2012-05-09 18:31:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kross-interpreters.new/kross-interpreters.changes   
2012-07-02 11:00:12.0 +0200
@@ -1,0 +2,16 @@
+Mon Jul  2 07:20:17 UTC 2012 - co...@suse.com
+
+- enhance Ismails ruby19 patch to check for exceptions
+
+---
+Tue Jun 26 13:55:26 UTC 2012 - mvysko...@suse.cz
+
+- use java-devel = 1.6.0 for build 
+
+---
+Fri Jun  1 13:58:15 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.4
+  * see http://kde.org/announcements/changelogs/changelog4_8_3to4_8_4.php for 
details
+
+---

Old:

  kross-interpreters-4.8.3.tar.xz

New:

  kross-interpreters-4.8.4.tar.xz
  kross-interpreters-ruby19.patch



Other differences:
--
++ kross-interpreters.spec ++
--- /var/tmp/diff_new_pack.8Q3tP5/_old  2012-07-02 11:00:13.0 +0200
+++ /var/tmp/diff_new_pack.8Q3tP5/_new  2012-07-02 11:00:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kross-interpreters
-BuildRequires:  java-1_6_0-openjdk-devel
+BuildRequires:  java-devel = 1.6.0
 BuildRequires:  kde4-filesystem
 BuildRequires:  libkde4-devel
 BuildRequires:  python-devel
@@ -26,9 +26,10 @@
 Summary:Diverse bindings for KROSS
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
-Version:4.8.3
+Version:4.8.4
 Release:0
 Source0:%{name}-%{version}.tar.xz
+Patch0: kross-interpreters-ruby19.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -57,6 +58,9 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%if %suse_version = 1220
+%patch0 -p1
+%endif
 
 %build
   %cmake_kde4 -d build 

++ kross-interpreters-ruby19.patch ++
Index: kross-interpreters-4.8.4/ruby/rubyconfig.h
===
--- kross-interpreters-4.8.4.orig/ruby/rubyconfig.h 2011-07-27 
20:42:32.312514751 +0200
+++ kross-interpreters-4.8.4/ruby/rubyconfig.h  2012-07-02 09:11:10.564640585 
+0200
@@ -21,12 +21,10 @@
 #define KROSS_RUBY_CONFIG_H
 
 #include ruby.h
-#include env.h
-#include rubysig.h
-#include node.h
-#include version.h
+#include ruby/backward/rubysig.h
+#include ruby/version.h
 
-#include st.h
+#include ruby/st.h
 //#include typeinfo
 
 #include kross/core/krossconfig.h
Index: kross-interpreters-4.8.4/ruby/rubyextension.cpp
===
--- kross-interpreters-4.8.4.orig/ruby/rubyextension.cpp2011-07-27 
20:42:32.312514751 +0200
+++ kross-interpreters-4.8.4/ruby/rubyextension.cpp 2012-07-02 
09:11:10.564640585 +0200
@@ -218,7 +218,7 @@ VALUE RubyExtension::property(int argc,
 }
 RubyExtension* extension = toExtension(self);
 Q_ASSERT(extension);
-return RubyTypeQVariant::toVALUE( 
extension-d-m_object-property(STR2CSTR(name)) );
+return RubyTypeQVariant::toVALUE( 
extension-d-m_object-property(StringValuePtr(name)) );
 }
 
 VALUE RubyExtension::setProperty(int argc, VALUE *argv, VALUE self)
@@ -231,7 +231,7 @@ VALUE RubyExtension::setProperty(int arg
 }
 RubyExtension* extension = toExtension(self);
 Q_ASSERT(extension  extension-d-m_object);
-return RubyTypebool::toVALUE( 
extension-d-m_object-setProperty(STR2CSTR(name), 
RubyTypeQVariant::toVariant(value)) );
+return RubyTypebool::toVALUE( 
extension-d-m_object-setProperty(StringValuePtr(name), 
RubyTypeQVariant::toVariant(value)) );
 }
 
 VALUE RubyExtension::callConnect(int argc, VALUE *argv, VALUE self)
@@ -291,7 +291,7 @@ VALUE RubyExtension::callConnect(int arg
 QObject* receiver = 0; // the receiver object
 QByteArray receiverslot; // the receiver slot
 if( TYPE(argv[idx]) == T_DATA ) {
-#if(RUBY_VERSION_MAJOR==1  RUBY_VERSION_MINOR==8  RUBY_VERSION_TEENY==4)
+#if(RUBY_API_VERSION_MAJOR==1  RUBY_API_VERSION_MINOR==8  
RUBY_API_VERSION_TEENY==4)
 //Ruby sucks sometimes; 
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/201285
 { // just always assume the user provides a method here for now...
 #else
@@ -308,7 +308,7 @@ VALUE RubyExtension::callConnect(int arg
 receiver = receiverextension-object();
 }
 */

commit kross-interpreters for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package kross-interpreters for openSUSE:12.2 
checked in at 2012-07-02 11:00:15

Comparing /work/SRC/openSUSE:12.2/kross-interpreters (Old)
 and  /work/SRC/openSUSE:12.2/.kross-interpreters.new (New)


Package is kross-interpreters, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/kross-interpreters/kross-interpreters.changes   
2012-06-25 15:37:59.0 +0200
+++ /work/SRC/openSUSE:12.2/.kross-interpreters.new/kross-interpreters.changes  
2012-07-02 11:00:18.0 +0200
@@ -1,0 +2,16 @@
+Mon Jul  2 07:20:17 UTC 2012 - co...@suse.com
+
+- enhance Ismails ruby19 patch to check for exceptions
+
+---
+Tue Jun 26 13:55:26 UTC 2012 - mvysko...@suse.cz
+
+- use java-devel = 1.6.0 for build 
+
+---
+Fri Jun  1 13:58:15 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.4
+  * see http://kde.org/announcements/changelogs/changelog4_8_3to4_8_4.php for 
details
+
+---

Old:

  kross-interpreters-4.8.3.tar.xz

New:

  kross-interpreters-4.8.4.tar.xz
  kross-interpreters-ruby19.patch



Other differences:
--
++ kross-interpreters.spec ++
--- /var/tmp/diff_new_pack.EVxqPS/_old  2012-07-02 11:00:18.0 +0200
+++ /var/tmp/diff_new_pack.EVxqPS/_new  2012-07-02 11:00:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kross-interpreters
-BuildRequires:  java-1_6_0-openjdk-devel
+BuildRequires:  java-devel = 1.6.0
 BuildRequires:  kde4-filesystem
 BuildRequires:  libkde4-devel
 BuildRequires:  python-devel
@@ -26,9 +26,10 @@
 Summary:Diverse bindings for KROSS
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
-Version:4.8.3
+Version:4.8.4
 Release:0
 Source0:%{name}-%{version}.tar.xz
+Patch0: kross-interpreters-ruby19.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -57,6 +58,9 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%if %suse_version = 1220
+%patch0 -p1
+%endif
 
 %build
   %cmake_kde4 -d build 

++ kross-interpreters-ruby19.patch ++
Index: kross-interpreters-4.8.4/ruby/rubyconfig.h
===
--- kross-interpreters-4.8.4.orig/ruby/rubyconfig.h 2011-07-27 
20:42:32.312514751 +0200
+++ kross-interpreters-4.8.4/ruby/rubyconfig.h  2012-07-02 09:11:10.564640585 
+0200
@@ -21,12 +21,10 @@
 #define KROSS_RUBY_CONFIG_H
 
 #include ruby.h
-#include env.h
-#include rubysig.h
-#include node.h
-#include version.h
+#include ruby/backward/rubysig.h
+#include ruby/version.h
 
-#include st.h
+#include ruby/st.h
 //#include typeinfo
 
 #include kross/core/krossconfig.h
Index: kross-interpreters-4.8.4/ruby/rubyextension.cpp
===
--- kross-interpreters-4.8.4.orig/ruby/rubyextension.cpp2011-07-27 
20:42:32.312514751 +0200
+++ kross-interpreters-4.8.4/ruby/rubyextension.cpp 2012-07-02 
09:11:10.564640585 +0200
@@ -218,7 +218,7 @@ VALUE RubyExtension::property(int argc,
 }
 RubyExtension* extension = toExtension(self);
 Q_ASSERT(extension);
-return RubyTypeQVariant::toVALUE( 
extension-d-m_object-property(STR2CSTR(name)) );
+return RubyTypeQVariant::toVALUE( 
extension-d-m_object-property(StringValuePtr(name)) );
 }
 
 VALUE RubyExtension::setProperty(int argc, VALUE *argv, VALUE self)
@@ -231,7 +231,7 @@ VALUE RubyExtension::setProperty(int arg
 }
 RubyExtension* extension = toExtension(self);
 Q_ASSERT(extension  extension-d-m_object);
-return RubyTypebool::toVALUE( 
extension-d-m_object-setProperty(STR2CSTR(name), 
RubyTypeQVariant::toVariant(value)) );
+return RubyTypebool::toVALUE( 
extension-d-m_object-setProperty(StringValuePtr(name), 
RubyTypeQVariant::toVariant(value)) );
 }
 
 VALUE RubyExtension::callConnect(int argc, VALUE *argv, VALUE self)
@@ -291,7 +291,7 @@ VALUE RubyExtension::callConnect(int arg
 QObject* receiver = 0; // the receiver object
 QByteArray receiverslot; // the receiver slot
 if( TYPE(argv[idx]) == T_DATA ) {
-#if(RUBY_VERSION_MAJOR==1  RUBY_VERSION_MINOR==8  RUBY_VERSION_TEENY==4)
+#if(RUBY_API_VERSION_MAJOR==1  RUBY_API_VERSION_MINOR==8  
RUBY_API_VERSION_TEENY==4)
 //Ruby sucks sometimes; 
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/201285
 { // just always assume the user provides a method here for now...
 #else
@@ -308,7 +308,7 @@ VALUE RubyExtension::callConnect(int arg
 receiver = receiverextension-object();
 }
 */

commit brp-check-suse for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package brp-check-suse for openSUSE:12.2 
checked in at 2012-07-02 11:01:41

Comparing /work/SRC/openSUSE:12.2/brp-check-suse (Old)
 and  /work/SRC/openSUSE:12.2/.brp-check-suse.new (New)


Package is brp-check-suse, Maintainer is r...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/brp-check-suse/brp-check-suse.changes   
2012-06-25 15:16:07.0 +0200
+++ /work/SRC/openSUSE:12.2/.brp-check-suse.new/brp-check-suse.changes  
2012-07-02 11:01:42.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul  1 19:37:50 UTC 2012 - co...@suse.com
+
+- do not allow symlinks to point to itself (not existant as result)
+
+---

New:

  check-broken-symlinks.diff



Other differences:
--
++ brp-check-suse.spec ++
--- /var/tmp/diff_new_pack.1bqcDR/_old  2012-07-02 11:01:42.0 +0200
+++ /var/tmp/diff_new_pack.1bqcDR/_new  2012-07-02 11:01:42.0 +0200
@@ -33,6 +33,7 @@
 # make package
 #
 Source0:%{name}-%{version}.tar.bz2
+Patch0: check-broken-symlinks.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %global provfind sh -c grep -v 'brp-desktop.data' | %__find_provides
 %global __find_provides %provfind
@@ -47,6 +48,7 @@
 %ifnarch x86_64 s390x ppc64
 rm brp-65-lib64-linux
 %endif
+%patch0 -p1
 
 %build
 # nothing to do

++ check-broken-symlinks.diff ++
Index: brp-check-suse-1.0/brp-25-symlink
===
--- brp-check-suse-1.0.orig/brp-25-symlink  2012-03-13 13:52:11.0 
+0100
+++ brp-check-suse-1.0/brp-25-symlink   2012-07-01 21:37:11.698384089 +0200
@@ -79,6 +79,11 @@ do
fi
 done
 
+if test $link = $link_dest; then
+  echo ERROR: $link points to itself (as $orig_link_dest)
+  exit 1
+fi
+
 # black list
 case $link,$link_dest in
*,/var/lib/named*)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libtasn1 for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package libtasn1 for openSUSE:Factory 
checked in at 2012-07-02 11:01:52

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libtasn1/libtasn1.changes2012-04-17 
21:59:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.libtasn1.new/libtasn1.changes   2012-07-02 
11:01:54.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 29 14:45:07 UTC 2012 - cfarr...@suse.com
+
+- license update: LGPL-2.1+ and GPL-3.0
+  Tools are GPL-3.0
+
+---



Other differences:
--
++ libtasn1.spec ++
--- /var/tmp/diff_new_pack.rMlpfR/_old  2012-07-02 11:01:57.0 +0200
+++ /var/tmp/diff_new_pack.rMlpfR/_new  2012-07-02 11:01:57.0 +0200
@@ -23,7 +23,7 @@
 Release:0
 Url:http://ftp.gnu.org/gnu/libtasn1/
 Summary:ASN.1 parsing library
-License:LGPL-2.1+
+License:LGPL-2.1+ and GPL-3.0
 Group:  Productivity/Networking/Security
 Source: %{name}-%{version}.tar.bz2
 Source99:   baselibs.conf

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



commit libtasn1 for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package libtasn1 for openSUSE:12.2 checked 
in at 2012-07-02 11:01:59

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


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

Changes:

--- /work/SRC/openSUSE:12.2/libtasn1/libtasn1.changes   2012-06-25 
15:45:14.0 +0200
+++ /work/SRC/openSUSE:12.2/.libtasn1.new/libtasn1.changes  2012-07-02 
11:02:00.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 29 14:45:07 UTC 2012 - cfarr...@suse.com
+
+- license update: LGPL-2.1+ and GPL-3.0
+  Tools are GPL-3.0
+
+---



Other differences:
--
++ libtasn1.spec ++
--- /var/tmp/diff_new_pack.qbuZ9y/_old  2012-07-02 11:02:00.0 +0200
+++ /var/tmp/diff_new_pack.qbuZ9y/_new  2012-07-02 11:02:00.0 +0200
@@ -23,7 +23,7 @@
 Release:0
 Url:http://ftp.gnu.org/gnu/libtasn1/
 Summary:ASN.1 parsing library
-License:LGPL-2.1+
+License:LGPL-2.1+ and GPL-3.0
 Group:  Productivity/Networking/Security
 Source: %{name}-%{version}.tar.bz2
 Source99:   baselibs.conf

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



commit libwebkit for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package libwebkit for openSUSE:Factory 
checked in at 2012-07-02 11:03:48

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


Package is libwebkit, Maintainer is dmzh...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libwebkit/libwebkit.changes  2012-05-22 
10:10:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwebkit.new/libwebkit.changes 2012-07-02 
11:04:00.0 +0200
@@ -1,0 +2,10 @@
+Sat Jun 30 08:49:54 UTC 2012 - badshah...@gmail.com
+
+- Add webkit-fix-llvmpipe-crash.patch to fix an llvmpipe crash
+  that in turn led to gnome-control-center not starting and giving
+  invalid pointer errors. Patch came from upstream development
+  version and was rebased to apply to present version. Fixes
+  bgo#673681, bnc#769185 and upstream bug
+  https://bugs.webkit.org/show_bug.cgi?id=89358.
+
+---
libwebkit3.changes: same change

New:

  webkit-fix-llvmpipe-crash.patch



Other differences:
--
++ libwebkit.spec ++
--- /var/tmp/diff_new_pack.wRbVzy/_old  2012-07-02 11:04:05.0 +0200
+++ /var/tmp/diff_new_pack.wRbVzy/_new  2012-07-02 11:04:05.0 +0200
@@ -54,6 +54,8 @@
 Patch0: webkit-gir-fixup.patch
 # PATCH-FIX-OPENSUSE webkit-ld-optimization.patch vu...@opensuse.org -- Add ld 
options to use less memory when linking, should help building on OBS, but this 
will be slower
 Patch2: webkit-ld-optimization.patch
+# PATCH-FIX-UPSTREAM webkit-fix-llvmpipe-crash.patch bnc#769185, bgo#673681 
badshah...@gmail.com -- Fix crashes with llvmpipe, patch came from upstream 
trunk and was rebased for present version
+Patch3: webkit-fix-llvmpipe-crash.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  bison
 BuildRequires:  flex
@@ -221,6 +223,7 @@
 %setup -q -n webkit-%{version}
 %patch0 -p1
 %patch2
+%patch3 -p1
 # FIXME: workaround needed in  1.7.90 to fix build
 mkdir DerivedSources/ANGLE
 mkdir DerivedSources/InjectedBundle

libwebkit3.spec: same change

++ webkit-fix-llvmpipe-crash.patch ++
https://bugs.webkit.org/show_bug.cgi?id=89358

Index: webkit-1.8.1/Source/JavaScriptCore/wtf/Platform.h
===
--- webkit-1.8.1.orig/Source/JavaScriptCore/wtf/Platform.h
+++ webkit-1.8.1/Source/JavaScriptCore/wtf/Platform.h
@@ -494,6 +494,7 @@
 
 #if PLATFORM(GTK)
 #define WTF_USE_CAIRO 1
+#define ENABLE_GLOBAL_FASTMALLOC_NEW 0
 #endif
 
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libwebkit for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package libwebkit for openSUSE:12.2 checked 
in at 2012-07-02 11:03:55

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


Package is libwebkit, Maintainer is dmzh...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/libwebkit/libwebkit.changes 2012-06-25 
15:45:22.0 +0200
+++ /work/SRC/openSUSE:12.2/.libwebkit.new/libwebkit.changes2012-07-02 
11:04:05.0 +0200
@@ -1,0 +2,10 @@
+Sat Jun 30 08:49:54 UTC 2012 - badshah...@gmail.com
+
+- Add webkit-fix-llvmpipe-crash.patch to fix an llvmpipe crash
+  that in turn led to gnome-control-center not starting and giving
+  invalid pointer errors. Patch came from upstream development
+  version and was rebased to apply to present version. Fixes
+  bgo#673681, bnc#769185 and upstream bug
+  https://bugs.webkit.org/show_bug.cgi?id=89358.
+
+---
libwebkit3.changes: same change

New:

  webkit-fix-llvmpipe-crash.patch



Other differences:
--
++ libwebkit.spec ++
--- /var/tmp/diff_new_pack.5QPQiC/_old  2012-07-02 11:04:06.0 +0200
+++ /var/tmp/diff_new_pack.5QPQiC/_new  2012-07-02 11:04:06.0 +0200
@@ -54,6 +54,8 @@
 Patch0: webkit-gir-fixup.patch
 # PATCH-FIX-OPENSUSE webkit-ld-optimization.patch vu...@opensuse.org -- Add ld 
options to use less memory when linking, should help building on OBS, but this 
will be slower
 Patch2: webkit-ld-optimization.patch
+# PATCH-FIX-UPSTREAM webkit-fix-llvmpipe-crash.patch bnc#769185, bgo#673681 
badshah...@gmail.com -- Fix crashes with llvmpipe, patch came from upstream 
trunk and was rebased for present version
+Patch3: webkit-fix-llvmpipe-crash.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  bison
 BuildRequires:  flex
@@ -221,6 +223,7 @@
 %setup -q -n webkit-%{version}
 %patch0 -p1
 %patch2
+%patch3 -p1
 # FIXME: workaround needed in  1.7.90 to fix build
 mkdir DerivedSources/ANGLE
 mkdir DerivedSources/InjectedBundle

libwebkit3.spec: same change

++ webkit-fix-llvmpipe-crash.patch ++
https://bugs.webkit.org/show_bug.cgi?id=89358

Index: webkit-1.8.1/Source/JavaScriptCore/wtf/Platform.h
===
--- webkit-1.8.1.orig/Source/JavaScriptCore/wtf/Platform.h
+++ webkit-1.8.1/Source/JavaScriptCore/wtf/Platform.h
@@ -494,6 +494,7 @@
 
 #if PLATFORM(GTK)
 #define WTF_USE_CAIRO 1
+#define ENABLE_GLOBAL_FASTMALLOC_NEW 0
 #endif
 
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit man for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package man for openSUSE:Factory checked in 
at 2012-07-02 11:04:06

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


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

Changes:

--- /work/SRC/openSUSE:Factory/man/man.changes  2012-05-31 17:07:01.0 
+0200
+++ /work/SRC/openSUSE:Factory/.man.new/man.changes 2012-07-02 
11:04:08.0 +0200
@@ -1,0 +2,13 @@
+Mon Jul  2 05:08:10 UTC 2012 - co...@suse.com
+
+- merge the automake 1.12 patches
+
+---
+Thu Jun 28 09:48:13 UTC 2012 - i...@marguerite.su
+
+- fix build for openSUSE.
+  * AM_PROG_AR 
+- fix 12.2 builds
+  * replace depreciated am_prog_mkdir_p with ac_prog_mkdir_p.
+
+---



Other differences:
--
++ man.spec ++
--- /var/tmp/diff_new_pack.SihOcY/_old  2012-07-02 11:04:11.0 +0200
+++ /var/tmp/diff_new_pack.SihOcY/_new  2012-07-02 11:04:11.0 +0200
@@ -87,7 +87,9 @@
 %patch12 -p0 -b .fp
 %patch13 -p0 -b .fhs
 %patch0   -p0
+%if 0%{?suse_version}  1210
 %patch14 -p1
+%endif
 
 %build
 gettextize --force --copy --no-changelog

++ automake-1.12.patch ++
--- /var/tmp/diff_new_pack.SihOcY/_old  2012-07-02 11:04:11.0 +0200
+++ /var/tmp/diff_new_pack.SihOcY/_new  2012-07-02 11:04:11.0 +0200
@@ -11,3 +11,76 @@
  dnl 
  dnl check for system defaults
  dnl
+diff -urN man-db-2.5.2.orig/aclocal.m4 man-db-2.5.2/aclocal.m4
+--- man-db-2.5.2.orig/aclocal.m4   2012-07-02 05:51:00.699476202 +0800
 man-db-2.5.2/aclocal.m42012-07-02 05:51:15.795287476 +0800
+@@ -449,7 +449,7 @@
+ AM_MISSING_PROG(MAKEINFO, makeinfo)
+ AM_PROG_INSTALL_SH
+ AM_PROG_INSTALL_STRIP
+-AC_REQUIRE([AM_PROG_MKDIR_P])dnl
++AC_REQUIRE([AC_PROG_MKDIR_P])dnl
+ # We need awk for the check target.  The system awk is bad on
+ # some platforms.
+ AC_REQUIRE([AC_PROG_AWK])dnl
+@@ -625,10 +625,10 @@
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+ 
+-# AM_PROG_MKDIR_P
++# AC_PROG_MKDIR_P
+ # ---
+ # Check for `mkdir -p'.
+-AC_DEFUN([AM_PROG_MKDIR_P],
++AC_DEFUN([AC_PROG_MKDIR_P],
+ [AC_PREREQ([2.60])dnl
+ AC_REQUIRE([AC_PROG_MKDIR_P])dnl
+ dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
+diff -urN man-db-2.5.2.orig/configure.ac man-db-2.5.2/configure.ac
+--- man-db-2.5.2.orig/configure.ac 2012-07-02 05:51:00.679476451 +0800
 man-db-2.5.2/configure.ac  2012-07-02 06:39:30.342100663 +0800
+@@ -4,7 +4,7 @@
+ # Initialise and check we're in the correct directory.
+ AC_INIT([man-db], [2.5.2], [cjwat...@debian.org])
+ AC_CONFIG_AUX_DIR(tools)
+-AM_INIT_AUTOMAKE([1.10 -Wall -Werror foreign])
++AM_INIT_AUTOMAKE([1.10 -Wall foreign])
+ AC_PREREQ([2.59])
+ AC_CONFIG_SRCDIR(src/man.c)
+ 
+diff -urN man-db-2.5.2.orig/gnulib/m4/gnulib-common.m4 
man-db-2.5.2/gnulib/m4/gnulib-common.m4
+--- man-db-2.5.2.orig/gnulib/m4/gnulib-common.m4   2012-07-02 
05:51:00.657476726 +0800
 man-db-2.5.2/gnulib/m4/gnulib-common.m42012-07-02 05:51:15.795287476 
+0800
+@@ -36,7 +36,7 @@
+ # Remove this macro when we can assume autoconf = 2.60.
+ m4_ifdef([AC_PROG_MKDIR_P], [], [
+   AC_DEFUN([AC_PROG_MKDIR_P],
+-[AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
++[AC_REQUIRE([AC_PROG_MKDIR_P])dnl defined by automake
+  MKDIR_P='$(mkdir_p)'
+  AC_SUBST([MKDIR_P])])])
+ 
+diff -urN man-db-2.5.2.orig/m4/intl.m4 man-db-2.5.2/m4/intl.m4
+--- man-db-2.5.2.orig/m4/intl.m4   2012-07-02 05:51:00.681476426 +0800
 man-db-2.5.2/m4/intl.m42012-07-02 05:51:15.796287464 +0800
+@@ -25,7 +25,7 @@
+ AC_DEFUN([AM_INTL_SUBDIR],
+ [
+   AC_REQUIRE([AC_PROG_INSTALL])dnl
+-  AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
++  AC_REQUIRE([AC_PROG_MKDIR_P])dnl defined by automake
+   AC_REQUIRE([AC_PROG_CC])dnl
+   AC_REQUIRE([AC_CANONICAL_HOST])dnl
+   AC_REQUIRE([gt_GLIBC2])dnl
+diff -urN man-db-2.5.2.orig/m4/po.m4 man-db-2.5.2/m4/po.m4
+--- man-db-2.5.2.orig/m4/po.m4 2012-07-02 05:51:00.681476426 +0800
 man-db-2.5.2/m4/po.m4  2012-07-02 05:51:15.796287464 +0800
+@@ -24,7 +24,7 @@
+ [
+   AC_REQUIRE([AC_PROG_MAKE_SET])dnl
+   AC_REQUIRE([AC_PROG_INSTALL])dnl
+-  AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
++  AC_REQUIRE([AC_PROG_MKDIR_P])dnl defined by automake
+   AC_REQUIRE([AM_NLS])dnl
+ 
+   dnl Release version of the gettext macros. This is used to ensure that

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



commit man for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package man for openSUSE:12.2 checked in at 
2012-07-02 11:04:11

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


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

Changes:

--- /work/SRC/openSUSE:12.2/man/man.changes 2012-06-25 15:46:00.0 
+0200
+++ /work/SRC/openSUSE:12.2/.man.new/man.changes2012-07-02 
11:04:12.0 +0200
@@ -1,0 +2,13 @@
+Mon Jul  2 05:08:10 UTC 2012 - co...@suse.com
+
+- merge the automake 1.12 patches
+
+---
+Thu Jun 28 09:48:13 UTC 2012 - i...@marguerite.su
+
+- fix build for openSUSE.
+  * AM_PROG_AR 
+- fix 12.2 builds
+  * replace depreciated am_prog_mkdir_p with ac_prog_mkdir_p.
+
+---



Other differences:
--
++ man.spec ++
--- /var/tmp/diff_new_pack.ai1Z48/_old  2012-07-02 11:04:13.0 +0200
+++ /var/tmp/diff_new_pack.ai1Z48/_new  2012-07-02 11:04:13.0 +0200
@@ -87,7 +87,9 @@
 %patch12 -p0 -b .fp
 %patch13 -p0 -b .fhs
 %patch0   -p0
+%if 0%{?suse_version}  1210
 %patch14 -p1
+%endif
 
 %build
 gettextize --force --copy --no-changelog

++ automake-1.12.patch ++
--- /var/tmp/diff_new_pack.ai1Z48/_old  2012-07-02 11:04:13.0 +0200
+++ /var/tmp/diff_new_pack.ai1Z48/_new  2012-07-02 11:04:13.0 +0200
@@ -11,3 +11,76 @@
  dnl 
  dnl check for system defaults
  dnl
+diff -urN man-db-2.5.2.orig/aclocal.m4 man-db-2.5.2/aclocal.m4
+--- man-db-2.5.2.orig/aclocal.m4   2012-07-02 05:51:00.699476202 +0800
 man-db-2.5.2/aclocal.m42012-07-02 05:51:15.795287476 +0800
+@@ -449,7 +449,7 @@
+ AM_MISSING_PROG(MAKEINFO, makeinfo)
+ AM_PROG_INSTALL_SH
+ AM_PROG_INSTALL_STRIP
+-AC_REQUIRE([AM_PROG_MKDIR_P])dnl
++AC_REQUIRE([AC_PROG_MKDIR_P])dnl
+ # We need awk for the check target.  The system awk is bad on
+ # some platforms.
+ AC_REQUIRE([AC_PROG_AWK])dnl
+@@ -625,10 +625,10 @@
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+ 
+-# AM_PROG_MKDIR_P
++# AC_PROG_MKDIR_P
+ # ---
+ # Check for `mkdir -p'.
+-AC_DEFUN([AM_PROG_MKDIR_P],
++AC_DEFUN([AC_PROG_MKDIR_P],
+ [AC_PREREQ([2.60])dnl
+ AC_REQUIRE([AC_PROG_MKDIR_P])dnl
+ dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
+diff -urN man-db-2.5.2.orig/configure.ac man-db-2.5.2/configure.ac
+--- man-db-2.5.2.orig/configure.ac 2012-07-02 05:51:00.679476451 +0800
 man-db-2.5.2/configure.ac  2012-07-02 06:39:30.342100663 +0800
+@@ -4,7 +4,7 @@
+ # Initialise and check we're in the correct directory.
+ AC_INIT([man-db], [2.5.2], [cjwat...@debian.org])
+ AC_CONFIG_AUX_DIR(tools)
+-AM_INIT_AUTOMAKE([1.10 -Wall -Werror foreign])
++AM_INIT_AUTOMAKE([1.10 -Wall foreign])
+ AC_PREREQ([2.59])
+ AC_CONFIG_SRCDIR(src/man.c)
+ 
+diff -urN man-db-2.5.2.orig/gnulib/m4/gnulib-common.m4 
man-db-2.5.2/gnulib/m4/gnulib-common.m4
+--- man-db-2.5.2.orig/gnulib/m4/gnulib-common.m4   2012-07-02 
05:51:00.657476726 +0800
 man-db-2.5.2/gnulib/m4/gnulib-common.m42012-07-02 05:51:15.795287476 
+0800
+@@ -36,7 +36,7 @@
+ # Remove this macro when we can assume autoconf = 2.60.
+ m4_ifdef([AC_PROG_MKDIR_P], [], [
+   AC_DEFUN([AC_PROG_MKDIR_P],
+-[AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
++[AC_REQUIRE([AC_PROG_MKDIR_P])dnl defined by automake
+  MKDIR_P='$(mkdir_p)'
+  AC_SUBST([MKDIR_P])])])
+ 
+diff -urN man-db-2.5.2.orig/m4/intl.m4 man-db-2.5.2/m4/intl.m4
+--- man-db-2.5.2.orig/m4/intl.m4   2012-07-02 05:51:00.681476426 +0800
 man-db-2.5.2/m4/intl.m42012-07-02 05:51:15.796287464 +0800
+@@ -25,7 +25,7 @@
+ AC_DEFUN([AM_INTL_SUBDIR],
+ [
+   AC_REQUIRE([AC_PROG_INSTALL])dnl
+-  AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
++  AC_REQUIRE([AC_PROG_MKDIR_P])dnl defined by automake
+   AC_REQUIRE([AC_PROG_CC])dnl
+   AC_REQUIRE([AC_CANONICAL_HOST])dnl
+   AC_REQUIRE([gt_GLIBC2])dnl
+diff -urN man-db-2.5.2.orig/m4/po.m4 man-db-2.5.2/m4/po.m4
+--- man-db-2.5.2.orig/m4/po.m4 2012-07-02 05:51:00.681476426 +0800
 man-db-2.5.2/m4/po.m4  2012-07-02 05:51:15.796287464 +0800
+@@ -24,7 +24,7 @@
+ [
+   AC_REQUIRE([AC_PROG_MAKE_SET])dnl
+   AC_REQUIRE([AC_PROG_INSTALL])dnl
+-  AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
++  AC_REQUIRE([AC_PROG_MKDIR_P])dnl defined by automake
+   AC_REQUIRE([AM_NLS])dnl
+ 
+   dnl Release version of the gettext macros. This is used to ensure that

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



commit osc for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package osc for openSUSE:Factory checked in 
at 2012-07-02 11:05:01

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


Package is osc, Maintainer is adr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/osc/osc.changes  2012-06-28 16:30:59.0 
+0200
+++ /work/SRC/openSUSE:Factory/.osc.new/osc.changes 2012-07-02 
11:05:03.0 +0200
@@ -1,0 +2,7 @@
+Fri Jun 29 08:59:05 UTC 2012 - adr...@suse.de
+
+- update to 0.135.1
+  * do not forward submit requests to targets which link to request target
+  * fix creator name in forwarded message
+
+---

Old:

  osc-0.135.0.tar.gz

New:

  osc-0.135.1.tar.gz



Other differences:
--
++ osc.spec ++
--- /var/tmp/diff_new_pack.EJL1vq/_old  2012-07-02 11:05:05.0 +0200
+++ /var/tmp/diff_new_pack.EJL1vq/_new  2012-07-02 11:05:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   osc
-Version:0.135.0
+Version:0.135.1
 Release:0
 Summary:openSUSE Build Service Commander
 License:GPL-2.0+

++ _service ++
--- /var/tmp/diff_new_pack.EJL1vq/_old  2012-07-02 11:05:05.0 +0200
+++ /var/tmp/diff_new_pack.EJL1vq/_new  2012-07-02 11:05:05.0 +0200
@@ -1,6 +1,6 @@
 services
   service name=tar_scm mode=disabled
-param name=version0.135.0/param
+param name=version0.135.1/param
 param name=urlgit://github.com/openSUSE/osc.git/param
 param name=scmgit/param
   /service

++ osc-0.135.0.tar.gz - osc-0.135.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.135.0/NEWS new/osc-0.135.1/NEWS
--- old/osc-0.135.0/NEWS2012-06-28 11:22:35.0 +0200
+++ new/osc-0.135.1/NEWS2012-06-30 11:24:14.0 +0200
@@ -1,3 +1,6 @@
+0.135.1
+  - do not forward requests to packages which do link anyway to original 
request target
+
 0.135
   - request accept is offering now to forward submit request if it is a devel 
area like webui does
   - support archlinux builds (requires OBS 2.4)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.135.0/osc/commandline.py 
new/osc-0.135.1/osc/commandline.py
--- old/osc-0.135.0/osc/commandline.py  2012-06-28 11:22:35.0 +0200
+++ new/osc-0.135.1/osc/commandline.py  2012-06-30 11:24:14.0 +0200
@@ -2170,14 +2170,34 @@
for node in root.findall('package'):
project = node.get('project')
package = node.get('name')
+   # skip it when this is anyway a link to me
+   link_url = makeurl(apiurl, ['source', project, 
package])
+   links_to_project = links_to_package = None
+   try:
+   file = http_GET(link_url)
+   root = ET.parse(file).getroot()
+   link_node = root.find('linkinfo')
+   if link_node != None:
+   links_to_project = 
link_node.get('project') or project
+   links_to_package = 
link_node.get('package') or package
+   except urllib2.HTTPError, e:
+   if e.code != 404:
+   print sys.stderr, 'Cannot get list of 
files for %s/%s: %s' % (project, package, e)
+   except SyntaxError, e:
+   print sys.stderr, 'Cannot parse list of 
files for %s/%s: %s' % (project, package, e)
+   if links_to_project==action.tgt_project and 
links_to_package==action.tgt_package:
+   # links to my request target anyway, no 
need to forward submit
+   continue
+
print project,
if package != action.tgt_package:
print /, package,
repl = raw_input('\nForward this submit to it? 
([y]/n)')
if repl.lower() == 'y' or repl == '':
-   msg = cgi.escape(%s (forwarded request %s 
from %s) % ( rq.description, reqid, rq.get_creator))
+   msg = %s (forwarded request %s from %s) % 
( rq.description, reqid, rq.get_creator())
+   print msg
   

commit osc for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package osc for openSUSE:12.2 checked in at 
2012-07-02 11:05:07

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


Package is osc, Maintainer is adr...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/osc/osc.changes 2012-06-28 16:31:04.0 
+0200
+++ /work/SRC/openSUSE:12.2/.osc.new/osc.changes2012-07-02 
11:05:10.0 +0200
@@ -1,0 +2,7 @@
+Fri Jun 29 08:59:05 UTC 2012 - adr...@suse.de
+
+- update to 0.135.1
+  * do not forward submit requests to targets which link to request target
+  * fix creator name in forwarded message
+
+---

Old:

  osc-0.135.0.tar.gz

New:

  osc-0.135.1.tar.gz



Other differences:
--
++ osc.spec ++
--- /var/tmp/diff_new_pack.dKi6Hz/_old  2012-07-02 11:05:10.0 +0200
+++ /var/tmp/diff_new_pack.dKi6Hz/_new  2012-07-02 11:05:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   osc
-Version:0.135.0
+Version:0.135.1
 Release:0
 Summary:openSUSE Build Service Commander
 License:GPL-2.0+

++ _service ++
--- /var/tmp/diff_new_pack.dKi6Hz/_old  2012-07-02 11:05:10.0 +0200
+++ /var/tmp/diff_new_pack.dKi6Hz/_new  2012-07-02 11:05:10.0 +0200
@@ -1,6 +1,6 @@
 services
   service name=tar_scm mode=disabled
-param name=version0.135.0/param
+param name=version0.135.1/param
 param name=urlgit://github.com/openSUSE/osc.git/param
 param name=scmgit/param
   /service

++ osc-0.135.0.tar.gz - osc-0.135.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.135.0/NEWS new/osc-0.135.1/NEWS
--- old/osc-0.135.0/NEWS2012-06-28 11:22:35.0 +0200
+++ new/osc-0.135.1/NEWS2012-06-30 11:24:14.0 +0200
@@ -1,3 +1,6 @@
+0.135.1
+  - do not forward requests to packages which do link anyway to original 
request target
+
 0.135
   - request accept is offering now to forward submit request if it is a devel 
area like webui does
   - support archlinux builds (requires OBS 2.4)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.135.0/osc/commandline.py 
new/osc-0.135.1/osc/commandline.py
--- old/osc-0.135.0/osc/commandline.py  2012-06-28 11:22:35.0 +0200
+++ new/osc-0.135.1/osc/commandline.py  2012-06-30 11:24:14.0 +0200
@@ -2170,14 +2170,34 @@
for node in root.findall('package'):
project = node.get('project')
package = node.get('name')
+   # skip it when this is anyway a link to me
+   link_url = makeurl(apiurl, ['source', project, 
package])
+   links_to_project = links_to_package = None
+   try:
+   file = http_GET(link_url)
+   root = ET.parse(file).getroot()
+   link_node = root.find('linkinfo')
+   if link_node != None:
+   links_to_project = 
link_node.get('project') or project
+   links_to_package = 
link_node.get('package') or package
+   except urllib2.HTTPError, e:
+   if e.code != 404:
+   print sys.stderr, 'Cannot get list of 
files for %s/%s: %s' % (project, package, e)
+   except SyntaxError, e:
+   print sys.stderr, 'Cannot parse list of 
files for %s/%s: %s' % (project, package, e)
+   if links_to_project==action.tgt_project and 
links_to_package==action.tgt_package:
+   # links to my request target anyway, no 
need to forward submit
+   continue
+
print project,
if package != action.tgt_package:
print /, package,
repl = raw_input('\nForward this submit to it? 
([y]/n)')
if repl.lower() == 'y' or repl == '':
-   msg = cgi.escape(%s (forwarded request %s 
from %s) % ( rq.description, reqid, rq.get_creator))
+   msg = %s (forwarded request %s from %s) % 
( rq.description, reqid, rq.get_creator())
+   print msg

commit oxygen-gtk2 for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk2 for openSUSE:Factory 
checked in at 2012-07-02 11:06:39

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


Package is oxygen-gtk2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk2/oxygen-gtk2.changes  2012-06-25 
11:52:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk2.new/oxygen-gtk2.changes 
2012-07-02 11:06:41.0 +0200
@@ -1,0 +2,4 @@
+Mon Jul 2 09:15:00 UTC 2012 - renda.kr...@gmail.com
+- Crash fix, fixes #bko 302197 and JRE crashes
+
+---

New:

  changeset_rebda9cf5273f62ce226612d3080f49f135f3f2d4.diff



Other differences:
--
++ oxygen-gtk2.spec ++
--- /var/tmp/diff_new_pack.qalvPF/_old  2012-07-02 11:06:42.0 +0200
+++ /var/tmp/diff_new_pack.qalvPF/_new  2012-07-02 11:06:42.0 +0200
@@ -24,6 +24,7 @@
 Group:  System/GUI/KDE
 Url:
https://projects.kde.org/projects/playground/artwork/oxygen-gtk/
 Source0:
ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk2/%{version}/src/%{name}-%{version}.tar.bz2
+Patch0: changeset_rebda9cf5273f62ce226612d3080f49f135f3f2d4.diff
 Source100:  baselibs.conf
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -91,6 +92,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 mkdir -p build

++ changeset_rebda9cf5273f62ce226612d3080f49f135f3f2d4.diff ++
commit ebda9cf5273f62ce226612d3080f49f135f3f2d4
Author: Hugo Pereira Da Costa h...@oxygen-icons.org
Date:   Fri Jun 22 11:27:45 2012 +0200

Check clipRect validity before altering its width
CCBUG: 302197

diff --git a/src/oxygenstylewrapper.cpp b/src/oxygenstylewrapper.cpp
index 8795b9d..5fa8fce 100644
--- src/oxygenstylewrapper.cpp
+++ src/oxygenstylewrapper.cpp
@@ -2178,10 +2178,8 @@ namespace Oxygen
 } else if( d.isCheck()  ( GTK_IS_CHECK_MENU_ITEM( widget ) || /* for 
LibreOffice */GTK_IS_MENU_ITEM( widget ) ) ) {
 
 // Fix cliprect for LibreOffice
-if(GTK_IS_MENU_ITEM(widget))
-{
-++clipRect-width;
-}
+if( clipRect  GTK_IS_MENU_ITEM(widget))
+{ ++clipRect-width; }
 
 StyleOptions options( widget, state, shadow );
 options |= (Blend|Flat|NoFill);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit oxygen-gtk2 for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk2 for openSUSE:12.2 
checked in at 2012-07-02 11:06:44

Comparing /work/SRC/openSUSE:12.2/oxygen-gtk2 (Old)
 and  /work/SRC/openSUSE:12.2/.oxygen-gtk2.new (New)


Package is oxygen-gtk2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/oxygen-gtk2/oxygen-gtk2.changes 2012-06-25 
15:48:00.0 +0200
+++ /work/SRC/openSUSE:12.2/.oxygen-gtk2.new/oxygen-gtk2.changes
2012-07-02 11:06:46.0 +0200
@@ -1,0 +2,4 @@
+Mon Jul 2 09:15:00 UTC 2012 - renda.kr...@gmail.com
+- Crash fix, fixes #bko 302197 and JRE crashes
+
+---

New:

  changeset_rebda9cf5273f62ce226612d3080f49f135f3f2d4.diff



Other differences:
--
++ oxygen-gtk2.spec ++
--- /var/tmp/diff_new_pack.JVlq4w/_old  2012-07-02 11:06:46.0 +0200
+++ /var/tmp/diff_new_pack.JVlq4w/_new  2012-07-02 11:06:46.0 +0200
@@ -24,6 +24,7 @@
 Group:  System/GUI/KDE
 Url:
https://projects.kde.org/projects/playground/artwork/oxygen-gtk/
 Source0:
ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk2/%{version}/src/%{name}-%{version}.tar.bz2
+Patch0: changeset_rebda9cf5273f62ce226612d3080f49f135f3f2d4.diff
 Source100:  baselibs.conf
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -91,6 +92,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 mkdir -p build

++ changeset_rebda9cf5273f62ce226612d3080f49f135f3f2d4.diff ++
commit ebda9cf5273f62ce226612d3080f49f135f3f2d4
Author: Hugo Pereira Da Costa h...@oxygen-icons.org
Date:   Fri Jun 22 11:27:45 2012 +0200

Check clipRect validity before altering its width
CCBUG: 302197

diff --git a/src/oxygenstylewrapper.cpp b/src/oxygenstylewrapper.cpp
index 8795b9d..5fa8fce 100644
--- src/oxygenstylewrapper.cpp
+++ src/oxygenstylewrapper.cpp
@@ -2178,10 +2178,8 @@ namespace Oxygen
 } else if( d.isCheck()  ( GTK_IS_CHECK_MENU_ITEM( widget ) || /* for 
LibreOffice */GTK_IS_MENU_ITEM( widget ) ) ) {
 
 // Fix cliprect for LibreOffice
-if(GTK_IS_MENU_ITEM(widget))
-{
-++clipRect-width;
-}
+if( clipRect  GTK_IS_MENU_ITEM(widget))
+{ ++clipRect-width; }
 
 StyleOptions options( widget, state, shadow );
 options |= (Blend|Flat|NoFill);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-web.py for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package python-web.py for openSUSE:Factory 
checked in at 2012-07-02 11:07:46

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


Package is python-web.py, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-web.py/python-web.py.changes  
2012-03-22 12:39:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-web.py.new/python-web.py.changes 
2012-07-02 11:07:48.0 +0200
@@ -1,0 +2,19 @@
+Fri Jun 29 08:23:50 UTC 2012 - cfarr...@suse.com
+
+- Updated to 0.37
+* Fixed datestr issue on Windows -- #155
+* Fixed Python 2.4 compatability issues (tx fredludlow)
+* Fixed error in utils.safewrite (tx shuge) -- #95
+* Allow use of web.data() with app.request() -- #105
+* Fixed an issue with session initializaton (tx beardedprojamz) -- #109
+* Allow custom message on 400 Bad Request (tx patryk) -- #121
+* Made djangoerror work on GAE. -- #80
+* Handle malformatted data in the urls. -- #117
+* Made it easier to stop the dev server -- #100, #122
+* Added support fot customizing cookie_path in session (tx larsga) -- #89
+* Added exception for 415 Unsupported Media (tx JirkaChadima) -- #145
+* Added GroupedDropdown to support `optgroup` tag (tx jzellman) -- #152
+* Fixed failure in embedded interpreter - #87
+* Optimized web.cookies (tx benhoyt) - #148 
+
+---

Old:

  web.py-0.36.tar.gz

New:

  web.py-0.37.tar.gz



Other differences:
--
++ python-web.py.spec ++
--- /var/tmp/diff_new_pack.paMyRr/_old  2012-07-02 11:07:50.0 +0200
+++ /var/tmp/diff_new_pack.paMyRr/_new  2012-07-02 11:07:50.0 +0200
@@ -11,12 +11,13 @@
 # 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:   python-web.py
-Version:0.36
+Version:0.37
 Release:0
 Url:http://webpy.org/
 Summary:web.py: makes web apps

++ web.py-0.36.tar.gz - web.py-0.37.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/web.py-0.36/PKG-INFO new/web.py-0.37/PKG-INFO
--- old/web.py-0.36/PKG-INFO2011-07-04 12:11:27.0 +0200
+++ new/web.py-0.37/PKG-INFO2012-06-26 07:21:31.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: web.py
-Version: 0.36
+Version: 0.37
 Summary: web.py: makes web apps
 Home-page:  http://webpy.org/
 Author: Anand Chitipothu
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/web.py-0.36/web/__init__.py 
new/web.py-0.37/web/__init__.py
--- old/web.py-0.36/web/__init__.py 2011-07-04 12:10:39.0 +0200
+++ new/web.py-0.37/web/__init__.py 2012-06-26 07:19:55.0 +0200
@@ -3,7 +3,7 @@
 
 from __future__ import generators
 
-__version__ = 0.36
+__version__ = 0.37
 __author__ = [
 Aaron Swartz m...@aaronsw.com,
 Anand Chitipothu anandol...@gmail.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/web.py-0.36/web/application.py 
new/web.py-0.37/web/application.py
--- old/web.py-0.36/web/application.py  2011-07-04 12:10:39.0 +0200
+++ new/web.py-0.37/web/application.py  2012-06-26 07:19:55.0 +0200
@@ -5,6 +5,8 @@
 import webapi as web
 import webapi, wsgi, utils
 import debugerror
+import httpserver
+
 from utils import lstrips, safeunicode
 import sys
 
@@ -201,7 +203,7 @@
 if 'HTTP_CONTENT_TYPE' in env:
 env['CONTENT_TYPE'] = env.pop('HTTP_CONTENT_TYPE')
 
-if method in [POST, PUT]:
+if method not in [HEAD, GET]:
 data = data or ''
 import StringIO
 if isinstance(data, dict):
@@ -309,6 +311,13 @@
 function.
 
 return wsgi.runwsgi(self.wsgifunc(*middleware))
+
+def stop(self):
+Stops the http server started by run.
+
+if httpserver.server:
+httpserver.server.stop()
+httpserver.server = None
 
 def cgirun(self, *middleware):
 
@@ -366,8 +375,10 @@
 ctx.fullpath = ctx.path + ctx.query
 
 for k, v in ctx.iteritems():
+# convert all string values to unicode values and replace 
+# malformed data with a suitable replacement marker.
 if isinstance(v, str):
-ctx[k] = safeunicode(v)
+ctx[k] = v.decode('utf-8', 'replace') 
 
 # status must always be str
 

commit scite for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package scite for openSUSE:Factory checked 
in at 2012-07-02 11:12:38

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


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

Changes:

--- /work/SRC/openSUSE:Factory/scite/scite.changes  2012-02-28 
14:16:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.scite.new/scite.changes 2012-07-02 
11:12:39.0 +0200
@@ -1,0 +2,8 @@
+Mon Jun 25 06:32:31 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.2.0:
+  + Long list of changes since the last packaged version, see
+http://www.scintilla.org/ScintillaHistory.html for a detailed
+list.
+
+---

Old:

  scite303.tgz

New:

  scite320.tgz



Other differences:
--
++ scite.spec ++
--- /var/tmp/diff_new_pack.jDCVp5/_old  2012-07-02 11:12:41.0 +0200
+++ /var/tmp/diff_new_pack.jDCVp5/_new  2012-07-02 11:12:41.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   scite
-Version:3.0.3
+Version:3.2.0
 Release:0
 Summary:Source Code Editor based on Scintilla
 License:MIT
 Group:  Productivity/Text/Editors
 Url:http://www.scintilla.org/SciTE.html
-Source0:
http://voxel.dl.sourceforge.net/project/scintilla/SciTE/3.0.3/scite303.tgz
+Source0:http://download.sourceforge.net/scintilla/%{name}320.tgz
 # PATCH-FIX-UPSTREAM scite-fix-desktop-categories.patch sf#3491187 
malcolmle...@opensuse.org -- Update desktop catgories.
 Patch0: scite-fix-desktop-categories.patch
 BuildRequires:  gcc-c++

++ scite303.tgz - scite320.tgz ++
 22525 lines of diff (skipped)

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



commit sgi-bitmap-fonts for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package sgi-bitmap-fonts for 
openSUSE:Factory checked in at 2012-07-02 11:13:37

Comparing /work/SRC/openSUSE:Factory/sgi-bitmap-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.sgi-bitmap-fonts.new (New)


Package is sgi-bitmap-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/sgi-bitmap-fonts/sgi-bitmap-fonts.changes
2012-05-26 09:28:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.sgi-bitmap-fonts.new/sgi-bitmap-fonts.changes   
2012-07-02 11:13:39.0 +0200
@@ -1,0 +2,9 @@
+Sat Jun 30 10:00:31 UTC 2012 - i...@marguerite.su
+
+- fix build 12.2.
+  * now bdftopcf is a separated package from xorg-x11.
+  * xmkmf now in imake.
+  * Imake.tmpl now in xorg-cf-files.
+  * mkfontdir is now splitted to a separated package from xorg-x11-util-devel
+
+---



Other differences:
--
++ sgi-bitmap-fonts.spec ++
--- /var/tmp/diff_new_pack.Tof13X/_old  2012-07-02 11:13:41.0 +0200
+++ /var/tmp/diff_new_pack.Tof13X/_new  2012-07-02 11:13:41.0 +0200
@@ -25,16 +25,24 @@
 # fonts gathered from
 # 
ftp://patches-europe.sgi.com/pub/linux/ProPack1.4/SRPMS/sgi-fonts-1.0-1.src.rpm
 # - added COPYING file (MIT license), bug #752246
-License:MIT
 Summary:Very nice bitmapped fonts from SGI
+License:MIT
 Group:  System/X11/Fonts
 Source0:%{upstream_name}.tar.bz2
 Source1:COPYING
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0: %{name}-%{version}.patch
 BuildRequires:  freetype2
+%if 0%{?suse_version} = 1220
+BuildRequires:  bdftopcf
+BuildRequires:  imake
+BuildRequires:  xorg-cf-files
+BuildRequires:  mkfontdir
+BuildRequires:  fontconfig
+%else
 BuildRequires:  xorg-x11
 BuildRequires:  xorg-x11-devel
+%endif
 BuildRequires:  xorg-x11-fonts
 Provides:   sgi-fonts = %{version}
 # FIXME: This causes a rpmlint warning; change = to  once here's a new 
upstream version

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



commit sgi-bitmap-fonts for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package sgi-bitmap-fonts for openSUSE:12.2 
checked in at 2012-07-02 11:13:42

Comparing /work/SRC/openSUSE:12.2/sgi-bitmap-fonts (Old)
 and  /work/SRC/openSUSE:12.2/.sgi-bitmap-fonts.new (New)


Package is sgi-bitmap-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/sgi-bitmap-fonts/sgi-bitmap-fonts.changes   
2012-06-25 15:53:04.0 +0200
+++ /work/SRC/openSUSE:12.2/.sgi-bitmap-fonts.new/sgi-bitmap-fonts.changes  
2012-07-02 11:13:43.0 +0200
@@ -1,0 +2,9 @@
+Sat Jun 30 10:00:31 UTC 2012 - i...@marguerite.su
+
+- fix build 12.2.
+  * now bdftopcf is a separated package from xorg-x11.
+  * xmkmf now in imake.
+  * Imake.tmpl now in xorg-cf-files.
+  * mkfontdir is now splitted to a separated package from xorg-x11-util-devel
+
+---



Other differences:
--
++ sgi-bitmap-fonts.spec ++
--- /var/tmp/diff_new_pack.br7P5C/_old  2012-07-02 11:13:43.0 +0200
+++ /var/tmp/diff_new_pack.br7P5C/_new  2012-07-02 11:13:43.0 +0200
@@ -25,16 +25,24 @@
 # fonts gathered from
 # 
ftp://patches-europe.sgi.com/pub/linux/ProPack1.4/SRPMS/sgi-fonts-1.0-1.src.rpm
 # - added COPYING file (MIT license), bug #752246
-License:MIT
 Summary:Very nice bitmapped fonts from SGI
+License:MIT
 Group:  System/X11/Fonts
 Source0:%{upstream_name}.tar.bz2
 Source1:COPYING
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0: %{name}-%{version}.patch
 BuildRequires:  freetype2
+%if 0%{?suse_version} = 1220
+BuildRequires:  bdftopcf
+BuildRequires:  imake
+BuildRequires:  xorg-cf-files
+BuildRequires:  mkfontdir
+BuildRequires:  fontconfig
+%else
 BuildRequires:  xorg-x11
 BuildRequires:  xorg-x11-devel
+%endif
 BuildRequires:  xorg-x11-fonts
 Provides:   sgi-fonts = %{version}
 # FIXME: This causes a rpmlint warning; change = to  once here's a new 
upstream version

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



commit shutter for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package shutter for openSUSE:Factory checked 
in at 2012-07-02 11:15:17

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


Package is shutter, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/shutter/shutter.changes  2011-09-23 
12:46:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.shutter.new/shutter.changes 2012-07-02 
11:15:19.0 +0200
@@ -1,0 +2,204 @@
+Thu Jun 28 15:53:36 UTC 2012 - swy...@gmail.com
+
+- fix Provides: perl(Dropbox)
+- re-add perl-Net-Dropbox-API as recommends 
+
+---
+Thu Jun 28 11:31:42 UTC 2012 - swy...@gmail.com
+
+- remove perl-Net-Dropbox-API dependency 
+
+---
+Thu Jun 28 05:39:42 UTC 2012 - swy...@gmail.com
+
+- remove script of fix script-without-shebang
+  will cause ERROR: upload-plugin exists but is not executable - 
/usr/share/shutter/resources/system/upload_plugins/upload/Dropbox.pm... 
+
+---
+Thu Jun 28 05:17:09 UTC 2012 - swy...@gmail.com
+
+- add section in README.openSUSE about relative packages not in oss repository 
+- fix script-without-shebang
+
+---
+Thu Jun 28 01:08:42 UTC 2012 - swy...@gmail.com
+
+- perl-Net-Dropbox-API is not provided by oss, move to recommends 
+
+---
+Thu Jun 28 00:22:12 UTC 2012 - swy...@gmail.com
+
+- add perl-Net-DBus-GLib for SUSE user's UbuntuOne support ^^ 
+
+---
+Wed Jun 27 16:17:09 UTC 2012 - swy...@gmail.com
+
+- fix incorrect fsf address issue 
+
+---
+Wed Jun 27 03:39:53 UTC 2012 - swy...@gmail.com
+
+- fix depensicies by adding perl-Gnome2-* package 
+
+---
+Wed Jun 27 01:38:23 UTC 2012 - swy...@gmail.com
+
+- try to minimize depensicies
+- try fix files-duplicate warning 
+
+---
+Tue Jun 26 16:45:49 UTC 2012 - swy...@gmail.com
+
+- remove nautilus-sendto as recommends, nautilus-sendto will install too
+  many gnome-related packages
+- add gtk-update-icon-cache to post scriptlet  
+
+---
+Tue Jun 26 15:46:10 UTC 2012 - swy...@gmail.com
+
+- update to 0.88.3
+- Shutter 0.88.3 adds minor features, fixes a few bugs and updates 
translations. 
+
+---
+Wed Mar 14 17:53:06 UTC 2012 - sascha.ma...@open-slx.de
+
+- Made nautilus-sendto as recommends instead of required.  
+
+---
+Sat Mar  3 17:58:59 UTC 2012 - sascha.ma...@open-slx.de
+
+- fixed bnc#722266 
+
+---
+Sat Mar  3 10:08:44 UTC 2012 - sascha.ma...@open-slx.de
+
+- updated to 0.88.2
+- This release adds minor features, fixes some annoying bugs, and
+  updates translations. 
+
+---
+Fri Mar  2 21:48:13 UTC 2012 - sascha.ma...@open-slx.de
+
+- added /usr/share/doc/shutter to %%dir 
+
+---
+Tue Feb 14 19:51:48 UTC 2012 - sascha.ma...@open-slx.de
+
+- add shutter-bnc746606-fix-script-without-shebang.patch 
+
+---
+Tue Feb 14 19:16:39 UTC 2012 - sascha.ma...@open-slx.de
+
+- fixed bnc#746606
+- made *.pm available with executive rights 
+
+---
+Mon Feb 13 10:56:05 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Mon Dec 12 16:36:31 UTC 2011 - sascha.ma...@open-slx.de
+
+- removed Extra Install of sel_window_tooltip.svg (OBS should find the
+  right one in the sources) 
+- Added *.desktop File. The original is optimized for Ubuntu
+
+---
+Tue Dec  6 19:10:39 UTC 2011 - sascha.ma...@open-slx.de
+
+- changed datapath to %%{__datadir}/%{name} 
+
+---
+Tue Dec  6 15:18:51 UTC 2011 - sascha.ma...@open-slx.de
+
+- Extra install of sel_window_tooltip.svg 
+
+---
+Tue Dec  6 14:10:53 UTC 2011 - sascha.ma...@open-slx.de
+
+- testenviroment before committing 

commit skelcd-control-openSUSE for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package skelcd-control-openSUSE for 
openSUSE:Factory checked in at 2012-07-02 11:16:06

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


Package is skelcd-control-openSUSE, Maintainer is loci...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/skelcd-control-openSUSE/skelcd-control-openSUSE.changes
  2012-06-26 17:37:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new/skelcd-control-openSUSE.changes
 2012-07-02 11:16:07.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 28 12:05:14 UTC 2012 - lnus...@suse.de
+
+- add non-oss update repo
+
+---



Other differences:
--
++ control.xml ++
--- /var/tmp/diff_new_pack.Euny1K/_old  2012-07-02 11:16:09.0 +0200
+++ /var/tmp/diff_new_pack.Euny1K/_new  2012-07-02 11:16:09.0 +0200
@@ -208,6 +208,15 @@
autorefresh config:type=booleantrue/autorefresh
priority config:type=integer99/priority
/extra_url
+   extra_url
+   
baseurlhttp://download.opensuse.org/update/12.2-non-oss//baseurl
+aliasrepo-update-non-oss/alias
+nameopenSUSE-12.2-Update-Non-Oss/name
+   prod_dir//prod_dir
+   enabled config:type=booleantrue/enabled
+   autorefresh config:type=booleantrue/autorefresh
+   priority config:type=integer99/priority
+   /extra_url
 
!-- Replacement for EXTRAURLS and OPTIONALURLS --
extra_url
@@ -246,6 +255,16 @@
 autorefresh config:type=booleantrue/autorefresh
 priority config:type=integer99/priority
 /extra_url
+extra_url
+
baseurlhttp://download.opensuse.org/debug/update/12.2-non-oss//baseurl
+aliasrepo-debug-update-non-oss/alias
+nameopenSUSE-12.2-Update-Debug-Non-Oss/name
+prod_dir//prod_dir
+enabled config:type=booleanfalse/enabled
+autorefresh config:type=booleantrue/autorefresh
+priority config:type=integer99/priority
+/extra_url
+
 
 extra_url
 
baseurlhttp://download.opensuse.org/source/distribution/12.2/repo/oss//baseurl

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



commit skelcd-control-openSUSE for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package skelcd-control-openSUSE for 
openSUSE:12.2 checked in at 2012-07-02 11:16:11

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


Package is skelcd-control-openSUSE, Maintainer is loci...@suse.com

Changes:

--- 
/work/SRC/openSUSE:12.2/skelcd-control-openSUSE/skelcd-control-openSUSE.changes 
2012-06-26 17:37:59.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.skelcd-control-openSUSE.new/skelcd-control-openSUSE.changes
2012-07-02 11:16:12.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 28 12:05:14 UTC 2012 - lnus...@suse.de
+
+- add non-oss update repo
+
+---



Other differences:
--
++ control.xml ++
--- /var/tmp/diff_new_pack.PmYOyk/_old  2012-07-02 11:16:12.0 +0200
+++ /var/tmp/diff_new_pack.PmYOyk/_new  2012-07-02 11:16:12.0 +0200
@@ -208,6 +208,15 @@
autorefresh config:type=booleantrue/autorefresh
priority config:type=integer99/priority
/extra_url
+   extra_url
+   
baseurlhttp://download.opensuse.org/update/12.2-non-oss//baseurl
+aliasrepo-update-non-oss/alias
+nameopenSUSE-12.2-Update-Non-Oss/name
+   prod_dir//prod_dir
+   enabled config:type=booleantrue/enabled
+   autorefresh config:type=booleantrue/autorefresh
+   priority config:type=integer99/priority
+   /extra_url
 
!-- Replacement for EXTRAURLS and OPTIONALURLS --
extra_url
@@ -246,6 +255,16 @@
 autorefresh config:type=booleantrue/autorefresh
 priority config:type=integer99/priority
 /extra_url
+extra_url
+
baseurlhttp://download.opensuse.org/debug/update/12.2-non-oss//baseurl
+aliasrepo-debug-update-non-oss/alias
+nameopenSUSE-12.2-Update-Debug-Non-Oss/name
+prod_dir//prod_dir
+enabled config:type=booleanfalse/enabled
+autorefresh config:type=booleantrue/autorefresh
+priority config:type=integer99/priority
+/extra_url
+
 
 extra_url
 
baseurlhttp://download.opensuse.org/source/distribution/12.2/repo/oss//baseurl

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



commit terminus-bitmap-fonts for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package terminus-bitmap-fonts for 
openSUSE:12.2 checked in at 2012-07-02 11:17:36

Comparing /work/SRC/openSUSE:12.2/terminus-bitmap-fonts (Old)
 and  /work/SRC/openSUSE:12.2/.terminus-bitmap-fonts.new (New)


Package is terminus-bitmap-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/terminus-bitmap-fonts/terminus-bitmap-fonts.changes 
2012-06-25 15:55:00.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.terminus-bitmap-fonts.new/terminus-bitmap-fonts.changes
2012-07-02 11:17:37.0 +0200
@@ -1,0 +2,6 @@
+Sat Jun 30 10:18:51 UTC 2012 - i...@marguerite.su
+
+- fix builds for 12.2
+  * now bdftopcf is a separated package from xorg-x11.
+
+---



Other differences:
--
++ terminus-bitmap-fonts.spec ++
--- /var/tmp/diff_new_pack.u1olbk/_old  2012-07-02 11:17:37.0 +0200
+++ /var/tmp/diff_new_pack.u1olbk/_new  2012-07-02 11:17:37.0 +0200
@@ -29,7 +29,14 @@
 Source0:%{fontname}-%{version}.tar.bz2
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1: terminus-bitmap-fonts.patch
+%if 0%{?suse_version} = 1220
+BuildRequires:  bdftopcf
+%else
 BuildRequires:  xorg-x11
+%endif
+%if 0%{?suse_version}  1140
+BuildRequires:  freetype2-devel
+%endif
 Requires(pre):  %suseconfig_fonts_prereq
 Provides:   locale(ru;bg)
 # FIXME: This causes a rpmlint warning; change = to  once here's a new 
upstream version

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



commit terminus-bitmap-fonts for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package terminus-bitmap-fonts for 
openSUSE:Factory checked in at 2012-07-02 11:17:31

Comparing /work/SRC/openSUSE:Factory/terminus-bitmap-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.terminus-bitmap-fonts.new (New)


Package is terminus-bitmap-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/terminus-bitmap-fonts/terminus-bitmap-fonts.changes  
2012-05-26 09:29:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.terminus-bitmap-fonts.new/terminus-bitmap-fonts.changes
 2012-07-02 11:17:33.0 +0200
@@ -1,0 +2,6 @@
+Sat Jun 30 10:18:51 UTC 2012 - i...@marguerite.su
+
+- fix builds for 12.2
+  * now bdftopcf is a separated package from xorg-x11.
+
+---



Other differences:
--
++ terminus-bitmap-fonts.spec ++
--- /var/tmp/diff_new_pack.iei9m6/_old  2012-07-02 11:17:34.0 +0200
+++ /var/tmp/diff_new_pack.iei9m6/_new  2012-07-02 11:17:34.0 +0200
@@ -29,7 +29,14 @@
 Source0:%{fontname}-%{version}.tar.bz2
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1: terminus-bitmap-fonts.patch
+%if 0%{?suse_version} = 1220
+BuildRequires:  bdftopcf
+%else
 BuildRequires:  xorg-x11
+%endif
+%if 0%{?suse_version}  1140
+BuildRequires:  freetype2-devel
+%endif
 Requires(pre):  %suseconfig_fonts_prereq
 Provides:   locale(ru;bg)
 # FIXME: This causes a rpmlint warning; change = to  once here's a new 
upstream version

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



commit tv-fonts for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package tv-fonts for openSUSE:Factory 
checked in at 2012-07-02 11:17:54

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


Package is tv-fonts, Maintainer is mma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/tv-fonts/tv-fonts.changes2011-09-23 
12:49:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.tv-fonts.new/tv-fonts.changes   2012-07-02 
11:17:59.0 +0200
@@ -1,0 +2,7 @@
+Sat Jun 30 16:11:49 UTC 2012 - i...@marguerite.su
+
+- fix builds for 12.2
+  * bdftopcf is now a separated package from xorg-x11
+  * mkfontdir is now a separated package from xorg-x11-utils-devel
+
+---



Other differences:
--
++ tv-fonts.spec ++
--- /var/tmp/diff_new_pack.cJpiaN/_old  2012-07-02 11:18:04.0 +0200
+++ /var/tmp/diff_new_pack.cJpiaN/_new  2012-07-02 11:18:04.0 +0200
@@ -15,19 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+%definefontdir /usr/share/fonts/misc
 
 
 Name:   tv-fonts
-%if %suse_version  910
-BuildRequires:  freetype2 xorg-x11 xorg-x11-devel
+BuildRequires:  freetype2
+%if 0%{?suse_version} = 1220
+BuildRequires:  bdftopcf
+BuildRequires:  mkfontdir
 %else
-BuildRequires:  XFree86 XFree86-devel freetype2
+BuildRequires:  xorg-x11 
+BuildRequires:  xorg-x11-devel
 %endif
-%definefontdir /usr/share/fonts/misc
 License:MIT
 Group:  System/X11/Fonts
-AutoReqProv:on
 PreReq: %suseconfig_fonts_prereq
 Version:1.1
 Release:431

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



commit tv-fonts for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package tv-fonts for openSUSE:12.2 checked 
in at 2012-07-02 11:17:58

Comparing /work/SRC/openSUSE:12.2/tv-fonts (Old)
 and  /work/SRC/openSUSE:12.2/.tv-fonts.new (New)


Package is tv-fonts, Maintainer is mma...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/tv-fonts/tv-fonts.changes   2012-06-25 
15:56:22.0 +0200
+++ /work/SRC/openSUSE:12.2/.tv-fonts.new/tv-fonts.changes  2012-07-02 
11:18:04.0 +0200
@@ -1,0 +2,7 @@
+Sat Jun 30 16:11:49 UTC 2012 - i...@marguerite.su
+
+- fix builds for 12.2
+  * bdftopcf is now a separated package from xorg-x11
+  * mkfontdir is now a separated package from xorg-x11-utils-devel
+
+---



Other differences:
--
++ tv-fonts.spec ++
--- /var/tmp/diff_new_pack.lBxmOo/_old  2012-07-02 11:18:04.0 +0200
+++ /var/tmp/diff_new_pack.lBxmOo/_new  2012-07-02 11:18:04.0 +0200
@@ -15,19 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+%definefontdir /usr/share/fonts/misc
 
 
 Name:   tv-fonts
-%if %suse_version  910
-BuildRequires:  freetype2 xorg-x11 xorg-x11-devel
+BuildRequires:  freetype2
+%if 0%{?suse_version} = 1220
+BuildRequires:  bdftopcf
+BuildRequires:  mkfontdir
 %else
-BuildRequires:  XFree86 XFree86-devel freetype2
+BuildRequires:  xorg-x11 
+BuildRequires:  xorg-x11-devel
 %endif
-%definefontdir /usr/share/fonts/misc
 License:MIT
 Group:  System/X11/Fonts
-AutoReqProv:on
 PreReq: %suseconfig_fonts_prereq
 Version:1.1
 Release:431

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



commit VFlib3 for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package VFlib3 for openSUSE:Factory checked 
in at 2012-07-02 11:19:11

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


Package is VFlib3, Maintainer is j...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/VFlib3/VFlib3.changes2012-02-21 
12:26:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.VFlib3.new/VFlib3.changes   2012-07-02 
11:19:23.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul  2 03:24:42 UTC 2012 - i...@marguerite.su
+
+- fix openSUSE builds
+- fix rpmlint warnings.
+
+---

Old:

  VFlib3-3.6.12-gcc33.patch
  VFlib3-3.6.12-missing-headers.patch



Other differences:
--
++ VFlib3.spec ++
--- /var/tmp/diff_new_pack.kX7vH4/_old  2012-07-02 11:19:24.0 +0200
+++ /var/tmp/diff_new_pack.kX7vH4/_new  2012-07-02 11:19:24.0 +0200
@@ -17,11 +17,8 @@
 
 
 Name:   VFlib3
-%if %suse_version  1210
+BuildRequires:  fdupes
 BuildRequires:  freetype-devel
-%else
-BuildRequires:  freetype
-%endif
 BuildRequires:  t1lib-devel
 BuildRequires:  texlive-bin-devel
 BuildRequires:  texlive-devel
@@ -33,9 +30,7 @@
 Url:http://www-masu.ist.osaka-u.ac.jp/~kakugawa/VFlib/
 Source0:
http://www-masu.ist.osaka-u.ac.jp/~kakugawa/download/TypeHack/VFlib3-3.6.14.tar.bz2
 Source1:vflibcap-tex
-Patch0: VFlib3-3.6.12-missing-headers.patch
 Patch1: VFlib3-ppc64.patch
-Patch2: VFlib3-3.6.12-gcc33.patch
 Patch3: VFlib3-info-dir.patch
 Patch4: VFlib3-include.patch
 Patch5: 
comparison-is-always-false-due-to-limited-range-of-data-type.patch
@@ -74,23 +69,19 @@
 fonts:TrueType, Type 1, HBF, Syotai Club, JG, ekanji
 
 %package  -n VFlib3-devel
-Summary:development libraries for VFlib3
+Summary:Development libraries for VFlib3
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 Requires:   texlive-bin-devel
 Requires:   texlive-devel
-%if %suse_version  1210
 Requires:   freetype-devel
-%endif
 
 %description  -n VFlib3-devel
 Development libraries for VFlib3
 
 %prep
 %setup -q
-#%patch0 -p1
 %patch1 -p0
-#%patch2 -p1
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
@@ -123,21 +114,25 @@
  install
 install -m 644 $RPM_SOURCE_DIR/vflibcap-tex 
$RPM_BUILD_ROOT/usr/share/VFlib/%{version}/
 
+%fdupes %{buildroot}
+
 %post
 for i in VFlib-36
 do
 %install_info --info-dir=%{_infodir} %{_infodir}/${i}.info.gz
 done
+/sbin/ldconfig
 
 %postun
 for i in VFlib-36
 do
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/${i}.info.gz
 done
+/sbin/ldconfig
 
 %files
 %defattr(-, root, root)
-%doc ANNOUNCE* CHANGES COPYING* DISTRIB* INSTALL
+%doc ANNOUNCE* CHANGES COPYING* DISTRIB*
 %doc %{_infodir}/VFlib*info*
 %dir /usr/share/VFlib
 %dir /usr/share/VFlib/site

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



commit words for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package words for openSUSE:Factory checked 
in at 2012-07-02 11:19:22

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


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

Changes:

--- /work/SRC/openSUSE:Factory/words/words.changes  2012-06-26 
17:41:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.words.new/words.changes 2012-07-02 
11:19:30.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul  1 19:12:06 UTC 2012 - co...@suse.com
+
+- if there is no more SuSEconfig, YAST_IS_RUNNING has no meaning
+
+---



Other differences:
--
++ words.spec ++
--- /var/tmp/diff_new_pack.FTAuYb/_old  2012-07-02 11:19:32.0 +0200
+++ /var/tmp/diff_new_pack.FTAuYb/_new  2012-07-02 11:19:32.0 +0200
@@ -117,12 +117,9 @@
 install -pm 0644 %{SOURCE1} %{buildroot}%{_localstatedir}/adm/fillup-templates/
 install -pm 0755 %{SOURCE2} %{buildroot}%{_libexecdir}/words/update
 
-%clean
-rm -rf %{buildroot}
-
 %post
 %{fillup_only}
-if test -z $YAST_IS_RUNNING -a -x %{_libexecdir}/words/update ; then
+if test -x %{_libexecdir}/words/update ; then
 %{_libexecdir}/words/update
 fi
 

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



commit words for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package words for openSUSE:12.2 checked in 
at 2012-07-02 11:19:33

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


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

Changes:

--- /work/SRC/openSUSE:12.2/words/words.changes 2012-06-26 17:41:35.0 
+0200
+++ /work/SRC/openSUSE:12.2/.words.new/words.changes2012-07-02 
11:19:35.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul  1 19:12:06 UTC 2012 - co...@suse.com
+
+- if there is no more SuSEconfig, YAST_IS_RUNNING has no meaning
+
+---



Other differences:
--
++ words.spec ++
--- /var/tmp/diff_new_pack.nf5qE8/_old  2012-07-02 11:19:35.0 +0200
+++ /var/tmp/diff_new_pack.nf5qE8/_new  2012-07-02 11:19:35.0 +0200
@@ -117,12 +117,9 @@
 install -pm 0644 %{SOURCE1} %{buildroot}%{_localstatedir}/adm/fillup-templates/
 install -pm 0755 %{SOURCE2} %{buildroot}%{_libexecdir}/words/update
 
-%clean
-rm -rf %{buildroot}
-
 %post
 %{fillup_only}
-if test -z $YAST_IS_RUNNING -a -x %{_libexecdir}/words/update ; then
+if test -x %{_libexecdir}/words/update ; then
 %{_libexecdir}/words/update
 fi
 

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



commit xdm for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package xdm for openSUSE:Factory checked in 
at 2012-07-02 11:20:42

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


Package is xdm, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xdm/xdm.changes  2012-05-16 12:26:50.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xdm.new/xdm.changes 2012-07-02 
11:20:43.0 +0200
@@ -1,0 +2,22 @@
+Sat Jun 30 21:29:37 CEST 2012 - ti...@suse.de
+
+- avoid plymouth quit for kdm and gdm (bnc#762909)
+
+---
+Fri Jun 29 16:23:12 CEST 2012 - ti...@suse.de
+
+- remove --retain-splash option from plymouth quit (bnc#769209)
+
+---
+Fri Jun 29 14:11:47 UTC 2012 - sndir...@suse.com
+
+- /etc/init.d/xdm
+  * quit plymouth properly before starting displaymanager
+(bnc#769209)
+
+---
+Mon Jun 18 13:38:34 UTC 2012 - wer...@suse.de
+
+- Skip LANG argument from command line of session managers (bnc#661946) 
+
+---



Other differences:
--
++ xdm.spec ++
--- /var/tmp/diff_new_pack.eIkQBy/_old  2012-07-02 11:20:44.0 +0200
+++ /var/tmp/diff_new_pack.eIkQBy/_new  2012-07-02 11:20:44.0 +0200
@@ -21,10 +21,10 @@
 Name:   xdm
 Version:1.1.10
 Release:0
-License:MIT
 Summary:X Display Manager
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 Source1:xdm.tar.bz2
 Source2:HOWTO.xdm

++ xdm.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/X11/xdm/Xsession new/etc/X11/xdm/Xsession
--- old/etc/X11/xdm/Xsession2010-12-03 18:42:07.0 +0100
+++ new/etc/X11/xdm/Xsession2012-06-18 15:36:04.0 +0200
@@ -64,8 +64,6 @@
 IFS=$OIFS
 fi
 
-readonly argv
-
 #
 # Disable graphical login if normal login is disabled
 #
@@ -170,7 +168,9 @@
 *) forced=yes
WINDOWMANAGER=${argv[0]} ;;
 esac
-for l ; do
+typeset -i argc=0
+for l in ${#argv[@]} ; do
+   let argc++ || :
case $l in
[a-z][a-z]_[A-Z][A-Z]*)
LANG=$l
@@ -178,11 +178,15 @@
break
esac
 done
+unset argv[$argc]
 unset l
+readonly argv
 # get the system default locale settings:
 if test -z $LANG -a -f /etc/profile.d/lang.sh ; then
. /etc/profile.d/lang.sh
 fi
+else
+readonly argv
 fi
 
 # If LANG is still not set, get the system default locale settings:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/init.d/xdm new/etc/init.d/xdm
--- old/etc/init.d/xdm  2011-11-08 10:21:56.0 +0100
+++ new/etc/init.d/xdm  2012-07-01 09:47:02.0 +0200
@@ -200,6 +200,17 @@
 rc_exit
 fi
fi
+   case $DM in
+   kdm|gdm)
+   # KDE and GNOME have own plymouth integration
+   ;;
+   *)
+   if [ -x /usr/bin/plymouth ]; then
+   plymouth quit
+   plymouth --wait
+   fi
+   ;;
+   esac
startproc -p $PIDFILE $DISPLAYMANAGER $XDMOPTIONS || rc_failed
# After a crash or a kill signal we may have
# a wrong ownership of /dev/xconsole

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



commit xdm for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package xdm for openSUSE:12.2 checked in at 
2012-07-02 11:20:46

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


Package is xdm, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/xdm/xdm.changes 2012-06-25 15:57:58.0 
+0200
+++ /work/SRC/openSUSE:12.2/.xdm.new/xdm.changes2012-07-02 
11:20:48.0 +0200
@@ -1,0 +2,22 @@
+Sat Jun 30 21:29:37 CEST 2012 - ti...@suse.de
+
+- avoid plymouth quit for kdm and gdm (bnc#762909)
+
+---
+Fri Jun 29 16:23:12 CEST 2012 - ti...@suse.de
+
+- remove --retain-splash option from plymouth quit (bnc#769209)
+
+---
+Fri Jun 29 14:11:47 UTC 2012 - sndir...@suse.com
+
+- /etc/init.d/xdm
+  * quit plymouth properly before starting displaymanager
+(bnc#769209)
+
+---
+Mon Jun 18 13:38:34 UTC 2012 - wer...@suse.de
+
+- Skip LANG argument from command line of session managers (bnc#661946) 
+
+---



Other differences:
--
++ xdm.spec ++
--- /var/tmp/diff_new_pack.9v7Oio/_old  2012-07-02 11:20:48.0 +0200
+++ /var/tmp/diff_new_pack.9v7Oio/_new  2012-07-02 11:20:48.0 +0200
@@ -21,10 +21,10 @@
 Name:   xdm
 Version:1.1.10
 Release:0
-License:MIT
 Summary:X Display Manager
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 Source1:xdm.tar.bz2
 Source2:HOWTO.xdm

++ xdm.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/X11/xdm/Xsession new/etc/X11/xdm/Xsession
--- old/etc/X11/xdm/Xsession2010-12-03 18:42:07.0 +0100
+++ new/etc/X11/xdm/Xsession2012-06-18 15:36:04.0 +0200
@@ -64,8 +64,6 @@
 IFS=$OIFS
 fi
 
-readonly argv
-
 #
 # Disable graphical login if normal login is disabled
 #
@@ -170,7 +168,9 @@
 *) forced=yes
WINDOWMANAGER=${argv[0]} ;;
 esac
-for l ; do
+typeset -i argc=0
+for l in ${#argv[@]} ; do
+   let argc++ || :
case $l in
[a-z][a-z]_[A-Z][A-Z]*)
LANG=$l
@@ -178,11 +178,15 @@
break
esac
 done
+unset argv[$argc]
 unset l
+readonly argv
 # get the system default locale settings:
 if test -z $LANG -a -f /etc/profile.d/lang.sh ; then
. /etc/profile.d/lang.sh
 fi
+else
+readonly argv
 fi
 
 # If LANG is still not set, get the system default locale settings:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/init.d/xdm new/etc/init.d/xdm
--- old/etc/init.d/xdm  2011-11-08 10:21:56.0 +0100
+++ new/etc/init.d/xdm  2012-07-01 09:47:02.0 +0200
@@ -200,6 +200,17 @@
 rc_exit
 fi
fi
+   case $DM in
+   kdm|gdm)
+   # KDE and GNOME have own plymouth integration
+   ;;
+   *)
+   if [ -x /usr/bin/plymouth ]; then
+   plymouth quit
+   plymouth --wait
+   fi
+   ;;
+   esac
startproc -p $PIDFILE $DISPLAYMANAGER $XDMOPTIONS || rc_failed
# After a crash or a kill signal we may have
# a wrong ownership of /dev/xconsole

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



commit xemacs-packages for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package xemacs-packages for openSUSE:Factory 
checked in at 2012-07-02 11:20:56

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


Package is xemacs-packages, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/xemacs-packages/xemacs-packages.changes  
2012-03-29 14:08:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.xemacs-packages.new/xemacs-packages.changes 
2012-07-02 11:21:00.0 +0200
@@ -1,0 +2,8 @@
+Sat Jun 30 18:09:30 UTC 2012 - i...@marguerite.su
+
+- fix 12.2 builds.
+  * bdftopcf is now a separated package from xorg-x11.
+  * mkfontdir is now a separated package from xorg-x11-utils-devel.
+- fix sle builds.
+
+---



Other differences:
--
++ xemacs-packages.spec ++
--- /var/tmp/diff_new_pack.p3dvm6/_old  2012-07-02 11:21:03.0 +0200
+++ /var/tmp/diff_new_pack.p3dvm6/_new  2012-07-02 11:21:03.0 +0200
@@ -21,7 +21,9 @@
 BuildRequires:  canna-devel
 BuildRequires:  compface
 BuildRequires:  db-devel
+%if 0%{?suse_version} = 1110
 BuildRequires:  fdupes
+%endif
 BuildRequires:  freetype2
 BuildRequires:  fwnndev
 BuildRequires:  gcc-c++
@@ -33,8 +35,13 @@
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
 BuildRequires:  xemacs-el  21.5.29
+%if 0%{?suse_version} = 1220
+BuildRequires:  bdftopcf
+BuildRequires:  mkfontdir
+%else
 BuildRequires:  xorg-x11
 BuildRequires:  xorg-x11-devel
+%endif
 Url:http://www.xemacs.org
 Provides:   
xemacs:%{_datadir}/xemacs/xemacs-packages/etc/auctex/style/amsart.elc
 Obsoletes:  Mule-UCS-xemacs
@@ -276,6 +283,7 @@
 chmod a-x %{buildroot}%{_datadir}/xemacs/xemacs-packages/lisp/jde/*.el
 chmod a-x %{buildroot}%{_datadir}/xemacs/xemacs-packages/lisp/ede/*.el
 # File duplicates
+%if 0%{?suse_version} = 1110
 fdupes -q -r -1 %{buildroot}%{_datadir}/xemacs/ | while read first second; do
 case ${first} in
 *.el*)  continue ;;
@@ -303,6 +311,7 @@
ln -sf ${file#%{buildroot}} ${t}
 done
 done
+%endif
 # generate file lists:
 find %{buildroot} \
 \( \( \( -not -type d \) -printf '%%p\n' \) \

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



commit xemacs-packages for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package xemacs-packages for openSUSE:12.2 
checked in at 2012-07-02 11:21:01

Comparing /work/SRC/openSUSE:12.2/xemacs-packages (Old)
 and  /work/SRC/openSUSE:12.2/.xemacs-packages.new (New)


Package is xemacs-packages, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/xemacs-packages/xemacs-packages.changes 
2012-06-25 15:58:04.0 +0200
+++ /work/SRC/openSUSE:12.2/.xemacs-packages.new/xemacs-packages.changes
2012-07-02 11:21:03.0 +0200
@@ -1,0 +2,8 @@
+Sat Jun 30 18:09:30 UTC 2012 - i...@marguerite.su
+
+- fix 12.2 builds.
+  * bdftopcf is now a separated package from xorg-x11.
+  * mkfontdir is now a separated package from xorg-x11-utils-devel.
+- fix sle builds.
+
+---



Other differences:
--
++ xemacs-packages.spec ++
--- /var/tmp/diff_new_pack.pRvZEJ/_old  2012-07-02 11:21:04.0 +0200
+++ /var/tmp/diff_new_pack.pRvZEJ/_new  2012-07-02 11:21:04.0 +0200
@@ -21,7 +21,9 @@
 BuildRequires:  canna-devel
 BuildRequires:  compface
 BuildRequires:  db-devel
+%if 0%{?suse_version} = 1110
 BuildRequires:  fdupes
+%endif
 BuildRequires:  freetype2
 BuildRequires:  fwnndev
 BuildRequires:  gcc-c++
@@ -33,8 +35,13 @@
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
 BuildRequires:  xemacs-el  21.5.29
+%if 0%{?suse_version} = 1220
+BuildRequires:  bdftopcf
+BuildRequires:  mkfontdir
+%else
 BuildRequires:  xorg-x11
 BuildRequires:  xorg-x11-devel
+%endif
 Url:http://www.xemacs.org
 Provides:   
xemacs:%{_datadir}/xemacs/xemacs-packages/etc/auctex/style/amsart.elc
 Obsoletes:  Mule-UCS-xemacs
@@ -276,6 +283,7 @@
 chmod a-x %{buildroot}%{_datadir}/xemacs/xemacs-packages/lisp/jde/*.el
 chmod a-x %{buildroot}%{_datadir}/xemacs/xemacs-packages/lisp/ede/*.el
 # File duplicates
+%if 0%{?suse_version} = 1110
 fdupes -q -r -1 %{buildroot}%{_datadir}/xemacs/ | while read first second; do
 case ${first} in
 *.el*)  continue ;;
@@ -303,6 +311,7 @@
ln -sf ${file#%{buildroot}} ${t}
 done
 done
+%endif
 # generate file lists:
 find %{buildroot} \
 \( \( \( -not -type d \) -printf '%%p\n' \) \

-- 
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:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-vmware for openSUSE:12.2 
checked in at 2012-07-02 11:24:00

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


Package is xf86-video-vmware, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/xf86-video-vmware/xf86-video-vmware.changes 
2012-06-25 16:17:25.0 +0200
+++ /work/SRC/openSUSE:12.2/.xf86-video-vmware.new/xf86-video-vmware.changes
2012-07-02 11:24:04.0 +0200
@@ -1,0 +2,6 @@
+Sat Jun 30 15:00:59 UTC 2012 - dims...@opensuse.org
+
+- Add pkgconfig(xatracker) BuildRequires for full 3D support.
+  (bnc#729189).
+
+---



Other differences:
--
++ xf86-video-vmware.spec ++
--- /var/tmp/diff_new_pack.WKAiW4/_old  2012-07-02 11:24:04.0 +0200
+++ /var/tmp/diff_new_pack.WKAiW4/_new  2012-07-02 11:24:04.0 +0200
@@ -15,14 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xf86-video-vmware
 Version:12.0.2
-# FIXME: Add pkgconfig(xatracker) = 0.4.0 BuildRequires once it is available 
in Factory. (for 3D Support)
 Release:0
-License:MIT
 Summary:VMware SVGA 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
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)
@@ -30,6 +30,7 @@
 BuildRequires:  pkgconfig(randrproto)
 BuildRequires:  pkgconfig(renderproto)
 BuildRequires:  pkgconfig(videoproto)
+BuildRequires:  pkgconfig(xatracker) = 0.4.0
 BuildRequires:  pkgconfig(xextproto)
 BuildRequires:  pkgconfig(xineramaproto)
 BuildRequires:  pkgconfig(xorg-macros) = 1.8

-- 
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-02 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-02 11:23:55

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-05-08 12:05:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-vmware.new/xf86-video-vmware.changes 
2012-07-02 11:24:01.0 +0200
@@ -1,0 +2,6 @@
+Sat Jun 30 15:00:59 UTC 2012 - dims...@opensuse.org
+
+- Add pkgconfig(xatracker) BuildRequires for full 3D support.
+  (bnc#729189).
+
+---



Other differences:
--
++ xf86-video-vmware.spec ++
--- /var/tmp/diff_new_pack.ZjHP2s/_old  2012-07-02 11:24:04.0 +0200
+++ /var/tmp/diff_new_pack.ZjHP2s/_new  2012-07-02 11:24:04.0 +0200
@@ -15,14 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xf86-video-vmware
 Version:12.0.2
-# FIXME: Add pkgconfig(xatracker) = 0.4.0 BuildRequires once it is available 
in Factory. (for 3D Support)
 Release:0
-License:MIT
 Summary:VMware SVGA 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
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)
@@ -30,6 +30,7 @@
 BuildRequires:  pkgconfig(randrproto)
 BuildRequires:  pkgconfig(renderproto)
 BuildRequires:  pkgconfig(videoproto)
+BuildRequires:  pkgconfig(xatracker) = 0.4.0
 BuildRequires:  pkgconfig(xextproto)
 BuildRequires:  pkgconfig(xineramaproto)
 BuildRequires:  pkgconfig(xorg-macros) = 1.8

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



commit xfce4-branding-openSUSE for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package xfce4-branding-openSUSE for 
openSUSE:Factory checked in at 2012-07-02 11:24:26

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


Package is xfce4-branding-openSUSE, Maintainer is xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-branding-openSUSE/xfce4-branding-openSUSE.changes
  2012-06-26 17:42:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-branding-openSUSE.new/xfce4-branding-openSUSE.changes
 2012-07-02 11:24:31.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul  1 09:14:57 UTC 2012 - g...@opensuse.org
+
+- remove submenus below Settings which are accessible through the
+  xfce4-settings-manager
+
+---



Other differences:
--
++ xfce4-branding-openSUSE-4.10.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-applications.menu 
new/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-applications.menu
--- old/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-applications.menu 
2012-06-05 09:48:42.0 +0200
+++ new/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-applications.menu 
2012-07-01 11:14:39.0 +0200
@@ -9,12 +9,6 @@
   DefaultMergeDirs/
 
   Menu
-NameSettings/Name
-Directoryxfce-settings.directory/Directory
-MergeFile type=pathxfce-settings-manager.menu/MergeFile
-  /Menu
-
-  Menu
 NameAccessories/Name
 Directoryxfce-accessories.directory/Directory
 Include
@@ -131,6 +125,21 @@
   /Menu
 
   Menu
+NameSettings/Name
+Directoryxfce-settings.directory/Directory
+Include
+  Filenamexfce-settings-manager.desktop/Filename
+  FilenameYaST.desktop/Filename
+  Filenamepackage-manager.desktop/Filename
+/Include
+Layout
+  Filenamexfce-settings-manager.desktop/Filename
+  FilenameYaST.desktop/Filename
+  Filenamepackage-manager.desktop/Filename
+/Layout
+  /Menu
+
+  Menu
 NameOther/Name
 Directoryxfce-other.directory/Directory
 OnlyUnallocated/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-settings-manager.menu 
new/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-settings-manager.menu
--- old/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-settings-manager.menu 
2012-06-05 09:48:42.0 +0200
+++ new/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-settings-manager.menu 
2012-07-01 11:14:44.0 +0200
@@ -96,14 +96,7 @@
 /Exclude
   /Menu
 
-  Include
-Filenamexfce-settings-manager.desktop/Filename
-FilenameYaST.desktop/Filename
-  /Include
-
   Layout
-Merge type=files/
-Separator/
 MenunamePersonal/Menuname
 MenunameHardware/Menuname
 MenunameSystem/Menuname

++ xfce4-branding-openSUSE_11.4-4.10.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-applications.menu 
new/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-applications.menu
--- old/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-applications.menu 
2012-04-14 18:00:12.0 +0200
+++ new/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-applications.menu 
2012-07-01 11:13:27.0 +0200
@@ -9,12 +9,6 @@
   DefaultMergeDirs/
 
   Menu
-NameSettings/Name
-Directoryxfce-settings.directory/Directory
-MergeFile type=pathxfce-settings-manager.menu/MergeFile
-  /Menu
-
-  Menu
 NameAccessories/Name
 Directoryxfce-accessories.directory/Directory
 Include
@@ -131,6 +125,21 @@
   /Menu
 
   Menu
+NameSettings/Name
+Directoryxfce-settings.directory/Directory
+Include
+  Filenamexfce-settings-manager.desktop/Filename
+  FilenameYaST.desktop/Filename
+  Filenamepackage-manager.desktop/Filename
+/Include
+Layout
+  Filenamexfce-settings-manager.desktop/Filename
+  FilenameYaST.desktop/Filename
+  Filenamepackage-manager.desktop/Filename
+/Layout
+  /Menu
+
+  Menu
 NameOther/Name
 Directoryxfce-other.directory/Directory
 OnlyUnallocated/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-settings-manager.menu 
new/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-settings-manager.menu
--- old/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-settings-manager.menu 
2012-04-20 22:21:19.0 +0200
+++ 

commit xfce4-branding-openSUSE for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package xfce4-branding-openSUSE for 
openSUSE:12.2 checked in at 2012-07-02 11:24:31

Comparing /work/SRC/openSUSE:12.2/xfce4-branding-openSUSE (Old)
 and  /work/SRC/openSUSE:12.2/.xfce4-branding-openSUSE.new (New)


Package is xfce4-branding-openSUSE, Maintainer is xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:12.2/xfce4-branding-openSUSE/xfce4-branding-openSUSE.changes 
2012-06-26 17:42:09.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.xfce4-branding-openSUSE.new/xfce4-branding-openSUSE.changes
2012-07-02 11:24:34.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul  1 09:14:57 UTC 2012 - g...@opensuse.org
+
+- remove submenus below Settings which are accessible through the
+  xfce4-settings-manager
+
+---



Other differences:
--
++ xfce4-branding-openSUSE-4.10.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-applications.menu 
new/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-applications.menu
--- old/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-applications.menu 
2012-06-05 09:48:42.0 +0200
+++ new/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-applications.menu 
2012-07-01 11:14:39.0 +0200
@@ -9,12 +9,6 @@
   DefaultMergeDirs/
 
   Menu
-NameSettings/Name
-Directoryxfce-settings.directory/Directory
-MergeFile type=pathxfce-settings-manager.menu/MergeFile
-  /Menu
-
-  Menu
 NameAccessories/Name
 Directoryxfce-accessories.directory/Directory
 Include
@@ -131,6 +125,21 @@
   /Menu
 
   Menu
+NameSettings/Name
+Directoryxfce-settings.directory/Directory
+Include
+  Filenamexfce-settings-manager.desktop/Filename
+  FilenameYaST.desktop/Filename
+  Filenamepackage-manager.desktop/Filename
+/Include
+Layout
+  Filenamexfce-settings-manager.desktop/Filename
+  FilenameYaST.desktop/Filename
+  Filenamepackage-manager.desktop/Filename
+/Layout
+  /Menu
+
+  Menu
 NameOther/Name
 Directoryxfce-other.directory/Directory
 OnlyUnallocated/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-settings-manager.menu 
new/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-settings-manager.menu
--- old/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-settings-manager.menu 
2012-06-05 09:48:42.0 +0200
+++ new/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-settings-manager.menu 
2012-07-01 11:14:44.0 +0200
@@ -96,14 +96,7 @@
 /Exclude
   /Menu
 
-  Include
-Filenamexfce-settings-manager.desktop/Filename
-FilenameYaST.desktop/Filename
-  /Include
-
   Layout
-Merge type=files/
-Separator/
 MenunamePersonal/Menuname
 MenunameHardware/Menuname
 MenunameSystem/Menuname

++ xfce4-branding-openSUSE_11.4-4.10.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-applications.menu 
new/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-applications.menu
--- old/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-applications.menu 
2012-04-14 18:00:12.0 +0200
+++ new/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-applications.menu 
2012-07-01 11:13:27.0 +0200
@@ -9,12 +9,6 @@
   DefaultMergeDirs/
 
   Menu
-NameSettings/Name
-Directoryxfce-settings.directory/Directory
-MergeFile type=pathxfce-settings-manager.menu/MergeFile
-  /Menu
-
-  Menu
 NameAccessories/Name
 Directoryxfce-accessories.directory/Directory
 Include
@@ -131,6 +125,21 @@
   /Menu
 
   Menu
+NameSettings/Name
+Directoryxfce-settings.directory/Directory
+Include
+  Filenamexfce-settings-manager.desktop/Filename
+  FilenameYaST.desktop/Filename
+  Filenamepackage-manager.desktop/Filename
+/Include
+Layout
+  Filenamexfce-settings-manager.desktop/Filename
+  FilenameYaST.desktop/Filename
+  Filenamepackage-manager.desktop/Filename
+/Layout
+  /Menu
+
+  Menu
 NameOther/Name
 Directoryxfce-other.directory/Directory
 OnlyUnallocated/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-settings-manager.menu 
new/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-settings-manager.menu
--- old/xfce4-branding-openSUSE-4.10.0/etc/xdg/menus/xfce-settings-manager.menu 
2012-04-20 22:21:19.0 +0200
+++ 

commit xfce4-panel-plugin-cpugraph for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-cpugraph for 
openSUSE:Factory checked in at 2012-07-02 11:26:19

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-cpugraph (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-cpugraph.new (New)


Package is xfce4-panel-plugin-cpugraph, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-cpugraph/xfce4-panel-plugin-cpugraph.changes
  2012-05-08 06:50:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-cpugraph.new/xfce4-panel-plugin-cpugraph.changes
 2012-07-02 11:26:22.0 +0200
@@ -1,0 +2,8 @@
+Sun Jul  1 07:21:14 UTC 2012 - g...@opensuse.org
+
+- update to version 1.0.3
+  - better compliance with panel plugin HIG
+  - add an option allowing to set the bar color
+  - fix transparency issues
+
+---

Old:

  xfce4-cpugraph-plugin-1.0.2.tar.bz2

New:

  xfce4-cpugraph-plugin-1.0.3.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-cpugraph.spec ++
--- /var/tmp/diff_new_pack.9q2dqH/_old  2012-07-02 11:26:24.0 +0200
+++ /var/tmp/diff_new_pack.9q2dqH/_new  2012-07-02 11:26:24.0 +0200
@@ -20,7 +20,7 @@
 %define plugin_name xfce4-cpugraph-plugin
 
 Name:   xfce4-panel-plugin-cpugraph
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:CPU Graph Plugin for the Xfce Panel
 License:GPL-2.0+

++ xfce4-cpugraph-plugin-1.0.2.tar.bz2 - 
xfce4-cpugraph-plugin-1.0.3.tar.bz2 ++
 2175 lines of diff (skipped)

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



commit xfce4-panel-plugin-fsguard for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-fsguard for 
openSUSE:Factory checked in at 2012-07-02 11:27:09

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-fsguard (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-fsguard.new (New)


Package is xfce4-panel-plugin-fsguard, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-fsguard/xfce4-panel-plugin-fsguard.changes
2012-05-08 06:50:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-fsguard.new/xfce4-panel-plugin-fsguard.changes
   2012-07-02 11:27:10.0 +0200
@@ -1,0 +2,12 @@
+Sun Jul  1 07:49:20 UTC 2012 - g...@opensuse.org
+
+- update to version 1.0.1
+  - better compliance with panel plugin HIG
+  - fix look on transparent/colored panels
+  - added compatibility with xfce4-panel v.4.9.0+
+  - fix config loading
+  - port to libxfce4ui
+  - build the plugin as a module
+- dropped obsolete xfce4-fsguard-plugin-fix-config-loading.patch
+
+---

Old:

  xfce4-fsguard-plugin-1.0.0.tar.bz2
  xfce4-fsguard-plugin-fix-config-loading.patch

New:

  xfce4-fsguard-plugin-1.0.1.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-fsguard.spec ++
--- /var/tmp/diff_new_pack.YNrtwn/_old  2012-07-02 11:27:14.0 +0200
+++ /var/tmp/diff_new_pack.YNrtwn/_new  2012-07-02 11:27:14.0 +0200
@@ -20,21 +20,19 @@
 %define plugin_name xfce4-fsguard-plugin
 
 Name:   xfce4-panel-plugin-fsguard
-Version:1.0.0
+Version:1.0.1
 Release:0
 Summary:Filesystem Space Monitoring Plugin for the Xfce Panel
 License:BSD-2-Clause
 Group:  System/GUI/XFCE
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin
 Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.0/%{plugin_name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM xfce4-fsguard-plugin-fix-config-loading.patch 
g...@opensuse.org -- Fixes loading of the configuration file
-Patch0: xfce4-fsguard-plugin-fix-config-loading.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
+BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
-BuildRequires:  pkgconfig(libxfcegui4-1.0)
 Requires:   xfce4-panel = %{panel_version}
 # uses exo-open
 Requires:   exo-tools
@@ -49,7 +47,6 @@
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
-%patch0 -p1
 
 %build
 %configure --disable-static
@@ -58,6 +55,8 @@
 %install
 %make_install
 
+rm -f %{buildroot}%{_libdir}/xfce4/panel/plugins/libfsguard.la
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
 
 %find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
@@ -76,8 +75,8 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
-%{_libexecdir}/xfce4/panel-plugins/xfce4-fsguard-plugin
-%{_datadir}/xfce4/panel-plugins/fsguard.desktop
+%{_libdir}/xfce4/panel/plugins/libfsguard.so
+%{_datadir}/xfce4/panel/plugins/fsguard.desktop
 %{_datadir}/icons/hicolor/*/apps/xfce4-fsguard-plugin*
 
 %files lang -f %{name}.lang

++ xfce4-fsguard-plugin-1.0.0.tar.bz2 - xfce4-fsguard-plugin-1.0.1.tar.bz2 
++
 56566 lines of diff (skipped)

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



commit xfce4-panel-plugin-systemload for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-systemload for 
openSUSE:Factory checked in at 2012-07-02 11:27:56

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-systemload (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-systemload.new (New)


Package is xfce4-panel-plugin-systemload, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-systemload/xfce4-panel-plugin-systemload.changes
  2012-05-08 06:52:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-systemload.new/xfce4-panel-plugin-systemload.changes
 2012-07-02 11:27:58.0 +0200
@@ -1,0 +2,13 @@
+Sun Jul  1 07:58:01 UTC 2012 - g...@opensuse.org
+
+- update to version 1.1.1
+  - simplify tooltip handling code
+  - better compliance with panel plugin HIG
+  - only set label angle with panel  4.9
+  - set plugin to small in all modes except deskbar modes
+  - facilitate bringing up the configuration dialog
+  - fix background transparency by setting the main evbox hidden
+  - changing uptime label orientation in the vertical mode
+  - compatibility with panel 4.9+
+
+---

Old:

  xfce4-systemload-plugin-1.1.0.tar.bz2

New:

  xfce4-systemload-plugin-1.1.1.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-systemload.spec ++
--- /var/tmp/diff_new_pack.0Vx25S/_old  2012-07-02 11:27:59.0 +0200
+++ /var/tmp/diff_new_pack.0Vx25S/_new  2012-07-02 11:27:59.0 +0200
@@ -20,7 +20,7 @@
 %define plugin_name xfce4-systemload-plugin
 
 Name:   xfce4-panel-plugin-systemload
-Version:1.1.0
+Version:1.1.1
 Release:0
 Summary:System Load Monitoring Plugin for the Xfce Panel
 License:BSD-2-Clause

++ xfce4-systemload-plugin-1.1.0.tar.bz2 - 
xfce4-systemload-plugin-1.1.1.tar.bz2 ++
 4706 lines of diff (skipped)

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



commit xfce4-panel-plugin-wavelan for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-wavelan for 
openSUSE:Factory checked in at 2012-07-02 11:29:13

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-wavelan (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-wavelan.new (New)


Package is xfce4-panel-plugin-wavelan, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-wavelan/xfce4-panel-plugin-wavelan.changes
2012-05-08 06:53:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-wavelan.new/xfce4-panel-plugin-wavelan.changes
   2012-07-02 11:29:14.0 +0200
@@ -1,0 +2,7 @@
+Sun Jul  1 07:59:21 UTC 2012 - g...@opensuse.org
+
+- update to version 0.5.11
+  - better compliance with panel plugin HIG
+  - fix transparency and put event box above its children
+
+---

Old:

  xfce4-wavelan-plugin-0.5.10.tar.bz2

New:

  xfce4-wavelan-plugin-0.5.11.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-wavelan.spec ++
--- /var/tmp/diff_new_pack.e8srZS/_old  2012-07-02 11:29:16.0 +0200
+++ /var/tmp/diff_new_pack.e8srZS/_new  2012-07-02 11:29:16.0 +0200
@@ -20,7 +20,7 @@
 %define plugin_name xfce4-wavelan-plugin
 
 Name:   xfce4-panel-plugin-wavelan
-Version:0.5.10
+Version:0.5.11
 Release:0
 Summary:WLAN Monitoring Plugin for the Xfce Panel
 License:BSD-2-Clause

++ xfce4-wavelan-plugin-0.5.10.tar.bz2 - 
xfce4-wavelan-plugin-0.5.11.tar.bz2 ++
 2004 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xfce4-wavelan-plugin-0.5.10/ChangeLog 
new/xfce4-wavelan-plugin-0.5.11/ChangeLog
--- old/xfce4-wavelan-plugin-0.5.10/ChangeLog   2012-04-13 12:14:56.0 
+0200
+++ new/xfce4-wavelan-plugin-0.5.11/ChangeLog   2012-06-30 09:55:55.0 
+0200
@@ -1,3 +1,274 @@
+commit 411fb25c74f2a6d1e869f17e3b7f5b6bd78e9dc0
+Author: Landry Breuil lan...@xfce.org
+Date:   Sat Jun 30 09:38:34 2012 +0200
+
+Updates for 0.5.11.
+
+commit f3e3df9424c86c27e86ed8ae0b40a55ca393185d
+Author: Landry Breuil lan...@xfce.org
+Date:   Fri Jun 29 22:07:36 2012 +0200
+
+Set small property in all cases
+
+The icon looks garbled in deskbar mode with several rows..
+
+commit 10e836e81e48cc9ae9c1883ae4a09fbd61d883cd
+Merge: 79b2e32 440e758
+Author: Landry Breuil lan...@xfce.org
+Date:   Fri Jun 29 21:59:07 2012 +0200
+
+Merge branch 'master' of 
git://git.xfce.org/panel-plugins/xfce4-wavelan-plugin
+
+commit 79b2e326e295515a728ef605bc78dc2593eb3f75
+Author: Landry Breuil lan...@xfce.org
+Date:   Fri Jun 29 21:58:10 2012 +0200
+
+Use XDT_FEATURE_DEBUG instead of the deprecated BM_DEBUG_SUPPORT
+
+Add a pair of DBG() for set-size and orientation-changed callbacks
+
+commit 440e758c28d9de4503d988d304b12f41cdab3a05
+Author: Gheyret Kenji ghey...@yahoo.com
+Date:   Thu Jun 21 06:28:15 2012 +0200
+
+l10n: Updated Uyghur (ug) translation to 100%
+
+New status: 12 messages complete with 0 fuzzies and 0 untranslated.
+
+Transmitted-via: Transifex (translations.xfce.org).
+
+commit b26808c146b2c784c6bb847a6c391a50a33a7cd5
+Author: Landry Breuil lan...@xfce.org
+Date:   Sun Jun 17 22:01:04 2012 +0200
+
+use xfce_panel_image_set_size()
+
+commit 9f2c3ccbe58e615d9e600102ef0315e1e901beff
+Author: Landry Breuil lan...@xfce.org
+Date:   Sun Jun 17 21:55:43 2012 +0200
+
+Little bit of refactoring
+
+- remove useless functions redirecting callbacks
+- fix protos for set_size/set_orientation
+
+commit ff0c0163801a34bc10a8ac3786f1a5ff4efb368f
+Author: Landry Breuil lan...@xfce.org
+Date:   Sun Jun 17 21:38:10 2012 +0200
+
+Better compliance with the panel plugin HIG
+
+- directly create the xfce_hvbox with the panel orientation
+- use xfce_panel_image_new_from_source() to create the image
+- only deal with size/orientation in wavelan_set_size/orientation
+- pack the image and progressbar with 0px spacing
+- compute the border  image size depending on panel size
+- set small property if using panel 4.9 and not using deskbar mode
+
+commit 46debc53ef79d342d0bcc87de1259521a375f473
+Author: Andhika Padmawan andhika.padma...@gmail.com
+Date:   Sun Jun 10 14:34:56 2012 +0200
+
+l10n: Updated Indonesian (id) translation to 100%
+
+New status: 12 messages complete 

commit yelp for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package yelp for openSUSE:12.2 checked in at 
2012-07-02 11:32:14

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


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

Changes:

--- /work/SRC/openSUSE:12.2/yelp/yelp.changes   2012-06-25 16:18:53.0 
+0200
+++ /work/SRC/openSUSE:12.2/.yelp.new/yelp.changes  2012-07-02 
11:32:19.0 +0200
@@ -1,0 +2,5 @@
+Sat Jun 30 15:58:35 UTC 2012 - nmo.marq...@gmail.com
+
+- Improved descriptions, bnc#742086
+
+---



Other differences:
--
++ yelp.spec ++
--- /var/tmp/diff_new_pack.5Z3S6T/_old  2012-07-02 11:32:19.0 +0200
+++ /var/tmp/diff_new_pack.5Z3S6T/_new  2012-07-02 11:32:19.0 +0200
@@ -51,18 +51,20 @@
 %glib2_gsettings_schema_requires
 
 %description
-Yelp is the default help browser for the GNOME desktop. Yelp provides a
-simple graphical interface for viewing DocBook, HTML, man, and info
-formatted documentation.
+Yelp is the help viewer in GNOME (it's what happens when you press F1). With
+gnome-doc-utils, Yelp serves as a DocBook viewer, a man page viewer and an
+info page viewer.
 
 %package -n libyelp0
 Summary:Help Browser for the GNOME Desktop -- Library
 Group:  System/Libraries
 
 %description  -n libyelp0
-Yelp is the default help browser for the GNOME desktop. Yelp provides a
-simple graphical interface for viewing DocBook, HTML, man, and info
-formatted documentation.
+Yelp is the help viewer in GNOME (it's what happens when you press F1). With
+gnome-doc-utils, Yelp serves as a DocBook viewer, a man page viewer and an
+info page viewer.
+
+This package provides Yelp's system shared libraries.
 
 %package devel
 Summary:Help Browser for the GNOME Desktop -- Development Files
@@ -70,9 +72,11 @@
 Requires:   libyelp0 = %{version}
 
 %description devel
-Yelp is the default help browser for the GNOME desktop. Yelp provides a
-simple graphical interface for viewing DocBook, HTML, man, and info
-formatted documentation.
+Yelp is the help viewer in GNOME (it's what happens when you press F1). With
+gnome-doc-utils, Yelp serves as a DocBook viewer, a man page viewer and an
+info page viewer.
+
+This package provides Yelp's development files.
 
 %lang_package
 %prep


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



commit yelp for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package yelp for openSUSE:Factory checked in 
at 2012-07-02 11:32:09

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


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

Changes:

--- /work/SRC/openSUSE:Factory/yelp/yelp.changes2012-05-22 
08:20:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.yelp.new/yelp.changes   2012-07-02 
11:32:17.0 +0200
@@ -1,0 +2,5 @@
+Sat Jun 30 15:58:35 UTC 2012 - nmo.marq...@gmail.com
+
+- Improved descriptions, bnc#742086
+
+---



Other differences:
--
++ yelp.spec ++
--- /var/tmp/diff_new_pack.K6Jhv5/_old  2012-07-02 11:32:19.0 +0200
+++ /var/tmp/diff_new_pack.K6Jhv5/_new  2012-07-02 11:32:19.0 +0200
@@ -51,18 +51,20 @@
 %glib2_gsettings_schema_requires
 
 %description
-Yelp is the default help browser for the GNOME desktop. Yelp provides a
-simple graphical interface for viewing DocBook, HTML, man, and info
-formatted documentation.
+Yelp is the help viewer in GNOME (it's what happens when you press F1). With
+gnome-doc-utils, Yelp serves as a DocBook viewer, a man page viewer and an
+info page viewer.
 
 %package -n libyelp0
 Summary:Help Browser for the GNOME Desktop -- Library
 Group:  System/Libraries
 
 %description  -n libyelp0
-Yelp is the default help browser for the GNOME desktop. Yelp provides a
-simple graphical interface for viewing DocBook, HTML, man, and info
-formatted documentation.
+Yelp is the help viewer in GNOME (it's what happens when you press F1). With
+gnome-doc-utils, Yelp serves as a DocBook viewer, a man page viewer and an
+info page viewer.
+
+This package provides Yelp's system shared libraries.
 
 %package devel
 Summary:Help Browser for the GNOME Desktop -- Development Files
@@ -70,9 +72,11 @@
 Requires:   libyelp0 = %{version}
 
 %description devel
-Yelp is the default help browser for the GNOME desktop. Yelp provides a
-simple graphical interface for viewing DocBook, HTML, man, and info
-formatted documentation.
+Yelp is the help viewer in GNOME (it's what happens when you press F1). With
+gnome-doc-utils, Yelp serves as a DocBook viewer, a man page viewer and an
+info page viewer.
+
+This package provides Yelp's development files.
 
 %lang_package
 %prep


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



commit build for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package build for openSUSE:Factory checked 
in at 2012-07-02 11:49:59

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


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

Changes:

build-mkbaselibs-sle.changes: same change
--- /work/SRC/openSUSE:Factory/build/build.changes  2012-06-06 
16:05:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.build.new/build.changes 2012-07-02 
11:50:01.0 +0200
@@ -1,0 +2,11 @@
+Mon Jul  2 08:40:26 UTC 2012 - adr...@suse.de
+
+- preinstallimage support added
+
+---
+Thu Jun 14 13:54:42 UTC 2012 - adr...@suse.de
+
+- build fixes for Fedora 17
+- syntax error fix for kiwi vmx builds
+
+---

Old:

  obs-build-2012.06.05.tar.gz

New:

  obs-build-2012.07.02.tar.gz



Other differences:
--
++ build-initvm.spec ++
--- /var/tmp/diff_new_pack.hxZZB1/_old  2012-07-02 11:50:06.0 +0200
+++ /var/tmp/diff_new_pack.hxZZB1/_new  2012-07-02 11:50:06.0 +0200
@@ -20,7 +20,7 @@
 Summary:A Script to Build SUSE Linux RPMs
 License:GPL-2.0+
 Group:  Development/Tools/Building
-Version:2012.06.05
+Version:2012.07.02
 Release:0
 Source: obs-build-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ build-mkbaselibs-sle.spec ++
--- /var/tmp/diff_new_pack.hxZZB1/_old  2012-07-02 11:50:06.0 +0200
+++ /var/tmp/diff_new_pack.hxZZB1/_new  2012-07-02 11:50:06.0 +0200
@@ -20,7 +20,7 @@
 Summary:Tools to generate base lib packages
 License:GPL-2.0+
 Group:  Development/Tools/Building
-Version:2012.06.05
+Version:2012.07.02
 Release:0
 #!BuildIgnore:  build-mkbaselibs
 Provides:   build-mkbaselibs

++ build.spec ++
--- /var/tmp/diff_new_pack.hxZZB1/_old  2012-07-02 11:50:06.0 +0200
+++ /var/tmp/diff_new_pack.hxZZB1/_new  2012-07-02 11:50:06.0 +0200
@@ -20,7 +20,7 @@
 Summary:A Script to Build SUSE Linux RPMs
 License:GPL-2.0+ and GPL-2.0
 Group:  Development/Tools/Building
-Version:2012.06.05
+Version:2012.07.02
 Release:0
 #!BuildIgnore:  build-mkbaselibs
 Source: obs-build-%{version}.tar.gz

++ _service ++
--- /var/tmp/diff_new_pack.hxZZB1/_old  2012-07-02 11:50:06.0 +0200
+++ /var/tmp/diff_new_pack.hxZZB1/_new  2012-07-02 11:50:06.0 +0200
@@ -1,6 +1,6 @@
 services
   service name=tar_scm mode=disabled
-param name=version2012.06.05/param
+param name=version2012.07.02/param
 param name=urlgit://github.com/openSUSE/obs-build.git/param
 param name=scmgit/param
   /service

++ build.dsc ++
--- /var/tmp/diff_new_pack.hxZZB1/_old  2012-07-02 11:50:06.0 +0200
+++ /var/tmp/diff_new_pack.hxZZB1/_new  2012-07-02 11:50:06.0 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: build
-Version: 2012.06.05
+Version: 2012.07.02
 Binary: build
 Maintainer: Adrian Schroeter adr...@suse.de
 Architecture: all

++ obs-build-2012.06.05.tar.gz - obs-build-2012.07.02.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-build-2012.06.05/Build/Rpm.pm 
new/obs-build-2012.07.02/Build/Rpm.pm
--- old/obs-build-2012.06.05/Build/Rpm.pm   2012-06-05 16:24:36.0 
+0200
+++ new/obs-build-2012.07.02/Build/Rpm.pm   2012-07-02 10:41:12.0 
+0200
@@ -539,7 +539,7 @@
   $$nfbline = [$$nfbline, undef ];
 }
   }
-  unshift @subpacks, $ret-{'name'};
+  unshift @subpacks, $ret-{'name'} if defined $ret-{'name'};
   $ret-{'subpacks'} = \@subpacks;
   $ret-{'exclarch'} = $exclarch if defined $exclarch;
   $ret-{'badarch'} = $badarch if defined $badarch;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-build-2012.06.05/Build.pm 
new/obs-build-2012.07.02/Build.pm
--- old/obs-build-2012.06.05/Build.pm   2012-06-05 16:24:36.0 +0200
+++ new/obs-build-2012.07.02/Build.pm   2012-07-02 10:41:12.0 +0200
@@ -31,6 +31,10 @@
   }
 }
 
+package Build::Features;
+our $preinstallimage = 1;  # on sale now
+package Build;
+
 my $std_macros = q{
 %define nil
 %define ix86 i386 i486 i586 i686 athlon
@@ -267,8 +271,10 @@
   }
 } elsif ($l0 eq 'repotype:') { #type of generated repository data
   $config-{'repotype'} = [ @l ];
-} elsif ($l0 eq 'type:') { #kind of packaging system (spec, dsc or kiwi)
+} elsif ($l0 eq 'type:') { #kind of packaging system 
(spec,dsc,arch,kiwi,...)
   $config-{'type'} 

commit build for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package build for openSUSE:12.2 checked in 
at 2012-07-02 11:50:06

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


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

Changes:

build-mkbaselibs-sle.changes: same change
--- /work/SRC/openSUSE:12.2/build/build.changes 2012-06-25 15:16:10.0 
+0200
+++ /work/SRC/openSUSE:12.2/.build.new/build.changes2012-07-02 
11:50:07.0 +0200
@@ -1,0 +2,11 @@
+Mon Jul  2 08:40:26 UTC 2012 - adr...@suse.de
+
+- preinstallimage support added
+
+---
+Thu Jun 14 13:54:42 UTC 2012 - adr...@suse.de
+
+- build fixes for Fedora 17
+- syntax error fix for kiwi vmx builds
+
+---

Old:

  obs-build-2012.06.05.tar.gz

New:

  obs-build-2012.07.02.tar.gz



Other differences:
--
++ build-initvm.spec ++
--- /var/tmp/diff_new_pack.l5YXkJ/_old  2012-07-02 11:50:07.0 +0200
+++ /var/tmp/diff_new_pack.l5YXkJ/_new  2012-07-02 11:50:07.0 +0200
@@ -20,7 +20,7 @@
 Summary:A Script to Build SUSE Linux RPMs
 License:GPL-2.0+
 Group:  Development/Tools/Building
-Version:2012.06.05
+Version:2012.07.02
 Release:0
 Source: obs-build-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ build-mkbaselibs-sle.spec ++
--- /var/tmp/diff_new_pack.l5YXkJ/_old  2012-07-02 11:50:07.0 +0200
+++ /var/tmp/diff_new_pack.l5YXkJ/_new  2012-07-02 11:50:07.0 +0200
@@ -20,7 +20,7 @@
 Summary:Tools to generate base lib packages
 License:GPL-2.0+
 Group:  Development/Tools/Building
-Version:2012.06.05
+Version:2012.07.02
 Release:0
 #!BuildIgnore:  build-mkbaselibs
 Provides:   build-mkbaselibs

++ build.spec ++
--- /var/tmp/diff_new_pack.l5YXkJ/_old  2012-07-02 11:50:07.0 +0200
+++ /var/tmp/diff_new_pack.l5YXkJ/_new  2012-07-02 11:50:07.0 +0200
@@ -20,7 +20,7 @@
 Summary:A Script to Build SUSE Linux RPMs
 License:GPL-2.0+ and GPL-2.0
 Group:  Development/Tools/Building
-Version:2012.06.05
+Version:2012.07.02
 Release:0
 #!BuildIgnore:  build-mkbaselibs
 Source: obs-build-%{version}.tar.gz

++ _service ++
--- /var/tmp/diff_new_pack.l5YXkJ/_old  2012-07-02 11:50:07.0 +0200
+++ /var/tmp/diff_new_pack.l5YXkJ/_new  2012-07-02 11:50:07.0 +0200
@@ -1,6 +1,6 @@
 services
   service name=tar_scm mode=disabled
-param name=version2012.06.05/param
+param name=version2012.07.02/param
 param name=urlgit://github.com/openSUSE/obs-build.git/param
 param name=scmgit/param
   /service

++ build.dsc ++
--- /var/tmp/diff_new_pack.l5YXkJ/_old  2012-07-02 11:50:07.0 +0200
+++ /var/tmp/diff_new_pack.l5YXkJ/_new  2012-07-02 11:50:07.0 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: build
-Version: 2012.06.05
+Version: 2012.07.02
 Binary: build
 Maintainer: Adrian Schroeter adr...@suse.de
 Architecture: all

++ obs-build-2012.06.05.tar.gz - obs-build-2012.07.02.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-build-2012.06.05/Build/Rpm.pm 
new/obs-build-2012.07.02/Build/Rpm.pm
--- old/obs-build-2012.06.05/Build/Rpm.pm   2012-06-05 16:24:36.0 
+0200
+++ new/obs-build-2012.07.02/Build/Rpm.pm   2012-07-02 10:41:12.0 
+0200
@@ -539,7 +539,7 @@
   $$nfbline = [$$nfbline, undef ];
 }
   }
-  unshift @subpacks, $ret-{'name'};
+  unshift @subpacks, $ret-{'name'} if defined $ret-{'name'};
   $ret-{'subpacks'} = \@subpacks;
   $ret-{'exclarch'} = $exclarch if defined $exclarch;
   $ret-{'badarch'} = $badarch if defined $badarch;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-build-2012.06.05/Build.pm 
new/obs-build-2012.07.02/Build.pm
--- old/obs-build-2012.06.05/Build.pm   2012-06-05 16:24:36.0 +0200
+++ new/obs-build-2012.07.02/Build.pm   2012-07-02 10:41:12.0 +0200
@@ -31,6 +31,10 @@
   }
 }
 
+package Build::Features;
+our $preinstallimage = 1;  # on sale now
+package Build;
+
 my $std_macros = q{
 %define nil
 %define ix86 i386 i486 i586 i686 athlon
@@ -267,8 +271,10 @@
   }
 } elsif ($l0 eq 'repotype:') { #type of generated repository data
   $config-{'repotype'} = [ @l ];
-} elsif ($l0 eq 'type:') { #kind of packaging system (spec, dsc or kiwi)
+} elsif ($l0 eq 'type:') { #kind of packaging system 
(spec,dsc,arch,kiwi,...)
   $config-{'type'} = $l[0];
+} 

commit libdrm for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package libdrm for openSUSE:Factory checked 
in at 2012-07-02 11:50:16

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


Package is libdrm, Maintainer is sndir...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libdrm/libdrm.changes2012-07-02 
10:29:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdrm.new/libdrm.changes   2012-07-02 
11:50:18.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul  2 08:52:51 UTC 2012 - guilla...@opensuse.org
+
+- Disable valgrind support for armv5 since valgrind only supports armv7
+
+---



Other differences:
--
++ libdrm.spec ++
--- /var/tmp/diff_new_pack.SwYvs9/_old  2012-07-02 11:50:19.0 +0200
+++ /var/tmp/diff_new_pack.SwYvs9/_new  2012-07-02 11:50:19.0 +0200
@@ -45,7 +45,9 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(pciaccess) = 0.10
 BuildRequires:  pkgconfig(pthread-stubs)
+%ifnarch armv5el armv5tel
 BuildRequires:  pkgconfig(valgrind)
+%endif
 
 %description
 The package contains the userspace interface to the kernel DRM

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



commit libdrm for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package libdrm for openSUSE:12.2 checked in 
at 2012-07-02 11:51:27

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


Package is libdrm, Maintainer is sndir...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/libdrm/libdrm.changes   2012-07-02 
10:44:21.0 +0200
+++ /work/SRC/openSUSE:12.2/.libdrm.new/libdrm.changes  2012-07-02 
11:51:42.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul  2 08:52:51 UTC 2012 - guilla...@opensuse.org
+
+- Disable valgrind support for armv5 since valgrind only supports armv7
+
+---



Other differences:
--
++ libdrm.spec ++
--- /var/tmp/diff_new_pack.wjtM2N/_old  2012-07-02 11:51:42.0 +0200
+++ /var/tmp/diff_new_pack.wjtM2N/_new  2012-07-02 11:51:42.0 +0200
@@ -45,7 +45,9 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(pciaccess) = 0.10
 BuildRequires:  pkgconfig(pthread-stubs)
+%ifnarch armv5el armv5tel
 BuildRequires:  pkgconfig(valgrind)
+%endif
 
 %description
 The package contains the userspace interface to the kernel DRM

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



commit python for openSUSE:12.1:Update

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package python for openSUSE:12.1:Update 
checked in at 2012-07-02 12:12:05

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.lST2a6/_old  2012-07-02 12:12:08.0 +0200
+++ /var/tmp/diff_new_pack.lST2a6/_new  2012-07-02 12:12:08.0 +0200
@@ -1 +1 @@
-link package='python.370' cicount='copy' /
+link package='python.571' cicount='copy' /

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



commit python-base for openSUSE:12.1:Update

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package python-base for openSUSE:12.1:Update 
checked in at 2012-07-02 12:12:07

Comparing /work/SRC/openSUSE:12.1:Update/python-base (Old)
 and  /work/SRC/openSUSE:12.1:Update/.python-base.new (New)


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.0qzmh0/_old  2012-07-02 12:12:09.0 +0200
+++ /var/tmp/diff_new_pack.0qzmh0/_new  2012-07-02 12:12:09.0 +0200
@@ -1 +1 @@
-link package='python-base.370' cicount='copy' /
+link package='python-base.571' cicount='copy' /

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



commit python-doc for openSUSE:12.1:Update

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package python-doc for openSUSE:12.1:Update 
checked in at 2012-07-02 12:12:09

Comparing /work/SRC/openSUSE:12.1:Update/python-doc (Old)
 and  /work/SRC/openSUSE:12.1:Update/.python-doc.new (New)


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Xhq2nr/_old  2012-07-02 12:12:10.0 +0200
+++ /var/tmp/diff_new_pack.Xhq2nr/_new  2012-07-02 12:12:10.0 +0200
@@ -1 +1 @@
-link package='python-doc.370' cicount='copy' /
+link package='python-doc.571' cicount='copy' /

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



commit mysql-community-server for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package mysql-community-server for 
openSUSE:Factory checked in at 2012-07-02 12:39:45

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


Package is mysql-community-server, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/mysql-community-server/mysql-community-server.changes
2012-06-26 17:47:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mysql-community-server.new/mysql-community-server.changes
   2012-07-02 12:39:48.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 26 19:51:35 UTC 2012 - stefan.bru...@rwth-aachen.de
+
+- initialize errmsgs pointer (bnc#769131)
+
+---

New:

  init_errmsgs_ptr.diff



Other differences:
--
++ mysql-community-server.spec ++
--- /var/tmp/diff_new_pack.vTOgTd/_old  2012-07-02 12:39:53.0 +0200
+++ /var/tmp/diff_new_pack.vTOgTd/_new  2012-07-02 12:39:53.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 # Few definitions which will alter build
 %define prefered   1
@@ -34,11 +33,11 @@
 
 Name:   mysql-community-server
 Summary:Server part of MySQL Community Server
-Version:5.5.25
-Release:1
-%define srv_vers 5.5.25
 License:SUSE-GPL-2.0-with-FLOSS-exception
 Group:  Productivity/Databases/Servers
+Version:5.5.25
+Release:0
+%define srv_vers 5.5.25
 Url:http://www.mysql.com
 Source: mysql-%{version}.tar.bz2
 Source2:baselibs.conf
@@ -52,16 +51,26 @@
 Source11:   install.inc
 Source12:   series
 Source13:   configuration-tweaks.tar.bz2
+Patch99:init_errmsgs_ptr.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 PreReq: pwdutils
 PreReq: %install_info_prereq %insserv_prereq
 %endif
-BuildRequires:  gcc-c++ ncurses-devel openssl-devel procps readline-devel
-BuildRequires:  autoconf automake cmake libtool zlib-devel
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  cmake
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  ncurses-devel
+BuildRequires:  openssl-devel
 BuildRequires:  pam-devel
+BuildRequires:  procps
+BuildRequires:  readline-devel
+BuildRequires:  zlib-devel
 %if 0%{?suse_version}
-BuildRequires:  pwdutils tcpd-devel
+BuildRequires:  pwdutils
+BuildRequires:  tcpd-devel
 %endif
 %if 0%{?suse_version}  1030 || 0%{?fedora_version}  8
 BuildRequires:  fdupes
@@ -75,10 +84,11 @@
 Requires:   logrotate
 %endif
 # required by rcmysql
-Requires:   %{name}-client perl-base
+Requires:   %{name}-client
 Requires:   %{name}-errormessages = %version
-Provides:   mysql-Max = %{srv_vers}
+Requires:   perl-base
 Provides:   mysql = %{srv_vers}
+Provides:   mysql-Max = %{srv_vers}
 %if 0%{?use_extra_provides}  0
 Provides:   %{extra_provides} = %{version}
 Obsoletes:  %{extra_provides}  %{version}
@@ -119,13 +129,12 @@
 # mysql-devel was last used in openSUSE 10.2
 Provides:   mysql-devel = %srv_vers-%release
 Obsoletes:  mysql-devel  %srv_vers
+Requires:   glibc-devel
 Requires:   libmysqlclient18 = %version
 Requires:   libmysqlclient_r18 = %version
-Requires:   glibc-devel
 Requires:   openssl-devel
 Requires:   zlib-devel
 Summary:MySQL Community Server development header files and libraries
-License:SUSE-GPL-2.0-with-FLOSS-exception
 Group:  Development/Libraries/C and C++
 
 %description -n libmysqlclient-devel
@@ -133,7 +142,6 @@
 necessary to develop client applications for MySQL Community Server.
 
 %package -n libmysqld18
-License:SUSE-GPL-2.0-with-FLOSS-exception
 Summary:MySQL Community Server embedded server development files
 Group:  Development/Libraries/C and C++
 
@@ -142,13 +150,12 @@
 for developing applications that embed the MySQL Community Server.
 
 %package -n libmysqld-devel
-License:SUSE-GPL-2.0-with-FLOSS-exception
 Summary:MySQL Community Server embedded server development files
+Group:  Development/Libraries/C and C++
 # the headers files are the shared
 Requires:   libmysqlclient-devel = %version
-Requires:   tcpd-devel
 Requires:   libmysqld18 = %version
-Group:  Development/Libraries/C and C++
+Requires:   tcpd-devel
 
 %description -n libmysqld-devel
 This package contains the development header files and libraries
@@ -157,7 +164,6 @@
 
 %package -n libmysqlclient18
 Summary:Shared Libraries for MySQL Community Server
-License:

commit mysql-community-server for openSUSE:12.2

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package mysql-community-server for 
openSUSE:12.2 checked in at 2012-07-02 12:39:51

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


Package is mysql-community-server, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:12.2/mysql-community-server/mysql-community-server.changes   
2012-06-26 17:47:44.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.mysql-community-server.new/mysql-community-server.changes
  2012-07-02 12:39:54.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 26 19:51:35 UTC 2012 - stefan.bru...@rwth-aachen.de
+
+- initialize errmsgs pointer (bnc#769131)
+
+---

New:

  init_errmsgs_ptr.diff



Other differences:
--
++ mysql-community-server.spec ++
--- /var/tmp/diff_new_pack.36ngQJ/_old  2012-07-02 12:39:55.0 +0200
+++ /var/tmp/diff_new_pack.36ngQJ/_new  2012-07-02 12:39:55.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 # Few definitions which will alter build
 %define prefered   1
@@ -34,11 +33,11 @@
 
 Name:   mysql-community-server
 Summary:Server part of MySQL Community Server
-Version:5.5.25
-Release:1
-%define srv_vers 5.5.25
 License:SUSE-GPL-2.0-with-FLOSS-exception
 Group:  Productivity/Databases/Servers
+Version:5.5.25
+Release:0
+%define srv_vers 5.5.25
 Url:http://www.mysql.com
 Source: mysql-%{version}.tar.bz2
 Source2:baselibs.conf
@@ -52,16 +51,26 @@
 Source11:   install.inc
 Source12:   series
 Source13:   configuration-tweaks.tar.bz2
+Patch99:init_errmsgs_ptr.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 PreReq: pwdutils
 PreReq: %install_info_prereq %insserv_prereq
 %endif
-BuildRequires:  gcc-c++ ncurses-devel openssl-devel procps readline-devel
-BuildRequires:  autoconf automake cmake libtool zlib-devel
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  cmake
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  ncurses-devel
+BuildRequires:  openssl-devel
 BuildRequires:  pam-devel
+BuildRequires:  procps
+BuildRequires:  readline-devel
+BuildRequires:  zlib-devel
 %if 0%{?suse_version}
-BuildRequires:  pwdutils tcpd-devel
+BuildRequires:  pwdutils
+BuildRequires:  tcpd-devel
 %endif
 %if 0%{?suse_version}  1030 || 0%{?fedora_version}  8
 BuildRequires:  fdupes
@@ -75,10 +84,11 @@
 Requires:   logrotate
 %endif
 # required by rcmysql
-Requires:   %{name}-client perl-base
+Requires:   %{name}-client
 Requires:   %{name}-errormessages = %version
-Provides:   mysql-Max = %{srv_vers}
+Requires:   perl-base
 Provides:   mysql = %{srv_vers}
+Provides:   mysql-Max = %{srv_vers}
 %if 0%{?use_extra_provides}  0
 Provides:   %{extra_provides} = %{version}
 Obsoletes:  %{extra_provides}  %{version}
@@ -119,13 +129,12 @@
 # mysql-devel was last used in openSUSE 10.2
 Provides:   mysql-devel = %srv_vers-%release
 Obsoletes:  mysql-devel  %srv_vers
+Requires:   glibc-devel
 Requires:   libmysqlclient18 = %version
 Requires:   libmysqlclient_r18 = %version
-Requires:   glibc-devel
 Requires:   openssl-devel
 Requires:   zlib-devel
 Summary:MySQL Community Server development header files and libraries
-License:SUSE-GPL-2.0-with-FLOSS-exception
 Group:  Development/Libraries/C and C++
 
 %description -n libmysqlclient-devel
@@ -133,7 +142,6 @@
 necessary to develop client applications for MySQL Community Server.
 
 %package -n libmysqld18
-License:SUSE-GPL-2.0-with-FLOSS-exception
 Summary:MySQL Community Server embedded server development files
 Group:  Development/Libraries/C and C++
 
@@ -142,13 +150,12 @@
 for developing applications that embed the MySQL Community Server.
 
 %package -n libmysqld-devel
-License:SUSE-GPL-2.0-with-FLOSS-exception
 Summary:MySQL Community Server embedded server development files
+Group:  Development/Libraries/C and C++
 # the headers files are the shared
 Requires:   libmysqlclient-devel = %version
-Requires:   tcpd-devel
 Requires:   libmysqld18 = %version
-Group:  Development/Libraries/C and C++
+Requires:   tcpd-devel
 
 %description -n libmysqld-devel
 This package contains the development header files and libraries
@@ -157,7 +164,6 @@
 
 %package -n libmysqlclient18
 Summary:Shared Libraries for MySQL Community Server
-License:

commit qmmp for openSUSE:Factory

2012-07-02 Thread h_root
Hello community,

here is the log from the commit of package qmmp for openSUSE:Factory checked in 
at 2012-07-02 12:46:53

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


Package is qmmp, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/qmmp/qmmp.changes2012-06-01 
22:32:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.qmmp.new/qmmp.changes   2012-07-02 
12:46:56.0 +0200
@@ -1,0 +2,46 @@
+Sat Jun 30 23:41:32 UTC 2012 - reddw...@opensuse.org
+
+- Update to 0.6.0
+  * added converter plugin
+  * added stream browser plugin
+  * added file type determination by content (experimental)
+  * added '--quit' command line option
+  * added text scroller background option
+  * added playlists separator option
+  * added multiband equalizer api
+  * added equalizer presets from Amarok (Thanks to Panagiotis Papadopoulos)
+  * added playlits access from command line
+  * added dithering to MPEG plugin
+  * added priority support to decoder api
+  * added user interface api
+  * added default destination and file name pattern to fileops plugin
+  * added additional directory filters
+  * added feature to add files from command line to specific playlist
+  * added pkg-config support
+  * added vqf support
+  * added feature to display shoutcast stream information
+  * added 'jump to track' and 'forward/rewind' global hotkeys
+  * added 'New Playlist' button
+  * added sorting by disc number (Brice Videau)
+  * added feature to use clipboard content in the URL dialog (Panagiotis 
Papadopoulos)
+  * added scrobbler cache synchronization after successful submission 
(Ferdinand Vesely)
+  * changed playlist insertion behavior
+  * disabled OSS3 plugin by default
+  * improved cue plugin
+  * moved skinned ui to separate plugin
+  * fixed 'hide on close' feature
+  * fixed moc warnings during compilation
+  * fixed IPC under windows
+  * fixed windows-specific bugs
+  * fixed problems with some asynchronous calls
+  * fixed qmmp_cue.desktop
+  * fixed saving playlists on logout
+  * updated about dialog
+  * updated Russian translation
+  * updated Ukrainian translation (Gennadi Motsyo)
+  * updated Japanese translation (Ryota Shimamoto)
+  * updated Polish translation (Grzegorz Gibas)
+  * updated German translation (Panagiotis Papadopoulos)
+  * updated Dutch translation (Ronald Uitermark)
+
+---

Old:

  qmmp-0.5.5-default_pulse.patch
  qmmp-0.5.5-ffmpeg_011.patch
  qmmp-0.5.5.tar.bz2

New:

  qmmp-0.6.0-default_pulse.patch
  qmmp-0.6.0.tar.bz2



Other differences:
--
++ qmmp.spec ++
--- /var/tmp/diff_new_pack.uyJ0Wo/_old  2012-07-02 12:47:01.0 +0200
+++ /var/tmp/diff_new_pack.uyJ0Wo/_new  2012-07-02 12:47:01.0 +0200
@@ -23,7 +23,7 @@
 %define soname 0
 
 Name:   qmmp
-Version:0.5.5
+Version:0.6.0
 Release:0
 Summary:XMMS-like audio player
 License:GPL-2.0+
@@ -31,10 +31,8 @@
 Url:http://qmmp.ylsoftware.com/
 Source0:http://qmmp.googlecode.com/files/qmmp-%{version}.tar.bz2
 Patch0: qmmp-0.5.5-libcdio_mess.patch
-# Already in trunk
-Patch1: qmmp-0.5.5-ffmpeg_011.patch
-# PATCH-FEATURE-OPENSUSE qmmp-0.5.5-default_pulse.patch reddw...@opensuse.org 
-- Use PulseAudio instead of ALSA by default
-Patch2: qmmp-0.5.5-default_pulse.patch
+# PATCH-FEATURE-OPENSUSE qmmp-0.6.0-default_pulse.patch reddw...@opensuse.org 
-- Use PulseAudio instead of ALSA by default
+Patch2: qmmp-0.6.0-default_pulse.patch
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-c++
@@ -120,7 +118,6 @@
 %prep
 %setup -q
 %patch0
-%patch1
 %patch2
 
 %build
@@ -130,7 +127,7 @@
 export CXXFLAGS='%{optflags}'
 cmake -DCMAKE_BUILD_WITH_INSTALL_RPATH=1 -DCMAKE_INSTALL_PREFIX=%{_prefix} \
   -DLIB_DIR=%{_lib} -DCMAKE_BUILD_TYPE=Release -DUSE_HAL=FALSE \
-  -DUSE_OSS=FALSE -DCMAKE_VERBOSE_MAKEFILE=TRUE ..
+  -DCMAKE_VERBOSE_MAKEFILE=TRUE ..
 make %{?_smp_mflags}
 
 %install
@@ -162,6 +159,7 @@
 %{_datadir}/qmmp
 %{_datadir}/applications/qmmp.desktop
 %{_datadir}/applications/qmmp_enqueue.desktop
+%{_datadir}/applications/qmmp_dir.desktop
 %{_datadir}/icons/hicolor/*/apps/qmmp*
 
 %files -n libqmmp%{soname}
@@ -185,5 +183,7 @@
 %{_includedir}/qmmpui
 %{_libdir}/libqmmp.so
 %{_libdir}/libqmmpui.so
+%{_libdir}/pkgconfig/qmmp.pc
+%{_libdir}/pkgconfig/qmmpui.pc
 
 %changelog

++ qmmp-0.5.5-default_pulse.patch - qmmp-0.6.0-default_pulse.patch ++
--- /work/SRC/openSUSE:Factory/qmmp/qmmp-0.5.5-default_pulse.patch  
2012-06-01 22:32:40.0 +0200
+++ 

  1   2   >