commit aaa_base for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2011-10-25 15:45:35

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


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

Changes:

--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes2011-10-18 
14:08:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2011-10-25 
15:45:38.0 +0200
@@ -1,0 +2,15 @@
+Fri Oct 21 12:28:48 UTC 2011 - wer...@suse.de
+
+- Add comment about systemd and runlevel in /etc/inittab (bnc#725138)
+
+---
+Fri Oct 21 13:34:20 CEST 2011 - p...@suse.de
+
+- Change most aliases in ls.bash to shell functions.
+
+---
+Wed Oct 19 12:56:20 UTC 2011 - wer...@suse.de
+
+- Make completion for sudo smart (bnc#724522)
+
+---



Other differences:
--
++ aaa_base.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/etc/inittab 
new/aaa_base/files/etc/inittab
--- old/aaa_base/files/etc/inittab  2011-10-14 15:02:14.0 +0200
+++ new/aaa_base/files/etc/inittab  2011-10-21 14:27:50.0 +0200
@@ -16,7 +16,11 @@
 # in /etc/sysconfig/suseconfig is set to no
 #
 
-# The default runlevel is defined here
+# The default runlevel for SysVinit is defined here
+#   please note that for systemd the symbolic link
+#   /etc/systemd/system/default.target has to relinked
+#   to e.g. /lib/systemd/system/runlevel3.target
+#
 id:3:initdefault:
 
 # First script to be executed, if not booting in emergency (-b) mode
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/etc/profile.d/complete.bash 
new/aaa_base/files/etc/profile.d/complete.bash
--- old/aaa_base/files/etc/profile.d/complete.bash  2011-10-14 
15:02:14.0 +0200
+++ new/aaa_base/files/etc/profile.d/complete.bash  2011-10-21 
14:27:50.0 +0200
@@ -547,6 +547,20 @@
COMPREPLY=()
fi
 esac
+if ((${#COMPREPLY[@]}  0)) ; then
+   let o=0
+   for s in ${COMPREPLY[@]}; do
+   e=$(eval echo $s)
+   if test -d $e ; then
+   compopt -o plusdirs
+   break
+   fi
+   if ! type -p $e  /dev/null 21 ; then
+   COMPREPLY[$o]=$(PATH=/sbin:/usr/sbin:$PATH:/usr/local/sbin type 
-p $e 2 /dev/null)
+   fi
+   let o++
+   done
+fi
 }
 
 complete ${_def} -F _rootpath_ sudo

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



commit aaa_base for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package aaa_base for openSUSE:12.1 checked 
in at 2011-10-25 15:45:39

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


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

Changes:

--- /work/SRC/openSUSE:12.1/aaa_base/aaa_base.changes   2011-10-24 
12:26:48.0 +0200
+++ /work/SRC/openSUSE:12.1/.aaa_base.new/aaa_base.changes  2011-10-25 
15:45:57.0 +0200
@@ -1,0 +2,15 @@
+Fri Oct 21 12:28:48 UTC 2011 - wer...@suse.de
+
+- Add comment about systemd and runlevel in /etc/inittab (bnc#725138)
+
+---
+Fri Oct 21 13:34:20 CEST 2011 - p...@suse.de
+
+- Change most aliases in ls.bash to shell functions.
+
+---
+Wed Oct 19 12:56:20 UTC 2011 - wer...@suse.de
+
+- Make completion for sudo smart (bnc#724522)
+
+---



Other differences:
--
++ aaa_base.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/etc/inittab 
new/aaa_base/files/etc/inittab
--- old/aaa_base/files/etc/inittab  2011-10-14 15:02:14.0 +0200
+++ new/aaa_base/files/etc/inittab  2011-10-21 14:27:50.0 +0200
@@ -16,7 +16,11 @@
 # in /etc/sysconfig/suseconfig is set to no
 #
 
-# The default runlevel is defined here
+# The default runlevel for SysVinit is defined here
+#   please note that for systemd the symbolic link
+#   /etc/systemd/system/default.target has to relinked
+#   to e.g. /lib/systemd/system/runlevel3.target
+#
 id:3:initdefault:
 
 # First script to be executed, if not booting in emergency (-b) mode
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/etc/profile.d/complete.bash 
new/aaa_base/files/etc/profile.d/complete.bash
--- old/aaa_base/files/etc/profile.d/complete.bash  2011-10-14 
15:02:14.0 +0200
+++ new/aaa_base/files/etc/profile.d/complete.bash  2011-10-21 
14:27:50.0 +0200
@@ -547,6 +547,20 @@
COMPREPLY=()
fi
 esac
+if ((${#COMPREPLY[@]}  0)) ; then
+   let o=0
+   for s in ${COMPREPLY[@]}; do
+   e=$(eval echo $s)
+   if test -d $e ; then
+   compopt -o plusdirs
+   break
+   fi
+   if ! type -p $e  /dev/null 21 ; then
+   COMPREPLY[$o]=$(PATH=/sbin:/usr/sbin:$PATH:/usr/local/sbin type 
-p $e 2 /dev/null)
+   fi
+   let o++
+   done
+fi
 }
 
 complete ${_def} -F _rootpath_ sudo

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



commit apache2 for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2011-10-25 15:46:11

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


Package is apache2, Maintainer is dr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2011-10-02 
09:47:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes 2011-10-25 
15:46:26.0 +0200
@@ -1,0 +2,13 @@
+Fri Oct  7 17:11:56 CEST 2011 - dr...@suse.de
+
+- httpd-2.2.x-CVE-2011-3368-server_protocl_c.diff fixes mod_proxy
+  reverse exposure via RewriteRule or ProxyPassMatch directives.
+  This is CVE-2011-3368.
+
+---
+Fri Oct  7 14:36:31 UTC 2011 - fcro...@suse.com
+
+- Ensure service_add_pre macro is correctly called for 
+  openSUSE 12.1 or later.
+
+---

New:

  httpd-2.2.x-CVE-2011-3368-server_protocl_c.diff



Other differences:
--
++ apache2.spec ++
--- /var/tmp/diff_new_pack.0fJJmT/_old  2011-10-25 15:46:58.0 +0200
+++ /var/tmp/diff_new_pack.0fJJmT/_new  2011-10-25 15:46:58.0 +0200
@@ -136,9 +136,10 @@
 Patch102:   httpd-keepalivetimeout-millisecs.patch
 Patch104:   httpd-mod_deflate_head.patch
 Patch105:   ssl-mode-release-buffers.patch
+Patch106:   httpd-2.2.x-CVE-2011-3368-server_protocl_c.diff
 Url:http://httpd.apache.org/
 Icon:   Apache.xpm
-Summary:The Apache Web Server Version 2.0
+Summary:The Apache Web Server Version 2.2
 AutoReqProv:on
 Provides:   httpd http_daemon %{apache_mmn} suse_help_viewer
 Requires:   %{pname}-MPM /etc/mime.types
@@ -194,7 +195,7 @@
 Apache distribution.
 
 See /usr/share/doc/packages/apache2/, http://httpd.apache.org/, and
-http://httpd.apache.org/docs-2.0/upgrading.html.
+http://httpd.apache.org/docs-2.2/upgrading.html.
 
 %if %worker
 
@@ -288,7 +289,7 @@
 
 %package devel
 License:ASLv..
-Summary:Apache 2.0 Header and Include Files
+Summary:Apache 2.2 Header and Include Files
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version} %{pname}-MPM
 Requires:   libapr1-devel libapr-util1-devel
@@ -358,6 +359,7 @@
 %patch102
 %patch104
 %patch105
+%patch106
 #
 cat $RPM_SOURCE_DIR/SUSE-NOTICE  NOTICE
 #
@@ -1012,19 +1014,18 @@
 # |   |
 #  
 
-# on Fedora, add the apache user
-%if %{?suse_version:0}%{!?suse_version:1}
-
 %pre
+%if %{?suse_version:0}%{!?suse_version:1}
+# on Fedora, add the apache user
 if ! /usr/bin/getent passwd %httpduser /dev/null; then
   echo Creating %httpduser user
   /usr/sbin/useradd -c Apache -u 48 \
 -s /sbin/nologin -r -d %{localstatedir} %httpduser 2 /dev/null || :
 fi
+%endif
 %if 0%{?suse_version} = 1210
 %service_add_pre apache2.service
 %endif
-%endif
 
 %preun
 %if 0%{?suse_version} = 1210





++ httpd-2.2.x-CVE-2011-3368-server_protocl_c.diff ++
diff -rNU 20 ../httpd-2.2.21-o/server/protocol.c ./server/protocol.c
--- ../httpd-2.2.21-o/server/protocol.c 2011-05-07 13:39:29.0 +0200
+++ ./server/protocol.c 2011-10-07 17:10:46.0 +0200
@@ -623,40 +623,64 @@
 
 #if 0
 /* XXX If we want to keep track of the Method, the protocol module should do
  * it.  That support isn't in the scoreboard yet.  Hopefully next week
  * sometime.   rbb */
 ap_update_connection_status(AP_CHILD_THREAD_FROM_ID(conn-id), Method,
 r-method);
 #endif
 
 uri = ap_getword_white(r-pool, ll);
 
 /* Provide quick information about the request method as soon as known */
 
 r-method_number = ap_method_number_of(r-method);
 if (r-method_number == M_GET  r-method[0] == 'H') {
 r-header_only = 1;
 }
 
 ap_parse_uri(r, uri);
 
+/* 
+   
https://svn.apache.org/viewvc/httpd/httpd/trunk/server/protocol.c?r1=1178566r2=1179239pathrev=1179239view=patch
+   This is the fix for CVE-2011-3368; via bnc#722545.
+ */
+
+/* RFC 2616:
+ *   Request-URI= * | absoluteURI | abs_path | authority
+ *
+ * authority is a special case for CONNECT.  If the request is not
+ * using CONNECT, and the parsed URI does not have scheme, and
+ * it does not begin with '/', and it is not '*', then, fail
+ * and give a 400 response. */
+if (r-method_number != M_CONNECT 
+ !r-parsed_uri.scheme 
+ uri[0] != '/'
+ !(uri[0] == '*'  uri[1] == '\0')) {
+ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r,
+  invalid request-URI %s, uri);
+r-args = NULL;
+r-hostname = NULL;
+r-status = 

commit apache2 for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package apache2 for openSUSE:12.1 checked in 
at 2011-10-25 15:46:15

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


Package is apache2, Maintainer is dr...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/apache2/apache2.changes 2011-10-24 
12:27:19.0 +0200
+++ /work/SRC/openSUSE:12.1/.apache2.new/apache2.changes2011-10-25 
15:46:59.0 +0200
@@ -1,0 +2,13 @@
+Fri Oct  7 17:11:56 CEST 2011 - dr...@suse.de
+
+- httpd-2.2.x-CVE-2011-3368-server_protocl_c.diff fixes mod_proxy
+  reverse exposure via RewriteRule or ProxyPassMatch directives.
+  This is CVE-2011-3368.
+
+---
+Fri Oct  7 14:36:31 UTC 2011 - fcro...@suse.com
+
+- Ensure service_add_pre macro is correctly called for 
+  openSUSE 12.1 or later.
+
+---

New:

  httpd-2.2.x-CVE-2011-3368-server_protocl_c.diff



Other differences:
--
++ apache2.spec ++
--- /var/tmp/diff_new_pack.iLDScW/_old  2011-10-25 15:47:25.0 +0200
+++ /var/tmp/diff_new_pack.iLDScW/_new  2011-10-25 15:47:25.0 +0200
@@ -136,9 +136,10 @@
 Patch102:   httpd-keepalivetimeout-millisecs.patch
 Patch104:   httpd-mod_deflate_head.patch
 Patch105:   ssl-mode-release-buffers.patch
+Patch106:   httpd-2.2.x-CVE-2011-3368-server_protocl_c.diff
 Url:http://httpd.apache.org/
 Icon:   Apache.xpm
-Summary:The Apache Web Server Version 2.0
+Summary:The Apache Web Server Version 2.2
 AutoReqProv:on
 Provides:   httpd http_daemon %{apache_mmn} suse_help_viewer
 Requires:   %{pname}-MPM /etc/mime.types
@@ -194,7 +195,7 @@
 Apache distribution.
 
 See /usr/share/doc/packages/apache2/, http://httpd.apache.org/, and
-http://httpd.apache.org/docs-2.0/upgrading.html.
+http://httpd.apache.org/docs-2.2/upgrading.html.
 
 %if %worker
 
@@ -288,7 +289,7 @@
 
 %package devel
 License:ASLv..
-Summary:Apache 2.0 Header and Include Files
+Summary:Apache 2.2 Header and Include Files
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version} %{pname}-MPM
 Requires:   libapr1-devel libapr-util1-devel
@@ -358,6 +359,7 @@
 %patch102
 %patch104
 %patch105
+%patch106
 #
 cat $RPM_SOURCE_DIR/SUSE-NOTICE  NOTICE
 #
@@ -1012,19 +1014,18 @@
 # |   |
 #  
 
-# on Fedora, add the apache user
-%if %{?suse_version:0}%{!?suse_version:1}
-
 %pre
+%if %{?suse_version:0}%{!?suse_version:1}
+# on Fedora, add the apache user
 if ! /usr/bin/getent passwd %httpduser /dev/null; then
   echo Creating %httpduser user
   /usr/sbin/useradd -c Apache -u 48 \
 -s /sbin/nologin -r -d %{localstatedir} %httpduser 2 /dev/null || :
 fi
+%endif
 %if 0%{?suse_version} = 1210
 %service_add_pre apache2.service
 %endif
-%endif
 
 %preun
 %if 0%{?suse_version} = 1210





++ httpd-2.2.x-CVE-2011-3368-server_protocl_c.diff ++
diff -rNU 20 ../httpd-2.2.21-o/server/protocol.c ./server/protocol.c
--- ../httpd-2.2.21-o/server/protocol.c 2011-05-07 13:39:29.0 +0200
+++ ./server/protocol.c 2011-10-07 17:10:46.0 +0200
@@ -623,40 +623,64 @@
 
 #if 0
 /* XXX If we want to keep track of the Method, the protocol module should do
  * it.  That support isn't in the scoreboard yet.  Hopefully next week
  * sometime.   rbb */
 ap_update_connection_status(AP_CHILD_THREAD_FROM_ID(conn-id), Method,
 r-method);
 #endif
 
 uri = ap_getword_white(r-pool, ll);
 
 /* Provide quick information about the request method as soon as known */
 
 r-method_number = ap_method_number_of(r-method);
 if (r-method_number == M_GET  r-method[0] == 'H') {
 r-header_only = 1;
 }
 
 ap_parse_uri(r, uri);
 
+/* 
+   
https://svn.apache.org/viewvc/httpd/httpd/trunk/server/protocol.c?r1=1178566r2=1179239pathrev=1179239view=patch
+   This is the fix for CVE-2011-3368; via bnc#722545.
+ */
+
+/* RFC 2616:
+ *   Request-URI= * | absoluteURI | abs_path | authority
+ *
+ * authority is a special case for CONNECT.  If the request is not
+ * using CONNECT, and the parsed URI does not have scheme, and
+ * it does not begin with '/', and it is not '*', then, fail
+ * and give a 400 response. */
+if (r-method_number != M_CONNECT 
+ !r-parsed_uri.scheme 
+ uri[0] != '/'
+ !(uri[0] == '*'  uri[1] == '\0')) {
+ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r,
+  invalid request-URI %s, uri);
+r-args = NULL;
+r-hostname = NULL;
+r-status = 

commit arpwatch-ethercodes for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2011-10-25 15:47:00

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  
2011-10-21 16:27:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2011-10-25 15:47:48.0 +0200
@@ -2 +2 @@
-Fri Oct 21 08:40:06 CEST 2011 - autobu...@suse.de
+Tue Oct 25 07:40:06 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-10-21
+- automated update on 2011-10-25



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.sUU3Mm/_old  2011-10-25 15:47:57.0 +0200
+++ /var/tmp/diff_new_pack.sUU3Mm/_new  2011-10-25 15:47:57.0 +0200
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.10.21
+Version:2011.10.25
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.sUU3Mm/_old  2011-10-25 15:47:57.0 +0200
+++ /var/tmp/diff_new_pack.sUU3Mm/_new  2011-10-25 15:47:57.0 +0200
@@ -24523,8 +24523,8 @@
 
 00-0F-17   (hex)   Insta Elektro GmbH
 000F17 (base 16)   Insta Elektro GmbH
-   Talstrasse 104
-   Luedenscheid NRW D-58515
+   Hohe Steinert 10
+   Luedenscheid NRW D-58809
GERMANY
 
 00-0F-18   (hex)   Industrial Control Systems
@@ -82790,6 +82790,12 @@
Incheon Pupyeong-gu 82
KOREA, REPUBLIC OF
 
+18-20-32   (hex)   Apple, Inc.
+182032 (base 16)   Apple, Inc.
+   1 Infinite Loop
+   Cupertino  CA 95014
+   UNITED STATES
+
 18-28-61   (hex)   AirTies Wireless Networks
 182861 (base 16)   AirTies Wireless Networks
G�lbahar Mah. Avni Dilligil Sok. Celik Is 
Merkezi No:5 Mecidiyekoy
@@ -83196,6 +83202,12 @@
609917
SINGAPORE
 
+1C-BB-A8   (hex)   OJSC Ufimskiy Zavod Promsvyaz
+1CBBA8 (base 16)   OJSC Ufimskiy Zavod Promsvyaz
+   39, 50 let SSSR
+   Ufa Bashkortostan 450071
+   RUSSIAN FEDERATION
+
 1C-BD-0E   (hex)   Amplified Engineering Pty Ltd
 1CBD0E (base 16)   Amplified Engineering Pty Ltd
5 Turner Avenue
@@ -84657,6 +84669,12 @@
M�nster NRW 48163
GERMANY
 
+34-97-FB   (hex)   ADVANCED RF TECHNOLOGIES INC
+3497FB (base 16)   ADVANCED RF TECHNOLOGIES INC
+   3116 W Vanowen St
+   Burbank California 91505
+   UNITED STATES
+
 34-99-D7   (hex)   Universal Flow Monitors, Inc.
 3499D7 (base 16)   Universal Flow Monitors, Inc.
1755 E. Nine Mile Rd.
@@ -84907,6 +84925,12 @@
Taipei Hsien  241
TAIWAN, REPUBLIC OF CHINA
 
+38-83-45   (hex)   TP-LINK TECHNOLOGIES CO., LTD.
+388345 (base 16)   TP-LINK TECHNOLOGIES CO., LTD.
+   Building 24 (floors 1,3,4,5) and 28 (floors1-4) 
 Central Science and Technology Park,Shennan Rd, Nanshan, 
+   Shenzhen, Guangdong Province 518057
+   CHINA
+
 38-91-FB   (hex)   Xenox Holding BV
 3891FB (base 16)   Xenox Holding BV
Lingedijk 80
@@ -85242,6 +85266,12 @@
Dongguan Guangdong 523849
CHINA
 
+3C-D0-F8   (hex)   Apple, Inc.
+3CD0F8 (base 16)   Apple, Inc.
+   1 Infinite Loop
+   Cupertino  CA 95014
+   UNITED STATES
+
 3C-D1-6E   (hex)   Telepower Communication Co., Ltd
 3CD16E (base 16)  

commit arpwatch-ethercodes for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:12.1 checked in at 2011-10-25 15:47:04

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


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

Changes:

--- /work/SRC/openSUSE:12.1/arpwatch-ethercodes/arpwatch-ethercodes.changes 
2011-10-24 12:27:46.0 +0200
+++ 
/work/SRC/openSUSE:12.1/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes
2011-10-25 15:47:57.0 +0200
@@ -2 +2 @@
-Fri Oct 21 08:40:06 CEST 2011 - autobu...@suse.de
+Tue Oct 25 07:40:06 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-10-21
+- automated update on 2011-10-25



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.adBgxT/_old  2011-10-25 15:48:00.0 +0200
+++ /var/tmp/diff_new_pack.adBgxT/_new  2011-10-25 15:48:00.0 +0200
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.10.21
+Version:2011.10.25
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.adBgxT/_old  2011-10-25 15:48:00.0 +0200
+++ /var/tmp/diff_new_pack.adBgxT/_new  2011-10-25 15:48:00.0 +0200
@@ -24523,8 +24523,8 @@
 
 00-0F-17   (hex)   Insta Elektro GmbH
 000F17 (base 16)   Insta Elektro GmbH
-   Talstrasse 104
-   Luedenscheid NRW D-58515
+   Hohe Steinert 10
+   Luedenscheid NRW D-58809
GERMANY
 
 00-0F-18   (hex)   Industrial Control Systems
@@ -82790,6 +82790,12 @@
Incheon Pupyeong-gu 82
KOREA, REPUBLIC OF
 
+18-20-32   (hex)   Apple, Inc.
+182032 (base 16)   Apple, Inc.
+   1 Infinite Loop
+   Cupertino  CA 95014
+   UNITED STATES
+
 18-28-61   (hex)   AirTies Wireless Networks
 182861 (base 16)   AirTies Wireless Networks
G�lbahar Mah. Avni Dilligil Sok. Celik Is 
Merkezi No:5 Mecidiyekoy
@@ -83196,6 +83202,12 @@
609917
SINGAPORE
 
+1C-BB-A8   (hex)   OJSC Ufimskiy Zavod Promsvyaz
+1CBBA8 (base 16)   OJSC Ufimskiy Zavod Promsvyaz
+   39, 50 let SSSR
+   Ufa Bashkortostan 450071
+   RUSSIAN FEDERATION
+
 1C-BD-0E   (hex)   Amplified Engineering Pty Ltd
 1CBD0E (base 16)   Amplified Engineering Pty Ltd
5 Turner Avenue
@@ -84657,6 +84669,12 @@
M�nster NRW 48163
GERMANY
 
+34-97-FB   (hex)   ADVANCED RF TECHNOLOGIES INC
+3497FB (base 16)   ADVANCED RF TECHNOLOGIES INC
+   3116 W Vanowen St
+   Burbank California 91505
+   UNITED STATES
+
 34-99-D7   (hex)   Universal Flow Monitors, Inc.
 3499D7 (base 16)   Universal Flow Monitors, Inc.
1755 E. Nine Mile Rd.
@@ -84907,6 +84925,12 @@
Taipei Hsien  241
TAIWAN, REPUBLIC OF CHINA
 
+38-83-45   (hex)   TP-LINK TECHNOLOGIES CO., LTD.
+388345 (base 16)   TP-LINK TECHNOLOGIES CO., LTD.
+   Building 24 (floors 1,3,4,5) and 28 (floors1-4) 
 Central Science and Technology Park,Shennan Rd, Nanshan, 
+   Shenzhen, Guangdong Province 518057
+   CHINA
+
 38-91-FB   (hex)   Xenox Holding BV
 3891FB (base 16)   Xenox Holding BV
Lingedijk 80
@@ -85242,6 +85266,12 @@
Dongguan Guangdong 523849
CHINA
 
+3C-D0-F8   (hex)   Apple, Inc.
+3CD0F8 (base 16)   Apple, Inc.
+   1 Infinite Loop
+   Cupertino  CA 95014
+   UNITED STATES
+
 3C-D1-6E   (hex)   Telepower Communication Co., Ltd
 3CD16E (base 16)   

commit bundle-lang-common for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package bundle-lang-common for 
openSUSE:Factory checked in at 2011-10-25 15:47:55

Comparing /work/SRC/openSUSE:Factory/bundle-lang-common (Old)
 and  /work/SRC/openSUSE:Factory/.bundle-lang-common.new (New)


Package is bundle-lang-common, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/bundle-lang-common/bundle-lang-common.changes
2011-10-16 12:43:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.bundle-lang-common.new/bundle-lang-common.changes   
2011-10-25 15:48:01.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 25 07:22:34 UTC 2011 - co...@suse.com
+
+- update package list
+
+---
bundle-lang-gnome.changes: same change
bundle-lang-kde.changes: same change
bundle-lang-other.changes: same change



Other differences:
--
++ bundle-lang-gnome-extras.spec ++
--- /var/tmp/diff_new_pack.6fXDEb/_old  2011-10-25 15:48:07.0 +0200
+++ /var/tmp/diff_new_pack.6fXDEb/_new  2011-10-25 15:48:07.0 +0200
@@ -29,6 +29,7 @@
 BuildRequires:  vinagre-lang
 BuildRequires:  vboxgtk-lang
 BuildRequires:  uget-lang
+BuildRequires:  turpial-lang
 BuildRequires:  tsclient-lang
 BuildRequires:  transmageddon-lang
 BuildRequires:  the-board-lang
@@ -159,6 +160,7 @@
 BuildRequires:  frogr-lang
 BuildRequires:  f-spot-lang
 BuildRequires:  evolution-exchange-lang
+BuildRequires:  evolution-ews-lang
 BuildRequires:  epiphany-lang
 BuildRequires:  epiphany-extensions-lang
 BuildRequires:  eog-plugins-lang
@@ -281,6 +283,8 @@
 Provides:   locale(epiphany-extensions:en)
 Provides:   epiphany-lang = %(rpm -q --queryformat '%{VERSION}' 
epiphany-lang)
 Provides:   locale(epiphany:en)
+Provides:   evolution-ews-lang = %(rpm -q --queryformat '%{VERSION}' 
evolution-ews-lang)
+Provides:   locale(evolution-ews:en)
 Provides:   evolution-exchange-lang = %(rpm -q --queryformat '%{VERSION}' 
evolution-exchange-lang)
 Provides:   locale(evolution-exchange:en)
 Provides:   f-spot-lang = %(rpm -q --queryformat '%{VERSION}' f-spot-lang)
@@ -541,6 +545,8 @@
 Provides:   locale(transmageddon:en)
 Provides:   tsclient-lang = %(rpm -q --queryformat '%{VERSION}' 
tsclient-lang)
 Provides:   locale(tsclient:en)
+Provides:   turpial-lang = %(rpm -q --queryformat '%{VERSION}' 
turpial-lang)
+Provides:   locale(turpial:en)
 Provides:   uget-lang = %(rpm -q --queryformat '%{VERSION}' uget-lang)
 Provides:   locale(uget:en)
 Provides:   vboxgtk-lang = %(rpm -q --queryformat '%{VERSION}' 
vboxgtk-lang)
@@ -629,6 +635,8 @@
 Provides:   locale(epiphany-extensions:de)
 Provides:   epiphany-lang = %(rpm -q --queryformat '%{VERSION}' 
epiphany-lang)
 Provides:   locale(epiphany:de)
+Provides:   evolution-ews-lang = %(rpm -q --queryformat '%{VERSION}' 
evolution-ews-lang)
+Provides:   locale(evolution-ews:de)
 Provides:   evolution-exchange-lang = %(rpm -q --queryformat '%{VERSION}' 
evolution-exchange-lang)
 Provides:   locale(evolution-exchange:de)
 Provides:   f-spot-lang = %(rpm -q --queryformat '%{VERSION}' f-spot-lang)
@@ -889,6 +897,8 @@
 Provides:   locale(transmageddon:de)
 Provides:   tsclient-lang = %(rpm -q --queryformat '%{VERSION}' 
tsclient-lang)
 Provides:   locale(tsclient:de)
+Provides:   turpial-lang = %(rpm -q --queryformat '%{VERSION}' 
turpial-lang)
+Provides:   locale(turpial:de)
 Provides:   uget-lang = %(rpm -q --queryformat '%{VERSION}' uget-lang)
 Provides:   locale(uget:de)
 Provides:   vboxgtk-lang = %(rpm -q --queryformat '%{VERSION}' 
vboxgtk-lang)
@@ -977,6 +987,8 @@
 Provides:   locale(epiphany-extensions:es)
 Provides:   epiphany-lang = %(rpm -q --queryformat '%{VERSION}' 
epiphany-lang)
 Provides:   locale(epiphany:es)
+Provides:   evolution-ews-lang = %(rpm -q --queryformat '%{VERSION}' 
evolution-ews-lang)
+Provides:   locale(evolution-ews:es)
 Provides:   evolution-exchange-lang = %(rpm -q --queryformat '%{VERSION}' 
evolution-exchange-lang)
 Provides:   locale(evolution-exchange:es)
 Provides:   f-spot-lang = %(rpm -q --queryformat '%{VERSION}' f-spot-lang)
@@ -1237,6 +1249,8 @@
 Provides:   locale(transmageddon:es)
 Provides:   tsclient-lang = %(rpm -q --queryformat '%{VERSION}' 
tsclient-lang)
 Provides:   locale(tsclient:es)
+Provides:   turpial-lang = %(rpm -q --queryformat '%{VERSION}' 
turpial-lang)
+Provides:   locale(turpial:es)
 Provides:   uget-lang = %(rpm -q --queryformat '%{VERSION}' uget-lang)
 Provides:   locale(uget:es)
 Provides:   vboxgtk-lang = %(rpm -q --queryformat '%{VERSION}' 
vboxgtk-lang)
@@ -1325,6 +1339,8 @@
 

commit bundle-lang-common for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package bundle-lang-common for openSUSE:12.1 
checked in at 2011-10-25 15:48:01

Comparing /work/SRC/openSUSE:12.1/bundle-lang-common (Old)
 and  /work/SRC/openSUSE:12.1/.bundle-lang-common.new (New)


Package is bundle-lang-common, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/bundle-lang-common/bundle-lang-common.changes   
2011-10-24 12:30:56.0 +0200
+++ /work/SRC/openSUSE:12.1/.bundle-lang-common.new/bundle-lang-common.changes  
2011-10-25 15:48:07.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 25 07:22:34 UTC 2011 - co...@suse.com
+
+- update package list
+
+---
bundle-lang-gnome.changes: same change
bundle-lang-kde.changes: same change
bundle-lang-other.changes: same change



Other differences:
--
++ bundle-lang-gnome-extras.spec ++
--- /var/tmp/diff_new_pack.Q90PSW/_old  2011-10-25 15:48:13.0 +0200
+++ /var/tmp/diff_new_pack.Q90PSW/_new  2011-10-25 15:48:13.0 +0200
@@ -29,6 +29,7 @@
 BuildRequires:  vinagre-lang
 BuildRequires:  vboxgtk-lang
 BuildRequires:  uget-lang
+BuildRequires:  turpial-lang
 BuildRequires:  tsclient-lang
 BuildRequires:  transmageddon-lang
 BuildRequires:  the-board-lang
@@ -159,6 +160,7 @@
 BuildRequires:  frogr-lang
 BuildRequires:  f-spot-lang
 BuildRequires:  evolution-exchange-lang
+BuildRequires:  evolution-ews-lang
 BuildRequires:  epiphany-lang
 BuildRequires:  epiphany-extensions-lang
 BuildRequires:  eog-plugins-lang
@@ -281,6 +283,8 @@
 Provides:   locale(epiphany-extensions:en)
 Provides:   epiphany-lang = %(rpm -q --queryformat '%{VERSION}' 
epiphany-lang)
 Provides:   locale(epiphany:en)
+Provides:   evolution-ews-lang = %(rpm -q --queryformat '%{VERSION}' 
evolution-ews-lang)
+Provides:   locale(evolution-ews:en)
 Provides:   evolution-exchange-lang = %(rpm -q --queryformat '%{VERSION}' 
evolution-exchange-lang)
 Provides:   locale(evolution-exchange:en)
 Provides:   f-spot-lang = %(rpm -q --queryformat '%{VERSION}' f-spot-lang)
@@ -541,6 +545,8 @@
 Provides:   locale(transmageddon:en)
 Provides:   tsclient-lang = %(rpm -q --queryformat '%{VERSION}' 
tsclient-lang)
 Provides:   locale(tsclient:en)
+Provides:   turpial-lang = %(rpm -q --queryformat '%{VERSION}' 
turpial-lang)
+Provides:   locale(turpial:en)
 Provides:   uget-lang = %(rpm -q --queryformat '%{VERSION}' uget-lang)
 Provides:   locale(uget:en)
 Provides:   vboxgtk-lang = %(rpm -q --queryformat '%{VERSION}' 
vboxgtk-lang)
@@ -629,6 +635,8 @@
 Provides:   locale(epiphany-extensions:de)
 Provides:   epiphany-lang = %(rpm -q --queryformat '%{VERSION}' 
epiphany-lang)
 Provides:   locale(epiphany:de)
+Provides:   evolution-ews-lang = %(rpm -q --queryformat '%{VERSION}' 
evolution-ews-lang)
+Provides:   locale(evolution-ews:de)
 Provides:   evolution-exchange-lang = %(rpm -q --queryformat '%{VERSION}' 
evolution-exchange-lang)
 Provides:   locale(evolution-exchange:de)
 Provides:   f-spot-lang = %(rpm -q --queryformat '%{VERSION}' f-spot-lang)
@@ -889,6 +897,8 @@
 Provides:   locale(transmageddon:de)
 Provides:   tsclient-lang = %(rpm -q --queryformat '%{VERSION}' 
tsclient-lang)
 Provides:   locale(tsclient:de)
+Provides:   turpial-lang = %(rpm -q --queryformat '%{VERSION}' 
turpial-lang)
+Provides:   locale(turpial:de)
 Provides:   uget-lang = %(rpm -q --queryformat '%{VERSION}' uget-lang)
 Provides:   locale(uget:de)
 Provides:   vboxgtk-lang = %(rpm -q --queryformat '%{VERSION}' 
vboxgtk-lang)
@@ -977,6 +987,8 @@
 Provides:   locale(epiphany-extensions:es)
 Provides:   epiphany-lang = %(rpm -q --queryformat '%{VERSION}' 
epiphany-lang)
 Provides:   locale(epiphany:es)
+Provides:   evolution-ews-lang = %(rpm -q --queryformat '%{VERSION}' 
evolution-ews-lang)
+Provides:   locale(evolution-ews:es)
 Provides:   evolution-exchange-lang = %(rpm -q --queryformat '%{VERSION}' 
evolution-exchange-lang)
 Provides:   locale(evolution-exchange:es)
 Provides:   f-spot-lang = %(rpm -q --queryformat '%{VERSION}' f-spot-lang)
@@ -1237,6 +1249,8 @@
 Provides:   locale(transmageddon:es)
 Provides:   tsclient-lang = %(rpm -q --queryformat '%{VERSION}' 
tsclient-lang)
 Provides:   locale(tsclient:es)
+Provides:   turpial-lang = %(rpm -q --queryformat '%{VERSION}' 
turpial-lang)
+Provides:   locale(turpial:es)
 Provides:   uget-lang = %(rpm -q --queryformat '%{VERSION}' uget-lang)
 Provides:   locale(uget:es)
 Provides:   vboxgtk-lang = %(rpm -q --queryformat '%{VERSION}' 
vboxgtk-lang)
@@ -1325,6 +1339,8 @@
 Provides:   

commit ca-certificates for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package ca-certificates for openSUSE:Factory 
checked in at 2011-10-25 15:48:09

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


Package is ca-certificates, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ca-certificates/ca-certificates.changes  
2011-09-23 01:53:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.ca-certificates.new/ca-certificates.changes 
2011-10-25 15:48:14.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 24 11:57:53 UTC 2011 - co...@suse.com
+
+- require coreutils for %post script
+
+---



Other differences:
--
++ ca-certificates.spec ++
--- /var/tmp/diff_new_pack.mMCIcU/_old  2011-10-25 15:48:16.0 +0200
+++ /var/tmp/diff_new_pack.mMCIcU/_new  2011-10-25 15:48:16.0 +0200
@@ -45,6 +45,8 @@
 Url:http://gitorious.org/opensuse/ca-certificates
 #
 Requires:   openssl
+# needed for %post
+Requires:   coreutils
 Recommends: ca-certificates-mozilla
 # we need to obsolete openssl-certs to make sure it's files are
 # gone when a package providing actual certificates gets

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



commit ca-certificates for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package ca-certificates for openSUSE:12.1 
checked in at 2011-10-25 15:48:13

Comparing /work/SRC/openSUSE:12.1/ca-certificates (Old)
 and  /work/SRC/openSUSE:12.1/.ca-certificates.new (New)


Package is ca-certificates, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/ca-certificates/ca-certificates.changes 
2011-10-24 12:31:01.0 +0200
+++ /work/SRC/openSUSE:12.1/.ca-certificates.new/ca-certificates.changes
2011-10-25 15:48:16.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 24 11:57:53 UTC 2011 - co...@suse.com
+
+- require coreutils for %post script
+
+---



Other differences:
--
++ ca-certificates.spec ++
--- /var/tmp/diff_new_pack.ry6Mh5/_old  2011-10-25 15:48:23.0 +0200
+++ /var/tmp/diff_new_pack.ry6Mh5/_new  2011-10-25 15:48:23.0 +0200
@@ -45,6 +45,8 @@
 Url:http://gitorious.org/opensuse/ca-certificates
 #
 Requires:   openssl
+# needed for %post
+Requires:   coreutils
 Recommends: ca-certificates-mozilla
 # we need to obsolete openssl-certs to make sure it's files are
 # gone when a package providing actual certificates gets

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



commit calibre for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2011-10-25 15:48:42

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


Package is calibre, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2011-10-04 
16:54:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes 2011-10-25 
15:48:46.0 +0200
@@ -1,0 +2,64 @@
+Mon Oct 24 19:07:54 UTC 2011 - sascha.ma...@open-slx.de
+
+- updated to 0.8.23
+- New Features:
+  - Drivers for T-Mobile Move, new Pandigital Novel, New Onyx Boox and 
Freescale MX 515
+  - SONY T1 driver: Support for periodicals and better timezone detection
+  - Add a remove cover entry to the right click menu of the cover display in 
the right panel
+- Bug Fixes:
+  - Amazon metadata download: Fix for change in Amazon website that broke 
downloading metadata.
+  - MOBI metadata: When reading titles from MOBI files only use the title in 
the PDB header if there is no long title in the EXTH header
+  - Fix regression that broke use of complex custom columns in save to disk 
templates.
+  - Fix regression that broke reading metadata from CHM files
+  - Fix a bug that broke conversion of some zipped up HTML files with non 
ascii filenames on certain windows installs.
+  - RTF Input: Fix bug in handling of paragraph separators.
+  - Fix a regression that broke downloading certain periodicals for the Kindle.
+  - Fix regression that broke updating of covers inside ebook files when 
saving to disk
+  - Fix regression breaking editing the 'show in tag browser' checkbox in 
custom column setup editing
+  - Fix typo that broke stopping selected jobs in 0.8.22
+
+---
+Mon Oct 24 19:04:48 UTC 2011 - sascha.ma...@open-slx.de
+
+- removed calibre-poppler.diff because it is already included in the Source 
+
+---
+Tue Oct  4 15:07:51 UTC 2011 - sascha.ma...@open-slx.de
+
+- updated to 0.8.21
+- New Features
+  - A Tips and Tricks blog at http://blog.calibre-ebook.com to introduce 
+less well known calibre features in a simple way
+  - News download: Add list of articles in the downloaded issue to the 
+comments metadata of the generated ebook. Makes it possible to 
+search for a particular article in the calibre library.
+  - Toolbar buttons: You can now also right click the buttons to bring 
+the popup of extra actions, in addition to clicking the small arrow 
+next to the button.
+  - Amazon metadata download plugin: Add option to download metadata 
+from amazon.es
+  - Driver for Vizio and iRobot A9 Android tablets
+  - When switching to/starting with a library with a corrupted database, 
+offer the user the option of rebuilding the database instead of erroring 
out.
+  - Template language: Add list_equals function
+  - Add a special output profile for the PocketBook 900 as it does not 
+resize images correctly by itself 
+
+- Bug fixes
+  - A Tips and Tricks blog at http://blog.calibre-ebook.com to introduce 
+less well known calibre features in a simple way
+  - News download: Add list of articles in the downloaded issue to the 
+comments metadata of the generated ebook. Makes it possible to search for 
+a particular article in the calibre library.
+  - Toolbar buttons: You can now also right click the buttons to bring the 
popup
+of extra actions, in addition to clicking the small arrow next to the 
button.
+  - Amazon metadata download plugin: Add option to download metadata from 
+amazon.es
+  - Driver for Vizio and iRobot A9 Android tablets
+  - When switching to/starting with a library with a corrupted database, offer 
+the user the option of rebuilding the database instead of erroring out.
+  - Template language: Add list_equals function
+  - Add a special output profile for the PocketBook 900 as it does not resize 
+images correctly by itself
+
+---

Old:

  calibre-0.8.20-nofonts.tar.bz2
  calibre-poppler.diff

New:

  calibre-0.8.23-nofonts.tar.bz2



Other differences:
--
++ calibre.spec ++
--- /var/tmp/diff_new_pack.ELphGq/_old  2011-10-25 15:49:32.0 +0200
+++ /var/tmp/diff_new_pack.ELphGq/_new  2011-10-25 15:49:32.0 +0200
@@ -19,7 +19,7 @@
 Summary:EBook Management Application
 
 Name:   calibre
-Version:0.8.20
+Version:0.8.23
 Release:1
 Url:http://calibre-ebook.com
 Group:  Productivity/Other
@@ -42,8 +42,6 @@
 Patch1: 

commit calibre for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package calibre for openSUSE:12.1 checked in 
at 2011-10-25 15:48:46

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


Package is calibre, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/calibre/calibre.changes 2011-10-24 
12:31:07.0 +0200
+++ /work/SRC/openSUSE:12.1/.calibre.new/calibre.changes2011-10-25 
15:49:33.0 +0200
@@ -1,0 +2,64 @@
+Mon Oct 24 19:07:54 UTC 2011 - sascha.ma...@open-slx.de
+
+- updated to 0.8.23
+- New Features:
+  - Drivers for T-Mobile Move, new Pandigital Novel, New Onyx Boox and 
Freescale MX 515
+  - SONY T1 driver: Support for periodicals and better timezone detection
+  - Add a remove cover entry to the right click menu of the cover display in 
the right panel
+- Bug Fixes:
+  - Amazon metadata download: Fix for change in Amazon website that broke 
downloading metadata.
+  - MOBI metadata: When reading titles from MOBI files only use the title in 
the PDB header if there is no long title in the EXTH header
+  - Fix regression that broke use of complex custom columns in save to disk 
templates.
+  - Fix regression that broke reading metadata from CHM files
+  - Fix a bug that broke conversion of some zipped up HTML files with non 
ascii filenames on certain windows installs.
+  - RTF Input: Fix bug in handling of paragraph separators.
+  - Fix a regression that broke downloading certain periodicals for the Kindle.
+  - Fix regression that broke updating of covers inside ebook files when 
saving to disk
+  - Fix regression breaking editing the 'show in tag browser' checkbox in 
custom column setup editing
+  - Fix typo that broke stopping selected jobs in 0.8.22
+
+---
+Mon Oct 24 19:04:48 UTC 2011 - sascha.ma...@open-slx.de
+
+- removed calibre-poppler.diff because it is already included in the Source 
+
+---
+Tue Oct  4 15:07:51 UTC 2011 - sascha.ma...@open-slx.de
+
+- updated to 0.8.21
+- New Features
+  - A Tips and Tricks blog at http://blog.calibre-ebook.com to introduce 
+less well known calibre features in a simple way
+  - News download: Add list of articles in the downloaded issue to the 
+comments metadata of the generated ebook. Makes it possible to 
+search for a particular article in the calibre library.
+  - Toolbar buttons: You can now also right click the buttons to bring 
+the popup of extra actions, in addition to clicking the small arrow 
+next to the button.
+  - Amazon metadata download plugin: Add option to download metadata 
+from amazon.es
+  - Driver for Vizio and iRobot A9 Android tablets
+  - When switching to/starting with a library with a corrupted database, 
+offer the user the option of rebuilding the database instead of erroring 
out.
+  - Template language: Add list_equals function
+  - Add a special output profile for the PocketBook 900 as it does not 
+resize images correctly by itself 
+
+- Bug fixes
+  - A Tips and Tricks blog at http://blog.calibre-ebook.com to introduce 
+less well known calibre features in a simple way
+  - News download: Add list of articles in the downloaded issue to the 
+comments metadata of the generated ebook. Makes it possible to search for 
+a particular article in the calibre library.
+  - Toolbar buttons: You can now also right click the buttons to bring the 
popup
+of extra actions, in addition to clicking the small arrow next to the 
button.
+  - Amazon metadata download plugin: Add option to download metadata from 
+amazon.es
+  - Driver for Vizio and iRobot A9 Android tablets
+  - When switching to/starting with a library with a corrupted database, offer 
+the user the option of rebuilding the database instead of erroring out.
+  - Template language: Add list_equals function
+  - Add a special output profile for the PocketBook 900 as it does not resize 
+images correctly by itself
+
+---

Old:

  calibre-0.8.20-nofonts.tar.bz2
  calibre-poppler.diff

New:

  calibre-0.8.23-nofonts.tar.bz2



Other differences:
--
++ calibre.spec ++
--- /var/tmp/diff_new_pack.OQJSZv/_old  2011-10-25 15:49:47.0 +0200
+++ /var/tmp/diff_new_pack.OQJSZv/_new  2011-10-25 15:49:47.0 +0200
@@ -19,7 +19,7 @@
 Summary:EBook Management Application
 
 Name:   calibre
-Version:0.8.20
+Version:0.8.23
 Release:1
 Url:http://calibre-ebook.com
 Group:  Productivity/Other
@@ -42,8 +42,6 @@
 Patch1: 

commit dee for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package dee for openSUSE:Factory checked in 
at 2011-10-25 15:49:42

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


Package is dee, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/dee/dee.changes  2011-10-04 18:08:50.0 
+0200
+++ /work/SRC/openSUSE:Factory/.dee.new/dee.changes 2011-10-25 
15:49:48.0 +0200
@@ -1,0 +2,11 @@
+Mon Oct 17 20:47:43 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.5.22:
+  + Various bug fixes, including:
+- lp#845416: Dee.Model.set_schema() broken in pygi
+- lp#857432: More strict error checkin in DeeSequenceModel to
+  help consumers.
+  + Code changes to help broken users of the library find issues.
+- Rename subpackage to libdee-1_0-1, following the soname bump.
+
+---

Old:

  dee-0.5.20.tar.gz

New:

  dee-0.5.22.tar.gz



Other differences:
--
++ dee.spec ++
--- /var/tmp/diff_new_pack.UeXghW/_old  2011-10-25 15:50:04.0 +0200
+++ /var/tmp/diff_new_pack.UeXghW/_new  2011-10-25 15:50:04.0 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define soname 1_0-0
+%define soname 1_0-1
 
 Name:   dee
-Version:0.5.20
+Version:0.5.22
 Release:1
 License:LGPL-3.0
 Summary:Library that uses DBus to provide objects

++ dee-0.5.20.tar.gz - dee-0.5.22.tar.gz ++
 10097 lines of diff (skipped)

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



commit dee for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package dee for openSUSE:12.1 checked in at 
2011-10-25 15:49:46

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


Package is dee, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/dee/dee.changes 2011-10-24 12:34:33.0 
+0200
+++ /work/SRC/openSUSE:12.1/.dee.new/dee.changes2011-10-25 
15:50:04.0 +0200
@@ -1,0 +2,11 @@
+Mon Oct 17 20:47:43 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.5.22:
+  + Various bug fixes, including:
+- lp#845416: Dee.Model.set_schema() broken in pygi
+- lp#857432: More strict error checkin in DeeSequenceModel to
+  help consumers.
+  + Code changes to help broken users of the library find issues.
+- Rename subpackage to libdee-1_0-1, following the soname bump.
+
+---

Old:

  dee-0.5.20.tar.gz

New:

  dee-0.5.22.tar.gz



Other differences:
--
++ dee.spec ++
--- /var/tmp/diff_new_pack.OEFi1L/_old  2011-10-25 15:50:09.0 +0200
+++ /var/tmp/diff_new_pack.OEFi1L/_new  2011-10-25 15:50:09.0 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define soname 1_0-0
+%define soname 1_0-1
 
 Name:   dee
-Version:0.5.20
+Version:0.5.22
 Release:1
 License:LGPL-3.0
 Summary:Library that uses DBus to provide objects

++ dee-0.5.20.tar.gz - dee-0.5.22.tar.gz ++
 10097 lines of diff (skipped)

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



commit java-1_6_0-openjdk for openSUSE:11.3

2011-10-25 Thread h_root

Hello community,

here is the log from the commit of package java-1_6_0-openjdk for openSUSE:11.3
checked in at Tue Oct 25 15:50:38 CEST 2011.




--- old-versions/11.3/UPDATES/all/java-1_6_0-openjdk/java-1_6_0-openjdk.changes 
2011-06-09 14:30:46.0 +0200
+++ 11.3/java-1_6_0-openjdk/java-1_6_0-openjdk.changes  2011-10-24 
09:52:56.0 +0200
@@ -1,0 +2,43 @@
+Mon Oct 24 07:51:48 UTC 2011 - mvysko...@suse.cz
+
+- update to 1.10.4 (bnc#725167)
+- Security fixes
+  * S7000600, CVE-2011-3547: InputStream skip() information leak
+  * S7019773, CVE-2011-3548: mutable static AWTKeyStroke.ctor
+  * S7023640, CVE-2011-3551: Java2D TransformHelper integer overflow
+  * S7032417, CVE-2011-3552: excessive default UDP socket limit under 
SecurityManager
+  * S7046794, CVE-2011-3553: JAX-WS stack-traces information leak
+  * S7046823, CVE-2011-3544: missing SecurityManager checks in scripting engine
+  * S7055902, CVE-2011-3521: IIOP deserialization code execution
+  * S7057857, CVE-2011-3554: insufficient pack200 JAR files uncompress error 
checks
+  * S7064341, CVE-2011-3389: HTTPS: block-wise chosen-plaintext attack against 
SSL/TLS (BEAST)
+  * S7070134, CVE-2011-3558: HotSpot crashes with sigsegv from PorterStemmer
+  * S7077466, CVE-2011-3556: RMI DGC server remote code execution
+  * S7083012, CVE-2011-3557: RMI registry privileged code execution
+  * S7096936, CVE-2011-3560: missing checkSetFactory calls in 
HttpsURLConnection
+- Bug fixes
+  - RH727195: Japanese font mappings are broken
+- Backports
+  - S6826104, RH730015: Getting a NullPointer exception when clicked on 
Application  Toolkit Modal dialog
+
+---
+Thu Aug  4 08:46:55 UTC 2011 - mvysko...@suse.cz
+
+- update to 1.10.3
+- Bug fixes
+  * PR748: Icedtea6 fails to build with Linux 3.0.
+  * PR744: icedtea6-1.10.2 : patching error
+- Backports:
+  * S7037283, RH712211: Null Pointer Exception in SwingUtilities2.
+  * S6769607, PR677: Modal frame hangs for a while.
+  * S6578583: Modality is broken in windows vista home premium from jdk1.7 b02 
onwards.
+  * S6610244: modal dialog closes with fatal error if -Xcheck:jni is set
+- don't touch java and javac alternatives anymore
+
+---
+Tue Jun 14 09:23:00 UTC 2011 - mvysko...@suse.cz
+
+- fix build on 11.1/i586 distros
+  * add icedtea6-replace-gcc-stack-marking.patch
+
+---

calling whatdependson for 11.3-i586


Old:

  icedtea6-1.10.2.tar.gz

New:

  icedtea6-1.10.4.tar.gz
  icedtea6-replace-gcc-stack-marking.patch



Other differences:
--
++ java-1_6_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.Idm5bD/_old  2011-10-25 15:41:09.0 +0200
+++ /var/tmp/diff_new_pack.Idm5bD/_new  2011-10-25 15:41:09.0 +0200
@@ -36,7 +36,7 @@
 # If runtests is 0 test suites will not be run.
 %define runtests 0
 
-%define icedteaver 1.10.2
+%define icedteaver 1.10.4
 %define icedteasnapshot %{nil}
 %define openjdkver b22
 %define openjdkdate 28_feb_2011
@@ -103,8 +103,6 @@
 %define sdkname java-%{javaver}-%{origin}
 %define archname%{sdkname}
 # Standard JPackage directories and symbolic links.
-# Make 64-bit JDKs just another alternative on 64-bit architectures.
-# FIXME: add a archsuffix, or use of an baseline.conf
 %define jrelnk  jre-%{javaver}-%{origin}
 %define sdklnk  %{sdkname}
 %define sdkdir  %{sdklnk}-%{javaver}
@@ -134,7 +132,7 @@
 
 Name:   java-1_6_0-openjdk
 Version:1.6.0.0_%{openjdkver}.%{icedteaver}
-Release:4.RELEASE2
+Release:0.RELEASE2
 Summary:Java runtime environment based on OpenJDK 6 and IcedTea 6
 Group:  Development/Languages/Java
 License:GPLv2 ; - with the OpenJDK Assembly Exception and the GNU 
Classpath Exception
@@ -202,6 +200,9 @@
 # PATCH-FIX-OPENSUSE: forward support for bouncycastle provider - requested by 
rgarrigue,
 # will be sent to fedora as well
 Patch135:   icedtea6-1.10.2-bouncycastle-provider-support.patch
+# PATCH-FIX-UPSTREAM: http://icedtea.classpath.org/hg/icedtea6/rev/012505ce3d0d
+# fixes build on 11.1/i586 and sle11/i586, which fails because code behind 
GNU_stack.note in linux_x64_32.so
+Patch136:   icedtea6-replace-gcc-stack-marking.patch
 # PATCH-FIX-UPSTREAM bnc#524505
 Patch1000:  java-1_6_0-openjdk-suse-desktop-files.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -277,6 +278,7 @@
 BuildRequires:  update-desktop-files
 %endif
 
+# runtime ceritifacates generation available in 11.3+ - bnc#596177
 %if %{suse_version} = 1130
 BuildRequires:  java-ca-certificates
 Requires(post): java-ca-certificates
@@ -457,6 +459,7 @@
 %setup -q -n icedtea6-%{icedteaver} -T -D -a 5
 %setup -q -n icedtea6-%{icedteaver} -T -D -a 2
 %patch0 -b 

commit exo for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package exo for openSUSE:Factory checked in 
at 2011-10-25 15:50:54

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


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

Changes:

--- /work/SRC/openSUSE:Factory/exo/exo.changes  2011-10-16 12:44:01.0 
+0200
+++ /work/SRC/openSUSE:Factory/.exo.new/exo.changes 2011-10-25 
15:50:55.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct 20 20:03:07 UTC 2011 - g...@opensuse.org
+
+- install HTML documentation under
+  /usr/share/xfce4/exo-preferred-applications/html
+
+---



Other differences:
--
++ exo.spec ++
--- /var/tmp/diff_new_pack.5ZdWlN/_old  2011-10-25 15:51:04.0 +0200
+++ /var/tmp/diff_new_pack.5ZdWlN/_new  2011-10-25 15:51:04.0 +0200
@@ -112,6 +112,7 @@
 
 %build
 %configure \
+  --docdir=%{_datadir}/xfce4/exo-preferred-applications \
   --enable-gtk-doc \
   --enable-python \
   --disable-static
@@ -119,14 +120,14 @@
 
 %install
 %make_install
-%__rm -f %{buildroot}%{_libdir}/*.la
+rm -f %{buildroot}%{_libdir}/*.la
 
 # recompile in order strip buildroot from libs
 %py_compile %{buildroot}%{python_sitearch}/exo-0.6/exo/
 %py_compile -O %{buildroot}%{python_sitelib}/
 
 %if %suse_version = 1130
-%__rm -f %buildroot/%_libdir/gio/modules/*.la
+rm -f %buildroot/%_libdir/gio/modules/*.la
 %endif
 
 %fdupes %{buildroot}%{_datadir}
@@ -197,8 +198,9 @@
 
 %files doc
 %defattr(-,root,root)
-%dir %{_datadir}/doc/exo
-%{_datadir}/doc/exo/html/
+%dir %{_datadir}/xfce4
+%dir %{_datadir}/xfce4/exo-preferred-applications
+%doc %{_datadir}/xfce4/exo-preferred-applications/html/
 
 %files branding-upstream
 %defattr(-,root,root)

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



commit exo for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package exo for openSUSE:12.1 checked in at 
2011-10-25 15:50:59

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


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

Changes:

--- /work/SRC/openSUSE:12.1/exo/exo.changes 2011-10-24 12:38:13.0 
+0200
+++ /work/SRC/openSUSE:12.1/.exo.new/exo.changes2011-10-25 
15:51:04.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct 20 20:03:07 UTC 2011 - g...@opensuse.org
+
+- install HTML documentation under
+  /usr/share/xfce4/exo-preferred-applications/html
+
+---



Other differences:
--
++ exo.spec ++
--- /var/tmp/diff_new_pack.kPaKw5/_old  2011-10-25 15:51:10.0 +0200
+++ /var/tmp/diff_new_pack.kPaKw5/_new  2011-10-25 15:51:10.0 +0200
@@ -112,6 +112,7 @@
 
 %build
 %configure \
+  --docdir=%{_datadir}/xfce4/exo-preferred-applications \
   --enable-gtk-doc \
   --enable-python \
   --disable-static
@@ -119,14 +120,14 @@
 
 %install
 %make_install
-%__rm -f %{buildroot}%{_libdir}/*.la
+rm -f %{buildroot}%{_libdir}/*.la
 
 # recompile in order strip buildroot from libs
 %py_compile %{buildroot}%{python_sitearch}/exo-0.6/exo/
 %py_compile -O %{buildroot}%{python_sitelib}/
 
 %if %suse_version = 1130
-%__rm -f %buildroot/%_libdir/gio/modules/*.la
+rm -f %buildroot/%_libdir/gio/modules/*.la
 %endif
 
 %fdupes %{buildroot}%{_datadir}
@@ -197,8 +198,9 @@
 
 %files doc
 %defattr(-,root,root)
-%dir %{_datadir}/doc/exo
-%{_datadir}/doc/exo/html/
+%dir %{_datadir}/xfce4
+%dir %{_datadir}/xfce4/exo-preferred-applications
+%doc %{_datadir}/xfce4/exo-preferred-applications/html/
 
 %files branding-upstream
 %defattr(-,root,root)

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



commit NetworkManager-gnome for openSUSE:11.3

2011-10-25 Thread h_root

Hello community,

here is the log from the commit of package NetworkManager-gnome for 
openSUSE:11.3
checked in at Tue Oct 25 15:52:02 CEST 2011.




--- old-versions/11.3/all/NetworkManager-gnome/NetworkManager-gnome.changes 
2010-04-26 05:29:19.0 +0200
+++ 11.3/NetworkManager-gnome/NetworkManager-gnome.changes  2011-10-25 
05:58:41.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 25 03:56:52 UTC 2011 - g...@suse.com
+
+- Add nma-wpa-eap-probe-ca-cert.patch to probe the RADIUS server
+  certificate (bnc#574266)
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.3/all/NetworkManager-gnome
Destination is old-versions/11.3/UPDATES/all/NetworkManager-gnome
calling whatdependson for 11.3-i586


New:

  nma-wpa-eap-probe-ca-cert.patch



Other differences:
--
++ NetworkManager-gnome.spec ++
--- /var/tmp/diff_new_pack.EvviVT/_old  2011-10-25 15:50:46.0 +0200
+++ /var/tmp/diff_new_pack.EvviVT/_new  2011-10-25 15:50:46.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package NetworkManager-gnome (Version 0.8)
+# spec file for package NetworkManager-gnome
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Name:   NetworkManager-gnome
 Url:http://www.gnome.org/projects/NetworkManager/
 Version:0.8
-Release:3
+Release:6.RELEASE2
 License:GPLv2+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  NetworkManager-devel
@@ -45,6 +45,8 @@
 Source1:nm-icons.tar.gz
 # PATCH-FIX-OPENSUSE NetworkManager-gnome-OnlyShowIn.patch -- Add OnlyShowIn 
key to autostart file
 Patch1: NetworkManager-gnome-OnlyShowIn.patch
+# PATCH-FIX-UPSTREAM nma-wpa-eap-probe-ca-cert.patch bnc#574266 -- Probe the 
RADIUS server certificate
+Patch2: nma-wpa-eap-probe-ca-cert.patch
 Provides:   NetworkManager-client
 Requires:   NetworkManager = 0.7.998 timezone
 %gconf_schemas_prereq
@@ -56,6 +58,7 @@
 %prep
 %setup -n network-manager-applet-%{version} -a 1
 %patch1 -p1
+%patch2 -p1
 
 %build
 # -fno-strict-aliasing added 2009-04-28. Need for build with gcc 4.4 at that 
time.

++ nma-wpa-eap-probe-ca-cert.patch ++
 1005 lines (skipped)

continue with q...



Remember to have fun...

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



commit fetchmsttfonts for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package fetchmsttfonts for openSUSE:Factory 
checked in at 2011-10-25 15:52:57

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


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

Changes:

--- /work/SRC/openSUSE:Factory/fetchmsttfonts/fetchmsttfonts.changes
2011-10-20 14:05:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.fetchmsttfonts.new/fetchmsttfonts.changes   
2011-10-25 15:52:59.0 +0200
@@ -1,0 +2,7 @@
+Wed Oct 19 10:57:37 CEST 2011 - jdelv...@suse.de
+
+- Drop references to legacy package agfa-fonts.
+- Properly reference all files and directories so that they are
+  deleted on package removal.
+
+---



Other differences:
--
++ fetchmsttfonts.spec ++
--- /var/tmp/diff_new_pack.y29Bhf/_old  2011-10-25 15:53:07.0 +0200
+++ /var/tmp/diff_new_pack.y29Bhf/_new  2011-10-25 15:53:07.0 +0200
@@ -57,8 +57,10 @@
 #
 mkdir -p %buildroot/var/adm/update-messages
 touch %buildroot/var/adm/update-messages/%name-%version-%release-1
-mkdir -p %buildroot/usr/share/fonts/truetype/
-for f in webdings.ttf verdanaz.ttf verdana.ttf verdanai.ttf verdanab.ttf 
trebuc.ttf trebucit.ttf trebucbi.ttf trebucbd.ttf times.ttf timesi.ttf 
timesbi.ttf timesbd.ttf georgiaz.ttf georgia.ttf georgiai.ttf georgiab.ttf 
cour.ttf couri.ttf courbi.ttf courbd.ttf comic.ttf comicbd.ttf ariblk.ttf 
arial.ttf ariali.ttf arialbi.ttf arialbd.ttf andalemo.ttf;
+mkdir -p %buildroot/usr/share/doc/corefonts
+touch %buildroot/usr/share/doc/corefonts/EULA.html
+mkdir -p %buildroot/usr/share/fonts/truetype
+for f in webdings.ttf verdanaz.ttf verdana.ttf verdanai.ttf verdanab.ttf 
trebuc.ttf trebucit.ttf trebucbi.ttf trebucbd.ttf times.ttf timesi.ttf 
timesbi.ttf timesbd.ttf impact.ttf georgiaz.ttf georgia.ttf georgiai.ttf 
georgiab.ttf cour.ttf couri.ttf courbi.ttf courbd.ttf comic.ttf comicbd.ttf 
ariblk.ttf arial.ttf ariali.ttf arialbi.ttf arialbd.ttf andalemo.ttf;
 do
touch %buildroot/usr/share/fonts/truetype/$f
 done
@@ -72,9 +74,11 @@
 %defattr(-, root, root)
 %doc COPYING
 /var/adm/update-scripts/*
+%dir /usr/share/doc/corefonts
 %dir /usr/share/fonts/truetype
 %ghost /var/adm/update-messages/%name-%version-%release-1
 # so we can get rid of them by rpm -e fetchmsttfonts
+%ghost /usr/share/doc/corefonts/EULA.html
 %ghost /usr/share/fonts/truetype/webdings.ttf
 %ghost /usr/share/fonts/truetype/verdanaz.ttf
 %ghost /usr/share/fonts/truetype/verdana.ttf
@@ -88,6 +92,7 @@
 %ghost /usr/share/fonts/truetype/timesi.ttf
 %ghost /usr/share/fonts/truetype/timesbi.ttf
 %ghost /usr/share/fonts/truetype/timesbd.ttf
+%ghost /usr/share/fonts/truetype/impact.ttf
 %ghost /usr/share/fonts/truetype/georgiaz.ttf
 %ghost /usr/share/fonts/truetype/georgia.ttf
 %ghost /usr/share/fonts/truetype/georgiai.ttf

++ fetchmsttfonts.sh.in ++
--- /var/tmp/diff_new_pack.y29Bhf/_old  2011-10-25 15:53:07.0 +0200
+++ /var/tmp/diff_new_pack.y29Bhf/_new  2011-10-25 15:53:07.0 +0200
@@ -66,7 +66,6 @@
 fi
 
 echo EULA:
-mkdir -p /usr/share/doc/corefonts
 echo -n   Fetching   ... 
 curl $CURL_OPTIONS -o /usr/share/doc/corefonts/EULA.html $EULA || \
   rm -f /usr/share/doc/corefonts/EULA.html
@@ -148,8 +147,6 @@
 test $i != $lower  mv $i $lower
   done
   chmod 644 *.tt[cf]
-  # impact.ttf already in agfa-fonts package
-  test -s /usr/share/fonts/truetype/impact.ttf  rm impact.ttf
   mv -f *.tt[cf] /usr/share/fonts/truetype
   /usr/sbin/fonts-config
   echo *** Fonts installed. *** | tee $POST_MESSAGE

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



commit fetchmsttfonts for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package fetchmsttfonts for openSUSE:12.1 
checked in at 2011-10-25 15:53:01

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


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

Changes:

--- /work/SRC/openSUSE:12.1/fetchmsttfonts/fetchmsttfonts.changes   
2011-10-24 12:38:24.0 +0200
+++ /work/SRC/openSUSE:12.1/.fetchmsttfonts.new/fetchmsttfonts.changes  
2011-10-25 15:53:07.0 +0200
@@ -1,0 +2,7 @@
+Wed Oct 19 10:57:37 CEST 2011 - jdelv...@suse.de
+
+- Drop references to legacy package agfa-fonts.
+- Properly reference all files and directories so that they are
+  deleted on package removal.
+
+---



Other differences:
--
++ fetchmsttfonts.spec ++
--- /var/tmp/diff_new_pack.RJJzA9/_old  2011-10-25 15:53:10.0 +0200
+++ /var/tmp/diff_new_pack.RJJzA9/_new  2011-10-25 15:53:10.0 +0200
@@ -57,8 +57,10 @@
 #
 mkdir -p %buildroot/var/adm/update-messages
 touch %buildroot/var/adm/update-messages/%name-%version-%release-1
-mkdir -p %buildroot/usr/share/fonts/truetype/
-for f in webdings.ttf verdanaz.ttf verdana.ttf verdanai.ttf verdanab.ttf 
trebuc.ttf trebucit.ttf trebucbi.ttf trebucbd.ttf times.ttf timesi.ttf 
timesbi.ttf timesbd.ttf georgiaz.ttf georgia.ttf georgiai.ttf georgiab.ttf 
cour.ttf couri.ttf courbi.ttf courbd.ttf comic.ttf comicbd.ttf ariblk.ttf 
arial.ttf ariali.ttf arialbi.ttf arialbd.ttf andalemo.ttf;
+mkdir -p %buildroot/usr/share/doc/corefonts
+touch %buildroot/usr/share/doc/corefonts/EULA.html
+mkdir -p %buildroot/usr/share/fonts/truetype
+for f in webdings.ttf verdanaz.ttf verdana.ttf verdanai.ttf verdanab.ttf 
trebuc.ttf trebucit.ttf trebucbi.ttf trebucbd.ttf times.ttf timesi.ttf 
timesbi.ttf timesbd.ttf impact.ttf georgiaz.ttf georgia.ttf georgiai.ttf 
georgiab.ttf cour.ttf couri.ttf courbi.ttf courbd.ttf comic.ttf comicbd.ttf 
ariblk.ttf arial.ttf ariali.ttf arialbi.ttf arialbd.ttf andalemo.ttf;
 do
touch %buildroot/usr/share/fonts/truetype/$f
 done
@@ -72,9 +74,11 @@
 %defattr(-, root, root)
 %doc COPYING
 /var/adm/update-scripts/*
+%dir /usr/share/doc/corefonts
 %dir /usr/share/fonts/truetype
 %ghost /var/adm/update-messages/%name-%version-%release-1
 # so we can get rid of them by rpm -e fetchmsttfonts
+%ghost /usr/share/doc/corefonts/EULA.html
 %ghost /usr/share/fonts/truetype/webdings.ttf
 %ghost /usr/share/fonts/truetype/verdanaz.ttf
 %ghost /usr/share/fonts/truetype/verdana.ttf
@@ -88,6 +92,7 @@
 %ghost /usr/share/fonts/truetype/timesi.ttf
 %ghost /usr/share/fonts/truetype/timesbi.ttf
 %ghost /usr/share/fonts/truetype/timesbd.ttf
+%ghost /usr/share/fonts/truetype/impact.ttf
 %ghost /usr/share/fonts/truetype/georgiaz.ttf
 %ghost /usr/share/fonts/truetype/georgia.ttf
 %ghost /usr/share/fonts/truetype/georgiai.ttf

++ fetchmsttfonts.sh.in ++
--- /var/tmp/diff_new_pack.RJJzA9/_old  2011-10-25 15:53:10.0 +0200
+++ /var/tmp/diff_new_pack.RJJzA9/_new  2011-10-25 15:53:10.0 +0200
@@ -66,7 +66,6 @@
 fi
 
 echo EULA:
-mkdir -p /usr/share/doc/corefonts
 echo -n   Fetching   ... 
 curl $CURL_OPTIONS -o /usr/share/doc/corefonts/EULA.html $EULA || \
   rm -f /usr/share/doc/corefonts/EULA.html
@@ -148,8 +147,6 @@
 test $i != $lower  mv $i $lower
   done
   chmod 644 *.tt[cf]
-  # impact.ttf already in agfa-fonts package
-  test -s /usr/share/fonts/truetype/impact.ttf  rm impact.ttf
   mv -f *.tt[cf] /usr/share/fonts/truetype
   /usr/sbin/fonts-config
   echo *** Fonts installed. *** | tee $POST_MESSAGE

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



commit fontconfig for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package fontconfig for openSUSE:Factory 
checked in at 2011-10-25 15:53:15

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


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

Changes:

--- /work/SRC/openSUSE:Factory/fontconfig/fontconfig.changes2011-10-06 
16:02:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.fontconfig.new/fontconfig.changes   
2011-10-25 15:53:21.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 25 10:28:47 UTC 2011 - pgaj...@suse.com
+
+- add /etc/fonts/local.conf [bnc#722427]
+
+---

New:

  local.conf



Other differences:
--
++ fontconfig.spec ++
--- /var/tmp/diff_new_pack.UPKiA0/_old  2011-10-25 15:53:31.0 +0200
+++ /var/tmp/diff_new_pack.UPKiA0/_new  2011-10-25 15:53:31.0 +0200
@@ -55,6 +55,7 @@
 Source13:   suse-hinting.conf
 Source14:   suse-bitmaps.conf
 Source15:   suse-font-dirs.conf
+Source16:   local.conf
 Source20:   local.conf.instsys
 Source30:   29-liberation-aliases.conf
 Source31:   10-lcdfilter-lcddefault.conf
@@ -161,6 +162,7 @@
 # install the conf.d README as well, I think it's helpful:
 install -m 644 conf.d/README $RPM_BUILD_ROOT/etc/fonts/conf.d
 install -m 644 $RPM_SOURCE_DIR/suse*.conf $RPM_BUILD_ROOT/etc/fonts/
+install -m 644 $RPM_SOURCE_DIR/local.conf $RPM_BUILD_ROOT/etc/fonts
 install -m 644 $RPM_SOURCE_DIR/local.conf.instsys $RPM_BUILD_ROOT/etc/fonts/
 install -m 644 $RPM_SOURCE_DIR/29-liberation-aliases.conf 
$RPM_BUILD_ROOT/etc/fonts/conf.avail
 install -m 644 $RPM_SOURCE_DIR/10-lcdfilter-lcddefault.conf 
$RPM_BUILD_ROOT/etc/fonts/conf.avail
@@ -204,6 +206,7 @@
 %dir /etc/fonts/conf.d/
 /etc/fonts/conf.d/README
 %config(noreplace) /etc/fonts/conf.d/*.conf
+%config(noreplace) /etc/fonts/local.conf
 %config /etc/fonts/local.conf.instsys
 %{_libdir}/libfontconfig.so.*
 %{_mandir}/man5/fonts-conf.5.gz



++ local.conf.instsys ++
--- /var/tmp/diff_new_pack.UPKiA0/_old  2011-10-25 15:53:31.0 +0200
+++ /var/tmp/diff_new_pack.UPKiA0/_new  2011-10-25 15:53:31.0 +0200
@@ -1,6 +1,5 @@
 ?xml version=1.0?
 !DOCTYPE fontconfig SYSTEM fonts.dtd
-!-- /etc/fonts/local.conf file for local customizations --
 fontconfig
 
 !--







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



commit wpa_supplicant for openSUSE:11.3

2011-10-25 Thread h_root

Hello community,

here is the log from the commit of package wpa_supplicant for openSUSE:11.3
checked in at Tue Oct 25 15:53:31 CEST 2011.




--- old-versions/11.3/all/wpa_supplicant/wpa_supplicant.changes 2010-05-28 
12:53:18.0 +0200
+++ 11.3/wpa_supplicant/wpa_supplicant.changes  2011-10-25 05:23:51.0 
+0200
@@ -1,0 +2,7 @@
+Tue Oct 25 03:21:53 UTC 2011 - g...@suse.com
+
+- Add wpa_supplicant-tls-probe.patch and
+  wpa_supplicant-add-ca-dbus-signal.patch to probe TLS certificates
+  and emit a dbus signal for the certificate changes. bnc#574266 
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.3/all/wpa_supplicant
Destination is old-versions/11.3/UPDATES/all/wpa_supplicant
calling whatdependson for 11.3-i586


New:

  wpa_supplicant-add-ca-dbus-signal.patch
  wpa_supplicant-tls-probe.patch



Other differences:
--
++ wpa_supplicant.spec ++
--- /var/tmp/diff_new_pack.8Pcnlf/_old  2011-10-25 15:52:13.0 +0200
+++ /var/tmp/diff_new_pack.8Pcnlf/_new  2011-10-25 15:52:13.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package wpa_supplicant (Version 0.7.1)
+# spec file for package wpa_supplicant
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 BuildRequires:  dbus-1-devel libnl-devel libqt4 libqt4-devel openssl-devel 
pkg-config readline-devel
 Url:http://hostap.epitest.fi/wpa_supplicant/
 Version:0.7.1
-Release:2
+Release:5.RELEASE2
 License:BSD3c(or similar) ; GPLv2+
 Group:  Productivity/Networking/Other
 Summary:WPA supplicant implementation
@@ -46,6 +46,10 @@
 Patch8: wpa_supplicant-roaming.patch
 Patch9: wpa_supplicant-pkcs11-init-args.patch
 Patch10:Fix_Fallback_From_Failed_PMKSA_Into_Full_EAP.patch
+# PATCH-FIX-UPSTREAM wpa_supplicant-tls-probe.patch bnc#574266 g...@suse.com 
-- Probe the RADIUS server certificate
+Patch11:wpa_supplicant-tls-probe.patch
+# PATCH-FIX-UPSTREAM wpa_supplicant-add-ca-dbus-signal.patch bnc#574266 
g...@suse.com -- Emit D-Bus signal when receiving a server certificate
+Patch12:wpa_supplicant-add-ca-dbus-signal.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   logrotate
 
@@ -93,6 +97,8 @@
 # Patch does not apply anymore
 #%patch9 -p2
 %patch10 -p0
+%patch11 -p1
+%patch12 -p1
 
 %build
 cd wpa_supplicant

++ wpa_supplicant-add-ca-dbus-signal.patch ++
From ade74830b45466abb41b8e8dbc2f595d8bacb793 Mon Sep 17 00:00:00 2001
From: Michael Chang mch...@novell.com
Date: Tue, 5 Jul 2011 12:22:32 +0300
Subject: [PATCH] Add dbus signal for information about server certification

In general, this patch attemps to extend commit
00468b4650998144f794762206c695c962c54734 with dbus support.

This can be used by dbus client to implement subject match text
entry with preset value probed from server. This preset value, if
user accepts it, is remembered and passed to subject_match config
for any future authentication.

Signed-off-by: Michael Chang mch...@novell.com
---
 src/eap_peer/eap.c |7 +
 src/eap_peer/eap.h |   11 
 src/eapol_supp/eapol_supp_sm.c |   12 -
 src/eapol_supp/eapol_supp_sm.h |   11 
 wpa_supplicant/dbus/dbus_new.c |   54 
 wpa_supplicant/dbus/dbus_new.h |   12 +
 wpa_supplicant/dbus/dbus_old.c |   53 +++
 wpa_supplicant/dbus/dbus_old.h |   12 +
 wpa_supplicant/notify.c|   12 +
 wpa_supplicant/notify.h|4 +++
 wpa_supplicant/wpas_glue.c |   12 +
 11 files changed, 199 insertions(+), 1 deletions(-)

Index: wpa_supplicant-0.7.1/src/eap_peer/eap.c
===
--- wpa_supplicant-0.7.1.orig/src/eap_peer/eap.c
+++ wpa_supplicant-0.7.1/src/eap_peer/eap.c
@@ -1200,6 +1200,13 @@ static void eap_peer_sm_tls_event(void *
 data-peer_cert.subject,
 cert_hex);
}
+   if (sm-eapol_cb-notify_cert) {
+   sm-eapol_cb-notify_cert(sm-eapol_ctx,
+ data-peer_cert.depth,
+ data-peer_cert.subject,
+ hash_hex,
+ data-peer_cert.cert);
+   }
break;
}
 
Index: wpa_supplicant-0.7.1/src/eap_peer/eap.h

commit fontconfig for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package fontconfig for openSUSE:12.1 checked 
in at 2011-10-25 15:53:19

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


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

Changes:

--- /work/SRC/openSUSE:12.1/fontconfig/fontconfig.changes   2011-10-24 
12:40:21.0 +0200
+++ /work/SRC/openSUSE:12.1/.fontconfig.new/fontconfig.changes  2011-10-25 
15:53:31.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 25 10:28:47 UTC 2011 - pgaj...@suse.com
+
+- add /etc/fonts/local.conf [bnc#722427]
+
+---

New:

  local.conf



Other differences:
--
++ fontconfig.spec ++
--- /var/tmp/diff_new_pack.umEcgT/_old  2011-10-25 15:53:43.0 +0200
+++ /var/tmp/diff_new_pack.umEcgT/_new  2011-10-25 15:53:43.0 +0200
@@ -55,6 +55,7 @@
 Source13:   suse-hinting.conf
 Source14:   suse-bitmaps.conf
 Source15:   suse-font-dirs.conf
+Source16:   local.conf
 Source20:   local.conf.instsys
 Source30:   29-liberation-aliases.conf
 Source31:   10-lcdfilter-lcddefault.conf
@@ -161,6 +162,7 @@
 # install the conf.d README as well, I think it's helpful:
 install -m 644 conf.d/README $RPM_BUILD_ROOT/etc/fonts/conf.d
 install -m 644 $RPM_SOURCE_DIR/suse*.conf $RPM_BUILD_ROOT/etc/fonts/
+install -m 644 $RPM_SOURCE_DIR/local.conf $RPM_BUILD_ROOT/etc/fonts
 install -m 644 $RPM_SOURCE_DIR/local.conf.instsys $RPM_BUILD_ROOT/etc/fonts/
 install -m 644 $RPM_SOURCE_DIR/29-liberation-aliases.conf 
$RPM_BUILD_ROOT/etc/fonts/conf.avail
 install -m 644 $RPM_SOURCE_DIR/10-lcdfilter-lcddefault.conf 
$RPM_BUILD_ROOT/etc/fonts/conf.avail
@@ -204,6 +206,7 @@
 %dir /etc/fonts/conf.d/
 /etc/fonts/conf.d/README
 %config(noreplace) /etc/fonts/conf.d/*.conf
+%config(noreplace) /etc/fonts/local.conf
 %config /etc/fonts/local.conf.instsys
 %{_libdir}/libfontconfig.so.*
 %{_mandir}/man5/fonts-conf.5.gz



++ local.conf.instsys ++
--- /var/tmp/diff_new_pack.umEcgT/_old  2011-10-25 15:53:43.0 +0200
+++ /var/tmp/diff_new_pack.umEcgT/_new  2011-10-25 15:53:43.0 +0200
@@ -1,6 +1,5 @@
 ?xml version=1.0?
 !DOCTYPE fontconfig SYSTEM fonts.dtd
-!-- /etc/fonts/local.conf file for local customizations --
 fontconfig
 
 !--







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



commit fwzs for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package fwzs for openSUSE:Factory checked in 
at 2011-10-25 15:53:30

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


Package is fwzs, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/fwzs/fwzs.changes2011-10-05 
17:36:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.fwzs.new/fwzs.changes   2011-10-25 
15:53:43.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 25 07:23:48 UTC 2011 - lnus...@suse.de
+
+- require python-gtk and recommend python-notify (bnc#725994)
+
+---



Other differences:
--
++ fwzs.spec ++
--- /var/tmp/diff_new_pack.d3NFPb/_old  2011-10-25 15:53:50.0 +0200
+++ /var/tmp/diff_new_pack.d3NFPb/_new  2011-10-25 15:53:50.0 +0200
@@ -29,6 +29,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: dbus-1
 Requires:   SuSEfirewall2  3.6_SVNr220
+Requires:   python-gtk
+Recommends: python-notify
 %if 0%{?suse_version}  1130
 Requires:   PolicyKit
 %else

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



commit fwzs for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package fwzs for openSUSE:12.1 checked in at 
2011-10-25 15:53:34

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


Package is fwzs, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/fwzs/fwzs.changes   2011-10-24 12:40:45.0 
+0200
+++ /work/SRC/openSUSE:12.1/.fwzs.new/fwzs.changes  2011-10-25 
15:53:50.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 25 07:23:48 UTC 2011 - lnus...@suse.de
+
+- require python-gtk and recommend python-notify (bnc#725994)
+
+---



Other differences:
--
++ fwzs.spec ++
--- /var/tmp/diff_new_pack.XQD4KV/_old  2011-10-25 15:53:52.0 +0200
+++ /var/tmp/diff_new_pack.XQD4KV/_new  2011-10-25 15:53:52.0 +0200
@@ -29,6 +29,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: dbus-1
 Requires:   SuSEfirewall2  3.6_SVNr220
+Requires:   python-gtk
+Recommends: python-notify
 %if 0%{?suse_version}  1130
 Requires:   PolicyKit
 %else

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



commit gimp for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package gimp for openSUSE:Factory checked in 
at 2011-10-25 15:54:01

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gimp/gimp.changes2011-10-16 
12:49:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.gimp.new/gimp.changes   2011-10-25 
15:54:03.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct 21 11:19:42 UTC 2011 - vu...@opensuse.org
+
+- Change gimp-2.0-scanner-plugin Recommends to a Suggests: this
+  installs xsane by default, and really, xsane is so horribly
+  broken UI-wise that we don't want that.
+
+---



Other differences:
--
++ gimp.spec ++
--- /var/tmp/diff_new_pack.6rpoYG/_old  2011-10-25 15:54:14.0 +0200
+++ /var/tmp/diff_new_pack.6rpoYG/_new  2011-10-25 15:54:14.0 +0200
@@ -76,9 +76,11 @@
 Patch5: gimp-poppler-0.18.patch
 Requires:   %{name}-branding = %{version}
 Recommends: %{name}-lang
-Recommends: %{name}-plugins-python = %{version} gimp-2.0-scanner-plugin 
%{name}-help-browser
+Recommends: %{name}-help-browser
+Recommends: %{name}-plugins-python = %{version}
 Recommends: iso-codes
 Suggests:   AdobeICCProfiles
+Suggests:   gimp-2.0-scanner-plugin
 Provides:   gimp(api) = %{apiver} gimp(abi) = %{abiver}
 Provides:   gimp-2.0 = %{version}
 Obsoletes:  gimp-unstable  2.6.0

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



commit gimp for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package gimp for openSUSE:12.1 checked in at 
2011-10-25 15:54:06

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


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

Changes:

--- /work/SRC/openSUSE:12.1/gimp/gimp.changes   2011-10-24 12:44:06.0 
+0200
+++ /work/SRC/openSUSE:12.1/.gimp.new/gimp.changes  2011-10-25 
15:54:14.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct 21 11:19:42 UTC 2011 - vu...@opensuse.org
+
+- Change gimp-2.0-scanner-plugin Recommends to a Suggests: this
+  installs xsane by default, and really, xsane is so horribly
+  broken UI-wise that we don't want that.
+
+---



Other differences:
--
++ gimp.spec ++
--- /var/tmp/diff_new_pack.GCULN3/_old  2011-10-25 15:54:24.0 +0200
+++ /var/tmp/diff_new_pack.GCULN3/_new  2011-10-25 15:54:24.0 +0200
@@ -76,9 +76,11 @@
 Patch5: gimp-poppler-0.18.patch
 Requires:   %{name}-branding = %{version}
 Recommends: %{name}-lang
-Recommends: %{name}-plugins-python = %{version} gimp-2.0-scanner-plugin 
%{name}-help-browser
+Recommends: %{name}-help-browser
+Recommends: %{name}-plugins-python = %{version}
 Recommends: iso-codes
 Suggests:   AdobeICCProfiles
+Suggests:   gimp-2.0-scanner-plugin
 Provides:   gimp(api) = %{apiver} gimp(abi) = %{abiver}
 Provides:   gimp-2.0 = %{version}
 Obsoletes:  gimp-unstable  2.6.0

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



commit gnome-blog for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package gnome-blog for openSUSE:Factory 
checked in at 2011-10-25 15:54:14

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gnome-blog/gnome-blog.changes2011-09-23 
02:00:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-blog.new/gnome-blog.changes   
2011-10-25 15:54:24.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 25 05:03:50 UTC 2011 - co...@suse.com
+
+- remove the rename of sr@Latn - done by translation-update-upstream
+
+---



Other differences:
--
++ gnome-blog.spec ++
--- /var/tmp/diff_new_pack.ks3aC0/_old  2011-10-25 15:54:34.0 +0200
+++ /var/tmp/diff_new_pack.ks3aC0/_new  2011-10-25 15:54:34.0 +0200
@@ -57,8 +57,6 @@
 %install
 %makeinstall
 %suse_update_desktop_file -r -G gnome-blog gnome-blog GNOME Application 
Utility TextEditor
-# Change sr@Latn to sr@latin
-mv %{buildroot}%{_datadir}/locale/sr@Latn 
%{buildroot}%{_datadir}/locale/sr@latin
 %find_lang %{name} %{?no_lang_C}
 %find_gconf_schemas
 cat %{name}.schemas_list %{name}.lst

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



commit gnome-blog for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package gnome-blog for openSUSE:12.1 checked 
in at 2011-10-25 15:54:17

Comparing /work/SRC/openSUSE:12.1/gnome-blog (Old)
 and  /work/SRC/openSUSE:12.1/.gnome-blog.new (New)


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

Changes:

--- /work/SRC/openSUSE:12.1/gnome-blog/gnome-blog.changes   2011-10-24 
12:44:40.0 +0200
+++ /work/SRC/openSUSE:12.1/.gnome-blog.new/gnome-blog.changes  2011-10-25 
15:54:34.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 25 05:03:50 UTC 2011 - co...@suse.com
+
+- remove the rename of sr@Latn - done by translation-update-upstream
+
+---



Other differences:
--
++ gnome-blog.spec ++
--- /var/tmp/diff_new_pack.6zjWef/_old  2011-10-25 15:54:38.0 +0200
+++ /var/tmp/diff_new_pack.6zjWef/_new  2011-10-25 15:54:38.0 +0200
@@ -57,8 +57,6 @@
 %install
 %makeinstall
 %suse_update_desktop_file -r -G gnome-blog gnome-blog GNOME Application 
Utility TextEditor
-# Change sr@Latn to sr@latin
-mv %{buildroot}%{_datadir}/locale/sr@Latn 
%{buildroot}%{_datadir}/locale/sr@latin
 %find_lang %{name} %{?no_lang_C}
 %find_gconf_schemas
 cat %{name}.schemas_list %{name}.lst

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



commit gnome-contacts for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package gnome-contacts for openSUSE:Factory 
checked in at 2011-10-25 15:54:28

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


Package is gnome-contacts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnome-contacts/gnome-contacts.changes
2011-10-19 14:08:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-contacts.new/gnome-contacts.changes   
2011-10-25 15:54:38.0 +0200
@@ -1,0 +2,10 @@
+Fri Oct 21 11:45:41 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.2.2:
+  + Fixed crashes
+  + Fixed display name for Google contact sources
+  + Add Unity to OnlyShowIn
+  + Fix up spacing in contact pane
+- Add pkgconfig(gee-1.0) BuildRequires: new dependency.
+
+---

Old:

  gnome-contacts-3.2.1.tar.bz2

New:

  gnome-contacts-3.2.2.tar.bz2



Other differences:
--
++ gnome-contacts.spec ++
--- /var/tmp/diff_new_pack.4DsUhu/_old  2011-10-25 15:54:45.0 +0200
+++ /var/tmp/diff_new_pack.4DsUhu/_new  2011-10-25 15:54:45.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gnome-contacts
-Version:3.2.1
+Version:3.2.2
 Release:1
 License:GPLv2+
 Summary:Contacts Manager for GNOME
@@ -31,6 +31,7 @@
 BuildRequires:  pkgconfig(gnome-desktop-3.0)
 BuildRequires:  pkgconfig(folks) = 0.6.1.1
 BuildRequires:  pkgconfig(folks-telepathy)
+BuildRequires:  pkgconfig(gee-1.0)
 BuildRequires:  pkgconfig(glib-2.0) = 2.29.12
 BuildRequires:  pkgconfig(goa-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0)

++ gnome-contacts-3.2.1.tar.bz2 - gnome-contacts-3.2.2.tar.bz2 ++
 2647 lines of diff (skipped)

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



commit gnome-contacts for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package gnome-contacts for openSUSE:12.1 
checked in at 2011-10-25 15:54:31

Comparing /work/SRC/openSUSE:12.1/gnome-contacts (Old)
 and  /work/SRC/openSUSE:12.1/.gnome-contacts.new (New)


Package is gnome-contacts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/gnome-contacts/gnome-contacts.changes   
2011-10-24 12:44:46.0 +0200
+++ /work/SRC/openSUSE:12.1/.gnome-contacts.new/gnome-contacts.changes  
2011-10-25 15:54:46.0 +0200
@@ -1,0 +2,10 @@
+Fri Oct 21 11:45:41 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.2.2:
+  + Fixed crashes
+  + Fixed display name for Google contact sources
+  + Add Unity to OnlyShowIn
+  + Fix up spacing in contact pane
+- Add pkgconfig(gee-1.0) BuildRequires: new dependency.
+
+---

Old:

  gnome-contacts-3.2.1.tar.bz2

New:

  gnome-contacts-3.2.2.tar.bz2



Other differences:
--
++ gnome-contacts.spec ++
--- /var/tmp/diff_new_pack.cJ1P8O/_old  2011-10-25 15:54:52.0 +0200
+++ /var/tmp/diff_new_pack.cJ1P8O/_new  2011-10-25 15:54:52.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gnome-contacts
-Version:3.2.1
+Version:3.2.2
 Release:1
 License:GPLv2+
 Summary:Contacts Manager for GNOME
@@ -31,6 +31,7 @@
 BuildRequires:  pkgconfig(gnome-desktop-3.0)
 BuildRequires:  pkgconfig(folks) = 0.6.1.1
 BuildRequires:  pkgconfig(folks-telepathy)
+BuildRequires:  pkgconfig(gee-1.0)
 BuildRequires:  pkgconfig(glib-2.0) = 2.29.12
 BuildRequires:  pkgconfig(goa-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0)

++ gnome-contacts-3.2.1.tar.bz2 - gnome-contacts-3.2.2.tar.bz2 ++
 2647 lines of diff (skipped)

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



commit gnome-icon-theme for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package gnome-icon-theme for 
openSUSE:Factory checked in at 2011-10-25 15:54:49

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


Package is gnome-icon-theme, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gnome-icon-theme/gnome-icon-theme.changes
2011-10-02 10:05:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-icon-theme.new/gnome-icon-theme.changes   
2011-10-25 15:54:53.0 +0200
@@ -1,0 +2,18 @@
+Thu Oct 20 09:52:11 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.2.1.2:
+  + Re-release of 3.2.1.1.
+
+---
+Wed Oct 19 13:08:13 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.2.1.1:
+  + Fix media-playback-start icon being rtl by default [bgo#662171]
+
+---
+Tue Oct 18 15:35:42 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.2.1:
+  + right to left variants of directional icons.
+
+---

Old:

  gnome-icon-theme-3.2.0.tar.bz2

New:

  gnome-icon-theme-3.2.1.2.tar.bz2



Other differences:
--
++ gnome-icon-theme.spec ++
--- /var/tmp/diff_new_pack.eywfCH/_old  2011-10-25 15:55:02.0 +0200
+++ /var/tmp/diff_new_pack.eywfCH/_new  2011-10-25 15:55:02.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   gnome-icon-theme
-Version:3.2.0
+Version:3.2.1.2
 Release:1
 Summary:GNOME Icon Theme
 License:LGPLv3+ | CC BY-SA V3.0

++ gnome-icon-theme-3.2.0.tar.bz2 - gnome-icon-theme-3.2.1.2.tar.bz2 ++
/work/SRC/openSUSE:Factory/gnome-icon-theme/gnome-icon-theme-3.2.0.tar.bz2 
/work/SRC/openSUSE:Factory/.gnome-icon-theme.new/gnome-icon-theme-3.2.1.2.tar.bz2
 differ: char 11, line 1

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



commit gnome-icon-theme for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package gnome-icon-theme for openSUSE:12.1 
checked in at 2011-10-25 15:54:53

Comparing /work/SRC/openSUSE:12.1/gnome-icon-theme (Old)
 and  /work/SRC/openSUSE:12.1/.gnome-icon-theme.new (New)


Package is gnome-icon-theme, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:12.1/gnome-icon-theme/gnome-icon-theme.changes   
2011-10-24 12:45:23.0 +0200
+++ /work/SRC/openSUSE:12.1/.gnome-icon-theme.new/gnome-icon-theme.changes  
2011-10-25 15:55:03.0 +0200
@@ -1,0 +2,18 @@
+Thu Oct 20 09:52:11 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.2.1.2:
+  + Re-release of 3.2.1.1.
+
+---
+Wed Oct 19 13:08:13 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.2.1.1:
+  + Fix media-playback-start icon being rtl by default [bgo#662171]
+
+---
+Tue Oct 18 15:35:42 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.2.1:
+  + right to left variants of directional icons.
+
+---

Old:

  gnome-icon-theme-3.2.0.tar.bz2

New:

  gnome-icon-theme-3.2.1.2.tar.bz2



Other differences:
--
++ gnome-icon-theme.spec ++
--- /var/tmp/diff_new_pack.nSNeMp/_old  2011-10-25 15:55:09.0 +0200
+++ /var/tmp/diff_new_pack.nSNeMp/_new  2011-10-25 15:55:09.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   gnome-icon-theme
-Version:3.2.0
+Version:3.2.1.2
 Release:1
 Summary:GNOME Icon Theme
 License:LGPLv3+ | CC BY-SA V3.0

++ gnome-icon-theme-3.2.0.tar.bz2 - gnome-icon-theme-3.2.1.2.tar.bz2 ++
/work/SRC/openSUSE:12.1/gnome-icon-theme/gnome-icon-theme-3.2.0.tar.bz2 
/work/SRC/openSUSE:12.1/.gnome-icon-theme.new/gnome-icon-theme-3.2.1.2.tar.bz2 
differ: char 11, line 1

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



commit gnome-icon-theme-symbolic for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package gnome-icon-theme-symbolic for 
openSUSE:12.1 checked in at 2011-10-25 15:55:03

Comparing /work/SRC/openSUSE:12.1/gnome-icon-theme-symbolic (Old)
 and  /work/SRC/openSUSE:12.1/.gnome-icon-theme-symbolic.new (New)


Package is gnome-icon-theme-symbolic, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:12.1/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic.changes
 2011-10-24 12:45:26.0 +0200
+++ 
/work/SRC/openSUSE:12.1/.gnome-icon-theme-symbolic.new/gnome-icon-theme-symbolic.changes
2011-10-25 15:55:13.0 +0200
@@ -1,0 +2,7 @@
+Tue Oct 18 20:36:52 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.2.1:
+  + right to left variants of directional icons
+  + telephony status  action icons
+
+---

Old:

  gnome-icon-theme-symbolic-3.2.0.tar.bz2

New:

  gnome-icon-theme-symbolic-3.2.1.tar.bz2



Other differences:
--
++ gnome-icon-theme-symbolic.spec ++
--- /var/tmp/diff_new_pack.vHSJ72/_old  2011-10-25 15:55:13.0 +0200
+++ /var/tmp/diff_new_pack.vHSJ72/_new  2011-10-25 15:55:13.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gnome-icon-theme-symbolic
-Version:3.2.0
+Version:3.2.1
 Release:1
 # FIXME: when we have icon-naming-utils  0.8.90, we will have 
icontool-render, so check if something has to be changed.
 License:CC BY-SA V3.0

++ gnome-icon-theme-symbolic-3.2.0.tar.bz2 - 
gnome-icon-theme-symbolic-3.2.1.tar.bz2 ++
 6120 lines of diff (skipped)

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



commit gnome-icon-theme-symbolic for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package gnome-icon-theme-symbolic for 
openSUSE:Factory checked in at 2011-10-25 15:55:00

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


Package is gnome-icon-theme-symbolic, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic.changes
  2011-10-02 10:05:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-icon-theme-symbolic.new/gnome-icon-theme-symbolic.changes
 2011-10-25 15:55:10.0 +0200
@@ -1,0 +2,7 @@
+Tue Oct 18 20:36:52 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.2.1:
+  + right to left variants of directional icons
+  + telephony status  action icons
+
+---

Old:

  gnome-icon-theme-symbolic-3.2.0.tar.bz2

New:

  gnome-icon-theme-symbolic-3.2.1.tar.bz2



Other differences:
--
++ gnome-icon-theme-symbolic.spec ++
--- /var/tmp/diff_new_pack.Tadmyv/_old  2011-10-25 15:55:12.0 +0200
+++ /var/tmp/diff_new_pack.Tadmyv/_new  2011-10-25 15:55:12.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gnome-icon-theme-symbolic
-Version:3.2.0
+Version:3.2.1
 Release:1
 # FIXME: when we have icon-naming-utils  0.8.90, we will have 
icontool-render, so check if something has to be changed.
 License:CC BY-SA V3.0

++ gnome-icon-theme-symbolic-3.2.0.tar.bz2 - 
gnome-icon-theme-symbolic-3.2.1.tar.bz2 ++
 6120 lines of diff (skipped)

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



commit gnome-session for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package gnome-session for openSUSE:Factory 
checked in at 2011-10-25 15:55:34

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gnome-session/gnome-session.changes  
2011-10-18 14:14:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-session.new/gnome-session.changes 
2011-10-25 15:55:35.0 +0200
@@ -1,0 +2,10 @@
+Wed Oct 19 11:18:10 UTC 2011 - vu...@opensuse.org
+
+- Add gnome-session-gnome.fallback-boot-arg.patch: let users be
+  able to pass gnome.fallback=0/1 argument at boot to choose
+  fallback/non-fallback mode.
+- Add gnome-session-blacklist-hardware.patch: use an external file
+  to easily blacklist/whitelist some hardware when checking if
+  we have 3d support.
+
+---

New:

  gnome-session-blacklist-hardware.patch
  gnome-session-gnome.fallback-boot-arg.patch



Other differences:
--
++ gnome-session.spec ++
--- /var/tmp/diff_new_pack.SiiFU5/_old  2011-10-25 15:55:37.0 +0200
+++ /var/tmp/diff_new_pack.SiiFU5/_new  2011-10-25 15:55:37.0 +0200
@@ -37,6 +37,10 @@
 Patch2: gnome-session-wm-switch.patch
 # PATCH-NEEDS-REBASE gnome-session-bgo507101-tile-ui.patch bgo507101 
vu...@novell.com -- Tile UI for logout dialog. (Was: PATCH-FIX-UPSTREAM)
 Patch3: gnome-session-bgo507101-tile-ui.patch
+# PATCH-FEATURE-UPSTREAM gnome-session-gnome.fallback-boot-arg.patch 
vu...@opensuse.org -- Let users be able to pass gnome.fallback at boot to 
choose fallback/non-fallback
+Patch4: gnome-session-gnome.fallback-boot-arg.patch
+# PATCH-FEATURE-UPSTREAM gnome-session-blacklist-hardware.patch bgo#644325 
vu...@opensuse.org -- Use an external file to easily blacklist/whitelist some 
hardware
+Patch5: gnome-session-blacklist-hardware.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-common
 BuildRequires:  gnome-patch-translation
@@ -137,6 +141,8 @@
 #%patch2 -p1
 # needs-rebase
 #%patch3 -p0
+%patch4 -p1
+%patch5 -p1
 # gnome-patch-translation-update
 
 %build
@@ -215,9 +221,6 @@
 %doc AUTHORS COPYING ChangeLog NEWS README
 %{_bindir}/gnome-session
 %{_bindir}/gnome-session-quit
-# Helper for the session definitions, to know if hardware is accelerated
-%{_libexecdir}/gnome-session-check-accelerated
-%{_libexecdir}/gnome-session-check-accelerated-helper
 %{_datadir}/GConf/gsettings/gnome-session.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.SessionManager.gschema.xml
 %dir %{_datadir}/gnome-session
@@ -226,6 +229,10 @@
 %{_datadir}/icons/hicolor/scalable/apps/gnome-session-sleep.svg
 %doc %{_mandir}/man1/gnome-session.1*
 %doc %{_mandir}/man1/gnome-session-quit.1*
+# Helper for the session definitions, to know if hardware is accelerated
+%{_libexecdir}/gnome-session-check-accelerated
+%{_libexecdir}/gnome-session-check-accelerated-helper
+%{_datadir}/gnome-session/hardware-compatibility
 
 %files lang -f %{name}-3.0.lang
 

++ gnome-session-blacklist-hardware.patch ++
From 50b121a7737a13bde1195d1aea215ff8789f65fd Mon Sep 17 00:00:00 2001
From: Vincent Untz vu...@gnome.org
Date: Wed, 19 Oct 2011 14:27:25 +0200
Subject: [PATCH 1/2] tools: Use whitelist/blacklist regexps when evaluating
 renderer

The regexps are in a file that we also ship.

https://bugzilla.gnome.org/show_bug.cgi?id=644325
---
 data/Makefile.am   |5 +-
 data/hardware-compatibility|   20 +
 tools/Makefile.am  |3 +-
 tools/gnome-session-check-accelerated-helper.c |   95 ++--
 4 files changed, 115 insertions(+), 8 deletions(-)
 create mode 100644 data/hardware-compatibility

diff --git a/data/Makefile.am b/data/Makefile.am
index cdd3201..6f0fb33 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -5,6 +5,9 @@ ui_DATA = \
session-properties.ui   \
gsm-inhibit-dialog.ui
 
+hwcompatdir = $(pkgdatadir)
+hwcompat_DATA = hardware-compatibility
+
 xsessiondir = $(datadir)/xsessions
 xsession_in_files = gnome.desktop.in
 xsession_DATA = $(xsession_in_files:.desktop.in=.desktop)
@@ -39,7 +42,7 @@ EXTRA_DIST =  \
$(session_in_in_files)  \
$(gsettings_SCHEMAS:.xml=.xml.in)   \
$(ui_DATA)  \
-   $(pixmap_DATA_dist)
+   $(hwcompat_DATA)
 
 CLEANFILES =   \
$(gsettings_SCHEMAS)\
diff --git a/data/hardware-compatibility b/data/hardware-compatibility
new file 

commit gnome-session for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package gnome-session for openSUSE:12.1 
checked in at 2011-10-25 15:55:38

Comparing /work/SRC/openSUSE:12.1/gnome-session (Old)
 and  /work/SRC/openSUSE:12.1/.gnome-session.new (New)


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

Changes:

--- /work/SRC/openSUSE:12.1/gnome-session/gnome-session.changes 2011-10-24 
12:46:41.0 +0200
+++ /work/SRC/openSUSE:12.1/.gnome-session.new/gnome-session.changes
2011-10-25 15:55:39.0 +0200
@@ -1,0 +2,10 @@
+Wed Oct 19 11:18:10 UTC 2011 - vu...@opensuse.org
+
+- Add gnome-session-gnome.fallback-boot-arg.patch: let users be
+  able to pass gnome.fallback=0/1 argument at boot to choose
+  fallback/non-fallback mode.
+- Add gnome-session-blacklist-hardware.patch: use an external file
+  to easily blacklist/whitelist some hardware when checking if
+  we have 3d support.
+
+---

New:

  gnome-session-blacklist-hardware.patch
  gnome-session-gnome.fallback-boot-arg.patch



Other differences:
--
++ gnome-session.spec ++
--- /var/tmp/diff_new_pack.0TSvJQ/_old  2011-10-25 15:55:40.0 +0200
+++ /var/tmp/diff_new_pack.0TSvJQ/_new  2011-10-25 15:55:40.0 +0200
@@ -37,6 +37,10 @@
 Patch2: gnome-session-wm-switch.patch
 # PATCH-NEEDS-REBASE gnome-session-bgo507101-tile-ui.patch bgo507101 
vu...@novell.com -- Tile UI for logout dialog. (Was: PATCH-FIX-UPSTREAM)
 Patch3: gnome-session-bgo507101-tile-ui.patch
+# PATCH-FEATURE-UPSTREAM gnome-session-gnome.fallback-boot-arg.patch 
vu...@opensuse.org -- Let users be able to pass gnome.fallback at boot to 
choose fallback/non-fallback
+Patch4: gnome-session-gnome.fallback-boot-arg.patch
+# PATCH-FEATURE-UPSTREAM gnome-session-blacklist-hardware.patch bgo#644325 
vu...@opensuse.org -- Use an external file to easily blacklist/whitelist some 
hardware
+Patch5: gnome-session-blacklist-hardware.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-common
 BuildRequires:  gnome-patch-translation
@@ -137,6 +141,8 @@
 #%patch2 -p1
 # needs-rebase
 #%patch3 -p0
+%patch4 -p1
+%patch5 -p1
 # gnome-patch-translation-update
 
 %build
@@ -215,9 +221,6 @@
 %doc AUTHORS COPYING ChangeLog NEWS README
 %{_bindir}/gnome-session
 %{_bindir}/gnome-session-quit
-# Helper for the session definitions, to know if hardware is accelerated
-%{_libexecdir}/gnome-session-check-accelerated
-%{_libexecdir}/gnome-session-check-accelerated-helper
 %{_datadir}/GConf/gsettings/gnome-session.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.SessionManager.gschema.xml
 %dir %{_datadir}/gnome-session
@@ -226,6 +229,10 @@
 %{_datadir}/icons/hicolor/scalable/apps/gnome-session-sleep.svg
 %doc %{_mandir}/man1/gnome-session.1*
 %doc %{_mandir}/man1/gnome-session-quit.1*
+# Helper for the session definitions, to know if hardware is accelerated
+%{_libexecdir}/gnome-session-check-accelerated
+%{_libexecdir}/gnome-session-check-accelerated-helper
+%{_datadir}/gnome-session/hardware-compatibility
 
 %files lang -f %{name}-3.0.lang
 

++ gnome-session-blacklist-hardware.patch ++
From 50b121a7737a13bde1195d1aea215ff8789f65fd Mon Sep 17 00:00:00 2001
From: Vincent Untz vu...@gnome.org
Date: Wed, 19 Oct 2011 14:27:25 +0200
Subject: [PATCH 1/2] tools: Use whitelist/blacklist regexps when evaluating
 renderer

The regexps are in a file that we also ship.

https://bugzilla.gnome.org/show_bug.cgi?id=644325
---
 data/Makefile.am   |5 +-
 data/hardware-compatibility|   20 +
 tools/Makefile.am  |3 +-
 tools/gnome-session-check-accelerated-helper.c |   95 ++--
 4 files changed, 115 insertions(+), 8 deletions(-)
 create mode 100644 data/hardware-compatibility

diff --git a/data/Makefile.am b/data/Makefile.am
index cdd3201..6f0fb33 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -5,6 +5,9 @@ ui_DATA = \
session-properties.ui   \
gsm-inhibit-dialog.ui
 
+hwcompatdir = $(pkgdatadir)
+hwcompat_DATA = hardware-compatibility
+
 xsessiondir = $(datadir)/xsessions
 xsession_in_files = gnome.desktop.in
 xsession_DATA = $(xsession_in_files:.desktop.in=.desktop)
@@ -39,7 +42,7 @@ EXTRA_DIST =  \
$(session_in_in_files)  \
$(gsettings_SCHEMAS:.xml=.xml.in)   \
$(ui_DATA)  \
-   $(pixmap_DATA_dist)
+   $(hwcompat_DATA)
 
 CLEANFILES =   \
$(gsettings_SCHEMAS)\
diff --git a/data/hardware-compatibility b/data/hardware-compatibility
new file mode 100644

commit gnome-shell for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:12.1 
checked in at 2011-10-25 15:56:53

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


Package is gnome-shell, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/gnome-shell/gnome-shell.changes 2011-10-24 
12:46:42.0 +0200
+++ /work/SRC/openSUSE:12.1/.gnome-shell.new/gnome-shell.changes
2011-10-25 15:56:54.0 +0200
@@ -1,0 +2,13 @@
+Mon Oct 24 14:43:45 UTC 2011 - fcro...@suse.com
+
+- Add gnome-shell-fix-deprecated-call.patch: fix deprecated call in
+  telepathy client [bgo#661231]
+
+---
+Tue Oct 20 12:02:48 UTC 2011 - sysr...@linux.com
+
+- Add gnome-shell-cleanup-signal-handlers-on-destroy.patch to fix
+  some issue when using extensions changing the usermenu 
+  [bgo#660520 and bnc#725004]
+
+---

New:

  gnome-shell-cleanup-signal-handlers-on-destroy.patch
  gnome-shell-fix-deprecated-call.patch



Other differences:
--
++ gnome-shell.spec ++
--- /var/tmp/diff_new_pack.0hab7k/_old  2011-10-25 15:56:55.0 +0200
+++ /var/tmp/diff_new_pack.0hab7k/_new  2011-10-25 15:56:55.0 +0200
@@ -25,6 +25,10 @@
 Group:  System/GUI/GNOME
 Url:http://live.gnome.org/GnomeShell
 Source: 
http://download.gnome.org/sources/gnome-shell/3.2/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM gnome-shell-cleanup-signal-handlers-on-destroy.patch 
bnc#725004 sysr...@linux.com -- patch to fix some issue when using extensions 
changing the usermenu
+Patch0: gnome-shell-cleanup-signal-handlers-on-destroy.patch
+# PATCH-FIX-UPSTREAM gnome-shell-fix-deprecated-call.patch bgo#661231 
fcro...@suse.com -- fix deprecated function call
+Patch1: gnome-shell-fix-deprecated-call.patch
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
@@ -108,6 +112,8 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 translation-update-upstream
 
 %build

++ gnome-shell-cleanup-signal-handlers-on-destroy.patch ++
From 7945c56a9f2cb5c2dc8736bc46e92d225cca9251 Mon Sep 17 00:00:00 2001
From: Giovanni Campagna gcampa...@src.gnome.org
Date: Mon, 17 Oct 2011 15:18:25 +0200
Subject: [PATCH] IMStatusChooserItem: clean up signal handlers on destroy()

Extensions (like alternative-status-menu) expect that calling
destroy() on a menu item will not leave signal handlers around.

https://bugzilla.gnome.org/show_bug.cgi?id=660520
---
 js/ui/userMenu.js |   15 +++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/js/ui/userMenu.js b/js/ui/userMenu.js
index 40ca2f3..8bedfb9 100644
--- a/js/ui/userMenu.js
+++ b/js/ui/userMenu.js
@@ -199,6 +199,21 @@ IMStatusChooserItem.prototype = {
 }));
 },
 
+destroy: function() {
+// clean up signal handlers
+if (this._userLoadedId != 0) {
+this._user.disconnect(this._userLoadedId);
+this._userLoadedId = 0;
+}
+
+if (this._userChangedId != 0) {
+this._user.disconnect(this._userChangedId);
+this._userChangedId = 0;
+}
+
+PopupMenu.PopupBaseMenuItem.prototype.destroy.call(this);
+},
+
 // Override getColumnWidths()/setColumnWidths() to make the item
 // independent from the overall column layout of the menu
 getColumnWidths: function() {
-- 
1.7.6.4
++ gnome-shell-fix-deprecated-call.patch ++
From b62f5ef07d87db7835fa753fe1774a5ed32d871d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florian=20M=C3=BCllner?= fmuell...@gnome.org
Date: Mon, 24 Oct 2011 15:52:13 +0200
Subject: [PATCH] telepathy-client: Replace shell_util_new_from_string

The function has been removed in commit 786cfbd3976, but one user
was overlooked when replacing it.

https://bugzilla.gnome.org/show_bug.cgi?id=661231
---
 js/ui/telepathyClient.js |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/js/ui/telepathyClient.js b/js/ui/telepathyClient.js
index 695a12b..3c14eda 100644
--- a/js/ui/telepathyClient.js
+++ b/js/ui/telepathyClient.js
@@ -1297,7 +1297,7 @@ MultiNotificationSource.prototype = {
 },
 
 createNotificationIcon: function() {
-return new St.Icon({ gicon: Shell.util_icon_from_string(this._icon),
+return new St.Icon({ gicon: Gio.icon_new_for_string(this._icon),
  icon_type: St.IconType.FULLCOLOR,
  icon_size: this.ICON_SIZE });
 }
-- 
1.7.7

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

commit gnome-shell for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2011-10-25 15:56:48

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


Package is gnome-shell, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2011-10-19 
13:39:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new/gnome-shell.changes 
2011-10-25 15:56:53.0 +0200
@@ -1,0 +2,13 @@
+Mon Oct 24 14:43:45 UTC 2011 - fcro...@suse.com
+
+- Add gnome-shell-fix-deprecated-call.patch: fix deprecated call in
+  telepathy client [bgo#661231]
+
+---
+Tue Oct 20 12:02:48 UTC 2011 - sysr...@linux.com
+
+- Add gnome-shell-cleanup-signal-handlers-on-destroy.patch to fix
+  some issue when using extensions changing the usermenu 
+  [bgo#660520 and bnc#725004]
+
+---

New:

  gnome-shell-cleanup-signal-handlers-on-destroy.patch
  gnome-shell-fix-deprecated-call.patch



Other differences:
--
++ gnome-shell.spec ++
--- /var/tmp/diff_new_pack.jie3pK/_old  2011-10-25 15:56:54.0 +0200
+++ /var/tmp/diff_new_pack.jie3pK/_new  2011-10-25 15:56:54.0 +0200
@@ -25,6 +25,10 @@
 Group:  System/GUI/GNOME
 Url:http://live.gnome.org/GnomeShell
 Source: 
http://download.gnome.org/sources/gnome-shell/3.2/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM gnome-shell-cleanup-signal-handlers-on-destroy.patch 
bnc#725004 sysr...@linux.com -- patch to fix some issue when using extensions 
changing the usermenu
+Patch0: gnome-shell-cleanup-signal-handlers-on-destroy.patch
+# PATCH-FIX-UPSTREAM gnome-shell-fix-deprecated-call.patch bgo#661231 
fcro...@suse.com -- fix deprecated function call
+Patch1: gnome-shell-fix-deprecated-call.patch
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
@@ -108,6 +112,8 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 translation-update-upstream
 
 %build

++ gnome-shell-cleanup-signal-handlers-on-destroy.patch ++
From 7945c56a9f2cb5c2dc8736bc46e92d225cca9251 Mon Sep 17 00:00:00 2001
From: Giovanni Campagna gcampa...@src.gnome.org
Date: Mon, 17 Oct 2011 15:18:25 +0200
Subject: [PATCH] IMStatusChooserItem: clean up signal handlers on destroy()

Extensions (like alternative-status-menu) expect that calling
destroy() on a menu item will not leave signal handlers around.

https://bugzilla.gnome.org/show_bug.cgi?id=660520
---
 js/ui/userMenu.js |   15 +++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/js/ui/userMenu.js b/js/ui/userMenu.js
index 40ca2f3..8bedfb9 100644
--- a/js/ui/userMenu.js
+++ b/js/ui/userMenu.js
@@ -199,6 +199,21 @@ IMStatusChooserItem.prototype = {
 }));
 },
 
+destroy: function() {
+// clean up signal handlers
+if (this._userLoadedId != 0) {
+this._user.disconnect(this._userLoadedId);
+this._userLoadedId = 0;
+}
+
+if (this._userChangedId != 0) {
+this._user.disconnect(this._userChangedId);
+this._userChangedId = 0;
+}
+
+PopupMenu.PopupBaseMenuItem.prototype.destroy.call(this);
+},
+
 // Override getColumnWidths()/setColumnWidths() to make the item
 // independent from the overall column layout of the menu
 getColumnWidths: function() {
-- 
1.7.6.4
++ gnome-shell-fix-deprecated-call.patch ++
From b62f5ef07d87db7835fa753fe1774a5ed32d871d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florian=20M=C3=BCllner?= fmuell...@gnome.org
Date: Mon, 24 Oct 2011 15:52:13 +0200
Subject: [PATCH] telepathy-client: Replace shell_util_new_from_string

The function has been removed in commit 786cfbd3976, but one user
was overlooked when replacing it.

https://bugzilla.gnome.org/show_bug.cgi?id=661231
---
 js/ui/telepathyClient.js |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/js/ui/telepathyClient.js b/js/ui/telepathyClient.js
index 695a12b..3c14eda 100644
--- a/js/ui/telepathyClient.js
+++ b/js/ui/telepathyClient.js
@@ -1297,7 +1297,7 @@ MultiNotificationSource.prototype = {
 },
 
 createNotificationIcon: function() {
-return new St.Icon({ gicon: Shell.util_icon_from_string(this._icon),
+return new St.Icon({ gicon: Gio.icon_new_for_string(this._icon),
  icon_type: St.IconType.FULLCOLOR,
  icon_size: this.ICON_SIZE });
 }
-- 
1.7.7

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

commit gnome-shell-extensions for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell-extensions for 
openSUSE:12.1 checked in at 2011-10-25 15:59:03

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


Package is gnome-shell-extensions, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:12.1/gnome-shell-extensions/gnome-shell-extensions.changes   
2011-10-24 12:46:42.0 +0200
+++ 
/work/SRC/openSUSE:12.1/.gnome-shell-extensions.new/gnome-shell-extensions.changes
  2011-10-25 15:59:09.0 +0200
@@ -1,0 +2,10 @@
+Thu Oct 20 14:23:41 UTC 2011 - malcolmle...@opensuse.org
+
+- Add gnome-shell-extensions-fix-popup-menus.patch: the dock
+  popup menus weren't working because a signal had been renamed
+  ('popup' - 'open-state-changed') (bgo#661484).
+- Add gnome-shell-extensions-make-dock-extension-work.patch:
+  without this patch, dock is invisible, but reacts on mouse
+  clicks.
+
+---

New:

  gnome-shell-extensions-fix-popup-menus.patch
  gnome-shell-extensions-make-dock-extension-work.patch



Other differences:
--
++ gnome-shell-extensions.spec ++
--- /var/tmp/diff_new_pack.5dMZr0/_old  2011-10-25 15:59:12.0 +0200
+++ /var/tmp/diff_new_pack.5dMZr0/_new  2011-10-25 15:59:12.0 +0200
@@ -27,6 +27,10 @@
 Group:  System/GUI/GNOME
 Source: 
http://download.gnome.org/sources/gnome-shell-extensions/3.2/%{name}-%{version}.tar.bz2
 Source1:README.SUSE
+# PATCH-FIX-UPSTREAM gnome-shell-extensions-fix-popup-menus.patch bgo#661484 
malcolmlewis@opensuse-org -- The dock popup menus weren't working because a 
signal had been renamed ('popup' - 'open-state-changed').
+Patch0: gnome-shell-extensions-fix-popup-menus.patch
+# PATCH-FIX-UPSTREAM gnome-shell-extensions-make-dock-extension-work.patch 
malcolmlewis@opensuse-org -- Without this patch dock is invisible, but reacts 
on mouse clicks.
+Patch1: gnome-shell-extensions-make-dock-extension-work.patch
 # Needed for directory ownership
 BuildRequires:  gnome-shell
 # gobject-introspection is needed for the typelib() rpm magic.
@@ -217,6 +221,8 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 cp %{S:1} .
 
 %build

++ gnome-shell-extensions-fix-popup-menus.patch ++
From 967aee7aad2accfb38d91ab56b6c5e91d86a2722 Mon Sep 17 00:00:00 2001
From: Stefan 'psYchotic' Zwanenburg stefanhetzwaan...@gmail.com
Date: Wed, 12 Oct 2011 01:16:18 +
Subject: dock: Fix popup menus

The dock popup menus weren't working because a signal had been renamed
('popup' - 'open-state-changed').

https://bugzilla.gnome.org/show_bug.cgi?id=661484
---
diff --git a/extensions/dock/extension.js b/extensions/dock/extension.js
index 47cd76f..240f8a8 100644
--- a/extensions/dock/extension.js
+++ b/extensions/dock/extension.js
@@ -682,7 +682,7 @@ DockIcon.prototype = {
 this._menu.connect('activate-window', Lang.bind(this, function 
(menu, window) {
 this.activateWindow(window);
 }));
-this._menu.connect('popup', Lang.bind(this, function (menu, 
isPoppedUp) {
+this._menu.connect('open-state-changed', Lang.bind(this, function 
(menu, isPoppedUp) {
 if (!isPoppedUp){
 //Restore value of autohidedock
 this._dock._restoreHideDock();
@@ -776,7 +776,6 @@ DockIconMenu.prototype = {
 this._source = source;
 
 this.connect('activate', Lang.bind(this, this._onActivate));
-this.connect('open-state-changed', Lang.bind(this, 
this._onOpenStateChanged));
 
 this.actor.add_style_class_name('dock-menu');
 
--
cgit v0.9.0.2
++ gnome-shell-extensions-make-dock-extension-work.patch ++
From 66242aa76a5d59fb4659551575c1fbb42e50b8fb Mon Sep 17 00:00:00 2001
From: Giovanni Campagna gcampa...@src.gnome.org
Date: Tue, 18 Oct 2011 08:19:50 +
Subject: [PATCH 1/2] Make dock extension actually work with gnome-3.2

Without this patch dock is invisible, but reacts on mouse clicks

Signed-off-by: Vasily Khoruzhick anars...@gmail.com
---
diff --git a/extensions/dock/extension.js b/extensions/dock/extension.js
index 240f8a8..02c9650 100644
--- a/extensions/dock/extension.js
+++ b/extensions/dock/extension.js
@@ -304,7 +304,6 @@ Dock.prototype = {
 this.actor.show();
 }));
 Main.layoutManager.addChrome(this.actor);
-this.actor.lower_bottom();
 
 //hidden
 this._settings.connect('changed::'+DOCK_POSITION_KEY, Lang.bind(this, 
function (){
@@ -372,6 +371,8 @@ Dock.prototype = {
 
 this.actor.connect('leave-event', Lang.bind(this, this._hideDock));
   

commit gnote for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package gnote for openSUSE:Factory checked 
in at 2011-10-25 15:59:58

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


Package is gnote, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnote/gnote.changes  2011-10-02 
10:08:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnote.new/gnote.changes 2011-10-25 
16:00:03.0 +0200
@@ -1,0 +2,25 @@
+Sun Oct 23 21:30:47 UTC 2011 - zai...@opensuse.org
+
+- Update to version 0.8.1:
+  + New features:
+- Removed case-sensitive search from Search All Notes window.
+- Focus chain for Search All Notes.
+- Optimized note creation, renaming and deletion
+  (bgo#660653, bgo#660663).
+- Search in notebook suggests to search all notes, when there
+  are no matches.
+  + Fixes:
+- Open note action availability.
+- Program name in about dialog.
+- Help for --start-here.
+- Don't change content modification time when autolinking.
+- Link not created when linking to existing note.
+- Broken link activation does not make link normal.
+- GetNoteContents D-Bus API returns wrong text for notes not
+  displayed (bgo#647888).
+- Case-insensitive search via SearchNotes D-Bus API 
+  (bgo#662426).
+- Added -Wformat-security to compilation flags (bgo#662490).
+  + Updated translations.
+
+---

Old:

  gnote-0.8.0.tar.bz2

New:

  gnote-0.8.1.tar.bz2



Other differences:
--
++ gnote.spec ++
--- /var/tmp/diff_new_pack.3i3dr5/_old  2011-10-25 16:00:07.0 +0200
+++ /var/tmp/diff_new_pack.3i3dr5/_new  2011-10-25 16:00:07.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gnote
-Version:0.8.0
+Version:0.8.1
 Release:1
 License:GNU GPL v3 or later
 Summary:A Port of Tomboy to C++

++ gnote-0.8.0.tar.bz2 - gnote-0.8.1.tar.bz2 ++
 23892 lines of diff (skipped)

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



commit gnote for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package gnote for openSUSE:12.1 checked in 
at 2011-10-25 16:00:02

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


Package is gnote, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/gnote/gnote.changes 2011-10-24 12:46:51.0 
+0200
+++ /work/SRC/openSUSE:12.1/.gnote.new/gnote.changes2011-10-25 
16:00:07.0 +0200
@@ -1,0 +2,25 @@
+Sun Oct 23 21:30:47 UTC 2011 - zai...@opensuse.org
+
+- Update to version 0.8.1:
+  + New features:
+- Removed case-sensitive search from Search All Notes window.
+- Focus chain for Search All Notes.
+- Optimized note creation, renaming and deletion
+  (bgo#660653, bgo#660663).
+- Search in notebook suggests to search all notes, when there
+  are no matches.
+  + Fixes:
+- Open note action availability.
+- Program name in about dialog.
+- Help for --start-here.
+- Don't change content modification time when autolinking.
+- Link not created when linking to existing note.
+- Broken link activation does not make link normal.
+- GetNoteContents D-Bus API returns wrong text for notes not
+  displayed (bgo#647888).
+- Case-insensitive search via SearchNotes D-Bus API 
+  (bgo#662426).
+- Added -Wformat-security to compilation flags (bgo#662490).
+  + Updated translations.
+
+---

Old:

  gnote-0.8.0.tar.bz2

New:

  gnote-0.8.1.tar.bz2



Other differences:
--
++ gnote.spec ++
--- /var/tmp/diff_new_pack.Y6DGSy/_old  2011-10-25 16:00:11.0 +0200
+++ /var/tmp/diff_new_pack.Y6DGSy/_new  2011-10-25 16:00:11.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gnote
-Version:0.8.0
+Version:0.8.1
 Release:1
 License:GNU GPL v3 or later
 Summary:A Port of Tomboy to C++

++ gnote-0.8.0.tar.bz2 - gnote-0.8.1.tar.bz2 ++
 23892 lines of diff (skipped)

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



commit grub2 for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2011-10-25 16:00:45

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


Package is grub2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2011-09-23 
02:02:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2011-10-25 
16:00:46.0 +0200
@@ -1,0 +2,12 @@
+Tue Oct 25 08:38:19 UTC 2011 - a...@suse.de
+
+- Add requires from efi subpackage to main package (bnc#72596)
+
+---
+Mon Oct 24 13:11:39 CEST 2011 - jsl...@suse.de
+
+- update it and pl translations
+- cleanup spec file
+  * don't package efi files to non-efi package
+
+---

Old:

  translations-20110531.tar.bz2

New:

  translations-20111024.tar.bz2



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.Lgtw0s/_old  2011-10-25 16:00:48.0 +0200
+++ /var/tmp/diff_new_pack.Lgtw0s/_new  2011-10-25 16:00:48.0 +0200
@@ -57,7 +57,7 @@
 Source3:README.openSUSE
 Source4:grub2.rpmlintrc
 # rsync -Lrtvz  translationproject.org::tp/latest/grub/ po
-Source5:translations-20110531.tar.bz2
+Source5:translations-20111024.tar.bz2
 Patch0: gcc46-fixes.patch
 Patch2: grub2-linux.patch
 Patch3: gccwarn.patch
@@ -90,6 +90,8 @@
 
 Summary:GRUB2 for EFI systems
 Group:  System/Boot
+Requires:   efibootmgr
+Requires:   grub2
 
 %description efi
 The GRand Unified Bootloader (GRUB) is a highly configurable and customizable
@@ -252,7 +254,9 @@
 %{_libdir}/%{name}
 %{_libdir}/grub/
 %{_sbindir}/%{name}-*
+%exclude %{_sbindir}/grub2-efi-*
 %{_bindir}/%{name}-*
+%exclude %{_bindir}/%{name}-efi-*
 %{_sysconfdir}/bash_completion.d/grub
 %config %{_sysconfdir}/default/grub
 %dir %{_sysconfdir}/grub.d
@@ -273,7 +277,6 @@
 
 %files efi -f grub-%{version}/grub.lang
 %defattr(-,root,root,-)
-%dir /boot
 %dir /boot/efi
 %dir /boot/efi/EFI
 %attr(0755,root,root)/boot/efi/EFI/opensuse
@@ -287,17 +290,17 @@
 %{_sbindir}/grub2-efi-probe
 %{_sbindir}/grub2-efi-reboot
 %{_sbindir}/grub2-efi-set-default
-#%{_sbindir}/grub2-efi-setup
+#%%{_sbindir}/grub2-efi-setup
 %{_bindir}/grub2-efi-bin2h
 %{_bindir}/grub2-efi-editenv
 %{_bindir}/grub2-efi-fstest
 %{_bindir}/grub2-efi-kbdcomp
 %{_bindir}/grub2-efi-menulst2cfg
-# %{_bindir}/grub2-efi-mkelfimage
+# %%{_bindir}/grub2-efi-mkelfimage
 %{_bindir}/grub2-efi-mkfont
 %{_bindir}/grub2-efi-mklayout
 %{_bindir}/grub2-efi-mkimage
-# %{_bindir}/grub2-efi-mkisofs
+# %%{_bindir}/grub2-efi-mkisofs
 %{_bindir}/grub2-efi-mkpasswd-pbkdf2
 %{_bindir}/grub2-efi-mkrelpath
 %ifnarch %{sparc} ppc ppc64
@@ -311,7 +314,7 @@
 %config %{_sysconfdir}/grub.d/??_*
 %{_sysconfdir}/grub.d/README
 %{_sysconfdir}/grub2-efi.cfg
-%{_sysconfdir}/default/grub
+%config %{_sysconfdir}/default/grub
 %dir /boot/grub2-efi
 # Actually, this is replaced by update-grub from scriptlets,
 # but it takes care of modified persistent part


++ translations-20110531.tar.bz2 - translations-20111024.tar.bz2 ++
 6568 lines of diff (skipped)

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



commit grub2 for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:12.1 checked in 
at 2011-10-25 16:00:49

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


Package is grub2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/grub2/grub2.changes 2011-10-24 12:48:31.0 
+0200
+++ /work/SRC/openSUSE:12.1/.grub2.new/grub2.changes2011-10-25 
16:00:51.0 +0200
@@ -1,0 +2,12 @@
+Tue Oct 25 08:38:19 UTC 2011 - a...@suse.de
+
+- Add requires from efi subpackage to main package (bnc#72596)
+
+---
+Mon Oct 24 13:11:39 CEST 2011 - jsl...@suse.de
+
+- update it and pl translations
+- cleanup spec file
+  * don't package efi files to non-efi package
+
+---

Old:

  translations-20110531.tar.bz2

New:

  translations-20111024.tar.bz2



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.aO2NCQ/_old  2011-10-25 16:00:51.0 +0200
+++ /var/tmp/diff_new_pack.aO2NCQ/_new  2011-10-25 16:00:51.0 +0200
@@ -57,7 +57,7 @@
 Source3:README.openSUSE
 Source4:grub2.rpmlintrc
 # rsync -Lrtvz  translationproject.org::tp/latest/grub/ po
-Source5:translations-20110531.tar.bz2
+Source5:translations-20111024.tar.bz2
 Patch0: gcc46-fixes.patch
 Patch2: grub2-linux.patch
 Patch3: gccwarn.patch
@@ -90,6 +90,8 @@
 
 Summary:GRUB2 for EFI systems
 Group:  System/Boot
+Requires:   efibootmgr
+Requires:   grub2
 
 %description efi
 The GRand Unified Bootloader (GRUB) is a highly configurable and customizable
@@ -252,7 +254,9 @@
 %{_libdir}/%{name}
 %{_libdir}/grub/
 %{_sbindir}/%{name}-*
+%exclude %{_sbindir}/grub2-efi-*
 %{_bindir}/%{name}-*
+%exclude %{_bindir}/%{name}-efi-*
 %{_sysconfdir}/bash_completion.d/grub
 %config %{_sysconfdir}/default/grub
 %dir %{_sysconfdir}/grub.d
@@ -273,7 +277,6 @@
 
 %files efi -f grub-%{version}/grub.lang
 %defattr(-,root,root,-)
-%dir /boot
 %dir /boot/efi
 %dir /boot/efi/EFI
 %attr(0755,root,root)/boot/efi/EFI/opensuse
@@ -287,17 +290,17 @@
 %{_sbindir}/grub2-efi-probe
 %{_sbindir}/grub2-efi-reboot
 %{_sbindir}/grub2-efi-set-default
-#%{_sbindir}/grub2-efi-setup
+#%%{_sbindir}/grub2-efi-setup
 %{_bindir}/grub2-efi-bin2h
 %{_bindir}/grub2-efi-editenv
 %{_bindir}/grub2-efi-fstest
 %{_bindir}/grub2-efi-kbdcomp
 %{_bindir}/grub2-efi-menulst2cfg
-# %{_bindir}/grub2-efi-mkelfimage
+# %%{_bindir}/grub2-efi-mkelfimage
 %{_bindir}/grub2-efi-mkfont
 %{_bindir}/grub2-efi-mklayout
 %{_bindir}/grub2-efi-mkimage
-# %{_bindir}/grub2-efi-mkisofs
+# %%{_bindir}/grub2-efi-mkisofs
 %{_bindir}/grub2-efi-mkpasswd-pbkdf2
 %{_bindir}/grub2-efi-mkrelpath
 %ifnarch %{sparc} ppc ppc64
@@ -311,7 +314,7 @@
 %config %{_sysconfdir}/grub.d/??_*
 %{_sysconfdir}/grub.d/README
 %{_sysconfdir}/grub2-efi.cfg
-%{_sysconfdir}/default/grub
+%config %{_sysconfdir}/default/grub
 %dir /boot/grub2-efi
 # Actually, this is replaced by update-grub from scriptlets,
 # but it takes care of modified persistent part


++ translations-20110531.tar.bz2 - translations-20111024.tar.bz2 ++
 6568 lines of diff (skipped)

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



commit gsettings-desktop-schemas for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package gsettings-desktop-schemas for 
openSUSE:Factory checked in at 2011-10-25 16:01:17

Comparing /work/SRC/openSUSE:Factory/gsettings-desktop-schemas (Old)
 and  /work/SRC/openSUSE:Factory/.gsettings-desktop-schemas.new (New)


Package is gsettings-desktop-schemas, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gsettings-desktop-schemas/gsettings-desktop-schemas.changes
  2011-10-02 10:10:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gsettings-desktop-schemas.new/gsettings-desktop-schemas.changes
 2011-10-25 16:01:18.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 24 11:44:38 UTC 2011 - vu...@opensuse.org
+
+- Add gsettings-desktop-schemas-x-content-software.patch: fix
+  autostart for media containing software.
+
+---

New:

  gsettings-desktop-schemas-x-content-software.patch



Other differences:
--
++ gsettings-desktop-schemas.spec ++
--- /var/tmp/diff_new_pack.a0LQO1/_old  2011-10-25 16:01:20.0 +0200
+++ /var/tmp/diff_new_pack.a0LQO1/_new  2011-10-25 16:01:20.0 +0200
@@ -26,6 +26,8 @@
 Url:http://gnome.org/
 Group:  System/GUI/GNOME
 Source0:
http://download.gnome.org/sources/gsettings-desktop-schemas/3.2/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM gsettings-desktop-schemas-x-content-software.patch 
vu...@opensuse.org -- Fix autostart for media containing software
+Patch0: gsettings-desktop-schemas-x-content-software.patch
 BuildRequires:  glib2-devel
 BuildRequires:  intltool
 %if 0%{?BUILD_FROM_VCS}
@@ -57,6 +59,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %if 0%{?BUILD_FROM_VCS}
 [ -x ./autogen.sh ]  NOCONFIGURE=1 ./autogen.sh

++ gsettings-desktop-schemas-x-content-software.patch ++
commit 96bf58048800f1336aa8424c475f951702ce4858
Author: Cosimo Cecchi cosi...@gnome.org
Date:   Mon Oct 3 15:56:46 2011 -0400

media: change x-content/software to x-content/unix-software

The Nautilus handler doesn't claim x-content/software at all now, and
we're really interested in autorunning UNIX software rather than Win32
one anyway.

https://bugzilla.gnome.org/show_bug.cgi?id=660803

diff --git a/schemas/org.gnome.desktop.media-handling.gschema.xml.in.in 
b/schemas/org.gnome.desktop.media-handling.gschema.xml.in.in
index a1bd398..1df7aea 100644
--- a/schemas/org.gnome.desktop.media-handling.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.media-handling.gschema.xml.in.in
@@ -16,7 +16,7 @@
   _descriptionIf set to true, then Nautilus will never prompt nor 
autorun/autostart programs when a medium is inserted./_description
 /key
 key name=autorun-x-content-start-app type=as
-  default[ 'x-content/software' ]/default
+  default[ 'x-content/unix-software' ]/default
   _summaryList of x-content/* types where the preferred application will 
be launched/_summary
   _descriptionList of x-content/* types for which the user have chosen 
to start an application in the preference capplet. The preferred application 
for the given type will be started on insertion on media matching these 
types./_description
 /key
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gsettings-desktop-schemas for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package gsettings-desktop-schemas for 
openSUSE:12.1 checked in at 2011-10-25 16:01:20

Comparing /work/SRC/openSUSE:12.1/gsettings-desktop-schemas (Old)
 and  /work/SRC/openSUSE:12.1/.gsettings-desktop-schemas.new (New)


Package is gsettings-desktop-schemas, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:12.1/gsettings-desktop-schemas/gsettings-desktop-schemas.changes
 2011-10-24 12:48:34.0 +0200
+++ 
/work/SRC/openSUSE:12.1/.gsettings-desktop-schemas.new/gsettings-desktop-schemas.changes
2011-10-25 16:01:21.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 24 11:44:38 UTC 2011 - vu...@opensuse.org
+
+- Add gsettings-desktop-schemas-x-content-software.patch: fix
+  autostart for media containing software.
+
+---

New:

  gsettings-desktop-schemas-x-content-software.patch



Other differences:
--
++ gsettings-desktop-schemas.spec ++
--- /var/tmp/diff_new_pack.BSb68W/_old  2011-10-25 16:01:23.0 +0200
+++ /var/tmp/diff_new_pack.BSb68W/_new  2011-10-25 16:01:23.0 +0200
@@ -26,6 +26,8 @@
 Url:http://gnome.org/
 Group:  System/GUI/GNOME
 Source0:
http://download.gnome.org/sources/gsettings-desktop-schemas/3.2/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM gsettings-desktop-schemas-x-content-software.patch 
vu...@opensuse.org -- Fix autostart for media containing software
+Patch0: gsettings-desktop-schemas-x-content-software.patch
 BuildRequires:  glib2-devel
 BuildRequires:  intltool
 %if 0%{?BUILD_FROM_VCS}
@@ -57,6 +59,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %if 0%{?BUILD_FROM_VCS}
 [ -x ./autogen.sh ]  NOCONFIGURE=1 ./autogen.sh

++ gsettings-desktop-schemas-x-content-software.patch ++
commit 96bf58048800f1336aa8424c475f951702ce4858
Author: Cosimo Cecchi cosi...@gnome.org
Date:   Mon Oct 3 15:56:46 2011 -0400

media: change x-content/software to x-content/unix-software

The Nautilus handler doesn't claim x-content/software at all now, and
we're really interested in autorunning UNIX software rather than Win32
one anyway.

https://bugzilla.gnome.org/show_bug.cgi?id=660803

diff --git a/schemas/org.gnome.desktop.media-handling.gschema.xml.in.in 
b/schemas/org.gnome.desktop.media-handling.gschema.xml.in.in
index a1bd398..1df7aea 100644
--- a/schemas/org.gnome.desktop.media-handling.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.media-handling.gschema.xml.in.in
@@ -16,7 +16,7 @@
   _descriptionIf set to true, then Nautilus will never prompt nor 
autorun/autostart programs when a medium is inserted./_description
 /key
 key name=autorun-x-content-start-app type=as
-  default[ 'x-content/software' ]/default
+  default[ 'x-content/unix-software' ]/default
   _summaryList of x-content/* types where the preferred application will 
be launched/_summary
   _descriptionList of x-content/* types for which the user have chosen 
to start an application in the preference capplet. The preferred application 
for the given type will be started on insertion on media matching these 
types./_description
 /key
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gtk2 for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package gtk2 for openSUSE:Factory checked in 
at 2011-10-25 16:01:34

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gtk2/gtk2.changes2011-10-19 
13:44:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtk2.new/gtk2.changes   2011-10-25 
16:01:35.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 19 00:08:03 UTC 2011 - kirill.kiril...@gmail.com
+
+- Add gtk2-window-dragging.patch: this adds support of window
+  dragging from menubars/toolbars. Fix bgo#611313.
+
+---

New:

  gtk2-window-dragging.patch



Other differences:
--
++ gtk2.spec ++
--- /var/tmp/diff_new_pack.gG5Z6f/_old  2011-10-25 16:01:46.0 +0200
+++ /var/tmp/diff_new_pack.gG5Z6f/_new  2011-10-25 16:01:46.0 +0200
@@ -34,6 +34,8 @@
 Source3:gtkrc
 Source4:baselibs.conf
 Source5:macros.gtk2
+# PATCH-FIX-UPSTREAM gtk2-window-dragging.patch bgo#611313 -- Taken from 
Fedora, to support window dragging from menubars/toolbars
+Patch0: gtk2-window-dragging.patch
 # PATCH-FIX-OPENSUSE gtk64.patch sbra...@novell.com - 64-bit dual install.  
See also the Fedora patch for a simpler way of doing this.
 Patch8: gtk64.patch
 # PATCH-FEATURE-UPSTREAM 
bugzilla-129753-gtk+-2.8.9-localize-font-style-name.diff bnc129753 bgo319484 
mfab...@novell.com - Translate the font styles in the GUI

++ gtk2-window-dragging.patch ++
diff --git a/gtk/gtkmenushell.c b/gtk/gtkmenushell.c
index 4788590..cb94c64 100644
--- a/gtk/gtkmenushell.c
+++ b/gtk/gtkmenushell.c
@@ -585,18 +585,45 @@ gtk_menu_shell_button_press (GtkWidget  *widget,
 
   if (!menu_shell-active || !menu_shell-button)
 {
-  _gtk_menu_shell_activate (menu_shell);
+  gboolean initially_active = menu_shell-active;
 
   menu_shell-button = event-button;
 
-  if (menu_item  _gtk_menu_item_is_selectable (menu_item) 
- menu_item-parent == widget 
-  menu_item != menu_shell-active_menu_item)
+  if (menu_item)
 {
-  if (GTK_MENU_SHELL_GET_CLASS (menu_shell)-submenu_placement == 
GTK_TOP_BOTTOM)
+  if (_gtk_menu_item_is_selectable (menu_item) 
+  menu_item-parent == widget 
+  menu_item != menu_shell-active_menu_item)
 {
-  menu_shell-activate_time = event-time;
-  gtk_menu_shell_select_item (menu_shell, menu_item);
+  _gtk_menu_shell_activate (menu_shell);
+  menu_shell-button = event-button;
+
+  if (GTK_MENU_SHELL_GET_CLASS (menu_shell)-submenu_placement == 
GTK_TOP_BOTTOM)
+{
+  menu_shell-activate_time = event-time;
+  gtk_menu_shell_select_item (menu_shell, menu_item);
+}
+}
+}
+  else
+{
+  if (!initially_active)
+{
+  gboolean window_drag = FALSE;
+
+  gtk_widget_style_get (widget,
+window-dragging, window_drag,
+NULL);
+
+  if (window_drag)
+{
+  gtk_menu_shell_deactivate (menu_shell);
+  gtk_window_begin_move_drag (GTK_WINDOW 
(gtk_widget_get_toplevel (widget)),
+  event-button,
+  event-x_root,
+  event-y_root,
+  event-time);
+}
 }
 }
 }
diff --git a/gtk/gtktoolbar.c b/gtk/gtktoolbar.c
index 8f065a7..c72a09f 100644
--- a/gtk/gtktoolbar.c
+++ b/gtk/gtktoolbar.c
@@ -2699,17 +2699,41 @@ static gboolean
 gtk_toolbar_button_press (GtkWidget  *toolbar,
  GdkEventButton *event)
 {
+  GtkWidget *window;
+
   if (event-button == 3)
 {
   gboolean return_value;
-  
+
   g_signal_emit (toolbar, toolbar_signals[POPUP_CONTEXT_MENU], 0,
 (int)event-x_root, (int)event-y_root, event-button,
 return_value);
-  
+
   return return_value;
 }
-  
+
+  window = gtk_widget_get_toplevel (toolbar);
+
+  if (window)
+{
+  gboolean window_drag = FALSE;
+
+  gtk_widget_style_get (toolbar,
+window-dragging, window_drag,
+NULL);
+
+  if (window_drag)
+{
+  gtk_window_begin_move_drag (GTK_WINDOW (window),
+

commit gtk2 for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package gtk2 for openSUSE:12.1 checked in at 
2011-10-25 16:01:37

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


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

Changes:

--- /work/SRC/openSUSE:12.1/gtk2/gtk2.changes   2011-10-24 12:48:42.0 
+0200
+++ /work/SRC/openSUSE:12.1/.gtk2.new/gtk2.changes  2011-10-25 
16:01:46.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 19 00:08:03 UTC 2011 - kirill.kiril...@gmail.com
+
+- Add gtk2-window-dragging.patch: this adds support of window
+  dragging from menubars/toolbars. Fix bgo#611313.
+
+---

New:

  gtk2-window-dragging.patch



Other differences:
--
++ gtk2.spec ++
--- /var/tmp/diff_new_pack.uZrszL/_old  2011-10-25 16:01:58.0 +0200
+++ /var/tmp/diff_new_pack.uZrszL/_new  2011-10-25 16:01:58.0 +0200
@@ -34,6 +34,8 @@
 Source3:gtkrc
 Source4:baselibs.conf
 Source5:macros.gtk2
+# PATCH-FIX-UPSTREAM gtk2-window-dragging.patch bgo#611313 -- Taken from 
Fedora, to support window dragging from menubars/toolbars
+Patch0: gtk2-window-dragging.patch
 # PATCH-FIX-OPENSUSE gtk64.patch sbra...@novell.com - 64-bit dual install.  
See also the Fedora patch for a simpler way of doing this.
 Patch8: gtk64.patch
 # PATCH-FEATURE-UPSTREAM 
bugzilla-129753-gtk+-2.8.9-localize-font-style-name.diff bnc129753 bgo319484 
mfab...@novell.com - Translate the font styles in the GUI

++ gtk2-window-dragging.patch ++
diff --git a/gtk/gtkmenushell.c b/gtk/gtkmenushell.c
index 4788590..cb94c64 100644
--- a/gtk/gtkmenushell.c
+++ b/gtk/gtkmenushell.c
@@ -585,18 +585,45 @@ gtk_menu_shell_button_press (GtkWidget  *widget,
 
   if (!menu_shell-active || !menu_shell-button)
 {
-  _gtk_menu_shell_activate (menu_shell);
+  gboolean initially_active = menu_shell-active;
 
   menu_shell-button = event-button;
 
-  if (menu_item  _gtk_menu_item_is_selectable (menu_item) 
- menu_item-parent == widget 
-  menu_item != menu_shell-active_menu_item)
+  if (menu_item)
 {
-  if (GTK_MENU_SHELL_GET_CLASS (menu_shell)-submenu_placement == 
GTK_TOP_BOTTOM)
+  if (_gtk_menu_item_is_selectable (menu_item) 
+  menu_item-parent == widget 
+  menu_item != menu_shell-active_menu_item)
 {
-  menu_shell-activate_time = event-time;
-  gtk_menu_shell_select_item (menu_shell, menu_item);
+  _gtk_menu_shell_activate (menu_shell);
+  menu_shell-button = event-button;
+
+  if (GTK_MENU_SHELL_GET_CLASS (menu_shell)-submenu_placement == 
GTK_TOP_BOTTOM)
+{
+  menu_shell-activate_time = event-time;
+  gtk_menu_shell_select_item (menu_shell, menu_item);
+}
+}
+}
+  else
+{
+  if (!initially_active)
+{
+  gboolean window_drag = FALSE;
+
+  gtk_widget_style_get (widget,
+window-dragging, window_drag,
+NULL);
+
+  if (window_drag)
+{
+  gtk_menu_shell_deactivate (menu_shell);
+  gtk_window_begin_move_drag (GTK_WINDOW 
(gtk_widget_get_toplevel (widget)),
+  event-button,
+  event-x_root,
+  event-y_root,
+  event-time);
+}
 }
 }
 }
diff --git a/gtk/gtktoolbar.c b/gtk/gtktoolbar.c
index 8f065a7..c72a09f 100644
--- a/gtk/gtktoolbar.c
+++ b/gtk/gtktoolbar.c
@@ -2699,17 +2699,41 @@ static gboolean
 gtk_toolbar_button_press (GtkWidget  *toolbar,
  GdkEventButton *event)
 {
+  GtkWidget *window;
+
   if (event-button == 3)
 {
   gboolean return_value;
-  
+
   g_signal_emit (toolbar, toolbar_signals[POPUP_CONTEXT_MENU], 0,
 (int)event-x_root, (int)event-y_root, event-button,
 return_value);
-  
+
   return return_value;
 }
-  
+
+  window = gtk_widget_get_toplevel (toolbar);
+
+  if (window)
+{
+  gboolean window_drag = FALSE;
+
+  gtk_widget_style_get (toolbar,
+window-dragging, window_drag,
+NULL);
+
+  if (window_drag)
+{
+  gtk_window_begin_move_drag (GTK_WINDOW (window),
+  event-button,

commit ibus-chewing for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package ibus-chewing for openSUSE:12.1 
checked in at 2011-10-25 16:01:54

Comparing /work/SRC/openSUSE:12.1/ibus-chewing (Old)
 and  /work/SRC/openSUSE:12.1/.ibus-chewing.new (New)


Package is ibus-chewing, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/ibus-chewing/ibus-chewing.changes   2011-10-24 
12:52:13.0 +0200
+++ /work/SRC/openSUSE:12.1/.ibus-chewing.new/ibus-chewing.changes  
2011-10-25 16:02:02.0 +0200
@@ -1,0 +2,21 @@
+Mon Oct 17 14:41:47 UTC 2011 - swy...@gmail.com
+
+- Update to 1.3.10
+- Need cmake-fedora-modules (stated in CMakeList.txt),add to source
+- upstream changelog:
+- Fixed Bug 726335 (Google issue 1281)- [abrt] ibus-chewing-1.3.9.2-3.fc15: 
g_atomic_int_get:
+  Process /usr/libexec/ibus-engine-chewing was killed by signal 11 (SIGSEGV) 
using patch from Scott Tsai
+- Fixed Bug 727018 - ibus compose file needs a symbol tag for gnome-shell
+- Fixed characters duplication problem (Google issue 1245, GitHub ibus-chewing 
issue 2)
+- Fixed KP-Enter not been able to commit preedit buffer. (Google issue 1303, 
GitHub ibus-chewing issue 4)
+- Depends on cmake-fedora now.
+- Fixed issue 1274, which is addressed by yusake's comments on d9009bf.
+- Add compile flag for GNOME3.
+- Add command line option: showFlags
+- ibus-gnome special symbol
+- Thanks Fred Chien's patch against that candidate window cannot be closed
+  with escape key since selected tone.
+- Thanks Fourdollar's patch for Fix plain zhuyin with space as selection 
problem.
+- Remove support for ibus-1.2 and prior. 
+
+---

Old:

  ibus-chewing-1.3.9.2-Source.tar.gz

New:

  cmake-fedora-modules.tar.bz2
  ibus-chewing-1.3.10-Source.tar.gz



Other differences:
--
++ ibus-chewing.spec ++
--- /var/tmp/diff_new_pack.GctkBW/_old  2011-10-25 16:02:03.0 +0200
+++ /var/tmp/diff_new_pack.GctkBW/_new  2011-10-25 16:02:03.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   ibus-chewing
-Version:1.3.9.2
+Version:1.3.10
 Release:1
 Summary:The Chewing engine for IBus input platform
 License:GPLv2+
@@ -27,6 +27,7 @@
 Provides:   locale(ibus:zh_TW;zh_HK)
 Url:http://code.google.com/p/ibus/
 Source0:
http://ibus.googlecode.com/files/%{name}-%{version}-Source.tar.gz
+Source1:cmake-fedora-modules.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  gettext-devel
@@ -54,6 +55,7 @@
 %setup -q -n %{name}-%{version}-Source
 
 %build
+tar -jxvf %{SOURCE1}
 cmake -DCMAKE_INSTALL_PREFIX='/usr' \
   -DLIBEXEC_DIR='%{_libdir}/ibus' \
   -DSYSCONF_INSTALL_DIR='/etc'

++ ibus-chewing-1.3.9.2-Source.tar.gz - ibus-chewing-1.3.10-Source.tar.gz 
++
 4763 lines of diff (skipped)

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



commit ibus-chewing for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package ibus-chewing for openSUSE:Factory 
checked in at 2011-10-25 16:01:51

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


Package is ibus-chewing, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ibus-chewing/ibus-chewing.changes
2011-09-23 02:03:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-chewing.new/ibus-chewing.changes   
2011-10-25 16:01:58.0 +0200
@@ -1,0 +2,21 @@
+Mon Oct 17 14:41:47 UTC 2011 - swy...@gmail.com
+
+- Update to 1.3.10
+- Need cmake-fedora-modules (stated in CMakeList.txt),add to source
+- upstream changelog:
+- Fixed Bug 726335 (Google issue 1281)- [abrt] ibus-chewing-1.3.9.2-3.fc15: 
g_atomic_int_get:
+  Process /usr/libexec/ibus-engine-chewing was killed by signal 11 (SIGSEGV) 
using patch from Scott Tsai
+- Fixed Bug 727018 - ibus compose file needs a symbol tag for gnome-shell
+- Fixed characters duplication problem (Google issue 1245, GitHub ibus-chewing 
issue 2)
+- Fixed KP-Enter not been able to commit preedit buffer. (Google issue 1303, 
GitHub ibus-chewing issue 4)
+- Depends on cmake-fedora now.
+- Fixed issue 1274, which is addressed by yusake's comments on d9009bf.
+- Add compile flag for GNOME3.
+- Add command line option: showFlags
+- ibus-gnome special symbol
+- Thanks Fred Chien's patch against that candidate window cannot be closed
+  with escape key since selected tone.
+- Thanks Fourdollar's patch for Fix plain zhuyin with space as selection 
problem.
+- Remove support for ibus-1.2 and prior. 
+
+---

Old:

  ibus-chewing-1.3.9.2-Source.tar.gz

New:

  cmake-fedora-modules.tar.bz2
  ibus-chewing-1.3.10-Source.tar.gz



Other differences:
--
++ ibus-chewing.spec ++
--- /var/tmp/diff_new_pack.PzXWx4/_old  2011-10-25 16:02:02.0 +0200
+++ /var/tmp/diff_new_pack.PzXWx4/_new  2011-10-25 16:02:02.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   ibus-chewing
-Version:1.3.9.2
+Version:1.3.10
 Release:1
 Summary:The Chewing engine for IBus input platform
 License:GPLv2+
@@ -27,6 +27,7 @@
 Provides:   locale(ibus:zh_TW;zh_HK)
 Url:http://code.google.com/p/ibus/
 Source0:
http://ibus.googlecode.com/files/%{name}-%{version}-Source.tar.gz
+Source1:cmake-fedora-modules.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  gettext-devel
@@ -54,6 +55,7 @@
 %setup -q -n %{name}-%{version}-Source
 
 %build
+tar -jxvf %{SOURCE1}
 cmake -DCMAKE_INSTALL_PREFIX='/usr' \
   -DLIBEXEC_DIR='%{_libdir}/ibus' \
   -DSYSCONF_INSTALL_DIR='/etc'

++ ibus-chewing-1.3.9.2-Source.tar.gz - ibus-chewing-1.3.10-Source.tar.gz 
++
 4763 lines of diff (skipped)

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



commit icedtea-web for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package icedtea-web for openSUSE:12.1 
checked in at 2011-10-25 16:02:05

Comparing /work/SRC/openSUSE:12.1/icedtea-web (Old)
 and  /work/SRC/openSUSE:12.1/.icedtea-web.new (New)


Package is icedtea-web, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/icedtea-web/icedtea-web.changes 2011-10-24 
12:52:33.0 +0200
+++ /work/SRC/openSUSE:12.1/.icedtea-web.new/icedtea-web.changes
2011-10-25 16:02:06.0 +0200
@@ -1,0 +2,11 @@
+Mon Oct 24 09:14:10 UTC 2011 - mvysko...@suse.cz
+
+- update to 1.1.3:
+  - PR782: Support building against npapi-sdk as well
+* drop the added patch
+  - PR794: IcedTea-Web does not work if a Web Start app jar has a
+Class-Path element in the manifest
+- icedtea-web-npapi-sdk-r5.patch for build with npapi-sdk we have
+  in openSUSE
+
+---

Old:

  icedtea-web-1.1.2-npapi-sdk.patch
  icedtea-web-1.1.2.tar.gz

New:

  icedtea-web-1.1.3.tar.gz
  icedtea-web-npapi-sdk-r5.patch



Other differences:
--
++ icedtea-web.spec ++
--- /var/tmp/diff_new_pack.xXj2TD/_old  2011-10-25 16:02:07.0 +0200
+++ /var/tmp/diff_new_pack.xXj2TD/_new  2011-10-25 16:02:07.0 +0200
@@ -53,8 +53,8 @@
 %define pluginname  IcedTeaPlugin.so
 
 Name:   icedtea-web
-Version:1.1.2
-Release:2
+Version:1.1.3
+Release:1
 Summary:Java Web Start and plugin implementation
 Group:  Development/Languages/Java
 License:GPL-2.0-with-classpath-exception
@@ -65,8 +65,7 @@
 # https://bugzilla.mozilla.org/show_bug.cgi?id=582130
 # http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=622
 Patch1: icedtea-web-1.1-moonlight-symbol-clash.patch
-# Deprecation of xulrunner-devel
-Patch2: icedtea-web-1.1.2-npapi-sdk.patch
+Patch2: icedtea-web-npapi-sdk-r5.patch
 Patch1000:  icedtea-web-suse-desktop-files.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  java-1_6_0-openjdk-devel
@@ -131,9 +130,6 @@
 %patch1000 -p1
 
 %build
-%if %{with_npapisdk}
-autoreconf -f
-%endif
 %{configure} \
 --with-jdk-home=%{_jvmdir}/%{sdkdir} \
 --with-jre-home=%{_jvmdir}/jre/ \

++ icedtea-web-1.1.2.tar.gz - icedtea-web-1.1.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/icedtea-web-1.1.2/AUTHORS 
new/icedtea-web-1.1.3/AUTHORS
--- old/icedtea-web-1.1.2/AUTHORS   2011-08-31 19:28:19.0 +0200
+++ new/icedtea-web-1.1.3/AUTHORS   2011-09-13 22:24:39.0 +0200
@@ -8,6 +8,7 @@
 Mark Greenwood m...@dcs.shef.ac.uk
 Andrew John Hughes gnu_and...@member.fsf.org, ahug...@redhat.com
 Matthias Klose d...@ubuntu.com
+Michał Górny  mgo...@gentoo.org 
 Francis Kung fk...@redhat.com
 DJ Lucas d...@lucasit.com
 Omair Majid oma...@redhat.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/icedtea-web-1.1.2/ChangeLog 
new/icedtea-web-1.1.3/ChangeLog
--- old/icedtea-web-1.1.2/ChangeLog 2011-08-31 19:30:00.0 +0200
+++ new/icedtea-web-1.1.3/ChangeLog 2011-09-28 22:18:24.0 +0200
@@ -1,3 +1,39 @@
+2011-09-28  Deepak Bhole dbh...@redhat.com
+
+   * NEWS: Prepare to release 1.1.3
+   * configure.ac: Same
+
+2011-09-28  Deepak Bhole dbh...@redhat.com
+
+   PR794: IcedTea-Web does not work if a Web Start app jar has a Class-Path
+   element in the manifest.
+   * netx/net/sourceforge/jnlp/runtime/CachedJarFileCallback.java
+   (retrieve): Blank out the Class-Path elements in manifest.
+   * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java
+   (activateJars): Only load Class-Path elements if this is an applet.
+   (addNewJar): Add the right permissions for the cached jar file and 
verify
+   signatures. 
+
+2011-09-23  Omair Majid  oma...@redhat.com
+
+   RH738814: Access denied at ssl handshake
+   * netx/net/sourceforge/jnlp/security/SecurityDialogs.java
+   (showCertWarningDialog): Add a javadoc comment.
+   * netx/net/sourceforge/jnlp/security/VariableX509TrustManager.java
+   (askUser): Wrap the call to showCertWarningDialog in a doPrivileged
+   block.
+
+2011-09-13  Deepak Bhole dbh...@redhat.com
+
+   PR782: Support building against npapi-sdk as well
+   Patch from Michał Górny  mgorny at gentoo dot org 
+   * acinclude.m4: Build against npapi-sdk.
+
+2011-08-31  Deepak Bhole dbh...@redhat.com
+
+   * NEWS: Prepare for 1.1.3
+   * configure.ac: Same
+
 2011-08-31  Deepak Bhole dbh...@redhat.com
 
* NEWS: Prepare for 1.1.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit icedtea-web for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package icedtea-web for openSUSE:Factory 
checked in at 2011-10-25 16:02:02

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


Package is icedtea-web, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/icedtea-web/icedtea-web.changes  2011-10-11 
16:54:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.icedtea-web.new/icedtea-web.changes 
2011-10-25 16:02:03.0 +0200
@@ -1,0 +2,11 @@
+Mon Oct 24 09:14:10 UTC 2011 - mvysko...@suse.cz
+
+- update to 1.1.3:
+  - PR782: Support building against npapi-sdk as well
+* drop the added patch
+  - PR794: IcedTea-Web does not work if a Web Start app jar has a
+Class-Path element in the manifest
+- icedtea-web-npapi-sdk-r5.patch for build with npapi-sdk we have
+  in openSUSE
+
+---

Old:

  icedtea-web-1.1.2-npapi-sdk.patch
  icedtea-web-1.1.2.tar.gz

New:

  icedtea-web-1.1.3.tar.gz
  icedtea-web-npapi-sdk-r5.patch



Other differences:
--
++ icedtea-web.spec ++
--- /var/tmp/diff_new_pack.xv4TLS/_old  2011-10-25 16:02:06.0 +0200
+++ /var/tmp/diff_new_pack.xv4TLS/_new  2011-10-25 16:02:06.0 +0200
@@ -53,8 +53,8 @@
 %define pluginname  IcedTeaPlugin.so
 
 Name:   icedtea-web
-Version:1.1.2
-Release:2
+Version:1.1.3
+Release:1
 Summary:Java Web Start and plugin implementation
 Group:  Development/Languages/Java
 License:GPL-2.0-with-classpath-exception
@@ -65,8 +65,7 @@
 # https://bugzilla.mozilla.org/show_bug.cgi?id=582130
 # http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=622
 Patch1: icedtea-web-1.1-moonlight-symbol-clash.patch
-# Deprecation of xulrunner-devel
-Patch2: icedtea-web-1.1.2-npapi-sdk.patch
+Patch2: icedtea-web-npapi-sdk-r5.patch
 Patch1000:  icedtea-web-suse-desktop-files.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  java-1_6_0-openjdk-devel
@@ -131,9 +130,6 @@
 %patch1000 -p1
 
 %build
-%if %{with_npapisdk}
-autoreconf -f
-%endif
 %{configure} \
 --with-jdk-home=%{_jvmdir}/%{sdkdir} \
 --with-jre-home=%{_jvmdir}/jre/ \

++ icedtea-web-1.1.2.tar.gz - icedtea-web-1.1.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/icedtea-web-1.1.2/AUTHORS 
new/icedtea-web-1.1.3/AUTHORS
--- old/icedtea-web-1.1.2/AUTHORS   2011-08-31 19:28:19.0 +0200
+++ new/icedtea-web-1.1.3/AUTHORS   2011-09-13 22:24:39.0 +0200
@@ -8,6 +8,7 @@
 Mark Greenwood m...@dcs.shef.ac.uk
 Andrew John Hughes gnu_and...@member.fsf.org, ahug...@redhat.com
 Matthias Klose d...@ubuntu.com
+Michał Górny  mgo...@gentoo.org 
 Francis Kung fk...@redhat.com
 DJ Lucas d...@lucasit.com
 Omair Majid oma...@redhat.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/icedtea-web-1.1.2/ChangeLog 
new/icedtea-web-1.1.3/ChangeLog
--- old/icedtea-web-1.1.2/ChangeLog 2011-08-31 19:30:00.0 +0200
+++ new/icedtea-web-1.1.3/ChangeLog 2011-09-28 22:18:24.0 +0200
@@ -1,3 +1,39 @@
+2011-09-28  Deepak Bhole dbh...@redhat.com
+
+   * NEWS: Prepare to release 1.1.3
+   * configure.ac: Same
+
+2011-09-28  Deepak Bhole dbh...@redhat.com
+
+   PR794: IcedTea-Web does not work if a Web Start app jar has a Class-Path
+   element in the manifest.
+   * netx/net/sourceforge/jnlp/runtime/CachedJarFileCallback.java
+   (retrieve): Blank out the Class-Path elements in manifest.
+   * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java
+   (activateJars): Only load Class-Path elements if this is an applet.
+   (addNewJar): Add the right permissions for the cached jar file and 
verify
+   signatures. 
+
+2011-09-23  Omair Majid  oma...@redhat.com
+
+   RH738814: Access denied at ssl handshake
+   * netx/net/sourceforge/jnlp/security/SecurityDialogs.java
+   (showCertWarningDialog): Add a javadoc comment.
+   * netx/net/sourceforge/jnlp/security/VariableX509TrustManager.java
+   (askUser): Wrap the call to showCertWarningDialog in a doPrivileged
+   block.
+
+2011-09-13  Deepak Bhole dbh...@redhat.com
+
+   PR782: Support building against npapi-sdk as well
+   Patch from Michał Górny  mgorny at gentoo dot org 
+   * acinclude.m4: Build against npapi-sdk.
+
+2011-08-31  Deepak Bhole dbh...@redhat.com
+
+   * NEWS: Prepare for 1.1.3
+   * configure.ac: Same
+
 2011-08-31  Deepak Bhole dbh...@redhat.com
 
* NEWS: Prepare for 1.1.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit iproute2 for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package iproute2 for openSUSE:Factory 
checked in at 2011-10-25 16:03:34

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


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

Changes:

--- /work/SRC/openSUSE:Factory/iproute2/iproute2.changes2011-09-23 
02:03:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.iproute2.new/iproute2.changes   2011-10-25 
16:03:35.0 +0200
@@ -1,0 +2,12 @@
+Fri Oct 21 20:25:56 UTC 2011 - jeng...@medozas.de
+
+- Clarify license for iproute2.spec (bnc#720282)
+
+---
+Sat Sep 24 21:50:54 UTC 2011 - jeng...@medozas.de
+
+- Add patch iproute2-xt-detect.diff to address shipped Makefiles'
+  failure to use pkg-config to locate libxtables, and thus
+  reenable m_xt
+
+---

New:

  iproute2-xt-detect.diff



Other differences:
--
++ iproute2.spec ++
--- /var/tmp/diff_new_pack.Jrad1l/_old  2011-10-25 16:03:36.0 +0200
+++ /var/tmp/diff_new_pack.Jrad1l/_new  2011-10-25 16:03:36.0 +0200
@@ -15,29 +15,41 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   iproute2
-License:GPLv2+
 Group:  Productivity/Networking/Routing
 Provides:   iproute
 Version:2.6.39
 Release:1
 Summary:Linux network configuration utilities
-Url:
http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
+URL:
http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
+# Using GPL-2.0 instead of GPL-2.0+ because of tc_skbedit.h and tc/q_multiq.c
+License:GPL-2.0
 Source0:%name-%version.tar.xz
-Patch0: %name-libdir-1.diff
-Patch1: %name-HZ.diff
+# PATCH-FIX-UPSTREAM iproute2-libdir-1.diff
+Patch0: iproute2-libdir-1.diff
+# PATCH-??-OPENSUSE iproute2-HZ.diff
+Patch1: iproute2-HZ.diff
+# PATCH-FIX-UPSTREAM iproute2-xt.diff
 Patch4: iproute2-xt.diff
+# PATCH-FIX-UPSTREAM iproute2-libxtables6.diff
 Patch5: iproute2-libxtables6.diff
+# PATCH-FIX-UPSTREAM iproute2-xt-detect.diff
+Patch6: iproute2-xt-detect.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  bison db-devel flex ghostscript-fonts-std ghostscript-x11
-BuildRequires:  libpng-devel libtiff-devel sgmltool texlive-latex
+BuildRequires:  bison db-devel flex
+BuildRequires:  libpng-devel libtiff-devel pkgconfig = 0.19
 BuildRequires:  xorg-x11-devel xz
+%if 0%{?suse_version}
+BuildRequires:  ghostscript-x11 sgmltool texlive-latex
+%endif
+%if 0%{?fedora} || 0%{?rhel}
+BuildRequires:  ghostscript linuxdoc-tools sgml-common tetex-dvips tetex-latex
+%endif
 %define with_xt 1
 %if 0%{?with_xt}
-BuildRequires:  iptables-devel
+BuildRequires:  iptables-devel = 1.4.11
 %endif
 
 %description
@@ -46,37 +58,37 @@
 distribution has used this package for network setup since SuSE Linux
 8.0.
 
-Authors:
-
-Alexey Kuznetsov kuznet at ms2 dot inr dot ac dot ru
-Stephem Hemminger shemminger at osdl dot org
-
 %package -n libnetlink-devel
-License:GPLv2+
 Summary:A Higher Level Interface to the Netlink Service
 Group:  Development/Libraries/C and C++
 Provides:   libnetlink = %version-%release
+License:GPL-2.0+
 
 %description -n libnetlink-devel
 libnetlink provides a higher level interface to rtnetlink(7).
 
 %package doc
-License:GPLv2+
 Summary:Documentation to iproute2
 Group:  Documentation
 %if 0%{?suse_version} = 1130
 BuildArch:  noarch
 %endif
+License:GPL-2.0+
 
 %description doc
 This package contains the PDF documentation from iproute2,
 as well as examples and other outdated files.
 
 %prep
+%if 0%{?__xz:1}
 %setup -q
+%else
+tar -xf %{S:0} --use=xz;
+%setup -DTq
+%endif
 %patch0
 %patch1
-%patch -P 4 -P 5 -p1
+%patch -P 4 -P 5 -P 6 -p1
 find . -name *.orig -print0 | xargs -r0 rm -v
 
 %build


++ iproute2-libxtables6.diff ++
--- /var/tmp/diff_new_pack.Jrad1l/_old  2011-10-25 16:03:36.0 +0200
+++ /var/tmp/diff_new_pack.Jrad1l/_new  2011-10-25 16:03:36.0 +0200
@@ -1,5 +1,9 @@
 From: Jan Engelhardt jeng...@medozas.de
 Date: 2011-06-01 00:52:29+0200
+Upstream: not sent yet
+
+libxtables6 (iptables-1.4.11) had to change the signature of
+xtables_merge_options to avoid invoking undefined behavior.
 
 ---
  tc/m_xt.c |6 --

++ iproute2-xt-detect.diff ++
From: Jan Engelhardt jeng...@medozas.de
Date: 2011-09-24 23:37:34.405739159 +0200
Upstream: not sent yet

Any tests involving 

commit iproute2 for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package iproute2 for openSUSE:12.1 checked 
in at 2011-10-25 16:03:38

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


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

Changes:

--- /work/SRC/openSUSE:12.1/iproute2/iproute2.changes   2011-10-24 
12:53:28.0 +0200
+++ /work/SRC/openSUSE:12.1/.iproute2.new/iproute2.changes  2011-10-25 
16:03:39.0 +0200
@@ -1,0 +2,12 @@
+Fri Oct 21 20:25:56 UTC 2011 - jeng...@medozas.de
+
+- Clarify license for iproute2.spec (bnc#720282)
+
+---
+Sat Sep 24 21:50:54 UTC 2011 - jeng...@medozas.de
+
+- Add patch iproute2-xt-detect.diff to address shipped Makefiles'
+  failure to use pkg-config to locate libxtables, and thus
+  reenable m_xt
+
+---

New:

  iproute2-xt-detect.diff



Other differences:
--
++ iproute2.spec ++
--- /var/tmp/diff_new_pack.F0gP48/_old  2011-10-25 16:03:39.0 +0200
+++ /var/tmp/diff_new_pack.F0gP48/_new  2011-10-25 16:03:39.0 +0200
@@ -15,29 +15,41 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   iproute2
-License:GPLv2+
 Group:  Productivity/Networking/Routing
 Provides:   iproute
 Version:2.6.39
 Release:1
 Summary:Linux network configuration utilities
-Url:
http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
+URL:
http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
+# Using GPL-2.0 instead of GPL-2.0+ because of tc_skbedit.h and tc/q_multiq.c
+License:GPL-2.0
 Source0:%name-%version.tar.xz
-Patch0: %name-libdir-1.diff
-Patch1: %name-HZ.diff
+# PATCH-FIX-UPSTREAM iproute2-libdir-1.diff
+Patch0: iproute2-libdir-1.diff
+# PATCH-??-OPENSUSE iproute2-HZ.diff
+Patch1: iproute2-HZ.diff
+# PATCH-FIX-UPSTREAM iproute2-xt.diff
 Patch4: iproute2-xt.diff
+# PATCH-FIX-UPSTREAM iproute2-libxtables6.diff
 Patch5: iproute2-libxtables6.diff
+# PATCH-FIX-UPSTREAM iproute2-xt-detect.diff
+Patch6: iproute2-xt-detect.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  bison db-devel flex ghostscript-fonts-std ghostscript-x11
-BuildRequires:  libpng-devel libtiff-devel sgmltool texlive-latex
+BuildRequires:  bison db-devel flex
+BuildRequires:  libpng-devel libtiff-devel pkgconfig = 0.19
 BuildRequires:  xorg-x11-devel xz
+%if 0%{?suse_version}
+BuildRequires:  ghostscript-x11 sgmltool texlive-latex
+%endif
+%if 0%{?fedora} || 0%{?rhel}
+BuildRequires:  ghostscript linuxdoc-tools sgml-common tetex-dvips tetex-latex
+%endif
 %define with_xt 1
 %if 0%{?with_xt}
-BuildRequires:  iptables-devel
+BuildRequires:  iptables-devel = 1.4.11
 %endif
 
 %description
@@ -46,37 +58,37 @@
 distribution has used this package for network setup since SuSE Linux
 8.0.
 
-Authors:
-
-Alexey Kuznetsov kuznet at ms2 dot inr dot ac dot ru
-Stephem Hemminger shemminger at osdl dot org
-
 %package -n libnetlink-devel
-License:GPLv2+
 Summary:A Higher Level Interface to the Netlink Service
 Group:  Development/Libraries/C and C++
 Provides:   libnetlink = %version-%release
+License:GPL-2.0+
 
 %description -n libnetlink-devel
 libnetlink provides a higher level interface to rtnetlink(7).
 
 %package doc
-License:GPLv2+
 Summary:Documentation to iproute2
 Group:  Documentation
 %if 0%{?suse_version} = 1130
 BuildArch:  noarch
 %endif
+License:GPL-2.0+
 
 %description doc
 This package contains the PDF documentation from iproute2,
 as well as examples and other outdated files.
 
 %prep
+%if 0%{?__xz:1}
 %setup -q
+%else
+tar -xf %{S:0} --use=xz;
+%setup -DTq
+%endif
 %patch0
 %patch1
-%patch -P 4 -P 5 -p1
+%patch -P 4 -P 5 -P 6 -p1
 find . -name *.orig -print0 | xargs -r0 rm -v
 
 %build


++ iproute2-libxtables6.diff ++
--- /var/tmp/diff_new_pack.F0gP48/_old  2011-10-25 16:03:39.0 +0200
+++ /var/tmp/diff_new_pack.F0gP48/_new  2011-10-25 16:03:39.0 +0200
@@ -1,5 +1,9 @@
 From: Jan Engelhardt jeng...@medozas.de
 Date: 2011-06-01 00:52:29+0200
+Upstream: not sent yet
+
+libxtables6 (iptables-1.4.11) had to change the signature of
+xtables_merge_options to avoid invoking undefined behavior.
 
 ---
  tc/m_xt.c |6 --

++ iproute2-xt-detect.diff ++
From: Jan Engelhardt jeng...@medozas.de
Date: 2011-09-24 23:37:34.405739159 +0200
Upstream: not sent yet

Any tests involving iptables _MUST_ 

commit java-1_6_0-openjdk for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package java-1_6_0-openjdk for 
openSUSE:Factory checked in at 2011-10-25 16:05:00

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


Package is java-1_6_0-openjdk, Maintainer is 
bnc-team-j...@forge.provo.novell.com

Changes:

--- /work/SRC/openSUSE:Factory/java-1_6_0-openjdk/java-1_6_0-openjdk.changes
2011-09-23 02:04:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-1_6_0-openjdk.new/java-1_6_0-openjdk.changes   
2011-10-25 16:05:02.0 +0200
@@ -1,0 +2,23 @@
+Fri Oct 21 12:51:28 UTC 2011 - mvysko...@suse.cz
+
+- update to 1.10.4 (bnc#725167)
+- Security fixes
+  * S7000600, CVE-2011-3547: InputStream skip() information leak
+  * S7019773, CVE-2011-3548: mutable static AWTKeyStroke.ctor
+  * S7023640, CVE-2011-3551: Java2D TransformHelper integer overflow
+  * S7032417, CVE-2011-3552: excessive default UDP socket limit under 
SecurityManager
+  * S7046794, CVE-2011-3553: JAX-WS stack-traces information leak
+  * S7046823, CVE-2011-3544: missing SecurityManager checks in scripting engine
+  * S7055902, CVE-2011-3521: IIOP deserialization code execution
+  * S7057857, CVE-2011-3554: insufficient pack200 JAR files uncompress error 
checks
+  * S7064341, CVE-2011-3389: HTTPS: block-wise chosen-plaintext attack against 
SSL/TLS (BEAST)
+  * S7070134, CVE-2011-3558: HotSpot crashes with sigsegv from PorterStemmer
+  * S7077466, CVE-2011-3556: RMI DGC server remote code execution
+  * S7083012, CVE-2011-3557: RMI registry privileged code execution
+  * S7096936, CVE-2011-3560: missing checkSetFactory calls in 
HttpsURLConnection
+- Bug fixes
+  - RH727195: Japanese font mappings are broken
+- Backports
+  - S6826104, RH730015: Getting a NullPointer exception when clicked on 
Application  Toolkit Modal dialog
+
+---

Old:

  icedtea6-1.10.3.tar.gz

New:

  icedtea6-1.10.4.tar.gz



Other differences:
--
++ java-1_6_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.TFaz28/_old  2011-10-25 16:05:06.0 +0200
+++ /var/tmp/diff_new_pack.TFaz28/_new  2011-10-25 16:05:06.0 +0200
@@ -36,7 +36,7 @@
 # If runtests is 0 test suites will not be run.
 %define runtests 0
 
-%define icedteaver 1.10.3
+%define icedteaver 1.10.4
 %define icedteasnapshot %{nil}
 %define openjdkver b22
 %define openjdkdate 28_feb_2011
@@ -103,8 +103,6 @@
 %define sdkname java-%{javaver}-%{origin}
 %define archname%{sdkname}
 # Standard JPackage directories and symbolic links.
-# Make 64-bit JDKs just another alternative on 64-bit architectures.
-# FIXME: add a archsuffix, or use of an baseline.conf
 %define jrelnk  jre-%{javaver}-%{origin}
 %define sdklnk  %{sdkname}
 %define sdkdir  %{sdklnk}-%{javaver}
@@ -1009,6 +1007,7 @@
 %doc ChangeLog
 %doc NEWS
 %doc README
+
 %dir %{_jvmdir}/%{sdkdir}
 %{_jvmdir}/%{jrelnk}
 %{_jvmjardir}/%{jrelnk}

++ icedtea6-1.10.3.tar.gz - icedtea6-1.10.4.tar.gz ++
/work/SRC/openSUSE:Factory/java-1_6_0-openjdk/icedtea6-1.10.3.tar.gz 
/work/SRC/openSUSE:Factory/.java-1_6_0-openjdk.new/icedtea6-1.10.4.tar.gz 
differ: char 5, line 1




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



commit java-1_6_0-openjdk for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package java-1_6_0-openjdk for openSUSE:12.1 
checked in at 2011-10-25 16:05:05

Comparing /work/SRC/openSUSE:12.1/java-1_6_0-openjdk (Old)
 and  /work/SRC/openSUSE:12.1/.java-1_6_0-openjdk.new (New)


Package is java-1_6_0-openjdk, Maintainer is 
bnc-team-j...@forge.provo.novell.com

Changes:

--- /work/SRC/openSUSE:12.1/java-1_6_0-openjdk/java-1_6_0-openjdk.changes   
2011-10-24 12:54:02.0 +0200
+++ /work/SRC/openSUSE:12.1/.java-1_6_0-openjdk.new/java-1_6_0-openjdk.changes  
2011-10-25 16:05:07.0 +0200
@@ -1,0 +2,23 @@
+Fri Oct 21 12:51:28 UTC 2011 - mvysko...@suse.cz
+
+- update to 1.10.4 (bnc#725167)
+- Security fixes
+  * S7000600, CVE-2011-3547: InputStream skip() information leak
+  * S7019773, CVE-2011-3548: mutable static AWTKeyStroke.ctor
+  * S7023640, CVE-2011-3551: Java2D TransformHelper integer overflow
+  * S7032417, CVE-2011-3552: excessive default UDP socket limit under 
SecurityManager
+  * S7046794, CVE-2011-3553: JAX-WS stack-traces information leak
+  * S7046823, CVE-2011-3544: missing SecurityManager checks in scripting engine
+  * S7055902, CVE-2011-3521: IIOP deserialization code execution
+  * S7057857, CVE-2011-3554: insufficient pack200 JAR files uncompress error 
checks
+  * S7064341, CVE-2011-3389: HTTPS: block-wise chosen-plaintext attack against 
SSL/TLS (BEAST)
+  * S7070134, CVE-2011-3558: HotSpot crashes with sigsegv from PorterStemmer
+  * S7077466, CVE-2011-3556: RMI DGC server remote code execution
+  * S7083012, CVE-2011-3557: RMI registry privileged code execution
+  * S7096936, CVE-2011-3560: missing checkSetFactory calls in 
HttpsURLConnection
+- Bug fixes
+  - RH727195: Japanese font mappings are broken
+- Backports
+  - S6826104, RH730015: Getting a NullPointer exception when clicked on 
Application  Toolkit Modal dialog
+
+---

Old:

  icedtea6-1.10.3.tar.gz

New:

  icedtea6-1.10.4.tar.gz



Other differences:
--
++ java-1_6_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.TlIjli/_old  2011-10-25 16:05:11.0 +0200
+++ /var/tmp/diff_new_pack.TlIjli/_new  2011-10-25 16:05:11.0 +0200
@@ -36,7 +36,7 @@
 # If runtests is 0 test suites will not be run.
 %define runtests 0
 
-%define icedteaver 1.10.3
+%define icedteaver 1.10.4
 %define icedteasnapshot %{nil}
 %define openjdkver b22
 %define openjdkdate 28_feb_2011
@@ -103,8 +103,6 @@
 %define sdkname java-%{javaver}-%{origin}
 %define archname%{sdkname}
 # Standard JPackage directories and symbolic links.
-# Make 64-bit JDKs just another alternative on 64-bit architectures.
-# FIXME: add a archsuffix, or use of an baseline.conf
 %define jrelnk  jre-%{javaver}-%{origin}
 %define sdklnk  %{sdkname}
 %define sdkdir  %{sdklnk}-%{javaver}
@@ -1009,6 +1007,7 @@
 %doc ChangeLog
 %doc NEWS
 %doc README
+
 %dir %{_jvmdir}/%{sdkdir}
 %{_jvmdir}/%{jrelnk}
 %{_jvmjardir}/%{jrelnk}

++ icedtea6-1.10.3.tar.gz - icedtea6-1.10.4.tar.gz ++
/work/SRC/openSUSE:12.1/java-1_6_0-openjdk/icedtea6-1.10.3.tar.gz 
/work/SRC/openSUSE:12.1/.java-1_6_0-openjdk.new/icedtea6-1.10.4.tar.gz differ: 
char 5, line 1




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



commit kde3-ktorrent for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package kde3-ktorrent for openSUSE:Factory 
checked in at 2011-10-25 16:05:47

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


Package is kde3-ktorrent, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kde3-ktorrent/kde3-ktorrent.changes  
2011-09-23 02:05:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde3-ktorrent.new/kde3-ktorrent.changes 
2011-10-25 16:05:48.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 21 16:26:09 CEST 2011 - dmuel...@suse.de
+
+- reenable DHT and geoip support (bnc#188562)
+
+---

Old:

  disable-DHT.diff
  no-geoip-db.diff



Other differences:
--
++ kde3-ktorrent.spec ++
--- /var/tmp/diff_new_pack.VSJIrs/_old  2011-10-25 16:05:49.0 +0200
+++ /var/tmp/diff_new_pack.VSJIrs/_new  2011-10-25 16:05:49.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ktorrent (Version 2.2.8)
+# spec file for package kde3-ktorrent
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,8 +31,6 @@
 %define rversion 2.2.8
 Source: ktorrent-%{rversion}.tar.bz2
 Patch2: remove-links.diff
-Patch4: no-geoip-db.diff
-Patch16:disable-DHT.diff
 Requires:   %{name}-lang = %{version}
 
 %description
@@ -56,8 +54,6 @@
 %prep
 %setup -q -n ktorrent-%{rversion}
 %patch2 -p1
-%patch4 -p1
-%patch16
 
 . /etc/opt/kde3/common_options
 update_admin

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



commit kde3-ktorrent for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package kde3-ktorrent for openSUSE:12.1 
checked in at 2011-10-25 16:05:52

Comparing /work/SRC/openSUSE:12.1/kde3-ktorrent (Old)
 and  /work/SRC/openSUSE:12.1/.kde3-ktorrent.new (New)


Package is kde3-ktorrent, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/kde3-ktorrent/kde3-ktorrent.changes 2011-10-24 
12:55:24.0 +0200
+++ /work/SRC/openSUSE:12.1/.kde3-ktorrent.new/kde3-ktorrent.changes
2011-10-25 16:05:53.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 21 16:26:09 CEST 2011 - dmuel...@suse.de
+
+- reenable DHT and geoip support (bnc#188562)
+
+---

Old:

  disable-DHT.diff
  no-geoip-db.diff



Other differences:
--
++ kde3-ktorrent.spec ++
--- /var/tmp/diff_new_pack.V5sQWZ/_old  2011-10-25 16:05:53.0 +0200
+++ /var/tmp/diff_new_pack.V5sQWZ/_new  2011-10-25 16:05:53.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ktorrent (Version 2.2.8)
+# spec file for package kde3-ktorrent
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,8 +31,6 @@
 %define rversion 2.2.8
 Source: ktorrent-%{rversion}.tar.bz2
 Patch2: remove-links.diff
-Patch4: no-geoip-db.diff
-Patch16:disable-DHT.diff
 Requires:   %{name}-lang = %{version}
 
 %description
@@ -56,8 +54,6 @@
 %prep
 %setup -q -n ktorrent-%{rversion}
 %patch2 -p1
-%patch4 -p1
-%patch16
 
 . /etc/opt/kde3/common_options
 update_admin

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



commit kdegraphics3 for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package kdegraphics3 for openSUSE:12.1 
checked in at 2011-10-25 16:06:36

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


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

Changes:

--- /work/SRC/openSUSE:12.1/kdegraphics3/kdegraphics3.changes   2011-10-24 
12:56:58.0 +0200
+++ /work/SRC/openSUSE:12.1/.kdegraphics3.new/kdegraphics3.changes  
2011-10-25 16:06:37.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 25 10:27:44 UTC 2011 - co...@suse.com
+
+- clean up spec file
+
+---



Other differences:
--
++ kdegraphics3.spec ++
--- /var/tmp/diff_new_pack.UFYvgh/_old  2011-10-25 16:06:37.0 +0200
+++ /var/tmp/diff_new_pack.UFYvgh/_new  2011-10-25 16:06:37.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package kdegraphics3 (Version 3.5.10)
+# spec file for package kdegraphics3
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,47 +15,48 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   kdegraphics3
 Url:http://www.kde.org
 # skip-check-libtool-deps
-BuildRequires:  OpenEXR-devel fribidi-devel giflib-devel kdebase3 
kdelibs3-devel
-BuildRequires:  kdelibs3-devel-doc net-snmp-devel qt3-devel-doc sane fdupes
-%if %suse_version = 1120
-BuildRequires:  imlib-config imlib-devel
-%endif
-%if %suse_version  1000
+BuildRequires:  OpenEXR-devel
+BuildRequires:  fdupes
+BuildRequires:  fribidi-devel
+BuildRequires:  giflib-devel
+BuildRequires:  kdebase3
+BuildRequires:  kdelibs3-devel
+BuildRequires:  kdelibs3-devel-doc
+BuildRequires:  net-snmp-devel
+BuildRequires:  qt3-devel-doc
+BuildRequires:  sane
+%if 0%{?suse_version} = 1120
+BuildRequires:  imlib-config
+BuildRequires:  imlib-devel
+%endif
+BuildRequires:  libexiv2-devel
+BuildRequires:  libgphoto2-devel
+BuildRequires:  texlive-devel
+BuildRequires:  texlive-latex
 BuildRequires:  xpdf-tools
+%if 0%{?suse_version}  1210
+BuildRequires:  libpoppler-devel
+BuildRequires:  libpoppler-qt3-devel
 %endif
-%if %suse_version  1010
-BuildRequires:  libexiv2-devel libgphoto2-devel
-%endif
-%if %suse_version  1020
-BuildRequires:  texlive-devel texlive-latex
-%else
-BuildRequires:  te_ams te_kpath te_latex
-%endif
-%if %suse_version  1210
-BuildRequires:  libpoppler-devel libpoppler-qt3-devel
-%endif
-%if %suse_version  1130
+%if 0%{?suse_version}  1130
 BuildRequires:  sane-backends-devel
 %endif
 License:GPL-2.0
 Group:  Productivity/Graphics/Viewers
 Provides:   kdegraphics3-kfile-plugins
 Obsoletes:  kdegraphics3-kfile-plugins
-%if %suse_version = 1120
+%if 0%{?suse_version} = 1120
 Provides:   kuickshow
 Obsoletes:  kuickshow
 %endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   kdelibs3 = %( echo `rpm -q --queryformat '%{VERSION}' 
kdelibs3` )
-Summary:Base Libraries for KDE Graphics Applications
 Version:3.5.10
 Release:1
+Summary:Base Libraries for KDE Graphics Applications
 Source0:kdegraphics-%{version}.tar.bz2
 Patch0: 3_5_BRANCH.diff
 Patch1: prefer-kpdf.diff
@@ -69,12 +70,14 @@
 Patch11:fix-kooka-desktop-icon.diff
 Patch12:kpdf-bug-487098.patch
 Patch13:xpdf-bnc546404.diff
-%if %suse_version  1140
+Requires:   kdelibs3
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version}  1140
 Patch14: 001-fribidi.diff
 %endif
 Patch15:GSmartPointer-gcc46.patch
 Requires:   ghostscript-x11
-%if %suse_version = 1120
+%if 0%{?suse_version} = 1120
 Provides:   kdegraphics3-viewer:/opt/kde3/bin/kuickshow
 %endif
 Provides:   kdegraphics3:/opt/kde3/bin/ksnapshot
@@ -104,34 +107,23 @@
 
 - kdegraphics3-extra
 
-
-
-Authors:
-
-The KDE Team k...@kde.org
-
 %package devel
 License:GPL-2.0
-Requires:   kdegraphics3 kdelibs3-devel
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/KDE
+Requires:   kdegraphics3
+Requires:   kdelibs3-devel
 
 %description devel
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
-
-
-Authors:
-
-The KDE Team k...@kde.org
-
 %package imaging
 License:GPL-2.0
 # usesubdirs kview kiconedit kuickshow kview kiconedit
 Summary: 

commit kdegraphics3 for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package kdegraphics3 for openSUSE:Factory 
checked in at 2011-10-25 16:06:32

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kdegraphics3/kdegraphics3.changes
2011-09-23 02:06:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdegraphics3.new/kdegraphics3.changes   
2011-10-25 16:06:33.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 25 10:27:44 UTC 2011 - co...@suse.com
+
+- clean up spec file
+
+---



Other differences:
--
++ kdegraphics3.spec ++
--- /var/tmp/diff_new_pack.zsRSgZ/_old  2011-10-25 16:06:34.0 +0200
+++ /var/tmp/diff_new_pack.zsRSgZ/_new  2011-10-25 16:06:34.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package kdegraphics3 (Version 3.5.10)
+# spec file for package kdegraphics3
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,47 +15,48 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   kdegraphics3
 Url:http://www.kde.org
 # skip-check-libtool-deps
-BuildRequires:  OpenEXR-devel fribidi-devel giflib-devel kdebase3 
kdelibs3-devel
-BuildRequires:  kdelibs3-devel-doc net-snmp-devel qt3-devel-doc sane fdupes
-%if %suse_version = 1120
-BuildRequires:  imlib-config imlib-devel
-%endif
-%if %suse_version  1000
+BuildRequires:  OpenEXR-devel
+BuildRequires:  fdupes
+BuildRequires:  fribidi-devel
+BuildRequires:  giflib-devel
+BuildRequires:  kdebase3
+BuildRequires:  kdelibs3-devel
+BuildRequires:  kdelibs3-devel-doc
+BuildRequires:  net-snmp-devel
+BuildRequires:  qt3-devel-doc
+BuildRequires:  sane
+%if 0%{?suse_version} = 1120
+BuildRequires:  imlib-config
+BuildRequires:  imlib-devel
+%endif
+BuildRequires:  libexiv2-devel
+BuildRequires:  libgphoto2-devel
+BuildRequires:  texlive-devel
+BuildRequires:  texlive-latex
 BuildRequires:  xpdf-tools
+%if 0%{?suse_version}  1210
+BuildRequires:  libpoppler-devel
+BuildRequires:  libpoppler-qt3-devel
 %endif
-%if %suse_version  1010
-BuildRequires:  libexiv2-devel libgphoto2-devel
-%endif
-%if %suse_version  1020
-BuildRequires:  texlive-devel texlive-latex
-%else
-BuildRequires:  te_ams te_kpath te_latex
-%endif
-%if %suse_version  1210
-BuildRequires:  libpoppler-devel libpoppler-qt3-devel
-%endif
-%if %suse_version  1130
+%if 0%{?suse_version}  1130
 BuildRequires:  sane-backends-devel
 %endif
 License:GPL-2.0
 Group:  Productivity/Graphics/Viewers
 Provides:   kdegraphics3-kfile-plugins
 Obsoletes:  kdegraphics3-kfile-plugins
-%if %suse_version = 1120
+%if 0%{?suse_version} = 1120
 Provides:   kuickshow
 Obsoletes:  kuickshow
 %endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   kdelibs3 = %( echo `rpm -q --queryformat '%{VERSION}' 
kdelibs3` )
-Summary:Base Libraries for KDE Graphics Applications
 Version:3.5.10
 Release:1
+Summary:Base Libraries for KDE Graphics Applications
 Source0:kdegraphics-%{version}.tar.bz2
 Patch0: 3_5_BRANCH.diff
 Patch1: prefer-kpdf.diff
@@ -69,12 +70,14 @@
 Patch11:fix-kooka-desktop-icon.diff
 Patch12:kpdf-bug-487098.patch
 Patch13:xpdf-bnc546404.diff
-%if %suse_version  1140
+Requires:   kdelibs3
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version}  1140
 Patch14: 001-fribidi.diff
 %endif
 Patch15:GSmartPointer-gcc46.patch
 Requires:   ghostscript-x11
-%if %suse_version = 1120
+%if 0%{?suse_version} = 1120
 Provides:   kdegraphics3-viewer:/opt/kde3/bin/kuickshow
 %endif
 Provides:   kdegraphics3:/opt/kde3/bin/ksnapshot
@@ -104,34 +107,23 @@
 
 - kdegraphics3-extra
 
-
-
-Authors:
-
-The KDE Team k...@kde.org
-
 %package devel
 License:GPL-2.0
-Requires:   kdegraphics3 kdelibs3-devel
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/KDE
+Requires:   kdegraphics3
+Requires:   kdelibs3-devel
 
 %description devel
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
-
-
-Authors:
-
-The KDE Team k...@kde.org
-
 %package imaging
 License:GPL-2.0
 # usesubdirs kview kiconedit kuickshow kview 

commit lftp for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package lftp for openSUSE:Factory checked in 
at 2011-10-25 16:07:18

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


Package is lftp, Maintainer is pu...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/lftp/lftp.changes2011-10-13 
16:26:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.lftp.new/lftp.changes   2011-10-25 
16:07:20.0 +0200
@@ -1,0 +2,16 @@
+Fri Oct 21 11:31:52 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to lftp-4.3.3:
+  - new setting ftp:use-tvfs (yes, no, auto)
+  - improved ftp path handling for servers without TVFS feature
+  - improved closure matching, now *.EXT matches URLs ending with .EXT
+  - updated man page
+  - updated translations
+  - fixed mirror target directory naming
+
+- merge with server:ftp/lftp:
+  - add vi command support
+  - fix build on SLE_11 and SLE_10
+  - add .desktop file
+
+---

Old:

  lftp-4.3.2.tar.xz
  lftp-compat-mode.patch
  lftp-wrapper.patch

New:

  lftp-4.3.3.tar.bz2
  lftp-autoconf-req.patch
  lftp-compat-addfiles.patch
  lftp-completion.patch
  lftp-rpmlintrc
  lftp-vi.1.1.tar.gz
  lftp-wrapper+edit+compat-modify.patch
  lftp.desktop
  lftp.png



Other differences:
--
++ lftp.spec ++
--- /var/tmp/diff_new_pack.iPJRPg/_old  2011-10-25 16:07:22.0 +0200
+++ /var/tmp/diff_new_pack.iPJRPg/_new  2011-10-25 16:07:22.0 +0200
@@ -15,31 +15,47 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+# norootforbuild
 
+%if %suse_version = 1100
+%define with_gnutls  1
+%else
+%define with_openssl 1
+%endif
 
 Name:   lftp
-Version:4.3.2
-Release:1
-License:GPLv2+
-Summary:Command Line File Transfer Program
-Url:http://lftp.yar.ru/
+Version:4.3.3
+Release:0
+%define vi_version 1.1
+License:GNU General Public License version 2 or later (GPL v2 or later)
 Group:  Productivity/Networking/Ftp/Clients
-Source: %{name}-%{version}.tar.xz
-Patch2: lftp-wrapper.patch
-Patch3: lftp-compat-mode.patch
-BuildRequires:  gcc-c++
+Url:http://lftp.yar.ru/
+Summary:LFTP Command Line File Transfer Program
+Source: 
http://ftp.yars.free.net/pub/source/lftp/lftp-%{version}.tar.bz2
+Source1:lftp.desktop
+Source2:
http://michael.stapelberg.de/lftp_vi/lftp-vi.%{vi_version}.tar.gz
+Source3:lftp.png
+Source99:   lftp-rpmlintrc
+Patch1: lftp-compat-addfiles.patch
+Patch2: lftp-wrapper+edit+compat-modify.patch
+Patch4: lftp-autoconf-req.patch
+Patch6: http://michael.stapelberg.de/lftp_vi/lftp-completion.patch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  gcc-c++ gnutls-devel libstdc++-devel openssl-devel 
readline-devel update-alternatives
+BuildRequires:  autoconf automake gzip libtool make ncurses-devel pkgconfig 
tar update-desktop-files
+%if %{?with_gnutls:1}0
 BuildRequires:  gnutls-devel
-BuildRequires:  libstdc++-devel
+%endif
+%if %{?with_openssl:1}0
 BuildRequires:  openssl-devel
-BuildRequires:  pkg-config
-BuildRequires:  readline-devel
-BuildRequires:  update-alternatives
-BuildRequires:  xz
-PreReq: coreutils
-PreReq: update-alternatives
-Provides:   nkitb:/usr/bin/ftp
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%endif
+Obsoletes:  lftp-beta  %{version}
+Provides:   lftp-beta = %{version}-%{release}
 Conflicts:  ftp
+Provides:   nkitb:/usr/bin/ftp
+PreReq: update-alternatives
+PreReq: /bin/rm
+Requires:   /usr/bin/less
 
 %description
 LFTP is a reliable shell-like command line FTP client. It can retry
@@ -52,61 +68,126 @@
 supports the HTTP protocol. Other features include IPV6 support,
 context sensitive completion, output redirection to files or to pipe,
 FTP and HTTP proxy support, transfer rate throttling for each
-connection and for all connections in sum, job queuing, job execution
+connection and for all connections in sum, job queueing, job execution
 at specified times, opie and skey support in the FTP protocol, SSL for
 HTTP and FTP, and FXP transfers.
 
 %prep
 %setup -q
-%patch2
-%patch3
+pushd src
+%__tar xzf %{SOURCE2}
+popd
+%patch1
+%patch2 -p1
+%patch4
+pushd src
+%patch6
+popd #src
+
+# replace AC_CHECK_FUNCS_ONCE with AC_CHECK_FUNCS on SLE 9+10
+# as they're not supported by the autotools environment there:
+%if 0%{?suse_version}  0  0%{?suse_version}  1020
+%__sed -i '
+s|AC_CHECK_FUNCS_ONCE|AC_CHECK_FUNCS|g
+;
+s|AC_CHECK_HEADERS_ONCE|AC_CHECK_HEADERS|g
+;

commit lftp for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package lftp for openSUSE:12.1 checked in at 
2011-10-25 16:07:22

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


Package is lftp, Maintainer is pu...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/lftp/lftp.changes   2011-10-24 12:59:09.0 
+0200
+++ /work/SRC/openSUSE:12.1/.lftp.new/lftp.changes  2011-10-25 
16:07:26.0 +0200
@@ -1,0 +2,16 @@
+Fri Oct 21 11:31:52 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to lftp-4.3.3:
+  - new setting ftp:use-tvfs (yes, no, auto)
+  - improved ftp path handling for servers without TVFS feature
+  - improved closure matching, now *.EXT matches URLs ending with .EXT
+  - updated man page
+  - updated translations
+  - fixed mirror target directory naming
+
+- merge with server:ftp/lftp:
+  - add vi command support
+  - fix build on SLE_11 and SLE_10
+  - add .desktop file
+
+---

Old:

  lftp-4.3.2.tar.xz
  lftp-compat-mode.patch
  lftp-wrapper.patch

New:

  lftp-4.3.3.tar.bz2
  lftp-autoconf-req.patch
  lftp-compat-addfiles.patch
  lftp-completion.patch
  lftp-rpmlintrc
  lftp-vi.1.1.tar.gz
  lftp-wrapper+edit+compat-modify.patch
  lftp.desktop
  lftp.png



Other differences:
--
++ lftp.spec ++
--- /var/tmp/diff_new_pack.sKVL3S/_old  2011-10-25 16:07:26.0 +0200
+++ /var/tmp/diff_new_pack.sKVL3S/_new  2011-10-25 16:07:26.0 +0200
@@ -15,31 +15,47 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+# norootforbuild
 
+%if %suse_version = 1100
+%define with_gnutls  1
+%else
+%define with_openssl 1
+%endif
 
 Name:   lftp
-Version:4.3.2
-Release:1
-License:GPLv2+
-Summary:Command Line File Transfer Program
-Url:http://lftp.yar.ru/
+Version:4.3.3
+Release:0
+%define vi_version 1.1
+License:GNU General Public License version 2 or later (GPL v2 or later)
 Group:  Productivity/Networking/Ftp/Clients
-Source: %{name}-%{version}.tar.xz
-Patch2: lftp-wrapper.patch
-Patch3: lftp-compat-mode.patch
-BuildRequires:  gcc-c++
+Url:http://lftp.yar.ru/
+Summary:LFTP Command Line File Transfer Program
+Source: 
http://ftp.yars.free.net/pub/source/lftp/lftp-%{version}.tar.bz2
+Source1:lftp.desktop
+Source2:
http://michael.stapelberg.de/lftp_vi/lftp-vi.%{vi_version}.tar.gz
+Source3:lftp.png
+Source99:   lftp-rpmlintrc
+Patch1: lftp-compat-addfiles.patch
+Patch2: lftp-wrapper+edit+compat-modify.patch
+Patch4: lftp-autoconf-req.patch
+Patch6: http://michael.stapelberg.de/lftp_vi/lftp-completion.patch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  gcc-c++ gnutls-devel libstdc++-devel openssl-devel 
readline-devel update-alternatives
+BuildRequires:  autoconf automake gzip libtool make ncurses-devel pkgconfig 
tar update-desktop-files
+%if %{?with_gnutls:1}0
 BuildRequires:  gnutls-devel
-BuildRequires:  libstdc++-devel
+%endif
+%if %{?with_openssl:1}0
 BuildRequires:  openssl-devel
-BuildRequires:  pkg-config
-BuildRequires:  readline-devel
-BuildRequires:  update-alternatives
-BuildRequires:  xz
-PreReq: coreutils
-PreReq: update-alternatives
-Provides:   nkitb:/usr/bin/ftp
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%endif
+Obsoletes:  lftp-beta  %{version}
+Provides:   lftp-beta = %{version}-%{release}
 Conflicts:  ftp
+Provides:   nkitb:/usr/bin/ftp
+PreReq: update-alternatives
+PreReq: /bin/rm
+Requires:   /usr/bin/less
 
 %description
 LFTP is a reliable shell-like command line FTP client. It can retry
@@ -52,61 +68,126 @@
 supports the HTTP protocol. Other features include IPV6 support,
 context sensitive completion, output redirection to files or to pipe,
 FTP and HTTP proxy support, transfer rate throttling for each
-connection and for all connections in sum, job queuing, job execution
+connection and for all connections in sum, job queueing, job execution
 at specified times, opie and skey support in the FTP protocol, SSL for
 HTTP and FTP, and FXP transfers.
 
 %prep
 %setup -q
-%patch2
-%patch3
+pushd src
+%__tar xzf %{SOURCE2}
+popd
+%patch1
+%patch2 -p1
+%patch4
+pushd src
+%patch6
+popd #src
+
+# replace AC_CHECK_FUNCS_ONCE with AC_CHECK_FUNCS on SLE 9+10
+# as they're not supported by the autotools environment there:
+%if 0%{?suse_version}  0  0%{?suse_version}  1020
+%__sed -i '
+s|AC_CHECK_FUNCS_ONCE|AC_CHECK_FUNCS|g
+;
+s|AC_CHECK_HEADERS_ONCE|AC_CHECK_HEADERS|g
+;
+s|AC_CHECK_DECLS_ONCE|AC_CHECK_DECLS|g
+' 

commit libapr-util1 for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package libapr-util1 for openSUSE:Factory 
checked in at 2011-10-25 16:07:37

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


Package is libapr-util1, Maintainer is dr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libapr-util1/libapr-util1.changes
2011-09-23 02:07:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.libapr-util1.new/libapr-util1.changes   
2011-10-25 16:07:43.0 +0200
@@ -1,0 +2,43 @@
+Mon Oct 17 12:05:37 CEST 2011 - dmuel...@suse.de
+
+- disable testsuite on qemu builds
+
+---
+Wed Oct 12 16:00:51 CEST 2011 - dmuel...@suse.de
+
+- fix build on Factory
+
+---
+Thu Sep 15 11:02:15 CEST 2011 - dr...@suse.de
+
+- set -DLDAP_SET_REBIND_PROC_THREE for callback setting in Factory.
+
+---
+Thu Sep  1 15:32:57 CEST 2011 - dr...@suse.de
+
+- disable the (void)tmp; cast from %patch1.
+
+---
+Thu May 26 03:41:42 UTC 2011 - crrodrig...@opensuse.org
+
+- Update to 1.3.12, single bugfix release 
+*) apr_ldap: Fix crash because of NULL cleanup registered by
+   apr_ldap_rebind_init().  [Rainer Jung]
+
+---
+Fri May 20 23:43:08 UTC 2011 - crrodrig...@opensuse.org
+
+- run make check 
+- fix pkgconfig build requires for auto dependencies
+
+---
+Fri May 20 19:56:16 UTC 2011 - crrodrig...@opensuse.org
+
+- Update to aprutil 1.3.11
+ * SECURITY: CVE-2010-1623 (cve.mitre.org)
+ * SECURITY: CVE-2009-3560, CVE-2009-3720 (cve.mitre.org)
+ * apr_thread_pool: Fix some potential deadlock situations.  PR 49709.
+ * apr_thread_pool_create: Fix pool corruption caused by multithreaded
+   use of the pool when multiple initial threads are created.
+
+---

Old:

  apr-util-1.3.9.tar.bz2
  libapr-util1-1.3.9-gcc46.patch

New:

  apr-util-1.3.12.tar.bz2
  libapr-util1-1.3.12-gcc46.patch



Other differences:
--
++ libapr-util1.spec ++
--- /var/tmp/diff_new_pack.kDw0hi/_old  2011-10-25 16:07:44.0 +0200
+++ /var/tmp/diff_new_pack.kDw0hi/_new  2011-10-25 16:07:44.0 +0200
@@ -65,7 +65,7 @@
 BuildRequires:  doxygen openldap2-devel
 %endif
 %if 0%{?suse_version}  1020
-BuildRequires:  libexpat-devel
+BuildRequires:  libexpat-devel pkgconfig
 %else
 BuildRequires:  expat
 %endif
@@ -86,12 +86,12 @@
 License:Apache-2.0
 Group:  Development/Libraries/Other
 AutoReqProv:on
-Version:1.3.9
+Version:1.3.12
 Release:12
 Summary:Apache Portable Runtime (APR) Library
 Source: http://www.apache.org/dist/apr/apr-util-%{version}.tar.bz2
 Source2:baselibs.conf
-Patch1: libapr-util1-1.3.9-gcc46.patch
+Patch0: libapr-util1-1.3.12-gcc46.patch
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Obsoletes:  libapr_memcache0
@@ -208,7 +208,7 @@
 
 %prep
 %setup -q -n apr-util-%{version}
-%patch1
+%patch0
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS
@@ -254,6 +254,10 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/libaprutil-%{apuver}.a
 
 %check
+# fails on qemu, works on real hardware
+%if !0%{?qemu_user_space_build:1}
+make check
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT

++ apr-util-1.3.9.tar.bz2 - apr-util-1.3.12.tar.bz2 ++
 99684 lines of diff (skipped)

++ libapr-util1-1.3.9-gcc46.patch - libapr-util1-1.3.12-gcc46.patch ++
--- /work/SRC/openSUSE:Factory/libapr-util1/libapr-util1-1.3.9-gcc46.patch  
2011-09-23 02:07:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libapr-util1.new/libapr-util1-1.3.12-gcc46.patch
2011-10-25 16:07:43.0 +0200
@@ -1,11 +1,13 @@
 build/apu-conf.m4  2009-06-09 02:14:49.0 +0200
-+++ build/apu-conf.m4  2011-04-28 11:19:21.14343 +0200
-@@ -393,7 +393,7 @@
+--- build/apu-conf.m4
 build/apu-conf.m4
+@@ -391,9 +391,7 @@
+ #include ldap.h
+ #endif
  ], [
- int tmp = ldap_set_rebind_proc((LDAP *)0, (LDAP_REBIND_PROC *)0, (void 
*)0);
- /* use tmp to suppress the warning */
+-int tmp = ldap_set_rebind_proc((LDAP *)0, (LDAP_REBIND_PROC *)0, (void 
*)0);
+-/* use tmp to suppress the warning */
 -tmp=0;
-+(void)tmp;
++(void) ldap_set_rebind_proc((LDAP *)0, (LDAP_REBIND_PROC *)0, (void *)0);
  ], ac_cv_ldap_set_rebind_proc_style=three, 
ac_cv_ldap_set_rebind_proc_style=two))
  
  if test 

commit libapr-util1 for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package libapr-util1 for openSUSE:12.1 
checked in at 2011-10-25 16:07:42

Comparing /work/SRC/openSUSE:12.1/libapr-util1 (Old)
 and  /work/SRC/openSUSE:12.1/.libapr-util1.new (New)


Package is libapr-util1, Maintainer is dr...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/libapr-util1/libapr-util1.changes   2011-10-24 
12:59:44.0 +0200
+++ /work/SRC/openSUSE:12.1/.libapr-util1.new/libapr-util1.changes  
2011-10-25 16:07:45.0 +0200
@@ -1,0 +2,43 @@
+Mon Oct 17 12:05:37 CEST 2011 - dmuel...@suse.de
+
+- disable testsuite on qemu builds
+
+---
+Wed Oct 12 16:00:51 CEST 2011 - dmuel...@suse.de
+
+- fix build on Factory
+
+---
+Thu Sep 15 11:02:15 CEST 2011 - dr...@suse.de
+
+- set -DLDAP_SET_REBIND_PROC_THREE for callback setting in Factory.
+
+---
+Thu Sep  1 15:32:57 CEST 2011 - dr...@suse.de
+
+- disable the (void)tmp; cast from %patch1.
+
+---
+Thu May 26 03:41:42 UTC 2011 - crrodrig...@opensuse.org
+
+- Update to 1.3.12, single bugfix release 
+*) apr_ldap: Fix crash because of NULL cleanup registered by
+   apr_ldap_rebind_init().  [Rainer Jung]
+
+---
+Fri May 20 23:43:08 UTC 2011 - crrodrig...@opensuse.org
+
+- run make check 
+- fix pkgconfig build requires for auto dependencies
+
+---
+Fri May 20 19:56:16 UTC 2011 - crrodrig...@opensuse.org
+
+- Update to aprutil 1.3.11
+ * SECURITY: CVE-2010-1623 (cve.mitre.org)
+ * SECURITY: CVE-2009-3560, CVE-2009-3720 (cve.mitre.org)
+ * apr_thread_pool: Fix some potential deadlock situations.  PR 49709.
+ * apr_thread_pool_create: Fix pool corruption caused by multithreaded
+   use of the pool when multiple initial threads are created.
+
+---

Old:

  apr-util-1.3.9.tar.bz2
  libapr-util1-1.3.9-gcc46.patch

New:

  apr-util-1.3.12.tar.bz2
  libapr-util1-1.3.12-gcc46.patch



Other differences:
--
++ libapr-util1.spec ++
--- /var/tmp/diff_new_pack.jboPQ7/_old  2011-10-25 16:07:45.0 +0200
+++ /var/tmp/diff_new_pack.jboPQ7/_new  2011-10-25 16:07:45.0 +0200
@@ -65,7 +65,7 @@
 BuildRequires:  doxygen openldap2-devel
 %endif
 %if 0%{?suse_version}  1020
-BuildRequires:  libexpat-devel
+BuildRequires:  libexpat-devel pkgconfig
 %else
 BuildRequires:  expat
 %endif
@@ -86,12 +86,12 @@
 License:Apache-2.0
 Group:  Development/Libraries/Other
 AutoReqProv:on
-Version:1.3.9
+Version:1.3.12
 Release:12
 Summary:Apache Portable Runtime (APR) Library
 Source: http://www.apache.org/dist/apr/apr-util-%{version}.tar.bz2
 Source2:baselibs.conf
-Patch1: libapr-util1-1.3.9-gcc46.patch
+Patch0: libapr-util1-1.3.12-gcc46.patch
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Obsoletes:  libapr_memcache0
@@ -208,7 +208,7 @@
 
 %prep
 %setup -q -n apr-util-%{version}
-%patch1
+%patch0
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS
@@ -254,6 +254,10 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/libaprutil-%{apuver}.a
 
 %check
+# fails on qemu, works on real hardware
+%if !0%{?qemu_user_space_build:1}
+make check
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT

++ apr-util-1.3.9.tar.bz2 - apr-util-1.3.12.tar.bz2 ++
 99684 lines of diff (skipped)

++ libapr-util1-1.3.9-gcc46.patch - libapr-util1-1.3.12-gcc46.patch ++
--- /work/SRC/openSUSE:12.1/libapr-util1/libapr-util1-1.3.9-gcc46.patch 
2011-10-24 12:59:44.0 +0200
+++ /work/SRC/openSUSE:12.1/.libapr-util1.new/libapr-util1-1.3.12-gcc46.patch   
2011-10-25 16:07:45.0 +0200
@@ -1,11 +1,13 @@
 build/apu-conf.m4  2009-06-09 02:14:49.0 +0200
-+++ build/apu-conf.m4  2011-04-28 11:19:21.14343 +0200
-@@ -393,7 +393,7 @@
+--- build/apu-conf.m4
 build/apu-conf.m4
+@@ -391,9 +391,7 @@
+ #include ldap.h
+ #endif
  ], [
- int tmp = ldap_set_rebind_proc((LDAP *)0, (LDAP_REBIND_PROC *)0, (void 
*)0);
- /* use tmp to suppress the warning */
+-int tmp = ldap_set_rebind_proc((LDAP *)0, (LDAP_REBIND_PROC *)0, (void 
*)0);
+-/* use tmp to suppress the warning */
 -tmp=0;
-+(void)tmp;
++(void) ldap_set_rebind_proc((LDAP *)0, (LDAP_REBIND_PROC *)0, (void *)0);
  ], ac_cv_ldap_set_rebind_proc_style=three, 
ac_cv_ldap_set_rebind_proc_style=two))
  
  if test $ac_cv_ldap_set_rebind_proc_style = 

commit libgweather for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package libgweather for openSUSE:Factory 
checked in at 2011-10-25 16:07:59

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libgweather/libgweather.changes  2011-10-02 
10:15:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgweather.new/libgweather.changes 
2011-10-25 16:08:04.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct 25 08:07:32 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.2.1:
+  + Fix fetching forecast from bom.gov.au
+  + Fix fetching forecasts from the Met Office
+  + Fix introspection build with builddir != srcdir
+
+---

Old:

  libgweather-3.2.0.tar.bz2

New:

  libgweather-3.2.1.tar.bz2



Other differences:
--
++ libgweather.spec ++
--- /var/tmp/diff_new_pack.5vyQKs/_old  2011-10-25 16:08:14.0 +0200
+++ /var/tmp/diff_new_pack.5vyQKs/_new  2011-10-25 16:08:14.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libgweather
-Version:3.2.0
+Version:3.2.1
 Release:1
 License:GPLv2+
 Summary:Library to get online weather information

++ libgweather-3.2.0.tar.bz2 - libgweather-3.2.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgweather/libgweather-3.2.0.tar.bz2 
/work/SRC/openSUSE:Factory/.libgweather.new/libgweather-3.2.1.tar.bz2 differ: 
char 11, line 1

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



commit libgweather for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package libgweather for openSUSE:12.1 
checked in at 2011-10-25 16:08:04

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


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

Changes:

--- /work/SRC/openSUSE:12.1/libgweather/libgweather.changes 2011-10-24 
13:02:00.0 +0200
+++ /work/SRC/openSUSE:12.1/.libgweather.new/libgweather.changes
2011-10-25 16:08:14.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct 25 08:07:32 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.2.1:
+  + Fix fetching forecast from bom.gov.au
+  + Fix fetching forecasts from the Met Office
+  + Fix introspection build with builddir != srcdir
+
+---

Old:

  libgweather-3.2.0.tar.bz2

New:

  libgweather-3.2.1.tar.bz2



Other differences:
--
++ libgweather.spec ++
--- /var/tmp/diff_new_pack.e7h12m/_old  2011-10-25 16:08:20.0 +0200
+++ /var/tmp/diff_new_pack.e7h12m/_new  2011-10-25 16:08:20.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libgweather
-Version:3.2.0
+Version:3.2.1
 Release:1
 License:GPLv2+
 Summary:Library to get online weather information

++ libgweather-3.2.0.tar.bz2 - libgweather-3.2.1.tar.bz2 ++
/work/SRC/openSUSE:12.1/libgweather/libgweather-3.2.0.tar.bz2 
/work/SRC/openSUSE:12.1/.libgweather.new/libgweather-3.2.1.tar.bz2 differ: char 
11, line 1

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



commit libssh2_org for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package libssh2_org for openSUSE:Factory 
checked in at 2011-10-25 16:08:38

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


Package is libssh2_org, Maintainer is crrodrig...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/libssh2_org/libssh2_org.changes  2011-10-03 
09:24:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.libssh2_org.new/libssh2_org.changes 
2011-10-25 16:08:54.0 +0200
@@ -1,0 +2,10 @@
+Fri Oct 21 18:15:49 UTC 2011 - crrodrig...@opensuse.org
+
+- Update to version 1.3.0
+* sftp_read: advance offset correctly for buffered copies
+* libssh2_sftp_seek64: flush packetlist and buffered data
+* _libssh2_packet_add: adjust window size when truncating
+* sftp_read: a short read is not end of file
+
+
+---

Old:

  libssh2-1.2.9.tar.bz2

New:

  libssh2-1.3.0.tar.bz2



Other differences:
--
++ libssh2_org.spec ++
--- /var/tmp/diff_new_pack.DETzXz/_old  2011-10-25 16:08:56.0 +0200
+++ /var/tmp/diff_new_pack.DETzXz/_new  2011-10-25 16:08:56.0 +0200
@@ -19,7 +19,7 @@
 Summary:A library implementing the SSH2 protocol
 
 Name:   libssh2_org
-Version:1.2.9
+Version:1.3.0
 Release:3
 License:BSD3c
 Url:http://www.libssh2.org/

++ libssh2-1.2.9.tar.bz2 - libssh2-1.3.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libssh2-1.2.9/Makefile.am 
new/libssh2-1.3.0/Makefile.am
--- old/libssh2-1.2.9/Makefile.am   2010-08-27 20:00:00.0 +0200
+++ new/libssh2-1.3.0/Makefile.am   2011-09-06 22:55:47.0 +0200
@@ -26,10 +26,9 @@
 vms/readme.vms vms/libssh2_config.h
 
 
-WIN32FILES = win32/Makefile.win32 win32/libssh2.dsw \
-win32/config.mk win32/Makefile win32/test/Makefile.win32 \
-win32/libssh2_config.h win32/tests.dsp win32/rules.mk $(DSP) \
-win32/msvcproj.head win32/msvcproj.foot win32/libssh2.rc \
+WIN32FILES = win32/libssh2.dsw win32/config.mk win32/Makefile  \
+win32/libssh2_config.h win32/tests.dsp win32/rules.mk $(DSP)   \
+win32/msvcproj.head win32/msvcproj.foot win32/libssh2.rc   \
 win32/Makefile.Watcom
 
 EXTRA_DIST = $(WIN32FILES) buildconf $(NETWAREFILES) get_ver.awk HACKING \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libssh2-1.2.9/Makefile.in 
new/libssh2-1.3.0/Makefile.in
--- old/libssh2-1.2.9/Makefile.in   2011-08-16 10:48:11.0 +0200
+++ new/libssh2-1.3.0/Makefile.in   2011-09-06 22:56:31.0 +0200
@@ -243,10 +243,9 @@
 vms/libssh2_make_kit.dcl vms/libssh2_make_lib.dcl vms/man2help.c   \
 vms/readme.vms vms/libssh2_config.h
 
-WIN32FILES = win32/Makefile.win32 win32/libssh2.dsw \
-win32/config.mk win32/Makefile win32/test/Makefile.win32 \
-win32/libssh2_config.h win32/tests.dsp win32/rules.mk $(DSP) \
-win32/msvcproj.head win32/msvcproj.foot win32/libssh2.rc \
+WIN32FILES = win32/libssh2.dsw win32/config.mk win32/Makefile  \
+win32/libssh2_config.h win32/tests.dsp win32/rules.mk $(DSP)   \
+win32/msvcproj.head win32/msvcproj.foot win32/libssh2.rc   \
 win32/Makefile.Watcom
 
 EXTRA_DIST = $(WIN32FILES) buildconf $(NETWAREFILES) get_ver.awk HACKING \
@@ -484,7 +483,7 @@
 distdir: $(DISTFILES)
$(am__remove_distdir)
mkdir $(distdir)
-   $(mkdir_p) $(distdir)/. $(distdir)/include $(distdir)/m4 $(distdir)/nw 
$(distdir)/nw/test $(distdir)/vms $(distdir)/win32 $(distdir)/win32/test
+   $(mkdir_p) $(distdir)/. $(distdir)/include $(distdir)/m4 $(distdir)/nw 
$(distdir)/nw/test $(distdir)/vms $(distdir)/win32
@srcdirstrip=`echo $(srcdir) | sed 's|.|.|g'`; \
topsrcdirstrip=`echo $(top_srcdir) | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libssh2-1.2.9/NEWS new/libssh2-1.3.0/NEWS
--- old/libssh2-1.2.9/NEWS  2011-08-16 10:48:12.0 +0200
+++ new/libssh2-1.3.0/NEWS  2011-09-06 22:56:34.0 +0200
@@ -1,5 +1,87 @@
Changelog for the libssh2 project. Generated with git2news.pl
 
+Version 1.3.0 (6 Sep 2011)
+
+Daniel Stenberg (6 Sep 2011)
+- Makefile.am: the Makefile.win32 files are gone
+
+- RELEASE-NOTES: updated for 1.3.0
+
+- sftp_read: a short read is not end of file
+  
+  A returned READ packet that is short will now only reduce the
+  offset.
+  
+  This is a temporary fix as it is slightly better than the previous
+  approach but still not very good.
+
+- [liuzl brought this change]
+
+  _libssh2_packet_add: adjust 

commit libvisual for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package libvisual for openSUSE:Factory 
checked in at 2011-10-25 16:09:24

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libvisual/libvisual.changes  2011-09-23 
02:11:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvisual.new/libvisual.changes 2011-10-25 
16:09:25.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 21 16:25:23 CEST 2011 - m...@suse.de
+
+- do not use /usr/src/packages in specfile
+
+---



Other differences:
--
++ libvisual.spec ++
--- /var/tmp/diff_new_pack.IgTh8P/_old  2011-10-25 16:09:26.0 +0200
+++ /var/tmp/diff_new_pack.IgTh8P/_new  2011-10-25 16:09:26.0 +0200
@@ -104,7 +104,7 @@
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 mkdir -p $RPM_BUILD_ROOT%_libdir/%name/{morph,input,actor,transform} 
$RPM_BUILD_ROOT%_datadir/%name/{morph,input,actor,transform}
-sed -e 's, -L/usr/src/packages/BUILD/libvisual-%{version}/libvisual , ,' 
$RPM_BUILD_ROOT/%_libdir/libvisual-0.4.la  
$RPM_BUILD_ROOT/%_libdir/libvisual-0.4.la.1
+sed -e 's, -L%{_builddir}/libvisual-%{version}/libvisual , ,' 
$RPM_BUILD_ROOT/%_libdir/libvisual-0.4.la  
$RPM_BUILD_ROOT/%_libdir/libvisual-0.4.la.1
 mv $RPM_BUILD_ROOT/%_libdir/libvisual-0.4.la.1 
$RPM_BUILD_ROOT/%_libdir/libvisual-0.4.la
 # *fixme*
 rm -rf $RPM_BUILD_ROOT/%_datadir/locale

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



commit libvisual for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package libvisual for openSUSE:12.1 checked 
in at 2011-10-25 16:09:27

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


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

Changes:

--- /work/SRC/openSUSE:12.1/libvisual/libvisual.changes 2011-10-24 
13:05:11.0 +0200
+++ /work/SRC/openSUSE:12.1/.libvisual.new/libvisual.changes2011-10-25 
16:09:27.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 21 16:25:23 CEST 2011 - m...@suse.de
+
+- do not use /usr/src/packages in specfile
+
+---



Other differences:
--
++ libvisual.spec ++
--- /var/tmp/diff_new_pack.3DHWmX/_old  2011-10-25 16:09:28.0 +0200
+++ /var/tmp/diff_new_pack.3DHWmX/_new  2011-10-25 16:09:28.0 +0200
@@ -104,7 +104,7 @@
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 mkdir -p $RPM_BUILD_ROOT%_libdir/%name/{morph,input,actor,transform} 
$RPM_BUILD_ROOT%_datadir/%name/{morph,input,actor,transform}
-sed -e 's, -L/usr/src/packages/BUILD/libvisual-%{version}/libvisual , ,' 
$RPM_BUILD_ROOT/%_libdir/libvisual-0.4.la  
$RPM_BUILD_ROOT/%_libdir/libvisual-0.4.la.1
+sed -e 's, -L%{_builddir}/libvisual-%{version}/libvisual , ,' 
$RPM_BUILD_ROOT/%_libdir/libvisual-0.4.la  
$RPM_BUILD_ROOT/%_libdir/libvisual-0.4.la.1
 mv $RPM_BUILD_ROOT/%_libdir/libvisual-0.4.la.1 
$RPM_BUILD_ROOT/%_libdir/libvisual-0.4.la
 # *fixme*
 rm -rf $RPM_BUILD_ROOT/%_datadir/locale

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



commit llvm for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package llvm for openSUSE:Factory checked in 
at 2011-10-25 16:15:23

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


Package is llvm, Maintainer is mh...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/llvm/llvm.changes2011-10-02 
10:17:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes   2011-10-25 
16:15:33.0 +0200
@@ -1,0 +2,39 @@
+Tue Oct 25 07:13:47 UTC 2011 - idon...@suse.com
+
+- Update to r142912 llvm-3.0 branch
+  * Fixes to python bindings
+
+---
+Fri Oct 21 06:57:07 UTC 2011 - idon...@suse.com
+
+- Update to r142641
+  * llvm/clang 3.0 rc1
+
+---
+Thu Oct 20 17:56:08 UTC 2011 - idon...@suse.com
+
+- Enable ARM code generation 
+
+---
+Wed Oct 19 15:47:10 UTC 2011 - idon...@suse.com
+
+- Fix libdir on x86_64 
+
+---
+Tue Oct 18 10:42:09 UTC 2011 - idon...@suse.com
+
+- Update to r142341
+  * First build from 3.0 branch
+  * -Wc++98-compat warnings for the lexer
+  * Add flags for the remaining shift related warnings
+(-Wshift-count-negative, -Wshift-count-overflow).
+  * Only warn in -Wliteral-conversion if the conversion 
+loses information
+  * Added clang_getCompletionAnnotation and 
+clang_getCompletionNumAnnotations to retrieve annotations 
+from completion string.
+  * Add support for -std=gnu90 and -std=c++03, for compatibility 
+with modern gcc.
+- Switch to tar.bz2 and remove xz dependency
+
+---

Old:

  llvm-2.9.99.svn20110929.tar.xz

New:

  llvm-2.9.99.svn20111025.tar.bz2



Other differences:
--
++ llvm.spec ++
--- /var/tmp/diff_new_pack.5RLMx0/_old  2011-10-25 16:15:44.0 +0200
+++ /var/tmp/diff_new_pack.5RLMx0/_new  2011-10-25 16:15:44.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _revision140782
+%define _revision142912
 %define _release_version 3.0
 
 %if 0%{?suse_version} = 1200
@@ -26,13 +26,13 @@
 %endif
 
 Name:   llvm
-Version:2.9.99.svn20110929
+Version:2.9.99.svn20111025
 Release:1
 License:NCSA
 Summary:Low Level Virtual Machine
 Url:http://www.llvm.org
 Group:  Development/Languages/Other
-Source0:%{name}-%{version}.tar.xz
+Source0:%{name}-%{version}.tar.bz2
 Source100:  %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE set-revision.patch idoen...@suse.de -- Allow us to set 
revision
 Patch1: set-revision.patch
@@ -55,7 +55,6 @@
 BuildRequires:  python-devel
 BuildRequires:  tcl-devel
 BuildRequires:  tk-devel
-BuildRequires:  xz
 
 # Code10 does not have libffi
 %if 0%{?suse_version}  1100
@@ -141,7 +140,7 @@
 
 cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
   -DLLVM_ENABLE_ASSERTIONS=TRUE \
-  -DLLVM_TARGETS_TO_BUILD=X86 \
+  -DLLVM_TARGETS_TO_BUILD=ARM;X86 \
   ..
 
 make %{?_smp_mflags}
@@ -181,6 +180,11 @@
 %makeinstall
 cd ..
 
+# Fixup libdir for x86-64
+%ifarch x86_64
+sed -i s,ABS_RUN_DIR/lib,ABS_RUN_DIR/lib64, %{buildroot}/%{_bindir}/llvm-config
+%endif
+
 # cleanup
 file %{buildroot}/%{_bindir}/* | awk -F: '$2~/ELF/{print $1}' | xargs -r 
chrpath -d
 file %{buildroot}/%{_libdir}/%{name}/*.so | awk -F: '$2~/ELF/{print $1}' | 
xargs -r chrpath -d
@@ -243,6 +247,8 @@
 
 # Create man pages because cmake buildsystem doesn't do for us
 install -m 755 -d %{buildroot}%{_mandir}/man1
+# tblgen is not installed anymore.
+rm docs/CommandGuide/tblgen.pod
 for i in docs/CommandGuide/*.pod tools/clang/docs/tools/*.pod; do
 page=`echo $i|awk -F/ '{print $(NF)}'|sed s,.pod,,` 
 pod2man -s1 $i %{buildroot}%{_mandir}/man1/$page.1;
@@ -263,9 +269,9 @@
 %fdupes -s %{buildroot}%{_docdir}/%{name}
 %fdupes -s %{buildroot}%{_docdir}/%{name}-doc
 
-%post -p /sbin/ldconfig
+%post -n llvm-clang-devel -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n llvm-clang-devel -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -292,7 +298,6 @@
 %{_bindir}/clang
 %{_bindir}/clang-*
 %{_bindir}/clang++
-%{_bindir}/tblgen
 %{_bindir}/c-index-test
 %{_bindir}/ccc-analyzer
 %{_bindir}/c++-analyzer
@@ -304,7 +309,6 @@
 %{py_sitedir}/Resources
 %{_datadir}/clang
 %{_mandir}/man1/clang.1.gz
-%{_mandir}/man1/tblgen.1.gz
 %dir %{_libdir}/clang
 %dir %{_libdir}/clang/*
 %dir %{_libdir}/clang/*/include
@@ -321,6 +325,7 @@
 %{_libdir}/clang/*/include/nmmintrin.h
 %{_libdir}/clang/*/include/pmmintrin.h
 

commit mysql-community-server for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package mysql-community-server for 
openSUSE:Factory checked in at 2011-10-25 16:17:19

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
2011-10-19 13:43:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mysql-community-server.new/mysql-community-server.changes
   2011-10-25 16:17:20.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct 20 19:03:22 UTC 2011 - a...@suse.de
+
+- Add empty line after libmysqld18 postun, so that rpm does not
+  use the next line as argument.
+
+---



Other differences:
--
++ mysql-community-server.spec ++
--- /var/tmp/diff_new_pack.grkJxK/_old  2011-10-25 16:17:24.0 +0200
+++ /var/tmp/diff_new_pack.grkJxK/_new  2011-10-25 16:17:24.0 +0200
@@ -489,6 +489,7 @@
 %post -n libmysqld18 -p /sbin/ldconfig
 
 %postun -n libmysqld18 -p /sbin/ldconfig
+
 %endif
 
 
#---

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

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package mysql-community-server for 
openSUSE:12.1 checked in at 2011-10-25 16:17:22

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


Package is mysql-community-server, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:12.1/mysql-community-server/mysql-community-server.changes   
2011-10-24 13:09:41.0 +0200
+++ 
/work/SRC/openSUSE:12.1/.mysql-community-server.new/mysql-community-server.changes
  2011-10-25 16:17:24.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct 20 19:03:22 UTC 2011 - a...@suse.de
+
+- Add empty line after libmysqld18 postun, so that rpm does not
+  use the next line as argument.
+
+---



Other differences:
--
++ mysql-community-server.spec ++
--- /var/tmp/diff_new_pack.Tk2rns/_old  2011-10-25 16:17:27.0 +0200
+++ /var/tmp/diff_new_pack.Tk2rns/_new  2011-10-25 16:17:27.0 +0200
@@ -489,6 +489,7 @@
 %post -n libmysqld18 -p /sbin/ldconfig
 
 %postun -n libmysqld18 -p /sbin/ldconfig
+
 %endif
 
 
#---

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



commit ncpfs for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package ncpfs for openSUSE:Factory checked 
in at 2011-10-25 16:17:31

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


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

Changes:

--- /work/SRC/openSUSE:Factory/ncpfs/ncpfs.changes  2011-09-23 
02:14:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.ncpfs.new/ncpfs.changes 2011-10-25 
16:17:33.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 21 16:25:23 CEST 2011 - m...@suse.de
+
+- do not use /usr/src/packages in specfile
+
+---



Other differences:
--
++ ncpfs.spec ++
--- /var/tmp/diff_new_pack.0IdvqN/_old  2011-10-25 16:17:35.0 +0200
+++ /var/tmp/diff_new_pack.0IdvqN/_new  2011-10-25 16:17:35.0 +0200
@@ -218,7 +218,7 @@
 mkdir -p $RPM_BUILD_ROOT/usr/sbin
 mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
 mkdir -p $RPM_BUILD_ROOT%{cups_lib_dir}/backend
-export 
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/src/packages/BUILD/ncpfs-%{version}/lib
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{_builddir}/ncpfs-%{version}/lib
 make \
 DESTDIR=$RPM_BUILD_ROOT \
 LIB_PAM_SECURITY=/%{_lib}/security \


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



commit ncpfs for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package ncpfs for openSUSE:12.1 checked in 
at 2011-10-25 16:17:36

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


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

Changes:

--- /work/SRC/openSUSE:12.1/ncpfs/ncpfs.changes 2011-10-24 13:10:23.0 
+0200
+++ /work/SRC/openSUSE:12.1/.ncpfs.new/ncpfs.changes2011-10-25 
16:17:37.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 21 16:25:23 CEST 2011 - m...@suse.de
+
+- do not use /usr/src/packages in specfile
+
+---



Other differences:
--
++ ncpfs.spec ++
--- /var/tmp/diff_new_pack.xfdteC/_old  2011-10-25 16:17:39.0 +0200
+++ /var/tmp/diff_new_pack.xfdteC/_new  2011-10-25 16:17:39.0 +0200
@@ -218,7 +218,7 @@
 mkdir -p $RPM_BUILD_ROOT/usr/sbin
 mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
 mkdir -p $RPM_BUILD_ROOT%{cups_lib_dir}/backend
-export 
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/src/packages/BUILD/ncpfs-%{version}/lib
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{_builddir}/ncpfs-%{version}/lib
 make \
 DESTDIR=$RPM_BUILD_ROOT \
 LIB_PAM_SECURITY=/%{_lib}/security \


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



commit net-snmp for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package net-snmp for openSUSE:Factory 
checked in at 2011-10-25 16:18:52

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


Package is net-snmp, Maintainer is lchiqui...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/net-snmp/net-snmp.changes2011-09-29 
12:53:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.net-snmp.new/net-snmp.changes   2011-10-25 
16:18:53.0 +0200
@@ -1,0 +2,16 @@
+Fri Oct 21 12:30:29 UTC 2011 - lchiqui...@suse.com
+
+- net-snmp-5.7.1-fsys-memory-leak.patch: fix a memory leak in
+  agent/mibgroup/hardware/fsys (bnc#725766)
+- net-snmp-5.7.1-snmplib-default-retries.patch: change default
+  number of retries back from 0 to 5 (bnc#725766)
+- net-snmp-5.7.1-fix-handling-of-large-filesystems.patch: fix
+  bug in handling large (8TB) filesystems (bnc#725766)
+- net-snmp-5.7.1-use-pclose-to-close-pipes.patch: use pclose()
+  instead of fclose() to close a pipe (bnc#725766)
+- net-snmp-5.7.1-old-api-double-free.patch: agent: avoid double
+  free when netsnmp_register_old_api() fails (bnc#725766)
+- net-snmp-5.7.1-snmplib-zero-timeout.patch: snmplib: avoid
+  waiting indefinitely if a session has timeout zero (bnc#725766)
+
+---

New:

  net-snmp-5.7.1-fix-handling-of-large-filesystems.patch
  net-snmp-5.7.1-fsys-memory-leak.patch
  net-snmp-5.7.1-old-api-double-free.patch
  net-snmp-5.7.1-snmplib-default-retries.patch
  net-snmp-5.7.1-snmplib-zero-timeout.patch
  net-snmp-5.7.1-use-pclose-to-close-pipes.patch



Other differences:
--
++ net-snmp.spec ++
--- /var/tmp/diff_new_pack.T1rE7f/_old  2011-10-25 16:18:55.0 +0200
+++ /var/tmp/diff_new_pack.T1rE7f/_new  2011-10-25 16:18:55.0 +0200
@@ -63,6 +63,12 @@
 Patch7: net-snmp-5.7.0-velocity-mib.patch
 Patch8: net-snmp-5.7.0-recognize-reiserfs.patch
 Patch9: net-snmp-5.7.1-agentx-crash.patch
+Patch10:net-snmp-5.7.1-snmplib-zero-timeout.patch
+Patch11:net-snmp-5.7.1-old-api-double-free.patch
+Patch12:net-snmp-5.7.1-use-pclose-to-close-pipes.patch
+Patch13:net-snmp-5.7.1-fix-handling-of-large-filesystems.patch
+Patch14:net-snmp-5.7.1-snmplib-default-retries.patch
+Patch15:net-snmp-5.7.1-fsys-memory-leak.patch
 #
 Summary:SNMP Daemon
 
@@ -205,6 +211,12 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
+%patch13 -p1
+%patch14 -p1
+%patch15 -p1
 
 %build
 MIBS=misc/ipfwacc ucd-snmp/diskio etherlike-mib rmon-mib velocity smux \

++ net-snmp-5.7.1-fix-handling-of-large-filesystems.patch ++
commit 76ff25d9bf97579e7213102065fd5096f049a4c5
Author: Bart Van Assche bvanass...@acm.org
Date:   Fri Oct 7 14:13:18 2011 +0200

CHANGES: snmpd: HOST-RESOURCES-MIB::hrStorageTable: fix bug in handling 
large filesystems, where large means above 8 TB (= 2**31 * 4096 bytes).

This patch fixes a bug introduced in commit
71d8293f387a6cd66bb0dbb13c0f50174d2e678b.
For the original bug report, see also

https://sourceforge.net/tracker/?func=detailatid=112694aid=3419825group_id=12694.

diff --git a/agent/mibgroup/hardware/fsys/hw_fsys.c 
b/agent/mibgroup/hardware/fsys/hw_fsys.c
index c96284e..be698b2 100644
--- a/agent/mibgroup/hardware/fsys/hw_fsys.c
+++ b/agent/mibgroup/hardware/fsys/hw_fsys.c
@@ -321,19 +321,23 @@ netsnmp_fsys_avail( netsnmp_fsys_info *f) {
 
 /* recalculate f-size_32, used_32, avail_32 and units_32 from f-size  
comp.*/
 void
-netsnmp_fsys_calculate32( netsnmp_fsys_info *f)
+netsnmp_fsys_calculate32(netsnmp_fsys_info *f)
 {
 unsigned long long s = f-size;
-unsigned long long u = f-units;
-int factor = 0;
+unsigned shift = 0;
+
 while (s  INT32_MAX) {
 s = s  1;
-u = u  1;
-factor++;
+shift++;
 }
 
 f-size_32 = s;
-f-units_32 = u;
-f-avail_32 = f-avail  factor;
-f-used_32 = f-used  factor;
+f-units_32 = f-units  shift;
+f-avail_32 = f-avail  shift;
+f-used_32 = f-used  shift;
+
+DEBUGMSGTL((fsys, Results of 32-bit conversion: size %llu - %lu;
+units %llu - %lu; avail %llu - %lu; used %llu - %lu\n,
+   f-size, f-size_32, f-units, f-units_32,
+   f-avail, f-avail_32, f-used, f-used_32));
 }
++ net-snmp-5.7.1-fsys-memory-leak.patch ++
commit 6ef6907642247c663b9b8964b9fd44a211dbcaa7
Author: Bart Van Assche bvanass...@acm.org
Date:   Thu Oct 20 20:30:54 2011 +0200

CHANGES: snmpd: BUG: 3408398: Fix a memory leak in 
agent/mibgroup/hardware/fsys.

This memory leak was introduced via commit

commit net-snmp for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package net-snmp for openSUSE:12.1 checked 
in at 2011-10-25 16:18:56

Comparing /work/SRC/openSUSE:12.1/net-snmp (Old)
 and  /work/SRC/openSUSE:12.1/.net-snmp.new (New)


Package is net-snmp, Maintainer is lchiqui...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/net-snmp/net-snmp.changes   2011-10-24 
13:10:26.0 +0200
+++ /work/SRC/openSUSE:12.1/.net-snmp.new/net-snmp.changes  2011-10-25 
16:19:01.0 +0200
@@ -1,0 +2,16 @@
+Fri Oct 21 12:30:29 UTC 2011 - lchiqui...@suse.com
+
+- net-snmp-5.7.1-fsys-memory-leak.patch: fix a memory leak in
+  agent/mibgroup/hardware/fsys (bnc#725766)
+- net-snmp-5.7.1-snmplib-default-retries.patch: change default
+  number of retries back from 0 to 5 (bnc#725766)
+- net-snmp-5.7.1-fix-handling-of-large-filesystems.patch: fix
+  bug in handling large (8TB) filesystems (bnc#725766)
+- net-snmp-5.7.1-use-pclose-to-close-pipes.patch: use pclose()
+  instead of fclose() to close a pipe (bnc#725766)
+- net-snmp-5.7.1-old-api-double-free.patch: agent: avoid double
+  free when netsnmp_register_old_api() fails (bnc#725766)
+- net-snmp-5.7.1-snmplib-zero-timeout.patch: snmplib: avoid
+  waiting indefinitely if a session has timeout zero (bnc#725766)
+
+---

New:

  net-snmp-5.7.1-fix-handling-of-large-filesystems.patch
  net-snmp-5.7.1-fsys-memory-leak.patch
  net-snmp-5.7.1-old-api-double-free.patch
  net-snmp-5.7.1-snmplib-default-retries.patch
  net-snmp-5.7.1-snmplib-zero-timeout.patch
  net-snmp-5.7.1-use-pclose-to-close-pipes.patch



Other differences:
--
++ net-snmp.spec ++
--- /var/tmp/diff_new_pack.IhcHTp/_old  2011-10-25 16:19:02.0 +0200
+++ /var/tmp/diff_new_pack.IhcHTp/_new  2011-10-25 16:19:02.0 +0200
@@ -63,6 +63,12 @@
 Patch7: net-snmp-5.7.0-velocity-mib.patch
 Patch8: net-snmp-5.7.0-recognize-reiserfs.patch
 Patch9: net-snmp-5.7.1-agentx-crash.patch
+Patch10:net-snmp-5.7.1-snmplib-zero-timeout.patch
+Patch11:net-snmp-5.7.1-old-api-double-free.patch
+Patch12:net-snmp-5.7.1-use-pclose-to-close-pipes.patch
+Patch13:net-snmp-5.7.1-fix-handling-of-large-filesystems.patch
+Patch14:net-snmp-5.7.1-snmplib-default-retries.patch
+Patch15:net-snmp-5.7.1-fsys-memory-leak.patch
 #
 Summary:SNMP Daemon
 
@@ -205,6 +211,12 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
+%patch13 -p1
+%patch14 -p1
+%patch15 -p1
 
 %build
 MIBS=misc/ipfwacc ucd-snmp/diskio etherlike-mib rmon-mib velocity smux \

++ net-snmp-5.7.1-fix-handling-of-large-filesystems.patch ++
commit 76ff25d9bf97579e7213102065fd5096f049a4c5
Author: Bart Van Assche bvanass...@acm.org
Date:   Fri Oct 7 14:13:18 2011 +0200

CHANGES: snmpd: HOST-RESOURCES-MIB::hrStorageTable: fix bug in handling 
large filesystems, where large means above 8 TB (= 2**31 * 4096 bytes).

This patch fixes a bug introduced in commit
71d8293f387a6cd66bb0dbb13c0f50174d2e678b.
For the original bug report, see also

https://sourceforge.net/tracker/?func=detailatid=112694aid=3419825group_id=12694.

diff --git a/agent/mibgroup/hardware/fsys/hw_fsys.c 
b/agent/mibgroup/hardware/fsys/hw_fsys.c
index c96284e..be698b2 100644
--- a/agent/mibgroup/hardware/fsys/hw_fsys.c
+++ b/agent/mibgroup/hardware/fsys/hw_fsys.c
@@ -321,19 +321,23 @@ netsnmp_fsys_avail( netsnmp_fsys_info *f) {
 
 /* recalculate f-size_32, used_32, avail_32 and units_32 from f-size  
comp.*/
 void
-netsnmp_fsys_calculate32( netsnmp_fsys_info *f)
+netsnmp_fsys_calculate32(netsnmp_fsys_info *f)
 {
 unsigned long long s = f-size;
-unsigned long long u = f-units;
-int factor = 0;
+unsigned shift = 0;
+
 while (s  INT32_MAX) {
 s = s  1;
-u = u  1;
-factor++;
+shift++;
 }
 
 f-size_32 = s;
-f-units_32 = u;
-f-avail_32 = f-avail  factor;
-f-used_32 = f-used  factor;
+f-units_32 = f-units  shift;
+f-avail_32 = f-avail  shift;
+f-used_32 = f-used  shift;
+
+DEBUGMSGTL((fsys, Results of 32-bit conversion: size %llu - %lu;
+units %llu - %lu; avail %llu - %lu; used %llu - %lu\n,
+   f-size, f-size_32, f-units, f-units_32,
+   f-avail, f-avail_32, f-used, f-used_32));
 }
++ net-snmp-5.7.1-fsys-memory-leak.patch ++
commit 6ef6907642247c663b9b8964b9fd44a211dbcaa7
Author: Bart Van Assche bvanass...@acm.org
Date:   Thu Oct 20 20:30:54 2011 +0200

CHANGES: snmpd: BUG: 3408398: Fix a memory leak in 
agent/mibgroup/hardware/fsys.

This memory leak was introduced via commit

commit nmap for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package nmap for openSUSE:Factory checked in 
at 2011-10-25 16:29:00

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


Package is nmap, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/nmap/nmap.changes2011-10-18 
14:33:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.nmap.new/nmap.changes   2011-10-25 
16:29:02.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct 22 17:43:10 UTC 2011 - eug...@nobilis.org.ru
+
+- Fixed a run Zenmap as sudo in KDE and GNOME
+
+---

Old:

  nmap-5.21-gnomesu.patch

New:

  su-to-zenmap.patch



Other differences:
--
++ nmap.spec ++
--- /var/tmp/diff_new_pack.Rg6dVG/_old  2011-10-25 16:29:06.0 +0200
+++ /var/tmp/diff_new_pack.Rg6dVG/_new  2011-10-25 16:29:06.0 +0200
@@ -46,7 +46,7 @@
 Patch1: nmap-4.00-noreturn.diff
 Patch2: nmap-5.00-desktop_files.patch
 Patch3: nmap-4.75-nostrip.patch
-Patch5: nmap-5.21-gnomesu.patch
+Patch5: su-to-zenmap.patch
 
 %description
 Nmap is designed to allow system administrators and curious individuals

++ su-to-zenmap.patch ++
--- zenmap/install_scripts/unix/su-to-zenmap.sh.orig2009-05-03 
08:33:50.0 +0400
+++ zenmap/install_scripts/unix/su-to-zenmap.sh 2011-10-03 20:15:53.0 
+0400
@@ -13,8 +13,8 @@
 $COMMAND
 else
 if test -z $SU_TO_ROOT_X; then
-  if which gksu /dev/null 21 ; then
-SU_TO_ROOT_X=gksu
+  if which gnomesu /dev/null 21 ; then
+SU_TO_ROOT_X=gnomesu
 if test X$KDE_FULL_SESSION = Xtrue ; then
   if which kdesu /dev/null 21 ; then
 SU_TO_ROOT_X=kdesu
@@ -39,8 +39,8 @@
   fi
 fi
 case $SU_TO_ROOT_X in
-  gksu) gksu -u $PRIV $COMMAND;;
-  kdesu) kdesu -u $PRIV $COMMAND;;
+  gnomesu) gnomesu -u $PRIV -c $COMMAND;;
+  kdesu) kdesu -u $PRIV -c $COMMAND;;
   kde4su) /usr/lib/kde4/libexec/kdesu -u $PRIV $COMMAND;;
   ktsuss) ktsuss -u $PRIV $COMMAND;;
   # As a last resort, open a new xterm use sudo/su
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit nmap for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package nmap for openSUSE:12.1 checked in at 
2011-10-25 16:29:05

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


Package is nmap, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/nmap/nmap.changes   2011-10-24 13:10:55.0 
+0200
+++ /work/SRC/openSUSE:12.1/.nmap.new/nmap.changes  2011-10-25 
16:29:06.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct 22 17:43:10 UTC 2011 - eug...@nobilis.org.ru
+
+- Fixed a run Zenmap as sudo in KDE and GNOME
+
+---

Old:

  nmap-5.21-gnomesu.patch

New:

  su-to-zenmap.patch



Other differences:
--
++ nmap.spec ++
--- /var/tmp/diff_new_pack.gO46Iz/_old  2011-10-25 16:29:06.0 +0200
+++ /var/tmp/diff_new_pack.gO46Iz/_new  2011-10-25 16:29:06.0 +0200
@@ -46,7 +46,7 @@
 Patch1: nmap-4.00-noreturn.diff
 Patch2: nmap-5.00-desktop_files.patch
 Patch3: nmap-4.75-nostrip.patch
-Patch5: nmap-5.21-gnomesu.patch
+Patch5: su-to-zenmap.patch
 
 %description
 Nmap is designed to allow system administrators and curious individuals

++ su-to-zenmap.patch ++
--- zenmap/install_scripts/unix/su-to-zenmap.sh.orig2009-05-03 
08:33:50.0 +0400
+++ zenmap/install_scripts/unix/su-to-zenmap.sh 2011-10-03 20:15:53.0 
+0400
@@ -13,8 +13,8 @@
 $COMMAND
 else
 if test -z $SU_TO_ROOT_X; then
-  if which gksu /dev/null 21 ; then
-SU_TO_ROOT_X=gksu
+  if which gnomesu /dev/null 21 ; then
+SU_TO_ROOT_X=gnomesu
 if test X$KDE_FULL_SESSION = Xtrue ; then
   if which kdesu /dev/null 21 ; then
 SU_TO_ROOT_X=kdesu
@@ -39,8 +39,8 @@
   fi
 fi
 case $SU_TO_ROOT_X in
-  gksu) gksu -u $PRIV $COMMAND;;
-  kdesu) kdesu -u $PRIV $COMMAND;;
+  gnomesu) gnomesu -u $PRIV -c $COMMAND;;
+  kdesu) kdesu -u $PRIV -c $COMMAND;;
   kde4su) /usr/lib/kde4/libexec/kdesu -u $PRIV $COMMAND;;
   ktsuss) ktsuss -u $PRIV $COMMAND;;
   # As a last resort, open a new xterm use sudo/su
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit novell-nortelplugins for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package novell-nortelplugins for 
openSUSE:Factory checked in at 2011-10-25 16:37:16

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


Package is novell-nortelplugins, Maintainer is b...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/novell-nortelplugins/novell-nortelplugins.changes
2011-09-23 02:14:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.novell-nortelplugins.new/novell-nortelplugins.changes
   2011-10-25 16:37:18.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 25 09:33:26 UTC 2011 - b...@suse.com
+
+- Fix the MTU and ADVMSS value in kernel = 3.0.(bnc#717219)
+
+---

New:

  novell-nortelplugins-mtu-advmss.patch



Other differences:
--
++ novell-nortelplugins.spec ++
--- /var/tmp/diff_new_pack.jPBtwm/_old  2011-10-25 16:37:41.0 +0200
+++ /var/tmp/diff_new_pack.jPBtwm/_new  2011-10-25 16:37:41.0 +0200
@@ -27,6 +27,7 @@
 Group:  Productivity/Networking/Security
 Source: %{name}-%{version}.tar.bz2
 Patch0: novell-nortelplugins-no-static.patch
+Patch1: %{name}-mtu-advmss.patch
 Url:http://forge.novell.com/modules/xfmod/project/?turnpike
 Requires:   novell-ipsec-tools = 0.7
 Requires:   turnpike
@@ -50,6 +51,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 autoreconf -i -f

++ novell-nortelplugins-mtu-advmss.patch ++
Index: novell-nortelplugins-0.1.4/ipalias
===
--- novell-nortelplugins-0.1.4.orig/ipalias
+++ novell-nortelplugins-0.1.4/ipalias
@@ -17,13 +17,23 @@ else
# IPRGW holds output from ip r get GWADDR, lines are yanked...
IPRGW=$(ip route get $GWADDR)
 
-   if [ ${#IPRGW} -eq 0 ]; then
+   if [ -z ${#IPRGW} ]; then
MTU=1350
ADVMSS=1310
else
# reduce MTU and ADVMSS by size of ipsec header
-   MTU=$(( $(echo $IPRGW | sed 's/.*mtu[ \t]*\([0-9]*\).*/\1/') - 
64))
-   ADVMSS=$(( $(echo $IPRGW | sed 's/.*advmss[ 
\t]*\([0-9]*\).*/\1/') - 64))
+   MTU=$(echo $IPRGW | sed -n 's/.*mtu[ \t]*\([0-9]*\).*/\1/p')
+   if [ -z $MTU ]; then
+   MTU=1350
+   else
+   MTU=`expr $MTU - 64`
+   fi
+   ADVMSS=$(echo $IPRGW | sed -n 's/.*advmss[ 
\t]*\([0-9]*\).*/\1/p')
+   if [ -z $ADVMSS ]; then
+   ADVMSS=1310
+   else
+   ADVMSS=`expr $ADVMSS - 64`
+   fi
fi
 fi
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit novell-nortelplugins for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package novell-nortelplugins for 
openSUSE:12.1 checked in at 2011-10-25 16:37:21

Comparing /work/SRC/openSUSE:12.1/novell-nortelplugins (Old)
 and  /work/SRC/openSUSE:12.1/.novell-nortelplugins.new (New)


Package is novell-nortelplugins, Maintainer is b...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/novell-nortelplugins/novell-nortelplugins.changes   
2011-10-24 13:10:58.0 +0200
+++ 
/work/SRC/openSUSE:12.1/.novell-nortelplugins.new/novell-nortelplugins.changes  
2011-10-25 16:37:41.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 25 09:33:26 UTC 2011 - b...@suse.com
+
+- Fix the MTU and ADVMSS value in kernel = 3.0.(bnc#717219)
+
+---

New:

  novell-nortelplugins-mtu-advmss.patch



Other differences:
--
++ novell-nortelplugins.spec ++
--- /var/tmp/diff_new_pack.bZoVrU/_old  2011-10-25 16:37:41.0 +0200
+++ /var/tmp/diff_new_pack.bZoVrU/_new  2011-10-25 16:37:41.0 +0200
@@ -27,6 +27,7 @@
 Group:  Productivity/Networking/Security
 Source: %{name}-%{version}.tar.bz2
 Patch0: novell-nortelplugins-no-static.patch
+Patch1: %{name}-mtu-advmss.patch
 Url:http://forge.novell.com/modules/xfmod/project/?turnpike
 Requires:   novell-ipsec-tools = 0.7
 Requires:   turnpike
@@ -50,6 +51,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 autoreconf -i -f

++ novell-nortelplugins-mtu-advmss.patch ++
Index: novell-nortelplugins-0.1.4/ipalias
===
--- novell-nortelplugins-0.1.4.orig/ipalias
+++ novell-nortelplugins-0.1.4/ipalias
@@ -17,13 +17,23 @@ else
# IPRGW holds output from ip r get GWADDR, lines are yanked...
IPRGW=$(ip route get $GWADDR)
 
-   if [ ${#IPRGW} -eq 0 ]; then
+   if [ -z ${#IPRGW} ]; then
MTU=1350
ADVMSS=1310
else
# reduce MTU and ADVMSS by size of ipsec header
-   MTU=$(( $(echo $IPRGW | sed 's/.*mtu[ \t]*\([0-9]*\).*/\1/') - 
64))
-   ADVMSS=$(( $(echo $IPRGW | sed 's/.*advmss[ 
\t]*\([0-9]*\).*/\1/') - 64))
+   MTU=$(echo $IPRGW | sed -n 's/.*mtu[ \t]*\([0-9]*\).*/\1/p')
+   if [ -z $MTU ]; then
+   MTU=1350
+   else
+   MTU=`expr $MTU - 64`
+   fi
+   ADVMSS=$(echo $IPRGW | sed -n 's/.*advmss[ 
\t]*\([0-9]*\).*/\1/p')
+   if [ -z $ADVMSS ]; then
+   ADVMSS=1310
+   else
+   ADVMSS=`expr $ADVMSS - 64`
+   fi
fi
 fi
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit NetworkManager for openSUSE:11.3

2011-10-25 Thread h_root

Hello community,

here is the log from the commit of package NetworkManager for openSUSE:11.3
checked in at Tue Oct 25 16:39:07 CEST 2011.




--- old-versions/11.3/UPDATES/all/NetworkManager/NetworkManager.changes 
2011-05-27 06:02:44.0 +0200
+++ 11.3/NetworkManager/NetworkManager.changes  2011-10-25 05:34:27.0 
+0200
@@ -1,0 +2,7 @@
+Tue Oct 25 03:28:00 UTC 2011 - g...@suse.com
+
+- Add nm-settings-subject-match.patch and nm-probe-ca-cert.patch
+  to probe the RADIUS server certificate and set the subject
+  (bnc#574266) 
+
+---

calling whatdependson for 11.3-i586


New:

  nm-probe-ca-cert.patch
  nm-settings-subject-match.patch



Other differences:
--
++ NetworkManager.spec ++
--- /var/tmp/diff_new_pack.aL4NXU/_old  2011-10-25 15:53:42.0 +0200
+++ /var/tmp/diff_new_pack.aL4NXU/_new  2011-10-25 15:53:42.0 +0200
@@ -20,7 +20,7 @@
 Name:   NetworkManager
 Url:http://www.gnome.org/projects/NetworkManager/
 Version:0.8
-Release:8.RELEASE4
+Release:8.RELEASE11
 #Release:8.RELEASE2
 License:GPLv2+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -43,6 +43,10 @@
 Patch2: %{name}-network-enable-disable.patch
 # PATCH-FIX-UPSTREAM NetworkManager-dhcp-hostname-true.patch bnc#404663 
bi...@opensuse.org -- Set the dhcp-hostname to true.
 Patch3: %{name}-dhcp-hostname-true.patch
+# PATCH-FIX-UPSTREAM nm-settings-subject-match.patch bnc#574266 g...@suse.com 
-- Add subject to nm-settings-80211x
+Patch4: nm-settings-subject-match.patch
+# PATCH-FIX-UPSTREAM nm-probe-ca-cert.patch bnc#574266 g...@suse.com -- Probe 
the RADIUS server certificate
+Patch5: nm-probe-ca-cert.patch
 Requires:   dhcp-client
 Requires:   iproute2
 Requires:   iputils
@@ -112,6 +116,8 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
+%patch5 -p1
 translation-update-upstream
 
 %build

++ nm-probe-ca-cert.patch ++
 630 lines (skipped)

++ nm-settings-subject-match.patch ++
 690 lines (skipped)

continue with q...



Remember to have fun...

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



commit openSUSE-build-key for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package openSUSE-build-key for 
openSUSE:Factory checked in at 2011-10-25 16:45:43

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


Package is openSUSE-build-key, Maintainer is meiss...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/openSUSE-build-key/openSUSE-build-key.changes
2011-10-24 14:00:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-build-key.new/openSUSE-build-key.changes   
2011-10-25 16:45:44.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 25 07:30:21 UTC 2011 - lnus...@suse.de
+
+- add /usr/lib/rpm/gnupg/suse-build-key.gpg again. Needed by
+  installation-images and linuxrc.
+
+---



Other differences:
--
++ openSUSE-build-key.spec ++
--- /var/tmp/diff_new_pack.xTge9o/_old  2011-10-25 16:46:22.0 +0200
+++ /var/tmp/diff_new_pack.xTge9o/_new  2011-10-25 16:46:22.0 +0200
@@ -62,19 +62,32 @@
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/usr/lib/rpm/gnupg
 install -d -m 755 $RPM_BUILD_ROOT/%{keydir}
+touch $RPM_BUILD_ROOT/%{susering}
+mkdir -p %{_builddir}/gpg
 for i in %sources; do
case $i in
-   *.asc) install -m 644 $i $RPM_BUILD_ROOT/%{keydir};;
+   *.asc)
+   install -m 644 $i $RPM_BUILD_ROOT/%{keydir}
+   # XXX: installation-images/linuxrc use this. need to fix
+   gpg -q --batch --no-options \
+   --home=%{_builddir}/gpg \
+   --no-permission-warning \
+   --no-default-keyring \
+   --keyring=$RPM_BUILD_ROOT/%{susering} \
+   --import $i
+   ;;
esac
 done
 install -m 755 %{SOURCE100} $RPM_BUILD_ROOT/usr/lib/rpm/gnupg
 touch $RPM_BUILD_ROOT/%{pubring}
 touch $RPM_BUILD_ROOT/%{pubring}~
+rm $RPM_BUILD_ROOT/%{susering}~
 
 %files
 %defattr(644,root,root)
 %attr(755,root,root) %dir /usr/lib/rpm/gnupg
 %attr(755,root,root) /usr/lib/rpm/gnupg/dumpsigs
+/%{susering}
 /%keydir
 %ghost /%{pubring}
 %ghost /%{pubring}~

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



commit openSUSE-build-key for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package openSUSE-build-key for openSUSE:12.1 
checked in at 2011-10-25 16:45:48

Comparing /work/SRC/openSUSE:12.1/openSUSE-build-key (Old)
 and  /work/SRC/openSUSE:12.1/.openSUSE-build-key.new (New)


Package is openSUSE-build-key, Maintainer is meiss...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/openSUSE-build-key/openSUSE-build-key.changes   
2011-10-24 13:11:34.0 +0200
+++ /work/SRC/openSUSE:12.1/.openSUSE-build-key.new/openSUSE-build-key.changes  
2011-10-25 16:46:22.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 25 07:30:21 UTC 2011 - lnus...@suse.de
+
+- add /usr/lib/rpm/gnupg/suse-build-key.gpg again. Needed by
+  installation-images and linuxrc.
+
+---



Other differences:
--
++ openSUSE-build-key.spec ++
--- /var/tmp/diff_new_pack.xiVLeP/_old  2011-10-25 16:46:28.0 +0200
+++ /var/tmp/diff_new_pack.xiVLeP/_new  2011-10-25 16:46:28.0 +0200
@@ -62,19 +62,32 @@
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/usr/lib/rpm/gnupg
 install -d -m 755 $RPM_BUILD_ROOT/%{keydir}
+touch $RPM_BUILD_ROOT/%{susering}
+mkdir -p %{_builddir}/gpg
 for i in %sources; do
case $i in
-   *.asc) install -m 644 $i $RPM_BUILD_ROOT/%{keydir};;
+   *.asc)
+   install -m 644 $i $RPM_BUILD_ROOT/%{keydir}
+   # XXX: installation-images/linuxrc use this. need to fix
+   gpg -q --batch --no-options \
+   --home=%{_builddir}/gpg \
+   --no-permission-warning \
+   --no-default-keyring \
+   --keyring=$RPM_BUILD_ROOT/%{susering} \
+   --import $i
+   ;;
esac
 done
 install -m 755 %{SOURCE100} $RPM_BUILD_ROOT/usr/lib/rpm/gnupg
 touch $RPM_BUILD_ROOT/%{pubring}
 touch $RPM_BUILD_ROOT/%{pubring}~
+rm $RPM_BUILD_ROOT/%{susering}~
 
 %files
 %defattr(644,root,root)
 %attr(755,root,root) %dir /usr/lib/rpm/gnupg
 %attr(755,root,root) /usr/lib/rpm/gnupg/dumpsigs
+/%{susering}
 /%keydir
 %ghost /%{pubring}
 %ghost /%{pubring}~

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



commit orage for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package orage for openSUSE:Factory checked 
in at 2011-10-25 16:46:06

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


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

Changes:

--- /work/SRC/openSUSE:Factory/orage/orage.changes  2011-09-23 
12:21:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.orage.new/orage.changes 2011-10-25 
16:46:29.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct 20 20:44:41 UTC 2011 - g...@opensuse.org
+
+- added orage-4.8.2-use-docdir.patch in order to use docdir
+  correctly
+- install HTML documentation under /usr/share/xfce4/orage/html
+- make the file list a bit more explicit
+
+---

New:

  orage-4.8.2-use-docdir.patch



Other differences:
--
++ orage.spec ++
--- /var/tmp/diff_new_pack.BUH4bi/_old  2011-10-25 16:47:08.0 +0200
+++ /var/tmp/diff_new_pack.BUH4bi/_new  2011-10-25 16:47:08.0 +0200
@@ -26,6 +26,8 @@
 Group:  Productivity/Office/Organizers
 Source: %{name}-%{version}.tar.bz2
 Source1:README.SUSE
+# PATCH-FIX-UPSTREAM orage-4.8.2-use-docdir.patch g...@opensuse.org -- Use 
docdir correctly
+Patch0: orage-4.8.2-use-docdir.patch
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gtk+-2.0)
@@ -53,18 +55,21 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 cp %{SOURCE1} .
 sed -i 's:^Icon=clock:Icon=xfcalendar:' globaltime/globaltime.desktop.in
 
 %build
+xdt-autogen
 # workaround broken libical headers
 export CFLAGS=%{optflags} -I%{_includedir}/libical
-%configure
+%configure --docdir=%{_datadir}/xfce4/orage/html
 make %{?_smp_mflags}
 
 %install
 %make_install
-install -D -m 644 icons/48x48/xfcalendar.png 
%{buildroot}%{_datadir}/pixmaps/xfcalendar.png
+install -D -p -m 644 icons/48x48/xfcalendar.png \
+%{buildroot}%{_datadir}/pixmaps/xfcalendar.png
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
 %fdupes %{buildroot}%{_datadir}
 %find_lang %{name}
@@ -89,18 +94,22 @@
 %files
 %defattr(-,root,root)
 %doc README ChangeLog COPYING AUTHORS NEWS README.SUSE
-%doc %{_datadir}/orage/doc/
+%dir %{_datadir}/xfce4
+%dir %{_datadir}/xfce4/orage
+%doc %{_datadir}/xfce4/orage/html/
 %{_bindir}/orage
 %{_bindir}/globaltime
 %{_bindir}/tz_convert
-%{_datadir}/orage/
-%doc %{_mandir}/man1/*
+%doc %{_mandir}/man1/globaltime.1*
+%doc %{_mandir}/man1/orage.1*
+%doc %{_mandir}/man1/tz_convert.1*
+%dir %{_datadir}/%{name}
 %{_datadir}/orage/sounds/
 %{_datadir}/applications/*desktop
 %{_datadir}/icons/hicolor/*
 %{_datadir}/pixmaps/xfcalendar.png
 %{_datadir}/dbus-1/services/org.xfce.*
-%{_libexecdir}/xfce4/
+%{_libexecdir}/xfce4/panel-plugins/xfce4-orageclock-plugin
 %{_datadir}/xfce4/panel-plugins/xfce4-orageclock-plugin.desktop
 
 %files lang -f %{name}.lang

++ orage-4.8.2-use-docdir.patch ++
Index: orage-4.8.2/doc/C/Makefile.am
===
--- orage-4.8.2.orig/doc/C/Makefile.am
+++ orage-4.8.2/doc/C/Makefile.am
@@ -4,12 +4,12 @@ SUBDIRS = \
 noinst_DATA = \
orage.xml
 
-docdir=$(datadir)/orage/doc/C
+cdocdir=$(docdir)/C
 
-doc_DATA= \
+cdoc_DATA= \
orage.html
 
-EXTRA_DIST = $(noinst_DATA) $(doc_DATA)
+EXTRA_DIST = $(noinst_DATA) $(cdoc_DATA)
 
 html: $(srcdir)/orage.xml
xsltproc $(top_srcdir)/doc/xfce-nochunk.xsl \
Index: orage-4.8.2/doc/C/images/Makefile.am
===
--- orage-4.8.2.orig/doc/C/images/Makefile.am
+++ orage-4.8.2/doc/C/images/Makefile.am
@@ -1,5 +1,5 @@
-imagesdir = $(datadir)/orage/doc/C/images
-images_DATA = \
+cimagesdir = $(docdir)/C/images
+cimages_DATA = \
default_calendar.png \
orage_calendar_edit_menu.png \
orage_calendar_file_menu.png \
@@ -18,4 +18,4 @@ images_DATA = \
orage_preferences_main.png \
orage_preferences_extra.png 
 
-EXTRA_DIST = $(images_DATA)
+EXTRA_DIST = $(cimages_DATA)
Index: orage-4.8.2/src/Makefile.am
===
--- orage-4.8.2.orig/src/Makefile.am
+++ orage-4.8.2/src/Makefile.am
@@ -38,7 +38,8 @@ orage_SOURCES =   \
 orage_CFLAGS = \
 $(LIBGTK_CFLAGS)\
-DPACKAGE_DATA_DIR=\$(datadir)\ \
-   -DPACKAGE_LOCALE_DIR=\$(localedir)\
+   -DPACKAGE_LOCALE_DIR=\$(localedir)\ \
+   -DPACKAGE_DOC_DIR=\$(docdir)\
 
 orage_LDADD =  \
 $(LIBGTK_LIBS)  \
Index: 

commit orage for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package orage for openSUSE:12.1 checked in 
at 2011-10-25 16:46:10

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


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

Changes:

--- /work/SRC/openSUSE:12.1/orage/orage.changes 2011-10-24 13:13:42.0 
+0200
+++ /work/SRC/openSUSE:12.1/.orage.new/orage.changes2011-10-25 
16:47:09.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct 20 20:44:41 UTC 2011 - g...@opensuse.org
+
+- added orage-4.8.2-use-docdir.patch in order to use docdir
+  correctly
+- install HTML documentation under /usr/share/xfce4/orage/html
+- make the file list a bit more explicit
+
+---

New:

  orage-4.8.2-use-docdir.patch



Other differences:
--
++ orage.spec ++
--- /var/tmp/diff_new_pack.cz9Bav/_old  2011-10-25 16:47:13.0 +0200
+++ /var/tmp/diff_new_pack.cz9Bav/_new  2011-10-25 16:47:13.0 +0200
@@ -26,6 +26,8 @@
 Group:  Productivity/Office/Organizers
 Source: %{name}-%{version}.tar.bz2
 Source1:README.SUSE
+# PATCH-FIX-UPSTREAM orage-4.8.2-use-docdir.patch g...@opensuse.org -- Use 
docdir correctly
+Patch0: orage-4.8.2-use-docdir.patch
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gtk+-2.0)
@@ -53,18 +55,21 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 cp %{SOURCE1} .
 sed -i 's:^Icon=clock:Icon=xfcalendar:' globaltime/globaltime.desktop.in
 
 %build
+xdt-autogen
 # workaround broken libical headers
 export CFLAGS=%{optflags} -I%{_includedir}/libical
-%configure
+%configure --docdir=%{_datadir}/xfce4/orage/html
 make %{?_smp_mflags}
 
 %install
 %make_install
-install -D -m 644 icons/48x48/xfcalendar.png 
%{buildroot}%{_datadir}/pixmaps/xfcalendar.png
+install -D -p -m 644 icons/48x48/xfcalendar.png \
+%{buildroot}%{_datadir}/pixmaps/xfcalendar.png
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
 %fdupes %{buildroot}%{_datadir}
 %find_lang %{name}
@@ -89,18 +94,22 @@
 %files
 %defattr(-,root,root)
 %doc README ChangeLog COPYING AUTHORS NEWS README.SUSE
-%doc %{_datadir}/orage/doc/
+%dir %{_datadir}/xfce4
+%dir %{_datadir}/xfce4/orage
+%doc %{_datadir}/xfce4/orage/html/
 %{_bindir}/orage
 %{_bindir}/globaltime
 %{_bindir}/tz_convert
-%{_datadir}/orage/
-%doc %{_mandir}/man1/*
+%doc %{_mandir}/man1/globaltime.1*
+%doc %{_mandir}/man1/orage.1*
+%doc %{_mandir}/man1/tz_convert.1*
+%dir %{_datadir}/%{name}
 %{_datadir}/orage/sounds/
 %{_datadir}/applications/*desktop
 %{_datadir}/icons/hicolor/*
 %{_datadir}/pixmaps/xfcalendar.png
 %{_datadir}/dbus-1/services/org.xfce.*
-%{_libexecdir}/xfce4/
+%{_libexecdir}/xfce4/panel-plugins/xfce4-orageclock-plugin
 %{_datadir}/xfce4/panel-plugins/xfce4-orageclock-plugin.desktop
 
 %files lang -f %{name}.lang

++ orage-4.8.2-use-docdir.patch ++
Index: orage-4.8.2/doc/C/Makefile.am
===
--- orage-4.8.2.orig/doc/C/Makefile.am
+++ orage-4.8.2/doc/C/Makefile.am
@@ -4,12 +4,12 @@ SUBDIRS = \
 noinst_DATA = \
orage.xml
 
-docdir=$(datadir)/orage/doc/C
+cdocdir=$(docdir)/C
 
-doc_DATA= \
+cdoc_DATA= \
orage.html
 
-EXTRA_DIST = $(noinst_DATA) $(doc_DATA)
+EXTRA_DIST = $(noinst_DATA) $(cdoc_DATA)
 
 html: $(srcdir)/orage.xml
xsltproc $(top_srcdir)/doc/xfce-nochunk.xsl \
Index: orage-4.8.2/doc/C/images/Makefile.am
===
--- orage-4.8.2.orig/doc/C/images/Makefile.am
+++ orage-4.8.2/doc/C/images/Makefile.am
@@ -1,5 +1,5 @@
-imagesdir = $(datadir)/orage/doc/C/images
-images_DATA = \
+cimagesdir = $(docdir)/C/images
+cimages_DATA = \
default_calendar.png \
orage_calendar_edit_menu.png \
orage_calendar_file_menu.png \
@@ -18,4 +18,4 @@ images_DATA = \
orage_preferences_main.png \
orage_preferences_extra.png 
 
-EXTRA_DIST = $(images_DATA)
+EXTRA_DIST = $(cimages_DATA)
Index: orage-4.8.2/src/Makefile.am
===
--- orage-4.8.2.orig/src/Makefile.am
+++ orage-4.8.2/src/Makefile.am
@@ -38,7 +38,8 @@ orage_SOURCES =   \
 orage_CFLAGS = \
 $(LIBGTK_CFLAGS)\
-DPACKAGE_DATA_DIR=\$(datadir)\ \
-   -DPACKAGE_LOCALE_DIR=\$(localedir)\
+   -DPACKAGE_LOCALE_DIR=\$(localedir)\ \
+   -DPACKAGE_DOC_DIR=\$(docdir)\
 
 orage_LDADD =  \
 $(LIBGTK_LIBS)  \
Index: orage-4.8.2/src/mainbox.c

commit package-translations for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package package-translations for 
openSUSE:Factory checked in at 2011-10-25 16:46:21

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


Package is package-translations, Maintainer is co...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/package-translations/package-translations.changes
2011-10-21 16:33:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.package-translations.new/package-translations.changes
   2011-10-25 16:47:14.0 +0200
@@ -2 +2 @@
-Fri Oct 21 13:46:30 CEST 2011 - co...@suse.com
+Tue Oct 25 13:46:30 CEST 2011 - co...@suse.com
@@ -4 +4 @@
-- automated update on 2011-10-21
+- automated update on 2011-10-25



Other differences:
--
++ package-translations.tar.bz2 ++
Files old/mo/package-translations-it.mo and new/mo/package-translations-it.mo 
differ
Files old/mo/package-translations-ja.mo and new/mo/package-translations-ja.mo 
differ
Files old/mo/package-translations-ru.mo and new/mo/package-translations-ru.mo 
differ

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



commit package-translations for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package package-translations for 
openSUSE:12.1 checked in at 2011-10-25 16:46:26

Comparing /work/SRC/openSUSE:12.1/package-translations (Old)
 and  /work/SRC/openSUSE:12.1/.package-translations.new (New)


Package is package-translations, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/package-translations/package-translations.changes   
2011-10-24 13:14:20.0 +0200
+++ 
/work/SRC/openSUSE:12.1/.package-translations.new/package-translations.changes  
2011-10-25 16:47:27.0 +0200
@@ -2 +2 @@
-Fri Oct 21 13:46:30 CEST 2011 - co...@suse.com
+Tue Oct 25 13:46:30 CEST 2011 - co...@suse.com
@@ -4 +4 @@
-- automated update on 2011-10-21
+- automated update on 2011-10-25



Other differences:
--
++ package-translations.tar.bz2 ++
Files old/mo/package-translations-it.mo and new/mo/package-translations-it.mo 
differ
Files old/mo/package-translations-ja.mo and new/mo/package-translations-ja.mo 
differ
Files old/mo/package-translations-ru.mo and new/mo/package-translations-ru.mo 
differ

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



commit pam for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package pam for openSUSE:Factory checked in 
at 2011-10-25 16:47:30

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


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

Changes:

--- /work/SRC/openSUSE:Factory/pam/pam.changes  2011-09-23 12:21:33.0 
+0200
+++ /work/SRC/openSUSE:Factory/.pam.new/pam.changes 2011-10-25 
16:47:31.0 +0200
@@ -1,0 +2,7 @@
+Tue Oct 25 14:24:27 CEST 2011 - m...@suse.de
+
+- pam_tally2: remove invalid options from manpage (bnc#726071)
+- fix possible overflow and DOS in pam_env (bnc#724480)
+  CVE-2011-3148, CVE-2011-3149
+
+---

New:

  bug-724480_pam_env-fix-dos.patch
  bug-724480_pam_env-fix-overflow.patch
  pam_tally2-man.dif



Other differences:
--
++ pam.spec ++
--- /var/tmp/diff_new_pack.OwaaM8/_old  2011-10-25 16:47:36.0 +0200
+++ /var/tmp/diff_new_pack.OwaaM8/_new  2011-10-25 16:47:36.0 +0200
@@ -52,6 +52,9 @@
 Source8:etc.environment
 Source9:baselibs.conf
 Patch0: pam_tally-deprecated.diff
+Patch1: bug-724480_pam_env-fix-overflow.patch
+Patch2: bug-724480_pam_env-fix-dos.patch
+Patch3: pam_tally2-man.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -101,6 +104,9 @@
 %prep
 %setup -q -n Linux-PAM-%{version} -b 1
 %patch0 -p0
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 CFLAGS=$RPM_OPT_FLAGS -DNDEBUG \

++ bug-724480_pam_env-fix-dos.patch ++
Description: abort when encountering an overflowed environment variable
 expansion (CVE-2011-3149).
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/pam/+bug/874565
Author: Kees Cook k...@debian.org

Index: Linux-PAM-1.1.4/modules/pam_env/pam_env.c
===
--- Linux-PAM-1.1.4.orig/modules/pam_env/pam_env.c
+++ Linux-PAM-1.1.4/modules/pam_env/pam_env.c
@@ -570,6 +570,7 @@ static int _expand_arg(pam_handle_t *pam
D((Variable buffer overflow: %s + %s, tmp, tmpptr));
pam_syslog (pamh, LOG_ERR, Variable buffer overflow: %s + %s,
 tmp, tmpptr);
+   return PAM_ABORT;
   }
   continue;
 }
@@ -631,6 +632,7 @@ static int _expand_arg(pam_handle_t *pam
D((Variable buffer overflow: %s + %s, tmp, tmpptr));
pam_syslog (pamh, LOG_ERR,
Variable buffer overflow: %s + %s, tmp, tmpptr);
+   return PAM_ABORT;
  }
}
   }   /* if ('{' != *orig++) */
@@ -642,6 +644,7 @@ static int _expand_arg(pam_handle_t *pam
D((Variable buffer overflow: %s + %s, tmp, tmpptr));
pam_syslog(pamh, LOG_ERR,
   Variable buffer overflow: %s + %s, tmp, tmpptr);
+   return PAM_ABORT;
   }
 }
   }  /* for (;*orig;) */
++ bug-724480_pam_env-fix-overflow.patch ++
Description: correctly count leading whitespace when parsing environment
 file (CVE-2011-3148).
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/pam/+bug/874469
Author: Kees Cook k...@debian.org

Index: Linux-PAM-1.1.4/modules/pam_env/pam_env.c
===
--- Linux-PAM-1.1.4.orig/modules/pam_env/pam_env.c
+++ Linux-PAM-1.1.4/modules/pam_env/pam_env.c
@@ -290,6 +290,7 @@ static int _assemble_line(FILE *f, char
 char *p = buffer;
 char *s, *os;
 int used = 0;
+int whitespace;
 
 /* loop broken with a 'break' when a non-'\\n' ended line is read */
 
@@ -312,8 +313,10 @@ static int _assemble_line(FILE *f, char
 
/* skip leading spaces --- line may be blank */
 
-   s = p + strspn(p,  \n\t);
+   whitespace = strspn(p,  \n\t);
+   s = p + whitespace;
if (*s  (*s != '#')) {
+   used += whitespace;
os = s;
 
/*
++ pam_tally2-man.dif ++
Index: Linux-PAM-1.1.4/modules/pam_tally2/pam_tally2.8
===
--- Linux-PAM-1.1.4.orig/modules/pam_tally2/pam_tally2.8
+++ Linux-PAM-1.1.4/modules/pam_tally2/pam_tally2.8
@@ -269,13 +269,6 @@ If the module is invoked by a user with
 \fBsu\fR, otherwise this argument should be omitted\.
 .RE
 .PP
-\fBno_lock_time\fR
-.RS 4
-Do not use the \.fail_locktime field in
-\FC/var/log/faillog\F[]
-for this user\.
-.RE
-.PP
 \fBeven_deny_root\fR
 .RS 4
 Root account can become unavailable\.
Index: Linux-PAM-1.1.4/modules/pam_tally2/README
===
--- Linux-PAM-1.1.4.orig/modules/pam_tally2/README
+++ Linux-PAM-1.1.4/modules/pam_tally2/README
@@ -76,10 +76,6 @@ 

commit pam for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package pam for openSUSE:12.1 checked in at 
2011-10-25 16:47:34

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


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

Changes:

--- /work/SRC/openSUSE:12.1/pam/pam.changes 2011-10-24 13:14:21.0 
+0200
+++ /work/SRC/openSUSE:12.1/.pam.new/pam.changes2011-10-25 
16:47:36.0 +0200
@@ -1,0 +2,7 @@
+Tue Oct 25 14:24:27 CEST 2011 - m...@suse.de
+
+- pam_tally2: remove invalid options from manpage (bnc#726071)
+- fix possible overflow and DOS in pam_env (bnc#724480)
+  CVE-2011-3148, CVE-2011-3149
+
+---

New:

  bug-724480_pam_env-fix-dos.patch
  bug-724480_pam_env-fix-overflow.patch
  pam_tally2-man.dif



Other differences:
--
++ pam.spec ++
--- /var/tmp/diff_new_pack.9Ks1LP/_old  2011-10-25 16:47:39.0 +0200
+++ /var/tmp/diff_new_pack.9Ks1LP/_new  2011-10-25 16:47:39.0 +0200
@@ -52,6 +52,9 @@
 Source8:etc.environment
 Source9:baselibs.conf
 Patch0: pam_tally-deprecated.diff
+Patch1: bug-724480_pam_env-fix-overflow.patch
+Patch2: bug-724480_pam_env-fix-dos.patch
+Patch3: pam_tally2-man.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -101,6 +104,9 @@
 %prep
 %setup -q -n Linux-PAM-%{version} -b 1
 %patch0 -p0
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 CFLAGS=$RPM_OPT_FLAGS -DNDEBUG \

++ bug-724480_pam_env-fix-dos.patch ++
Description: abort when encountering an overflowed environment variable
 expansion (CVE-2011-3149).
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/pam/+bug/874565
Author: Kees Cook k...@debian.org

Index: Linux-PAM-1.1.4/modules/pam_env/pam_env.c
===
--- Linux-PAM-1.1.4.orig/modules/pam_env/pam_env.c
+++ Linux-PAM-1.1.4/modules/pam_env/pam_env.c
@@ -570,6 +570,7 @@ static int _expand_arg(pam_handle_t *pam
D((Variable buffer overflow: %s + %s, tmp, tmpptr));
pam_syslog (pamh, LOG_ERR, Variable buffer overflow: %s + %s,
 tmp, tmpptr);
+   return PAM_ABORT;
   }
   continue;
 }
@@ -631,6 +632,7 @@ static int _expand_arg(pam_handle_t *pam
D((Variable buffer overflow: %s + %s, tmp, tmpptr));
pam_syslog (pamh, LOG_ERR,
Variable buffer overflow: %s + %s, tmp, tmpptr);
+   return PAM_ABORT;
  }
}
   }   /* if ('{' != *orig++) */
@@ -642,6 +644,7 @@ static int _expand_arg(pam_handle_t *pam
D((Variable buffer overflow: %s + %s, tmp, tmpptr));
pam_syslog(pamh, LOG_ERR,
   Variable buffer overflow: %s + %s, tmp, tmpptr);
+   return PAM_ABORT;
   }
 }
   }  /* for (;*orig;) */
++ bug-724480_pam_env-fix-overflow.patch ++
Description: correctly count leading whitespace when parsing environment
 file (CVE-2011-3148).
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/pam/+bug/874469
Author: Kees Cook k...@debian.org

Index: Linux-PAM-1.1.4/modules/pam_env/pam_env.c
===
--- Linux-PAM-1.1.4.orig/modules/pam_env/pam_env.c
+++ Linux-PAM-1.1.4/modules/pam_env/pam_env.c
@@ -290,6 +290,7 @@ static int _assemble_line(FILE *f, char
 char *p = buffer;
 char *s, *os;
 int used = 0;
+int whitespace;
 
 /* loop broken with a 'break' when a non-'\\n' ended line is read */
 
@@ -312,8 +313,10 @@ static int _assemble_line(FILE *f, char
 
/* skip leading spaces --- line may be blank */
 
-   s = p + strspn(p,  \n\t);
+   whitespace = strspn(p,  \n\t);
+   s = p + whitespace;
if (*s  (*s != '#')) {
+   used += whitespace;
os = s;
 
/*
++ pam_tally2-man.dif ++
Index: Linux-PAM-1.1.4/modules/pam_tally2/pam_tally2.8
===
--- Linux-PAM-1.1.4.orig/modules/pam_tally2/pam_tally2.8
+++ Linux-PAM-1.1.4/modules/pam_tally2/pam_tally2.8
@@ -269,13 +269,6 @@ If the module is invoked by a user with
 \fBsu\fR, otherwise this argument should be omitted\.
 .RE
 .PP
-\fBno_lock_time\fR
-.RS 4
-Do not use the \.fail_locktime field in
-\FC/var/log/faillog\F[]
-for this user\.
-.RE
-.PP
 \fBeven_deny_root\fR
 .RS 4
 Root account can become unavailable\.
Index: Linux-PAM-1.1.4/modules/pam_tally2/README
===
--- Linux-PAM-1.1.4.orig/modules/pam_tally2/README
+++ Linux-PAM-1.1.4/modules/pam_tally2/README
@@ -76,10 +76,6 @@ AUTH 

commit parrot for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package parrot for openSUSE:Factory checked 
in at 2011-10-25 16:48:27

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


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

Changes:

--- /work/SRC/openSUSE:Factory/parrot/parrot.changes2011-10-19 
00:47:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.parrot.new/parrot.changes   2011-10-25 
16:48:29.0 +0200
@@ -1,0 +2,9 @@
+Fri Oct 21 19:29:05 CEST 2011 - m...@suse.de
+
+- update to parrot-3.9.0
+  * subprof runcore was added
+  * winxed was updated to 1.3.0
+  * :tag() syntax support was added to imcc
+  * much cleanup
+
+---

Old:

  parrot-3.6.0.tar.bz2

New:

  parrot-3.9.0.tar.bz2



Other differences:
--
++ parrot.spec ++
--- /var/tmp/diff_new_pack.yeBokJ/_old  2011-10-25 16:48:32.0 +0200
+++ /var/tmp/diff_new_pack.yeBokJ/_new  2011-10-25 16:48:32.0 +0200
@@ -18,9 +18,9 @@
 
 
 Name:   parrot
-Version:3.6.0
+Version:3.9.0
 Release:1
-%define pversion 3_6_0
+%define pversion 3_9_0
 Summary:Parrot Virtual Machine
 License:Artistic 2.0
 Group:  Development/Libraries/Other
@@ -171,7 +171,6 @@
 %files
 %defattr(-,root,root,-)
 %exclude %{_bindir}/parrot_config
-%exclude %{_bindir}/parrot_debugger
 %exclude %{_bindir}/pbc_*
 %{_bindir}/*
 
@@ -184,14 +183,13 @@
 
 %files docs
 %defattr(-,root,root,-)
-%doc ChangeLog CREDITS NEWS PBC_COMPAT PLATFORMS README
+%doc ChangeLog CREDITS PBC_COMPAT PLATFORMS README
 %doc RESPONSIBLE_PARTIES TODO
 %doc docs examples
 
 %files devel
 %defattr(-,root,root,-)
 %{_bindir}/parrot_config
-%{_bindir}/parrot_debugger
 %{_bindir}/pbc_disassemble
 %{_bindir}/pbc_merge
 %{_bindir}/pbc_to_exe

++ parrot-3.6.0.tar.bz2 - parrot-3.9.0.tar.bz2 ++
 123936 lines of diff (skipped)

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



commit parrot for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package parrot for openSUSE:12.1 checked in 
at 2011-10-25 16:48:31

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


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

Changes:

--- /work/SRC/openSUSE:12.1/parrot/parrot.changes   2011-10-24 
13:14:35.0 +0200
+++ /work/SRC/openSUSE:12.1/.parrot.new/parrot.changes  2011-10-25 
16:48:33.0 +0200
@@ -1,0 +2,9 @@
+Fri Oct 21 19:29:05 CEST 2011 - m...@suse.de
+
+- update to parrot-3.9.0
+  * subprof runcore was added
+  * winxed was updated to 1.3.0
+  * :tag() syntax support was added to imcc
+  * much cleanup
+
+---

Old:

  parrot-3.6.0.tar.bz2

New:

  parrot-3.9.0.tar.bz2



Other differences:
--
++ parrot.spec ++
--- /var/tmp/diff_new_pack.cr6ZVy/_old  2011-10-25 16:48:37.0 +0200
+++ /var/tmp/diff_new_pack.cr6ZVy/_new  2011-10-25 16:48:37.0 +0200
@@ -18,9 +18,9 @@
 
 
 Name:   parrot
-Version:3.6.0
+Version:3.9.0
 Release:1
-%define pversion 3_6_0
+%define pversion 3_9_0
 Summary:Parrot Virtual Machine
 License:Artistic 2.0
 Group:  Development/Libraries/Other
@@ -171,7 +171,6 @@
 %files
 %defattr(-,root,root,-)
 %exclude %{_bindir}/parrot_config
-%exclude %{_bindir}/parrot_debugger
 %exclude %{_bindir}/pbc_*
 %{_bindir}/*
 
@@ -184,14 +183,13 @@
 
 %files docs
 %defattr(-,root,root,-)
-%doc ChangeLog CREDITS NEWS PBC_COMPAT PLATFORMS README
+%doc ChangeLog CREDITS PBC_COMPAT PLATFORMS README
 %doc RESPONSIBLE_PARTIES TODO
 %doc docs examples
 
 %files devel
 %defattr(-,root,root,-)
 %{_bindir}/parrot_config
-%{_bindir}/parrot_debugger
 %{_bindir}/pbc_disassemble
 %{_bindir}/pbc_merge
 %{_bindir}/pbc_to_exe

++ parrot-3.6.0.tar.bz2 - parrot-3.9.0.tar.bz2 ++
 123936 lines of diff (skipped)

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



commit pam for openSUSE:11.3

2011-10-25 Thread h_root

Hello community,

here is the log from the commit of package pam for openSUSE:11.3
checked in at Tue Oct 25 16:55:03 CEST 2011.

ignoring line This announcement marks the end of the security and maintenance 
patch in PATCHINFO/SWAMP-PROOFREAD-DONE/sp3-end-of-maintenance, status is 
header
ignoring line overlap period for SUSE Linux Enterprise Server 10 Service Pack 
3. in PATCHINFO/SWAMP-PROOFREAD-DONE/sp3-end-of-maintenance, status is header
ignoring line Regular maintenance and support for SUSE Linux Enterprise Server 
10 in PATCHINFO/SWAMP-PROOFREAD-DONE/sp3-end-of-maintenance, status is header
ignoring line Service Pack 4 started on April 12th, 2011 and will continue 
until in PATCHINFO/SWAMP-PROOFREAD-DONE/sp3-end-of-maintenance, status is 
header
ignoring line the end of General Support for SUSE Linux Enterprise 10, which 
is in PATCHINFO/SWAMP-PROOFREAD-DONE/sp3-end-of-maintenance, status is header
ignoring line currently scheduled for July 31st, 2013. in 
PATCHINFO/SWAMP-PROOFREAD-DONE/sp3-end-of-maintenance, status is header
ignoring line In order to keep your systems up to date and secure, please 
migrate your in PATCHINFO/SWAMP-PROOFREAD-DONE/sp3-end-of-maintenance, status 
is header
ignoring line systems to SUSE Linux Enterprise Server 10 Service Pack 4. All 
customers in PATCHINFO/SWAMP-PROOFREAD-DONE/sp3-end-of-maintenance, status is 
header
ignoring line with active SUSE Linux Enterprise Server Subscription can 
migrate to in PATCHINFO/SWAMP-PROOFREAD-DONE/sp3-end-of-maintenance, status is 
header
ignoring line SUSE Linux Enterprise Server 10 Service Pack 4 or SUSE Linux 
Enterprise in PATCHINFO/SWAMP-PROOFREAD-DONE/sp3-end-of-maintenance, status is 
header
ignoring line Server 11 Service Pack at no additional cost. in 
PATCHINFO/SWAMP-PROOFREAD-DONE/sp3-end-of-maintenance, status is header
ignoring line For more information on how to upgrade to SUSE Linux Enterprise 
in PATCHINFO/SWAMP-PROOFREAD-DONE/sp3-end-of-maintenance, status is header
ignoring line Server 10 Service Pack 4, please read: in 
PATCHINFO/SWAMP-PROOFREAD-DONE/sp3-end-of-maintenance, status is header
ignoring line 
http://www.novell.com/support/documentLink.do?externalID=7008357; in 
PATCHINFO/SWAMP-PROOFREAD-DONE/sp3-end-of-maintenance, status is header
ignoring line Please ensure that you applied all maintenance updates provided 
in PATCHINFO/SWAMP-PROOFREAD-DONE/sp3-end-of-maintenance, status is header
ignoring line for SUSE Linux Enterprise Server 10 Service Pack 3 before 
starting in PATCHINFO/SWAMP-PROOFREAD-DONE/sp3-end-of-maintenance, status is 
header
ignoring line the migration. in 
PATCHINFO/SWAMP-PROOFREAD-DONE/sp3-end-of-maintenance, status is header
ignoring line If you want to receive continued support for SUSE Linux 
Enterprise in PATCHINFO/SWAMP-PROOFREAD-DONE/sp3-end-of-maintenance, status is 
header
ignoring line Server 10 Service Pack 3, SUSE offers an optional Long Term 
Service in PATCHINFO/SWAMP-PROOFREAD-DONE/sp3-end-of-maintenance, status is 
header
ignoring line Pack Support program. in 
PATCHINFO/SWAMP-PROOFREAD-DONE/sp3-end-of-maintenance, status is header
ignoring line For more information on SUSE's Long Term Service Pack Support 
program, in PATCHINFO/SWAMP-PROOFREAD-DONE/sp3-end-of-maintenance, status is 
header
ignoring line please see: in 
PATCHINFO/SWAMP-PROOFREAD-DONE/sp3-end-of-maintenance, status is header
ignoring line 
http://www.suse.com/support/programs/long-term-service-pack-support.html; in 
PATCHINFO/SWAMP-PROOFREAD-DONE/sp3-end-of-maintenance, status is header
ignoring line Contact your SUSE sales representative if you would like to 
purchase in PATCHINFO/SWAMP-PROOFREAD-DONE/sp3-end-of-maintenance, status is 
header
ignoring line Long Term Service Pack Support now. in 
PATCHINFO/SWAMP-PROOFREAD-DONE/sp3-end-of-maintenance, status is header



--- old-versions/11.3/all/pam/pam.changes   2010-05-10 14:23:45.0 
+0200
+++ 11.3/pam/pam.changes2011-10-25 14:30:04.0 +0200
@@ -1,0 +2,8 @@
+Mon Oct 24 10:51:41 CEST 2011 - m...@suse.de
+
+- fix possible overflow and DOS in pam_env (bnc#724480)
+  CVE-2011-3148, CVE-2011-3149
+- fix pam_xauth not checking return value of setuid (bnc#631802)
+  CVE-2010-3316
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.3/all/pam
Destination is old-versions/11.3/UPDATES/all/pam
calling whatdependson for 11.3-i586


New:

  bug-631802_pam_xauth-unchecked-ret-of-setuid.dif
  bug-724480_pam_env-fix-dos.patch
  bug-724480_pam_env-fix-overflow.patch



Other differences:
--
++ pam.spec ++
--- /var/tmp/diff_new_pack.UuzP9U/_old  2011-10-25 16:39:22.0 +0200
+++ /var/tmp/diff_new_pack.UuzP9U/_new  2011-10-25 16:39:22.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package pam (Version 1.1.1.90)
+# spec file for package 

commit NetworkManager-gnome for openSUSE:11.4

2011-10-25 Thread h_root

Hello community,

here is the log from the commit of package NetworkManager-gnome for 
openSUSE:11.4
checked in at Tue Oct 25 16:57:48 CEST 2011.




--- 
old-versions/11.4/UPDATES/all/NetworkManager-gnome/NetworkManager-gnome.changes 
2011-04-19 05:56:51.0 +0200
+++ 11.4/NetworkManager-gnome/NetworkManager-gnome.changes  2011-10-25 
05:06:45.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 25 03:05:55 UTC 2011 - g...@suse.com
+
+- Add nma-wpa-eap-probe-ca-cert.patch to probe the RADIUS server
+  certificate (bnc#574266)
+
+---

calling whatdependson for 11.4-i586


New:

  nma-wpa-eap-probe-ca-cert.patch



Other differences:
--
++ NetworkManager-gnome.spec ++
--- /var/tmp/diff_new_pack.PiiHgf/_old  2011-10-25 16:56:27.0 +0200
+++ /var/tmp/diff_new_pack.PiiHgf/_new  2011-10-25 16:56:27.0 +0200
@@ -20,7 +20,7 @@
 Name:   NetworkManager-gnome
 Url:http://www.gnome.org/projects/NetworkManager/
 Version:0.8.2
-Release:9.RELEASE10
+Release:9.RELEASE12
 License:GPLv2+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  NetworkManager-devel
@@ -47,6 +47,8 @@
 Patch1: NetworkManager-gnome-OnlyShowIn.patch
 # PATCH-FIX-UPSTREAM nma-embed-fallback-icon.patch bnc#678870 -- By embedding 
the fallback icon into the applet.
 Patch2: nma-embed-fallback-icon.patch
+# PATCH-FIX-UPSTREAM nma-wpa-eap-probe-ca-cert.patch bnc#574266 g...@suse.com 
-- Probe the RADIUS server certificate
+Patch3: nma-wpa-eap-probe-ca-cert.patch
 Provides:   NetworkManager-client
 Requires:   NetworkManager = 0.8.0.998 timezone
 # mobile-broadband-provider-info is required for DUN capabilities. The BT 
plugin crashes without it.
@@ -63,6 +65,7 @@
 %setup -n network-manager-applet-%{version} -a 1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %configure \

++ nma-wpa-eap-probe-ca-cert.patch ++
 998 lines (skipped)

continue with q...



Remember to have fun...

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



commit wpa_supplicant for openSUSE:11.4

2011-10-25 Thread h_root

Hello community,

here is the log from the commit of package wpa_supplicant for openSUSE:11.4
checked in at Tue Oct 25 16:59:19 CEST 2011.




--- old-versions/11.4/all/wpa_supplicant/wpa_supplicant.changes 2010-09-07 
23:10:29.0 +0200
+++ 11.4/wpa_supplicant/wpa_supplicant.changes  2011-10-21 06:16:42.0 
+0200
@@ -1,0 +2,6 @@
+Fri Oct 21 04:13:58 UTC 2011 - g...@suse.com
+
+- Add wpa_supplicant-add-ca-dbus-signal.patch to emit D-Bus signal
+  when receiving a RADIUS server certificate. (bnc#574266)
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/wpa_supplicant
Destination is old-versions/11.4/UPDATES/all/wpa_supplicant
calling whatdependson for 11.4-i586


New:

  wpa_supplicant-add-ca-dbus-signal.patch



Other differences:
--
++ wpa_supplicant.spec ++
--- /var/tmp/diff_new_pack.bXDFpf/_old  2011-10-25 16:57:58.0 +0200
+++ /var/tmp/diff_new_pack.bXDFpf/_new  2011-10-25 16:57:58.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package wpa_supplicant (Version 0.7.3)
+# spec file for package wpa_supplicant
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 BuildRequires:  dbus-1-devel libnl-devel libqt4 libqt4-devel openssl-devel 
pkg-config readline-devel
 Url:http://hostap.epitest.fi/wpa_supplicant/
 Version:0.7.3
-Release:1
+Release:3.RELEASE4
 License:BSD3c(or similar) ; GPLv2+
 Group:  Productivity/Networking/Other
 Summary:WPA supplicant implementation
@@ -39,6 +39,7 @@
 # is not portable
 Patch2: wpa_supplicant-sigusr1-changes-debuglevel.patch
 Patch4: wpa_supplicant-errormsg.patch
+Patch5: wpa_supplicant-add-ca-dbus-signal.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   logrotate
 
@@ -76,6 +77,7 @@
 %patch1 -p0
 %patch2 -p0
 %patch4 -p0
+%patch5 -p1
 
 %build
 cd wpa_supplicant

++ wpa_supplicant-add-ca-dbus-signal.patch ++
From ade74830b45466abb41b8e8dbc2f595d8bacb793 Mon Sep 17 00:00:00 2001
From: Michael Chang mch...@novell.com
Date: Tue, 5 Jul 2011 12:22:32 +0300
Subject: [PATCH] Add dbus signal for information about server certification

In general, this patch attemps to extend commit
00468b4650998144f794762206c695c962c54734 with dbus support.

This can be used by dbus client to implement subject match text
entry with preset value probed from server. This preset value, if
user accepts it, is remembered and passed to subject_match config
for any future authentication.

Signed-off-by: Michael Chang mch...@novell.com
---
 src/eap_peer/eap.c |7 +
 src/eap_peer/eap.h |   11 
 src/eapol_supp/eapol_supp_sm.c |   12 -
 src/eapol_supp/eapol_supp_sm.h |   11 
 wpa_supplicant/dbus/dbus_new.c |   54 
 wpa_supplicant/dbus/dbus_new.h |   12 +
 wpa_supplicant/dbus/dbus_old.c |   53 +++
 wpa_supplicant/dbus/dbus_old.h |   12 +
 wpa_supplicant/notify.c|   12 +
 wpa_supplicant/notify.h|4 +++
 wpa_supplicant/wpas_glue.c |   12 +
 11 files changed, 199 insertions(+), 1 deletions(-)

Index: wpa_supplicant-0.7.3/src/eap_peer/eap.c
===
--- wpa_supplicant-0.7.3.orig/src/eap_peer/eap.c
+++ wpa_supplicant-0.7.3/src/eap_peer/eap.c
@@ -1206,6 +1206,13 @@ static void eap_peer_sm_tls_event(void *
 data-peer_cert.subject,
 cert_hex);
}
+   if (sm-eapol_cb-notify_cert) {
+   sm-eapol_cb-notify_cert(sm-eapol_ctx,
+ data-peer_cert.depth,
+ data-peer_cert.subject,
+ hash_hex,
+ data-peer_cert.cert);
+   }
break;
}
 
Index: wpa_supplicant-0.7.3/src/eap_peer/eap.h
===
--- wpa_supplicant-0.7.3.orig/src/eap_peer/eap.h
+++ wpa_supplicant-0.7.3/src/eap_peer/eap.h
@@ -221,6 +221,17 @@ struct eapol_callbacks {
 */
void (*eap_param_needed)(void *ctx, const char *field,
 const char *txt);
+
+   /**
+* notify_cert - Notification of a peer certificate
+* @ctx: eapol_ctx from eap_peer_sm_init() call
+* 

commit perl-Tk for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Tk for openSUSE:Factory checked 
in at 2011-10-25 16:59:22

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


Package is perl-Tk, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Tk/perl-Tk.changes  2011-09-23 
12:39:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Tk.new/perl-Tk.changes 2011-10-25 
16:59:25.0 +0200
@@ -1,0 +2,11 @@
+Fri Oct 21 10:14:26 UTC 2011 - vci...@suse.com
+
+- update to 804.030
+  Many bugfixes (see Changes)
+  New features
+BalloonInfo for HList
+https://rt.cpan.org/Ticket/Display.html?id=55887
+Perl/Tk is now available at github.
+Improved all widgets at a glance demo.
+
+---

Old:

  Tk-804.029.tar.bz2

New:

  Tk-804.030.tar.gz



Other differences:
--
++ perl-Tk.spec ++
--- /var/tmp/diff_new_pack.2FDFpg/_old  2011-10-25 16:59:28.0 +0200
+++ /var/tmp/diff_new_pack.2FDFpg/_new  2011-10-25 16:59:28.0 +0200
@@ -15,33 +15,39 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   perl-Tk
-BuildRequires:  libpng-devel xkeyboard-config xorg-x11 xorg-x11-Xnest 
xorg-x11-Xvfb xorg-x11-devel xorg-x11-fonts xorg-x11-fonts-100dpi 
xorg-x11-fonts-scalable
+BuildRequires:  libpng-devel
+BuildRequires:  xkeyboard-config
+BuildRequires:  xorg-x11
+BuildRequires:  xorg-x11-Xnest
+BuildRequires:  xorg-x11-Xvfb
+BuildRequires:  xorg-x11-devel
+BuildRequires:  xorg-x11-fonts
+BuildRequires:  xorg-x11-fonts-100dpi
+BuildRequires:  xorg-x11-fonts-scalable
 %ifnarch s390 s390x
 BuildRequires:  xorg-x11-server
 %endif
-License:(GPL+ or Artistic) and zlib
-Group:  Development/Libraries/Perl
-AutoReqProv:on
-Version:804.029
+Version:804.030
 Release:11
+License:(GPL+ or Artistic) and zlib
 Summary:Perl Tk
 Url:http://cpan.org/modules/by-module/Tk/
-Source: Tk-%{version}.tar.bz2
-Patch:  Tk-%{version}-lib64.diff
-Patch1: Tk-%{version}-macro.diff
-Patch2: Tk-%{version}-null.diff
-Patch3: Tk-%{version}-refcnt.diff
-Patch4: Tk-%{version}-event.diff
+Group:  Development/Libraries/Perl
+Source: Tk-%{version}.tar.gz
+Patch0: Tk-804.029-lib64.diff
+Patch1: Tk-804.029-macro.diff
+Patch2: Tk-804.029-null.diff
+Patch3: Tk-804.029-refcnt.diff
+Patch4: Tk-804.029-event.diff
 # PATCH-FIX-UPSTREAM compile with recent Xorg versions too - co...@novell.com
-Patch5: Tk-%{version}-xorg.diff
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
+Patch5: Tk-804.029-xorg.diff
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%{perl_requires}
 
 %description
 Perl Tk is an enhancement for Perl. It combines the well structured
@@ -49,11 +55,10 @@
 
 %package devel
 License:(GPL+ or Artistic) and zlib
-AutoReqProv:on
+Summary:Perl Tk
+Group:  Development/Libraries/Perl
 Requires:   %{name} = %{version}
 Provides:   
perl-Tk:/usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/Tk/pTk/Lang.h
-Group:  Development/Libraries/Perl
-Summary:Perl Tk
 
 %description devel
 Perl Tk is an enhancement for Perl. It combines the well structured
@@ -61,8 +66,8 @@
 
 %prep
 %setup -q -n Tk-%{version}
-if test %_lib = lib64 ; then
-%patch
+if test %{_lib} = lib64 ; then
+%patch0
 fi
 %patch1
 %patch2
@@ -102,7 +107,7 @@
 # disable test that seems to fail at random
 mv t/fileevent2.t t/fileevent2.tt
 perl Makefile.PL XFT=1
-make %{?_smp_mflags} CFLAGS=$RPM_OPT_FLAGS -Wall -fpic
+make %{?_smp_mflags} CFLAGS=%{optflags} -Wall -fpic
 
 %check
 Xvfb :95 -screen 0 1280x1024x24  #430569
@@ -111,12 +116,12 @@
 DISPLAY=:95 make test
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+make DESTDIR=%{buildroot} install_vendor
 %perl_process_packlist
-rm -f $RPM_BUILD_ROOT/%{perl_vendorarch}/fix_4_os2.pl
+rm -f %{buildroot}/%{perl_vendorarch}/fix_4_os2.pl
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)

++ Tk-804.029-xorg.diff ++
--- /var/tmp/diff_new_pack.2FDFpg/_old  2011-10-25 16:59:28.0 +0200
+++ /var/tmp/diff_new_pack.2FDFpg/_new  2011-10-25 16:59:28.0 +0200
@@ -1,7 +1,7 @@
 Index: pTk/Xlib.h
 ===
 pTk/Xlib.h.orig2010-11-19 11:26:37.983842257 +0100
-+++ pTk/Xlib.h 2010-11-19 11:27:23.559717781 +0100
+--- pTk/Xlib.h.orig   

commit perl-Tk for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Tk for openSUSE:12.1 checked in 
at 2011-10-25 16:59:31

Comparing /work/SRC/openSUSE:12.1/perl-Tk (Old)
 and  /work/SRC/openSUSE:12.1/.perl-Tk.new (New)


Package is perl-Tk, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1/perl-Tk/perl-Tk.changes 2011-10-24 
13:17:58.0 +0200
+++ /work/SRC/openSUSE:12.1/.perl-Tk.new/perl-Tk.changes2011-10-25 
16:59:32.0 +0200
@@ -1,0 +2,11 @@
+Fri Oct 21 10:14:26 UTC 2011 - vci...@suse.com
+
+- update to 804.030
+  Many bugfixes (see Changes)
+  New features
+BalloonInfo for HList
+https://rt.cpan.org/Ticket/Display.html?id=55887
+Perl/Tk is now available at github.
+Improved all widgets at a glance demo.
+
+---

Old:

  Tk-804.029.tar.bz2

New:

  Tk-804.030.tar.gz



Other differences:
--
++ perl-Tk.spec ++
--- /var/tmp/diff_new_pack.3nzPKj/_old  2011-10-25 16:59:34.0 +0200
+++ /var/tmp/diff_new_pack.3nzPKj/_new  2011-10-25 16:59:34.0 +0200
@@ -15,33 +15,39 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   perl-Tk
-BuildRequires:  libpng-devel xkeyboard-config xorg-x11 xorg-x11-Xnest 
xorg-x11-Xvfb xorg-x11-devel xorg-x11-fonts xorg-x11-fonts-100dpi 
xorg-x11-fonts-scalable
+BuildRequires:  libpng-devel
+BuildRequires:  xkeyboard-config
+BuildRequires:  xorg-x11
+BuildRequires:  xorg-x11-Xnest
+BuildRequires:  xorg-x11-Xvfb
+BuildRequires:  xorg-x11-devel
+BuildRequires:  xorg-x11-fonts
+BuildRequires:  xorg-x11-fonts-100dpi
+BuildRequires:  xorg-x11-fonts-scalable
 %ifnarch s390 s390x
 BuildRequires:  xorg-x11-server
 %endif
-License:(GPL+ or Artistic) and zlib
-Group:  Development/Libraries/Perl
-AutoReqProv:on
-Version:804.029
+Version:804.030
 Release:11
+License:(GPL+ or Artistic) and zlib
 Summary:Perl Tk
 Url:http://cpan.org/modules/by-module/Tk/
-Source: Tk-%{version}.tar.bz2
-Patch:  Tk-%{version}-lib64.diff
-Patch1: Tk-%{version}-macro.diff
-Patch2: Tk-%{version}-null.diff
-Patch3: Tk-%{version}-refcnt.diff
-Patch4: Tk-%{version}-event.diff
+Group:  Development/Libraries/Perl
+Source: Tk-%{version}.tar.gz
+Patch0: Tk-804.029-lib64.diff
+Patch1: Tk-804.029-macro.diff
+Patch2: Tk-804.029-null.diff
+Patch3: Tk-804.029-refcnt.diff
+Patch4: Tk-804.029-event.diff
 # PATCH-FIX-UPSTREAM compile with recent Xorg versions too - co...@novell.com
-Patch5: Tk-%{version}-xorg.diff
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
+Patch5: Tk-804.029-xorg.diff
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%{perl_requires}
 
 %description
 Perl Tk is an enhancement for Perl. It combines the well structured
@@ -49,11 +55,10 @@
 
 %package devel
 License:(GPL+ or Artistic) and zlib
-AutoReqProv:on
+Summary:Perl Tk
+Group:  Development/Libraries/Perl
 Requires:   %{name} = %{version}
 Provides:   
perl-Tk:/usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/Tk/pTk/Lang.h
-Group:  Development/Libraries/Perl
-Summary:Perl Tk
 
 %description devel
 Perl Tk is an enhancement for Perl. It combines the well structured
@@ -61,8 +66,8 @@
 
 %prep
 %setup -q -n Tk-%{version}
-if test %_lib = lib64 ; then
-%patch
+if test %{_lib} = lib64 ; then
+%patch0
 fi
 %patch1
 %patch2
@@ -102,7 +107,7 @@
 # disable test that seems to fail at random
 mv t/fileevent2.t t/fileevent2.tt
 perl Makefile.PL XFT=1
-make %{?_smp_mflags} CFLAGS=$RPM_OPT_FLAGS -Wall -fpic
+make %{?_smp_mflags} CFLAGS=%{optflags} -Wall -fpic
 
 %check
 Xvfb :95 -screen 0 1280x1024x24  #430569
@@ -111,12 +116,12 @@
 DISPLAY=:95 make test
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+make DESTDIR=%{buildroot} install_vendor
 %perl_process_packlist
-rm -f $RPM_BUILD_ROOT/%{perl_vendorarch}/fix_4_os2.pl
+rm -f %{buildroot}/%{perl_vendorarch}/fix_4_os2.pl
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)

++ Tk-804.029-xorg.diff ++
--- /var/tmp/diff_new_pack.3nzPKj/_old  2011-10-25 16:59:34.0 +0200
+++ /var/tmp/diff_new_pack.3nzPKj/_new  2011-10-25 16:59:34.0 +0200
@@ -1,7 +1,7 @@
 Index: pTk/Xlib.h
 ===
 pTk/Xlib.h.orig2010-11-19 11:26:37.983842257 +0100
-+++ pTk/Xlib.h 2010-11-19 11:27:23.559717781 +0100
+--- pTk/Xlib.h.orig

commit pk-update-icon for openSUSE:Factory

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package pk-update-icon for openSUSE:Factory 
checked in at 2011-10-25 17:00:24

Comparing /work/SRC/openSUSE:Factory/pk-update-icon (Old)
 and  /work/SRC/openSUSE:Factory/.pk-update-icon.new (New)


Package is pk-update-icon, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/pk-update-icon/pk-update-icon.changes
2011-10-21 16:34:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.pk-update-icon.new/pk-update-icon.changes   
2011-10-25 17:00:25.0 +0200
@@ -1,0 +2,6 @@
+Sat Oct 22 08:24:55 UTC 2011 - g...@opensuse.org
+
+- update to version 0.2
+  - translation updates
+
+---

Old:

  pk-update-icon.tar.bz2

New:

  pk-update-icon-0.2.tar.gz



Other differences:
--
++ pk-update-icon.spec ++
--- /var/tmp/diff_new_pack.5exClc/_old  2011-10-25 17:00:26.0 +0200
+++ /var/tmp/diff_new_pack.5exClc/_new  2011-10-25 17:00:26.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   pk-update-icon
-Version:0.1.20111020git
+Version:0.2
 Release:1
 License:GPLv2+
 Summary:Software Update Notifier based on PackageKit
 Url:http://gitorious.org/opensuse/pk-update-icon
 Group:  System/Daemons
-Source: %{name}.tar.bz2
+Source: %{name}-%{version}.tar.gz
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libnotify)
@@ -39,7 +39,7 @@
 when package updates are available.
 
 %prep
-%setup -q -n %{name}
+%setup -q
 
 %build
 make %{?_smp_mflags} prefix=%{_prefix} CFLAGS=%{optflags}

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



commit pk-update-icon for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package pk-update-icon for openSUSE:12.1 
checked in at 2011-10-25 17:00:27

Comparing /work/SRC/openSUSE:12.1/pk-update-icon (Old)
 and  /work/SRC/openSUSE:12.1/.pk-update-icon.new (New)


Package is pk-update-icon, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/pk-update-icon/pk-update-icon.changes   
2011-10-24 13:19:42.0 +0200
+++ /work/SRC/openSUSE:12.1/.pk-update-icon.new/pk-update-icon.changes  
2011-10-25 17:00:29.0 +0200
@@ -1,0 +2,6 @@
+Sat Oct 22 08:24:55 UTC 2011 - g...@opensuse.org
+
+- update to version 0.2
+  - translation updates
+
+---

Old:

  pk-update-icon.tar.bz2

New:

  pk-update-icon-0.2.tar.gz



Other differences:
--
++ pk-update-icon.spec ++
--- /var/tmp/diff_new_pack.BuKVgY/_old  2011-10-25 17:00:29.0 +0200
+++ /var/tmp/diff_new_pack.BuKVgY/_new  2011-10-25 17:00:29.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   pk-update-icon
-Version:0.1.20111020git
+Version:0.2
 Release:1
 License:GPLv2+
 Summary:Software Update Notifier based on PackageKit
 Url:http://gitorious.org/opensuse/pk-update-icon
 Group:  System/Daemons
-Source: %{name}.tar.bz2
+Source: %{name}-%{version}.tar.gz
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libnotify)
@@ -39,7 +39,7 @@
 when package updates are available.
 
 %prep
-%setup -q -n %{name}
+%setup -q
 
 %build
 make %{?_smp_mflags} prefix=%{_prefix} CFLAGS=%{optflags}

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



commit NetworkManager for openSUSE:11.4

2011-10-25 Thread h_root

Hello community,

here is the log from the commit of package NetworkManager for openSUSE:11.4
checked in at Tue Oct 25 17:00:32 CEST 2011.




--- old-versions/11.4/UPDATES/all/NetworkManager/NetworkManager.changes 
2011-05-27 06:12:58.0 +0200
+++ 11.4/NetworkManager/NetworkManager.changes  2011-10-21 09:56:45.0 
+0200
@@ -1,0 +2,7 @@
+Fri Oct 21 07:53:59 UTC 2011 - g...@suse.com
+
+- Add nm-settings-subject-match.patch and nm-probe-ca-cert.patch
+  to probe the RADIUS server certificate and set the subject
+  (bnc#574266)
+
+---

calling whatdependson for 11.4-i586


New:

  nm-probe-ca-cert.patch
  nm-settings-subject-match.patch



Other differences:
--
++ NetworkManager.spec ++
--- /var/tmp/diff_new_pack.3Xo91e/_old  2011-10-25 16:59:30.0 +0200
+++ /var/tmp/diff_new_pack.3Xo91e/_new  2011-10-25 16:59:30.0 +0200
@@ -20,7 +20,7 @@
 Name:   NetworkManager
 Url:http://www.gnome.org/projects/NetworkManager/
 Version:0.8.2
-Release:15.RELEASE24
+Release:15.RELEASE26
 License:GPLv2+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  dbus-1-devel dbus-1-glib-devel gtk-doc intltool iptables 
libgcrypt-devel libgudev-1_0-devel libiw-devel libnl-devel libtool 
libuuid-devel mozilla-nss-devel polkit-devel ppp-devel 
translation-update-upstream wireless-tools
@@ -51,6 +51,10 @@
 Patch7: nm-dismiss-keyfile-spam.patch
 # PATCH-FIX-UPSTREAM NetworkManager-dhcp-hostname-true.patch bnc#557720 
bi...@opensuse.org -- Set the dhcp-hostname to true.
 Patch8: %{name}-dhcp-hostname-true.patch
+# PATCH-FIX-UPSTREAM nm-settings-subject-match.patch bnc#574266 g...@suse.com 
-- Add subject to nm-settings-80211x
+Patch9: nm-settings-subject-match.patch
+# PATCH-FIX-UPSTREAM nm-probe-ca-cert.patch bnc#574266 g...@suse.com -- Probe 
the RADIUS server certificate
+Patch10:nm-probe-ca-cert.patch
 Requires:   %{name}-glib = %{version}
 Requires:   dhcp-client
 Requires:   iproute2
@@ -128,6 +132,8 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
+%patch10 -p1
 translation-update-upstream
 
 %build

++ nm-probe-ca-cert.patch ++
 630 lines (skipped)

++ nm-settings-subject-match.patch ++
 690 lines (skipped)

continue with q...



Remember to have fun...

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



commit pulseaudio for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package pulseaudio for openSUSE:12.1 checked 
in at 2011-10-25 17:01:47

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


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

Changes:

--- /work/SRC/openSUSE:12.1/pulseaudio/pulseaudio.changes   2011-10-24 
13:20:31.0 +0200
+++ /work/SRC/openSUSE:12.1/.pulseaudio.new/pulseaudio.changes  2011-10-25 
17:01:47.0 +0200
@@ -1,0 +2,22 @@
+Fri Oct 21 08:17:27 UTC 2011 - wstephen...@suse.com
+
+- Update to version 1.1:
+  + Reintroduce a 3 point version string in various API calls,
+fixing PulseAudio with Skype.
+  + Fix some linking errors that accidentally linked libpulse to
+libpulsecore which could under some circumstance downgrade
+libpulse to GPL (rather than LGPL) which could in turn cause
+problems with non-GPL compatible apps which link to libpulse.
+  + Fix a problem where starting PA without X11 would fail due to
+dbus problems.
+
+---
+Fri Sep 30 11:09:58 UTC 2011 - toddrme2...@gmail.com
+
+- Made descriptions consistent
+- Added %suse_update_desktop_file for pulseaudio-kde
+  (fix for RPMLINT warning)
+- Added check for duplicate files (fix for RPMLINT warning)
+- Cleaned up spec file formatting with spec-cleaner
+
+---

Old:

  pulseaudio-1.0.tar.xz

New:

  pulseaudio-1.1.tar.xz



Other differences:
--
++ pulseaudio.spec ++
--- /var/tmp/diff_new_pack.FQ1Lb8/_old  2011-10-25 17:01:48.0 +0200
+++ /var/tmp/diff_new_pack.FQ1Lb8/_new  2011-10-25 17:01:48.0 +0200
@@ -15,31 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-%define drvver 1.0
 
 Name:   pulseaudio
-Summary:A Networked Sound Server
-Version:1.0
+Version:1.1
 Release:1
+%define drvver  1.1
 License:GPLv2+ ; LGPLv2.1+
+Summary:A Networked Sound Server
+Url:http://pulseaudio.org
 Group:  System/Sound Daemons
-Source: 
http://www.freedesktop.org/software/pulseaudio/releases/%{name}-%{version}.tar.xz
+Source: 
http://freedesktop.org/software/pulseaudio/releases/%{name}-%{version}.tar.xz
 Source1:default.pa-for-gdm
 Source2:setup-pulseaudio
 Source3:sysconfig.sound-pulseaudio
 Source99:   baselibs.conf
 Patch0: disabled-start.diff
 Patch1: suppress-socket-error-msg.diff
-Url:http://pulseaudio.org
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  alsa-devel
 BuildRequires:  bluez-devel
 BuildRequires:  doxygen
-BuildRequires:  gconf2-devel
-BuildRequires:  glib2-devel
-BuildRequires:  gtk2-devel
+BuildRequires:  fdupes
+BuildRequires:  gdbm-devel
 BuildRequires:  intltool
 BuildRequires:  jack-devel
 BuildRequires:  libatomic-ops-devel
@@ -47,12 +44,11 @@
 BuildRequires:  libopenssl-devel
 BuildRequires:  libsamplerate-devel
 BuildRequires:  libsndfile-devel
-BuildRequires:  libtool
 #our libtdb-devel does not have a .pc file
 BuildRequires:  libtdb-devel
-BuildRequires:  gdbm-devel
-BuildRequires:  lirc-devel
+BuildRequires:  libtool
 BuildRequires:  libudev-devel = 143
+BuildRequires:  lirc-devel
 BuildRequires:  speex-devel
 BuildRequires:  tcpd-devel
 BuildRequires:  translation-update-upstream
@@ -60,16 +56,22 @@
 BuildRequires:  xorg-x11-devel
 # Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
 BuildRequires:  xz
+BuildRequires:  pkgconfig(gconf-2.0)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(json) = 0.9
 PreReq: %fillup_prereq
 PreReq: pwdutils
-Recommends: alsa-plugins-pulse
-Recommends: %{name}-lang
-Requires:   udev = 146
 Requires:   rtkit
+Requires:   udev = 146
+Recommends: %{name}-lang
+Recommends: alsa-plugins-pulse
+Obsoletes:  libpulsecore9  0.9.15
+Provides:   libpulsecore9 = 0.9.15
+Obsoletes:  libpulsecore7  0.9.13
+Provides:   libpulsecore7 = 0.9.13
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Conflicts:  kernel  2.6.31
-Obsoletes:  libpulsecore9 = 0.9.14
-Obsoletes:  libpulsecore7 = 0.9.12
 
 %description
 pulseaudio is a networked sound server for Linux, other Unix like
@@ -77,12 +79,11 @@
 improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).
 
 %package esound-compat
-License:GPLv2+ ; LGPLv2.1+
 Summary:ESOUND compatibility for PulseAudio
 Group:  System/Sound Daemons
 

  1   2   >