commit sessreg for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package sessreg for openSUSE:Factory checked 
in at 2013-03-01 09:01:01

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


Package is sessreg, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/sessreg/sessreg.changes  2012-05-08 
12:00:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.sessreg.new/sessreg.changes 2013-03-01 
09:01:02.0 +0100
@@ -1,0 +2,12 @@
+Tue Feb 26 19:25:31 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.0.8:
+  + Add -V option to print version number.
+  + Combine usage message into a single string.
+  + Fix some clang warnings about implicit conversions.
+  + Remove dubious code.
+  + Make the `line' variable local to main().
+  + Place NetBSD specific #defines in the proper place.
+  + Fix compilation on NetBSD - undefined *TMPX paths (fdo#50940).
+
+---

Old:

  sessreg-1.0.7.tar.bz2

New:

  sessreg-1.0.8.tar.bz2



Other differences:
--
++ sessreg.spec ++
--- /var/tmp/diff_new_pack.5txVEq/_old  2013-03-01 09:01:03.0 +0100
+++ /var/tmp/diff_new_pack.5txVEq/_new  2013-03-01 09:01:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sessreg
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   sessreg
-Version:1.0.7
-Release:1
-License:MIT
+Version:1.0.8
+Release:0
 Summary:Utility to manage utmp/wtmp entries for X sessions
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(xorg-macros) = 1.4

++ sessreg-1.0.7.tar.bz2 - sessreg-1.0.8.tar.bz2 ++
 8758 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/sessreg-1.0.7/ChangeLog new/sessreg-1.0.8/ChangeLog
--- old/sessreg-1.0.7/ChangeLog 2011-10-22 06:10:21.0 +0200
+++ new/sessreg-1.0.8/ChangeLog 2013-02-11 03:44:50.0 +0100
@@ -1,3 +1,116 @@
+commit 1d9c8df5bea05c2c4923fd985ce274104b42efeb
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sun Feb 10 18:43:41 2013 -0800
+
+sessreg 1.0.8
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit ec158dea0bdc8bf4767fe048056178a823a2033b
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sat Jan 19 16:37:00 2013 -0800
+
+Add -V option to print version number
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 64db372b4988e4862acb328492b7bbe14851ebe0
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sat Jan 19 16:32:15 2013 -0800
+
+Combine usage message into a single string
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 64e773800f70a4e9ebc0e606150beaff9b839fd9
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sun Dec 16 12:46:50 2012 -0800
+
+Fix some clang warnings about implicit conversions
+
+sessreg.c:360:43: warning: implicit conversion changes signedness:
+  'unsigned long' to 'off_t' (aka 'long') [-Wsign-conversion]
+sysnerr (lseek(llog, (long) 
pwd-pw_uid*sizeof(ll), 0)
+ ~   ~~^~~
+sessreg.c:360:25: warning: implicit conversion changes signedness: 'long' 
to
+  'unsigned long' [-Wsign-conversion]
+sysnerr (lseek(llog, (long) 
pwd-pw_uid*sizeof(ll), 0)
+ ^~~
+
+sessreg.c:405:7: warning: implicit conversion loses integer precision: 
'size_t'
+  (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
+i = strlen (line);
+  ~ ^
+sessreg.c:406:9: warning: comparison of integers of different signs: 'int' 
and
+ 

commit ucm for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package ucm for openSUSE:Factory checked in 
at 2013-03-01 09:01:08

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


Package is ucm, Maintainer is mfab...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/ucm/ucm.changes  2012-03-07 20:10:41.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ucm.new/ucm.changes 2013-03-01 
09:01:10.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 28 06:01:30 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ ucm.spec ++
--- /var/tmp/diff_new_pack.xTZGiw/_old  2013-03-01 09:01:11.0 +0100
+++ /var/tmp/diff_new_pack.xTZGiw/_new  2013-03-01 09:01:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ucm
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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 @@
 %define xmandir/usr/share/man
 %define xbindir/usr/bin
 Summary:Unicode Font Viewer
-License:BSD-3-Clause ; MIT
+License:BSD-3-Clause and MIT
 Group:  System/X11/Utilities
 Version:0.3
 Release:0

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



commit vsftpd for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package vsftpd for openSUSE:Factory checked 
in at 2013-03-01 09:06:02

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


Package is vsftpd, Maintainer is mvysko...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/vsftpd/vsftpd.changes2012-12-19 
13:42:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.vsftpd.new/vsftpd.changes   2013-03-01 
09:06:03.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 28 13:30:07 UTC 2013 - mvysko...@suse.com
+
+- add vsftpd-allow-dev-log-socket.patch (bnc#786024)
+  * whitelist /dev/log related socket syscall
+
+---

New:

  vsftpd-allow-dev-log-socket.patch



Other differences:
--
++ vsftpd.spec ++
--- /var/tmp/diff_new_pack.22JKe5/_old  2013-03-01 09:06:04.0 +0100
+++ /var/tmp/diff_new_pack.22JKe5/_new  2013-03-01 09:06:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vsftpd
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -54,6 +54,7 @@
 Patch9: vsftpd-2.3.5-conf.patch
 Patch10:vsftpd-3.0.0_gnu_source_defines.patch
 Patch11:vsftpd-3.0.0-optional-seccomp.patch
+Patch12:vsftpd-allow-dev-log-socket.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   ftp-server
 PreReq: %insserv_prereq /usr/sbin/useradd
@@ -84,6 +85,7 @@
 %patch9
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
 
 %build
 %define seccomp_opts %{nil}


++ vsftpd-allow-dev-log-socket.patch ++
From: mvysko...@suse.com
Subject: enable /dev/log related socket call

Linux-PAM try to open /dev/log, but as socket is not enabled in seccomp
sandbox, daemon is killed by SIGSYS. Because the attempt is made by process
with RLIMIT_NOFILE, the correct fix would be to test if we can open a new fd in
pam. Anyway I would say the risc is small, and other socket syscalls are 
disabled.

Fixes: https://bugzilla.novell.com/show_bug.cgi?id=786024

Index: vsftpd-3.0.2/seccompsandbox.c
===
--- vsftpd-3.0.2.orig/seccompsandbox.c
+++ vsftpd-3.0.2/seccompsandbox.c
@@ -353,6 +353,15 @@ seccomp_sandbox_setup_prelogin(const str
   {
 allow_nr_1_arg_match(__NR_recvmsg, 3, 0);
   }
+
+  //this is very probably an attempt to open /dev/log
+  //it fails because process cannot open any file, so it might be safe
+  //socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = -1 EMFILE (Too many open 
files)
+  allow_nr_3_arg_match(__NR_socket,
+   1, PF_FILE,
+   2, SOCK_DGRAM | SOCK_CLOEXEC,
+   3, 0);
+
 }
 
 void

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



commit vsftpd for openSUSE:12.3

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package vsftpd for openSUSE:12.3 checked in 
at 2013-03-01 09:06:05

Comparing /work/SRC/openSUSE:12.3/vsftpd (Old)
 and  /work/SRC/openSUSE:12.3/.vsftpd.new (New)


Package is vsftpd, Maintainer is mvysko...@suse.com

Changes:

--- /work/SRC/openSUSE:12.3/vsftpd/vsftpd.changes   2013-01-31 
01:44:26.0 +0100
+++ /work/SRC/openSUSE:12.3/.vsftpd.new/vsftpd.changes  2013-03-01 
09:06:06.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 28 13:30:07 UTC 2013 - mvysko...@suse.com
+
+- add vsftpd-allow-dev-log-socket.patch (bnc#786024)
+  * whitelist /dev/log related socket syscall
+
+---

New:

  vsftpd-allow-dev-log-socket.patch



Other differences:
--
++ vsftpd.spec ++
--- /var/tmp/diff_new_pack.Q2jYhf/_old  2013-03-01 09:06:06.0 +0100
+++ /var/tmp/diff_new_pack.Q2jYhf/_new  2013-03-01 09:06:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vsftpd
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -54,6 +54,7 @@
 Patch9: vsftpd-2.3.5-conf.patch
 Patch10:vsftpd-3.0.0_gnu_source_defines.patch
 Patch11:vsftpd-3.0.0-optional-seccomp.patch
+Patch12:vsftpd-allow-dev-log-socket.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   ftp-server
 PreReq: %insserv_prereq /usr/sbin/useradd
@@ -84,6 +85,7 @@
 %patch9
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
 
 %build
 %define seccomp_opts %{nil}


++ vsftpd-allow-dev-log-socket.patch ++
From: mvysko...@suse.com
Subject: enable /dev/log related socket call

Linux-PAM try to open /dev/log, but as socket is not enabled in seccomp
sandbox, daemon is killed by SIGSYS. Because the attempt is made by process
with RLIMIT_NOFILE, the correct fix would be to test if we can open a new fd in
pam. Anyway I would say the risc is small, and other socket syscalls are 
disabled.

Fixes: https://bugzilla.novell.com/show_bug.cgi?id=786024

Index: vsftpd-3.0.2/seccompsandbox.c
===
--- vsftpd-3.0.2.orig/seccompsandbox.c
+++ vsftpd-3.0.2/seccompsandbox.c
@@ -353,6 +353,15 @@ seccomp_sandbox_setup_prelogin(const str
   {
 allow_nr_1_arg_match(__NR_recvmsg, 3, 0);
   }
+
+  //this is very probably an attempt to open /dev/log
+  //it fails because process cannot open any file, so it might be safe
+  //socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = -1 EMFILE (Too many open 
files)
+  allow_nr_3_arg_match(__NR_socket,
+   1, PF_FILE,
+   2, SOCK_DGRAM | SOCK_CLOEXEC,
+   3, 0);
+
 }
 
 void

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



commit xclass for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package xclass for openSUSE:Factory checked 
in at 2013-03-01 09:06:25

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


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

Changes:

--- /work/SRC/openSUSE:Factory/xclass/xclass.changes2011-12-25 
17:42:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.xclass.new/xclass.changes   2013-03-01 
09:06:26.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 28 06:01:51 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ xclass.spec ++
--- /var/tmp/diff_new_pack.QDRGvR/_old  2013-03-01 09:06:27.0 +0100
+++ /var/tmp/diff_new_pack.QDRGvR/_new  2013-03-01 09:06:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xclass
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -23,7 +23,7 @@
 Version:0.9.2
 Release:0
 Summary:Library for Uniform Presentation of fvwm95 Programs
-License:GPL-2.0+ ; LGPL-2.1+
+License:GPL-2.0+ and LGPL-2.1+
 Group:  System/Libraries
 Url:http://xclass.sourceforge.net/
 Source: %{name}-%{version}.tar.bz2
@@ -40,6 +40,7 @@
 %package devel
 Summary:Library for Uniform Presentation of fvwm95 Programs - 
development files
 License:LGPL-2.1+
+Group:  System/Libraries
 Requires:   %{name} = %{version}
 
 %description devel

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



commit xosview for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package xosview for openSUSE:Factory checked 
in at 2013-03-01 09:06:32

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


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

Changes:

--- /work/SRC/openSUSE:Factory/xosview/xosview.changes  2012-02-22 
15:55:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.xosview.new/xosview.changes 2013-03-01 
09:06:34.0 +0100
@@ -1,0 +2,12 @@
+Thu Feb 28 14:27:57 UTC 2013 - cfarr...@suse.com
+
+- license update: GPL-2.0+
+  the other licenses are consolidated into the GPL license of the derived
+  binary (Fedora uses the same)
+
+---
+Wed Feb 27 06:17:03 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ xosview.spec ++
--- /var/tmp/diff_new_pack.Jzk6nF/_old  2013-03-01 09:06:35.0 +0100
+++ /var/tmp/diff_new_pack.Jzk6nF/_new  2013-03-01 09:06:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xosview
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,7 +31,7 @@
 Version:1.9.2
 Release:0
 Summary:System Load Information
-License:BSD-3-Clause ; GPL-2.0+ ; MIT
+License:GPL-2.0+
 Group:  System/Monitoring
 Url:http://sourceforge.net/projects/xosview/
 Source: xosview-%{version}.tar.bz2


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



commit x11-tools for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package x11-tools for openSUSE:Factory 
checked in at 2013-03-01 09:06:15

Comparing /work/SRC/openSUSE:Factory/x11-tools (Old)
 and  /work/SRC/openSUSE:Factory/.x11-tools.new (New)


Package is x11-tools, Maintainer is sndir...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/x11-tools/x11-tools.changes  2011-10-10 
14:12:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.x11-tools.new/x11-tools.changes 2013-03-01 
09:06:17.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 27 06:18:01 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ x11-tools.spec ++
--- /var/tmp/diff_new_pack.O1a7eO/_old  2013-03-01 09:06:18.0 +0100
+++ /var/tmp/diff_new_pack.O1a7eO/_new  2013-03-01 09:06:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package x11-tools
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,19 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   x11-tools
-License:GPL-2.0+ ; MIT
-Group:  System/X11/Utilities
 PreReq: %fillup_prereq
-Provides:   xf86tools 3ddiag
-Obsoletes:  xf86tools 3ddiag
-AutoReqProv:on
+Provides:   3ddiag
+Provides:   xf86tools
+Obsoletes:  3ddiag
+Obsoletes:  xf86tools
 Version:0.1
-Release:183
+Release:0
 Summary:Tools for the X Window System
+License:GPL-2.0+ and MIT
+Group:  System/X11/Utilities
 Source2:xf86debug
 Source6:wmlist
 Source8:kroot

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



commit yast2-core for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-core for openSUSE:Factory 
checked in at 2013-03-01 09:06:51

Comparing /work/SRC/openSUSE:Factory/yast2-core (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-core.new (New)


Package is yast2-core, Maintainer is mvid...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-core/yast2-core.changes2012-06-28 
17:23:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-core.new/yast2-core.changes   
2013-03-01 09:06:53.0 +0100
@@ -1,0 +2,18 @@
+Mon Oct  8 16:50:38 CEST 2012 - mvid...@suse.cz
+
+- Clarified how to return lists and maps from Perl (bnc#783846).
+- 2.23.6
+
+---
+Wed Jul 11 14:55:26 CEST 2012 - mvid...@suse.cz
+
+- automake incompatibility: require 1.12, to produce parser.hh
+- agent-ini: if we cannot format a string, fail loudly (bnc#763386#c10)
+
+---
+Wed Jul 11 12:07:52 CEST 2012 - f...@suse.de
+
+- 2.23.5
+- added builtin list::reverse for YCP list
+
+---

Old:

  yast2-core-2.23.4.tar.bz2

New:

  yast2-core-2.23.6.tar.bz2



Other differences:
--
++ yast2-core.spec ++
--- /var/tmp/diff_new_pack.XzmvdW/_old  2013-03-01 09:06:56.0 +0100
+++ /var/tmp/diff_new_pack.XzmvdW/_new  2013-03-01 09:06:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-core
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-core
-Version:2.23.4
+Version:2.23.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -30,6 +30,8 @@
 # we have a parser
 BuildRequires:  bison
 BuildRequires:  flex
+# incompatible change, parser.h - parser.hh
+BuildRequires:  automake = 1.12
 # needed for all yast packages
 BuildRequires:  yast2-devtools
 # testsuite

++ yast2-core-2.23.4.tar.bz2 - yast2-core-2.23.6.tar.bz2 ++
 31202 lines of diff (skipped)

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



commit yast2-dbus-client for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-dbus-client for 
openSUSE:Factory checked in at 2013-03-01 09:07:00

Comparing /work/SRC/openSUSE:Factory/yast2-dbus-client (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-dbus-client.new (New)


Package is yast2-dbus-client, Maintainer is aschn...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-dbus-client/yast2-dbus-client.changes  
2011-12-12 17:05:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-dbus-client.new/yast2-dbus-client.changes 
2013-03-01 09:07:02.0 +0100
@@ -1,0 +2,5 @@
+Tue Apr 10 17:06:22 CEST 2012 - aschn...@suse.de
+
+- changed license to GPL-2.0
+
+---



Other differences:
--
++ yast2-dbus-client.spec ++
--- /var/tmp/diff_new_pack.COLFm9/_old  2013-03-01 09:07:03.0 +0100
+++ /var/tmp/diff_new_pack.COLFm9/_new  2013-03-01 09:07:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-dbus-client
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   yast2-dbus-client
 Version:2.22.0
 Release:0
@@ -24,19 +23,22 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-dbus-client-%{version}.tar.bz2
 
-Group:  System/YaST
-License:GPL-2.0+
 # obviously
 BuildRequires:  gcc-c++
 # needed for all yast packages
-BuildRequires:  libtool yast2-core-devel yast2-devtools
+BuildRequires:  libtool
+BuildRequires:  yast2-core-devel
+BuildRequires:  yast2-devtools
 
 # docbook docs
-BuildRequires:  docbook-xsl-stylesheets libxslt
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  libxslt
 # for the DBus agent
 BuildRequires:  dbus-1-devel
 
 Summary:YaST2 - DBus Client Library
+License:GPL-2.0
+Group:  System/YaST
 
 %description
 This package contains library (a SCR agent) for accessing DBus
@@ -53,7 +55,6 @@
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 
-%{?suse_update_config:%{suse_update_config -f}}
 ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works

++ yast2-dbus-client-2.22.0.tar.bz2 ++
 22586 lines of diff (skipped)

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



commit yast2-dirinstall for openSUSE:Factory

2013-03-01 Thread h_root


binXJvEnnpLLv.bin
Description: Binary data


commit yast2-dirinstall for openSUSE:12.3

2013-03-01 Thread h_root


bin4hfveMEyuE.bin
Description: Binary data


commit yast2-installation for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2013-03-01 09:07:22

Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-installation.new (New)


Package is yast2-installation, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2013-02-14 21:18:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2013-03-01 09:07:24.0 +0100
@@ -4 +4 @@
-- fix got_kernel_param in mish.sh to not match substrings (so far 
+- fix got_kernel_param in misc.sh to not match substrings (so far 



Other differences:
--
++ yast2-installation-2.23.12.tar.bz2 ++

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



commit yast2-network for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-network for openSUSE:Factory 
checked in at 2013-03-01 09:11:25

Comparing /work/SRC/openSUSE:Factory/yast2-network (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-network.new (New)


Package is yast2-network, Maintainer is mfi...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes  
2013-01-20 15:01:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-network.new/yast2-network.changes 
2013-03-01 09:11:26.0 +0100
@@ -1,0 +2,18 @@
+Tue Feb 12 14:00:05 CET 2013 - mvid...@suse.cz
+
+- AutoYaST: write /etc/hosts even if keep_install_network=true
+  (bnc#796580)
+- AutoYaST: If keep_install_network=true and dns/write_hostname
+  is unspecified, use the product default (which is false on SLES),
+  thus not writing 127.0.0.2 to /etc/hosts. (bnc#796580)
+  (fixing a regression introduced in 2.22.1)
+- 2.24.14
+
+---
+Mon Jan 21 20:09:15 UTC 2013 - mfi...@suse.com
+
+- fate#312733
+   - nameservers editing supported via CLI
+- 2.24.13
+ 
+---

Old:

  yast2-network-2.24.12.tar.bz2

New:

  yast2-network-2.24.14.tar.bz2



Other differences:
--
++ yast2-network.spec ++
--- /var/tmp/diff_new_pack.VorY0r/_old  2013-03-01 09:11:27.0 +0100
+++ /var/tmp/diff_new_pack.VorY0r/_new  2013-03-01 09:11:27.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:2.24.12
+Version:2.24.14
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-network-2.24.12.tar.bz2 - yast2-network-2.24.14.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-2.24.12/Makefile.in 
new/yast2-network-2.24.14/Makefile.in
--- old/yast2-network-2.24.12/Makefile.in   2013-01-18 14:20:45.0 
+0100
+++ new/yast2-network-2.24.14/Makefile.in   2013-02-26 17:56:29.0 
+0100
@@ -684,7 +684,7 @@
*.zip*) \
  unzip $(distdir).zip ;;\
esac
-   chmod -R a-w $(distdir); chmod a+w $(distdir)
+   chmod -R a-w $(distdir); chmod u+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-2.24.12/VERSION 
new/yast2-network-2.24.14/VERSION
--- old/yast2-network-2.24.12/VERSION   2013-01-17 16:13:58.0 +0100
+++ new/yast2-network-2.24.14/VERSION   2013-02-12 15:01:36.0 +0100
@@ -1 +1 @@
-2.24.12
+2.24.14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-2.24.12/configure 
new/yast2-network-2.24.14/configure
--- old/yast2-network-2.24.12/configure 2013-01-18 14:20:44.0 +0100
+++ new/yast2-network-2.24.14/configure 2013-02-26 17:56:28.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-network 2.24.12.
+# Generated by GNU Autoconf 2.69 for yast2-network 2.24.14.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-network'
 PACKAGE_TARNAME='yast2-network'
-PACKAGE_VERSION='2.24.12'
-PACKAGE_STRING='yast2-network 2.24.12'
+PACKAGE_VERSION='2.24.14'
+PACKAGE_STRING='yast2-network 2.24.14'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1247,7 +1247,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2-network 2.24.12 to adapt to many kinds of 
systems.
+\`configure' configures yast2-network 2.24.14 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1318,7 +1318,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-network 2.24.12:;;
+ short | recursive ) echo Configuration of yast2-network 2.24.14:;;
esac
   cat \_ACEOF
 
@@ -1398,7 +1398,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-network configure 2.24.12
+yast2-network configure 2.24.14
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1415,7 +1415,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-network $as_me 2.24.12, which was
+It was created by yast2-network $as_me 

commit yast2-storage for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-03-01 09:11:51

Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-storage.new (New)


Package is yast2-storage, Maintainer is aschn...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2013-02-19 13:46:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-03-01 09:11:53.0 +0100
@@ -1,0 +2,17 @@
+Thu Feb 28 12:36:18 CET 2013 - f...@suse.de
+
+- version 2.23.8
+- enable encryption option for architecture S390 (bnc#804598)
+
+---
+Wed Feb 27 18:19:47 CET 2013 - f...@suse.de
+
+- fix handling of inactive raid devices (bnc#798275)
+
+---
+Tue Feb 26 17:42:35 CET 2013 - f...@suse.de
+
+- version 2.23.7
+- allow encryption for newly created lvm partitions (bnc#803803)
+
+---

Old:

  yast2-storage-2.23.6.tar.bz2

New:

  yast2-storage-2.23.8.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.oKVDT7/_old  2013-03-01 09:11:54.0 +0100
+++ /var/tmp/diff_new_pack.oKVDT7/_new  2013-03-01 09:11:54.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:2.23.6
+Version:2.23.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -39,7 +39,7 @@
 BuildRequires:  yast2-devtools
 BuildRequires:  yast2-perl-bindings
 BuildRequires:  yast2-testsuite = 2.19.0
-Requires:   libstorage4 = 2.23.3
+Requires:   libstorage4 = 2.23.8
 Requires:   perl = %{perl_version}
 Requires:   yast2 = 2.19.4
 Requires:   yast2-core = 2.18.3

++ yast2-storage-2.23.6.tar.bz2 - yast2-storage-2.23.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.23.6/VERSION 
new/yast2-storage-2.23.8/VERSION
--- old/yast2-storage-2.23.6/VERSION2013-02-19 11:52:12.0 +0100
+++ new/yast2-storage-2.23.8/VERSION2013-02-28 15:52:58.0 +0100
@@ -1 +1 @@
-2.23.6
+2.23.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.23.6/configure 
new/yast2-storage-2.23.8/configure
--- old/yast2-storage-2.23.6/configure  2013-02-19 12:21:03.0 +0100
+++ new/yast2-storage-2.23.8/configure  2013-02-28 15:53:20.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-storage 2.23.6.
+# Generated by GNU Autoconf 2.69 for yast2-storage 2.23.8.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-storage'
 PACKAGE_TARNAME='yast2-storage'
-PACKAGE_VERSION='2.23.6'
-PACKAGE_STRING='yast2-storage 2.23.6'
+PACKAGE_VERSION='2.23.8'
+PACKAGE_STRING='yast2-storage 2.23.8'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1380,7 +1380,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2-storage 2.23.6 to adapt to many kinds of systems.
+\`configure' configures yast2-storage 2.23.8 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1451,7 +1451,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-storage 2.23.6:;;
+ short | recursive ) echo Configuration of yast2-storage 2.23.8:;;
esac
   cat \_ACEOF
 
@@ -1569,7 +1569,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-storage configure 2.23.6
+yast2-storage configure 2.23.8
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2022,7 +2022,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-storage $as_me 2.23.6, which was
+It was created by yast2-storage $as_me 2.23.8, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2961,7 +2961,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-storage'
- VERSION='2.23.6'
+ VERSION='2.23.8'
 
 
 cat confdefs.h _ACEOF
@@ -3084,7 +3084,7 @@
 
 
 
-VERSION=2.23.6
+VERSION=2.23.8
 RPMNAME=yast2-storage
 MAINTAINER=Arvin Schnell aschn...@suse.de
 
@@ -16825,7 +16825,7 @@
 # report 

commit yast2-storage for openSUSE:12.3

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:12.3 
checked in at 2013-03-01 09:11:55

Comparing /work/SRC/openSUSE:12.3/yast2-storage (Old)
 and  /work/SRC/openSUSE:12.3/.yast2-storage.new (New)


Package is yast2-storage, Maintainer is aschn...@suse.com

Changes:

--- /work/SRC/openSUSE:12.3/yast2-storage/yast2-storage.changes 2013-02-19 
13:46:31.0 +0100
+++ /work/SRC/openSUSE:12.3/.yast2-storage.new/yast2-storage.changes
2013-03-01 09:11:56.0 +0100
@@ -1,0 +2,17 @@
+Thu Feb 28 12:36:18 CET 2013 - f...@suse.de
+
+- version 2.23.8
+- enable encryption option for architecture S390 (bnc#804598)
+
+---
+Wed Feb 27 18:19:47 CET 2013 - f...@suse.de
+
+- fix handling of inactive raid devices (bnc#798275)
+
+---
+Tue Feb 26 17:42:35 CET 2013 - f...@suse.de
+
+- version 2.23.7
+- allow encryption for newly created lvm partitions (bnc#803803)
+
+---

Old:

  yast2-storage-2.23.6.tar.bz2

New:

  yast2-storage-2.23.8.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.bUqN9b/_old  2013-03-01 09:11:56.0 +0100
+++ /var/tmp/diff_new_pack.bUqN9b/_new  2013-03-01 09:11:56.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:2.23.6
+Version:2.23.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -39,7 +39,7 @@
 BuildRequires:  yast2-devtools
 BuildRequires:  yast2-perl-bindings
 BuildRequires:  yast2-testsuite = 2.19.0
-Requires:   libstorage4 = 2.23.3
+Requires:   libstorage4 = 2.23.8
 Requires:   perl = %{perl_version}
 Requires:   yast2 = 2.19.4
 Requires:   yast2-core = 2.18.3

++ yast2-storage-2.23.6.tar.bz2 - yast2-storage-2.23.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.23.6/VERSION 
new/yast2-storage-2.23.8/VERSION
--- old/yast2-storage-2.23.6/VERSION2013-02-19 11:52:12.0 +0100
+++ new/yast2-storage-2.23.8/VERSION2013-02-28 15:52:58.0 +0100
@@ -1 +1 @@
-2.23.6
+2.23.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.23.6/configure 
new/yast2-storage-2.23.8/configure
--- old/yast2-storage-2.23.6/configure  2013-02-19 12:21:03.0 +0100
+++ new/yast2-storage-2.23.8/configure  2013-02-28 15:53:20.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-storage 2.23.6.
+# Generated by GNU Autoconf 2.69 for yast2-storage 2.23.8.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-storage'
 PACKAGE_TARNAME='yast2-storage'
-PACKAGE_VERSION='2.23.6'
-PACKAGE_STRING='yast2-storage 2.23.6'
+PACKAGE_VERSION='2.23.8'
+PACKAGE_STRING='yast2-storage 2.23.8'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1380,7 +1380,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2-storage 2.23.6 to adapt to many kinds of systems.
+\`configure' configures yast2-storage 2.23.8 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1451,7 +1451,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-storage 2.23.6:;;
+ short | recursive ) echo Configuration of yast2-storage 2.23.8:;;
esac
   cat \_ACEOF
 
@@ -1569,7 +1569,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-storage configure 2.23.6
+yast2-storage configure 2.23.8
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2022,7 +2022,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-storage $as_me 2.23.6, which was
+It was created by yast2-storage $as_me 2.23.8, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2961,7 +2961,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-storage'
- VERSION='2.23.6'
+ VERSION='2.23.8'
 
 
 cat confdefs.h _ACEOF
@@ -3084,7 +3084,7 @@
 
 
 
-VERSION=2.23.6
+VERSION=2.23.8
 RPMNAME=yast2-storage
 MAINTAINER=Arvin Schnell aschn...@suse.de
 
@@ -16825,7 +16825,7 @@
 # report actual input 

commit yast2-transfer for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-transfer for openSUSE:Factory 
checked in at 2013-03-01 09:12:01

Comparing /work/SRC/openSUSE:Factory/yast2-transfer (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-transfer.new (New)


Package is yast2-transfer, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-transfer/yast2-transfer.changes
2012-04-12 10:00:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-transfer.new/yast2-transfer.changes   
2013-03-01 09:12:02.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 13 11:21:46 CET 2012 - tgoettlic...@suse.de
+
+- confirmed license gpl v2
+- 2.21.1
+
+---

Old:

  yast2-transfer-2.22.0.tar.bz2

New:

  yast2-transfer-2.21.1.tar.bz2



Other differences:
--
++ yast2-transfer.spec ++
--- /var/tmp/diff_new_pack.ZABYHl/_old  2013-03-01 09:12:03.0 +0100
+++ /var/tmp/diff_new_pack.ZABYHl/_new  2013-03-01 09:12:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-transfer
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,25 +15,38 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   yast2-transfer
-Version:2.22.0
+Version:2.21.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-transfer-%{version}.tar.bz2
 
-Group:  System/YaST
-License:GPL-2.0+
-BuildRequires:  curl-devel doxygen gcc-c++ libtool perl-XML-Writer 
update-desktop-files yast2 yast2-core-devel yast2-devtools yast2-testsuite
+BuildRequires:  curl-devel
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  perl-XML-Writer
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
+BuildRequires:  yast2-core-devel
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-testsuite
 %if 0%{?suse_version}  1220
 BuildRequires:  libxcrypt-devel
 %endif
 Summary:YaST2 - Agent for Various Transfer Protocols
-Provides:   yast2-agent-curl yast2-agent-tftp yast2-agent-curl-devel 
yast2-agent-tftp-devel
-Obsoletes:  yast2-agent-curl yast2-agent-tftp yast2-agent-curl-devel 
yast2-agent-tftp-devel
+License:GPL-2.0
+Group:  System/YaST
+Provides:   yast2-agent-curl
+Provides:   yast2-agent-curl-devel
+Provides:   yast2-agent-tftp
+Provides:   yast2-agent-tftp-devel
+Obsoletes:  yast2-agent-curl
+Obsoletes:  yast2-agent-curl-devel
+Obsoletes:  yast2-agent-tftp
+Obsoletes:  yast2-agent-tftp-devel
 Requires:   curl 
 
 %description
@@ -50,7 +63,6 @@
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 
-%{?suse_update_config:%{suse_update_config -f}}
 ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works

++ yast2-transfer-2.22.0.tar.bz2 - yast2-transfer-2.21.1.tar.bz2 ++
 9171 lines of diff (skipped)

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



commit yast2-ycp-ui-bindings for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-ycp-ui-bindings for 
openSUSE:Factory checked in at 2013-03-01 09:12:18

Comparing /work/SRC/openSUSE:Factory/yast2-ycp-ui-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-ycp-ui-bindings.new (New)


Package is yast2-ycp-ui-bindings, Maintainer is tgoettlic...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-ycp-ui-bindings/yast2-ycp-ui-bindings.changes  
2012-09-20 15:48:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-ycp-ui-bindings.new/yast2-ycp-ui-bindings.changes
 2013-03-01 09:12:19.0 +0100
@@ -1,0 +2,11 @@
+Wed Jan  9 13:24:11 UTC 2013 - loci...@suse.com
+
+- Added references to ButtonBox into the generated documentation
+
+---
+Mon Nov 12 18:12:27 CET 2012 - tgoettlic...@suse.de
+
+- confirmed license
+- 2.21.6
+
+---
@@ -5 +15,0 @@
-- 2.21.6



Other differences:
--
++ yast2-ycp-ui-bindings.spec ++
--- /var/tmp/diff_new_pack.NMWRHd/_old  2013-03-01 09:12:20.0 +0100
+++ /var/tmp/diff_new_pack.NMWRHd/_new  2013-03-01 09:12:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-ycp-ui-bindings
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -48,7 +48,7 @@
 BuildRequires:  boost-devel
 
 Summary:YaST2 - YCP Bindings for the YaST2 User Interface Engine
-License:GPL-2.0+
+License:GPL-2.0
 Group:  System/YaST
 Provides:   %{_libdir}/YaST2/plugin/libpy2UI.so.2.0.0
 

++ yast2-ycp-ui-bindings-2.21.6.tar.bz2 ++
 2836 lines of diff (skipped)

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



commit zypper for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package zypper for openSUSE:Factory checked 
in at 2013-03-01 09:12:32

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


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

Changes:

--- /work/SRC/openSUSE:Factory/zypper/zypper.changes2013-02-15 
18:56:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.zypper.new/zypper.changes   2013-03-01 
09:12:34.0 +0100
@@ -1,0 +2,27 @@
+Thu Feb 28 11:46:36 CET 2013 - m...@suse.de
+
+- fix zypper disregarding zypp.conf cache path settings (bnc#806568)
+- Allow re-install with different arch upon explicit request (bnc#804219)
+- version 1.8.11
+
+---
+Thu Feb 28 01:15:24 CET 2013 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Sun Feb 24 01:14:42 CET 2013 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Thu Feb 21 01:14:25 CET 2013 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Sun Feb 17 01:14:01 CET 2013 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---

Old:

  zypper-1.8.10.tar.bz2

New:

  zypper-1.8.11.tar.bz2



Other differences:
--
++ zypper.spec ++
--- /var/tmp/diff_new_pack.YsKESj/_old  2013-03-01 09:12:35.0 +0100
+++ /var/tmp/diff_new_pack.YsKESj/_new  2013-03-01 09:12:35.0 +0100
@@ -33,7 +33,7 @@
 Group:  System/Packages
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Command line software manager using libzypp
-Version:1.8.10
+Version:1.8.11
 Release:0
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc

++ zypper-1.8.10.tar.bz2 - zypper-1.8.11.tar.bz2 ++
/work/SRC/openSUSE:Factory/zypper/zypper-1.8.10.tar.bz2 
/work/SRC/openSUSE:Factory/.zypper.new/zypper-1.8.11.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 zypper for openSUSE:12.3

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package zypper for openSUSE:12.3 checked in 
at 2013-03-01 09:12:35

Comparing /work/SRC/openSUSE:12.3/zypper (Old)
 and  /work/SRC/openSUSE:12.3/.zypper.new (New)


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

Changes:

--- /work/SRC/openSUSE:12.3/zypper/zypper.changes   2013-02-15 
18:56:55.0 +0100
+++ /work/SRC/openSUSE:12.3/.zypper.new/zypper.changes  2013-03-01 
09:12:37.0 +0100
@@ -1,0 +2,27 @@
+Thu Feb 28 11:46:36 CET 2013 - m...@suse.de
+
+- fix zypper disregarding zypp.conf cache path settings (bnc#806568)
+- Allow re-install with different arch upon explicit request (bnc#804219)
+- version 1.8.11
+
+---
+Thu Feb 28 01:15:24 CET 2013 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Sun Feb 24 01:14:42 CET 2013 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Thu Feb 21 01:14:25 CET 2013 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Sun Feb 17 01:14:01 CET 2013 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---

Old:

  zypper-1.8.10.tar.bz2

New:

  zypper-1.8.11.tar.bz2



Other differences:
--
++ zypper.spec ++
--- /var/tmp/diff_new_pack.HhmLqF/_old  2013-03-01 09:12:37.0 +0100
+++ /var/tmp/diff_new_pack.HhmLqF/_new  2013-03-01 09:12:37.0 +0100
@@ -33,7 +33,7 @@
 Group:  System/Packages
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Command line software manager using libzypp
-Version:1.8.10
+Version:1.8.11
 Release:0
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc

++ zypper-1.8.10.tar.bz2 - zypper-1.8.11.tar.bz2 ++
/work/SRC/openSUSE:12.3/zypper/zypper-1.8.10.tar.bz2 
/work/SRC/openSUSE:12.3/.zypper.new/zypper-1.8.11.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 branding-openSUSE for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package branding-openSUSE for 
openSUSE:Factory checked in at 2013-03-01 10:47:42

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


Package is branding-openSUSE, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/branding-openSUSE/branding-openSUSE.changes  
2013-02-17 16:56:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.branding-openSUSE.new/branding-openSUSE.changes 
2013-03-01 10:47:43.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 28 21:05:11 UTC 2013 - co...@suse.com
+
+- fix the %post of plymouth branding to still set openSUSE default
+  even if in live cd buildenv (bnc#804321)
+
+---



Other differences:
--
++ branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.4ZnViL/_old  2013-03-01 10:47:46.0 +0100
+++ /var/tmp/diff_new_pack.4ZnViL/_new  2013-03-01 10:47:46.0 +0100
@@ -237,8 +237,8 @@
 License:GPL-2.0+
 Group:  System/Fhs
 Requires:   plymouth-plugin-label
-Requires:   plymouth-plugin-script
-Requires(post): plymouth-scripts
+PreReq: plymouth-plugin-script
+PreReq: plymouth-scripts
 Supplements:packageand(plymouth:branding-openSUSE)
 Provides:   plymouth-branding = %{version}
 Conflicts:  otherproviders(plymouth-branding)
@@ -368,10 +368,13 @@
 %endif
 
 %post -n plymouth-branding-openSUSE
-if [ ! -e /.buildenv ]; then
-   export LIB=%{_libdir}
-   if [ $(%{_sbindir}/plymouth-set-default-theme) == text -o 
$(%{_sbindir}/plymouth-set-default-theme) == openSUSE -o 
$(%{_sbindir}/plymouth-set-default-theme) == basedonopensuse ]; then
+export LIB=%{_libdir}
+OTHEME=$(%{_sbindir}/plymouth-set-default-theme)
+if [ $OTHEME == text -o $OTHEME == openSUSE -o $OTHEME == 
basedonopensuse ]; then
+   if [ ! -e /.buildenv ]; then
   %{_sbindir}/plymouth-set-default-theme -R openSUSE
+   else
+ %{_sbindir}/plymouth-set-default-theme openSUSE
fi
 fi
 

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



commit branding-openSUSE for openSUSE:12.3

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package branding-openSUSE for openSUSE:12.3 
checked in at 2013-03-01 10:47:45

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


Package is branding-openSUSE, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:12.3/branding-openSUSE/branding-openSUSE.changes 
2013-02-17 16:56:13.0 +0100
+++ /work/SRC/openSUSE:12.3/.branding-openSUSE.new/branding-openSUSE.changes
2013-03-01 10:47:47.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 28 21:05:11 UTC 2013 - co...@suse.com
+
+- fix the %post of plymouth branding to still set openSUSE default
+  even if in live cd buildenv (bnc#804321)
+
+---



Other differences:
--
++ branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.sTjFop/_old  2013-03-01 10:47:48.0 +0100
+++ /var/tmp/diff_new_pack.sTjFop/_new  2013-03-01 10:47:48.0 +0100
@@ -237,8 +237,8 @@
 License:GPL-2.0+
 Group:  System/Fhs
 Requires:   plymouth-plugin-label
-Requires:   plymouth-plugin-script
-Requires(post): plymouth-scripts
+PreReq: plymouth-plugin-script
+PreReq: plymouth-scripts
 Supplements:packageand(plymouth:branding-openSUSE)
 Provides:   plymouth-branding = %{version}
 Conflicts:  otherproviders(plymouth-branding)
@@ -368,10 +368,13 @@
 %endif
 
 %post -n plymouth-branding-openSUSE
-if [ ! -e /.buildenv ]; then
-   export LIB=%{_libdir}
-   if [ $(%{_sbindir}/plymouth-set-default-theme) == text -o 
$(%{_sbindir}/plymouth-set-default-theme) == openSUSE -o 
$(%{_sbindir}/plymouth-set-default-theme) == basedonopensuse ]; then
+export LIB=%{_libdir}
+OTHEME=$(%{_sbindir}/plymouth-set-default-theme)
+if [ $OTHEME == text -o $OTHEME == openSUSE -o $OTHEME == 
basedonopensuse ]; then
+   if [ ! -e /.buildenv ]; then
   %{_sbindir}/plymouth-set-default-theme -R openSUSE
+   else
+ %{_sbindir}/plymouth-set-default-theme openSUSE
fi
 fi
 

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



commit flac for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package flac for openSUSE:Factory checked in 
at 2013-03-01 10:47:56

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


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

Changes:

--- /work/SRC/openSUSE:Factory/flac/flac.changes2012-12-19 
10:54:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.flac.new/flac.changes   2013-03-01 
10:47:57.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 28 16:07:33 UTC 2013 - seife+...@b1-systems.com
+
+- add flac-1.2.1-automake1_13.patch, fix build with automake-1.13.1
+
+---

New:

  flac-1.2.1-automake1_13.patch



Other differences:
--
++ flac.spec ++
--- /var/tmp/diff_new_pack.UsrkDc/_old  2013-03-01 10:47:58.0 +0100
+++ /var/tmp/diff_new_pack.UsrkDc/_new  2013-03-01 10:47:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package flac
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -42,6 +42,7 @@
 Patch1: flac-ocloexec.patch
 Patch2: flac-openssl.patch
 Patch3: flac-fix-pkgconfig.patch
+Patch4: flac-1.2.1-automake1_13.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -82,6 +83,7 @@
 %patch1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 touch config.rpath

++ flac-1.2.1-automake1_13.patch ++
Index: b/configure.ac
===
--- a/configure.ac
+++ b/configure.ac
@@ -40,11 +40,11 @@ AC_SYS_LARGEFILE
 AC_FUNC_FSEEKO
 
 AC_CHECK_SIZEOF(void*,0)
 AC_SEARCH_LIBS([lround],[m], [AC_DEFINE(HAVE_LROUND,1,lround support)])
 #@@@ new name is AC_CONFIG_HEADERS
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 
 AC_LANG_PUSH(C++)
 # c++ flavor first
 AC_C_VARARRAYS
 if test $ac_cv_c_vararrays = yes; then

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



commit kdebase4-workspace for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:Factory checked in at 2013-03-01 10:48:29

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-workspace/kdebase4-workspace.changes
2013-02-23 08:08:04.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
2013-03-01 10:48:30.0 +0100
@@ -1,0 +2,12 @@
+Thu Feb 28 16:03:32 UTC 2013 - wba...@tmo.at
+
+- Change default Bootmanager to Grub2 in kdmrc (bnc#788867)
+
+---
+Thu Feb 28 04:06:11 UTC 2013 - crrodrig...@opensuse.org
+
+- Add powerdevil-logind.patch, allows powerdevil to 
+  interact properly with systemd-logind 
+  (https://git.reviewboard.kde.org/r/108407)
+
+---

New:

  powerdevil-logind.patch



Other differences:
--
++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.PA1pq4/_old  2013-03-01 10:48:33.0 +0100
+++ /var/tmp/diff_new_pack.PA1pq4/_new  2013-03-01 10:48:33.0 +0100
@@ -125,6 +125,8 @@
 # Downside is that ConsoleKit is no longer supported and requires that 
NetworkManager and PolKit
 # are also both build with systemd support. Not activated at the moment due to 
sysvinit fallback!!
 Patch214:   workspace_systemd_initial_support.patch
+#PATCH-FIX-OPENSUSE (?) Make powerdevil understand/talk with systemd-logind
+Patch215:   powerdevil-logind.patch
 %endif
 # Patch from Fedora to enable plymouth support in KDM. 
 # Patch is based on the changes within GDM to detect running plymouth 
@@ -385,6 +387,7 @@
 %patch213 -p1
 %if %{with_systemd}
 %patch214 -p1
+%patch215 -p1
 %endif
 %patch400 -p0
 %patch401 -p1


++ kdm-sysconfig-values.diff ++
--- /var/tmp/diff_new_pack.PA1pq4/_old  2013-03-01 10:48:34.0 +0100
+++ /var/tmp/diff_new_pack.PA1pq4/_new  2013-03-01 10:48:34.0 +0100
@@ -128,7 +128,7 @@
   Burg/BO_BURG: Burg boot manager
   Lilo/BO_LILO: Lilo boot manager (Linux on i386 amp; x86-64 only)
 -Default: None
-+Default: Grub
++Default: Grub2
  User: core
  User: greeter
  Instance: #Grub


++ powerdevil-logind.patch ++
diff --git a/powerdevil/daemon/BackendConfig.cmake 
b/powerdevil/daemon/BackendConfig.cmake
index 5dbe6f6..5344925 100644
--- a/powerdevil/daemon/BackendConfig.cmake
+++ b/powerdevil/daemon/BackendConfig.cmake
@@ -9,6 +9,7 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}/backends/upower
 
 set(powerdevilupowerbackend_SRCS
 backends/upower/upowersuspendjob.cpp
+backends/upower/login1suspendjob.cpp
 backends/upower/powerdevilupowerbackend.cpp
 backends/upower/xrandrbrightness.cpp
 )
diff --git a/powerdevil/daemon/backends/upower/login1suspendjob.h 
b/powerdevil/daemon/backends/upower/login1suspendjob.h
new file mode 100644
index 000..c7e33ba
--- /dev/null
+++ b/powerdevil/daemon/backends/upower/login1suspendjob.h
@@ -0,0 +1,54 @@
+/*  This file is part of the KDE project
+Copyright (C) 2006 Kevin Ottens er...@kde.org
+Copyright (C) 2010 Alejandro Fiestas a...@eyeos.org
+Copyright (C) 2013 Lukáš Tinkl lti...@redhat.com
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Library General Public
+License version 2 as published by the Free Software Foundation.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+Library General Public License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with this library; see the file COPYING.LIB.  If not, write to
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.
+
+*/
+
+#ifndef LOGIN1SUSPENDJOB_H
+#define LOGIN1SUSPENDJOB_H
+
+#include kjob.h
+#include QtDBus/QDBusInterface
+#include QtDBus/QDBusMessage
+#include QtDBus/QDBusPendingCallWatcher
+
+#include powerdevilbackendinterface.h
+
+class Login1SuspendJob : public KJob
+{
+Q_OBJECT
+public:
+Login1SuspendJob(QDBusInterface *login1Interface,
+ PowerDevil::BackendInterface::SuspendMethod method,
+ PowerDevil::BackendInterface::SuspendMethods supported);
+virtual ~Login1SuspendJob();
+
+void start();
+void kill(bool quietly);
+
+private Q_SLOTS:
+void doStart();
+void 

commit kiwi for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2013-03-01 10:48:42

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2013-03-01 
07:23:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2013-03-01 
10:48:44.0 +0100
@@ -1,0 +2,10 @@
+Fri Mar  1 09:30:20 CET 2013 - m...@suse.de
+
+- v5.04.57 released
+  
+---
+Fri Mar  1 09:29:29 CET 2013 - m...@suse.de
+  
+- fixed grub2 setup for older distros which packages into lib/grub2-efi
+  
+---



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.1gkQKr/_old  2013-03-01 10:48:47.0 +0100
+++ /var/tmp/diff_new_pack.1gkQKr/_new  2013-03-01 10:48:47.0 +0100
@@ -26,7 +26,7 @@
 Summary:openSUSE - KIWI Image System
 License:GPL-2.0
 Group:  System/Management
-Version:5.04.56
+Version:5.04.57
 Release:0
 # requirements to build packages
 BuildRequires:  e2fsprogs

++ kiwi.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/.revision new/kiwi/.revision
--- old/kiwi/.revision  2013-02-21 15:51:36.0 +0100
+++ new/kiwi/.revision  2013-02-21 15:51:36.0 +0100
@@ -1 +1 @@
-a3bdf56b57a7da45ec3c0b1a317ad7a197a1efa4
+a4f7b2026b3f3a6dd0ae78b97c3419e160869720
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWIBoot.pm new/kiwi/modules/KIWIBoot.pm
--- old/kiwi/modules/KIWIBoot.pm2013-02-27 23:54:12.0 +0100
+++ new/kiwi/modules/KIWIBoot.pm2013-03-01 09:57:40.0 +0100
@@ -3302,15 +3302,16 @@
my $unzip= $zipper -cd $initrd 21;
my %stages   = ();
my $test = cat $initrd;
-   my $grub = 'grub2-efi';
+   my $grub_bios= 'grub2';
+   my $grub_efi = 'grub2';
my $lib  = 'lib';
if ($zipped) {
$test = $unzip;
}
$status = qxx ($test | cpio -it --quiet | grep -q 
lib/grub2-efi 21);
$result = $?  8;
-   if ($result != 0) {
-   $grub = 'grub2';
+   if ($result == 0) {
+   $grub_efi = 'grub2-efi';
}
$status = qxx ($test | cpio -it --quiet | grep -q lib64/efi 
21);
$result = $?  8;
@@ -3327,12 +3328,12 @@
#==
# Stage files
#--
-   $stages{bios}{initrd}   = 'usr/lib/$grub/$grubpc/*';
-   $stages{bios}{stageSRC} = /usr/lib/$grub/$grubpc;
+   $stages{bios}{initrd}   = 'usr/lib/$grub_bios/$grubpc/*';
+   $stages{bios}{stageSRC} = /usr/lib/$grub_bios/$grubpc;
$stages{bios}{stageDST} = /boot/grub2/$grubpc;
if (($firmware eq efi) || ($firmware eq uefi)) {
-   $stages{efi}{initrd}   = 'usr/lib/$grub/$efipc/*';
-   $stages{efi}{stageSRC} = /usr/lib/$grub/$efipc;
+   $stages{efi}{initrd}   = 'usr/lib/$grub_efi/$efipc/*';
+   $stages{efi}{stageSRC} = /usr/lib/$grub_efi/$efipc;
$stages{efi}{stageDST} = /boot/grub2-efi/$efipc;
}
if ($firmware eq uefi) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWIGlobals.pm 
new/kiwi/modules/KIWIGlobals.pm
--- old/kiwi/modules/KIWIGlobals.pm 2013-02-28 12:43:42.0 +0100
+++ new/kiwi/modules/KIWIGlobals.pm 2013-03-01 09:57:40.0 +0100
@@ -934,7 +934,7 @@
# Globals (generic)
#--
my %data;
-   $data{Version} = 5.04.56;
+   $data{Version} = 5.04.57;
$data{Publisher}   = SUSE LINUX GmbH;
$data{Preparer}= KIWI - http://opensuse.github.com/kiwi;;
$data{ConfigName}  = config.xml;

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



commit kiwi for openSUSE:12.3

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:12.3 checked in at 
2013-03-01 10:48:46

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


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

Changes:

--- /work/SRC/openSUSE:12.3/kiwi/kiwi.changes   2013-03-01 07:23:43.0 
+0100
+++ /work/SRC/openSUSE:12.3/.kiwi.new/kiwi.changes  2013-03-01 
10:48:50.0 +0100
@@ -1,0 +2,10 @@
+Fri Mar  1 09:30:20 CET 2013 - m...@suse.de
+
+- v5.04.57 released
+  
+---
+Fri Mar  1 09:29:29 CET 2013 - m...@suse.de
+  
+- fixed grub2 setup for older distros which packages into lib/grub2-efi
+  
+---



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.878dYy/_old  2013-03-01 10:48:52.0 +0100
+++ /var/tmp/diff_new_pack.878dYy/_new  2013-03-01 10:48:52.0 +0100
@@ -26,7 +26,7 @@
 Summary:openSUSE - KIWI Image System
 License:GPL-2.0
 Group:  System/Management
-Version:5.04.56
+Version:5.04.57
 Release:0
 # requirements to build packages
 BuildRequires:  e2fsprogs

++ kiwi.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/.revision new/kiwi/.revision
--- old/kiwi/.revision  2013-02-21 15:51:36.0 +0100
+++ new/kiwi/.revision  2013-02-21 15:51:36.0 +0100
@@ -1 +1 @@
-a3bdf56b57a7da45ec3c0b1a317ad7a197a1efa4
+a4f7b2026b3f3a6dd0ae78b97c3419e160869720
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWIBoot.pm new/kiwi/modules/KIWIBoot.pm
--- old/kiwi/modules/KIWIBoot.pm2013-02-27 23:54:12.0 +0100
+++ new/kiwi/modules/KIWIBoot.pm2013-03-01 09:57:40.0 +0100
@@ -3302,15 +3302,16 @@
my $unzip= $zipper -cd $initrd 21;
my %stages   = ();
my $test = cat $initrd;
-   my $grub = 'grub2-efi';
+   my $grub_bios= 'grub2';
+   my $grub_efi = 'grub2';
my $lib  = 'lib';
if ($zipped) {
$test = $unzip;
}
$status = qxx ($test | cpio -it --quiet | grep -q 
lib/grub2-efi 21);
$result = $?  8;
-   if ($result != 0) {
-   $grub = 'grub2';
+   if ($result == 0) {
+   $grub_efi = 'grub2-efi';
}
$status = qxx ($test | cpio -it --quiet | grep -q lib64/efi 
21);
$result = $?  8;
@@ -3327,12 +3328,12 @@
#==
# Stage files
#--
-   $stages{bios}{initrd}   = 'usr/lib/$grub/$grubpc/*';
-   $stages{bios}{stageSRC} = /usr/lib/$grub/$grubpc;
+   $stages{bios}{initrd}   = 'usr/lib/$grub_bios/$grubpc/*';
+   $stages{bios}{stageSRC} = /usr/lib/$grub_bios/$grubpc;
$stages{bios}{stageDST} = /boot/grub2/$grubpc;
if (($firmware eq efi) || ($firmware eq uefi)) {
-   $stages{efi}{initrd}   = 'usr/lib/$grub/$efipc/*';
-   $stages{efi}{stageSRC} = /usr/lib/$grub/$efipc;
+   $stages{efi}{initrd}   = 'usr/lib/$grub_efi/$efipc/*';
+   $stages{efi}{stageSRC} = /usr/lib/$grub_efi/$efipc;
$stages{efi}{stageDST} = /boot/grub2-efi/$efipc;
}
if ($firmware eq uefi) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWIGlobals.pm 
new/kiwi/modules/KIWIGlobals.pm
--- old/kiwi/modules/KIWIGlobals.pm 2013-02-28 12:43:42.0 +0100
+++ new/kiwi/modules/KIWIGlobals.pm 2013-03-01 09:57:40.0 +0100
@@ -934,7 +934,7 @@
# Globals (generic)
#--
my %data;
-   $data{Version} = 5.04.56;
+   $data{Version} = 5.04.57;
$data{Publisher}   = SUSE LINUX GmbH;
$data{Preparer}= KIWI - http://opensuse.github.com/kiwi;;
$data{ConfigName}  = config.xml;

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



commit libexpat0 for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package libexpat0 for openSUSE:Factory 
checked in at 2013-03-01 10:48:57

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libexpat0/libexpat0.changes  2012-03-26 
14:01:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.libexpat0.new/libexpat0.changes 2013-03-01 
10:48:58.0 +0100
@@ -1,0 +2,11 @@
+Thu Feb 28 15:08:39 UTC 2013 - cfarr...@suse.com
+
+- license update: MIT and Apache-2.0
+  No relevant GPL-2.0 files found
+
+---
+Thu Feb 28 06:04:35 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ libexpat0.spec ++
--- /var/tmp/diff_new_pack.u4ludH/_old  2013-03-01 10:48:59.0 +0100
+++ /var/tmp/diff_new_pack.u4ludH/_new  2013-03-01 10:48:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libexpat0
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -14,12 +14,14 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   libexpat0
 Version:1.95.8
 Release:0
 Url:http://expat.sourceforge.net/
 Summary:XML Parser Toolkit
-License:GPL-2.0+ ; Apache-2.0 ; MIT
+License:MIT and Apache-2.0
 Group:  Development/Libraries/C and C++
 Source0:expat-%{version}.tar.bz2
 Source1:baselibs.conf

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



commit libproxy for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package libproxy for openSUSE:Factory 
checked in at 2013-03-01 10:49:09

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libproxy/libproxy-plugins.changes
2012-12-07 14:41:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.libproxy.new/libproxy-plugins.changes   
2013-03-01 10:49:11.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 28 18:38:42 UTC 2013 - dmuel...@suse.com
+
+- Remove mono support for aarch64 for now.
+
+---
libproxy.changes: same change



Other differences:
--
++ libproxy-plugins.spec ++
--- /var/tmp/diff_new_pack.5VYspy/_old  2013-03-01 10:49:13.0 +0100
+++ /var/tmp/diff_new_pack.5VYspy/_new  2013-03-01 10:49:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libproxy-plugins
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define build_core_not_modules 0
 %define build_mozjs 0
 %if 0%{?suse_version}
-%ifnarch %arm ppc64
+%ifnarch %arm ppc64 aarch64
 %define have_mono 1
 %else
 %define have_mono 0

++ libproxy.spec ++
--- /var/tmp/diff_new_pack.5VYspy/_old  2013-03-01 10:49:13.0 +0100
+++ /var/tmp/diff_new_pack.5VYspy/_new  2013-03-01 10:49:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libproxy
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define build_core_not_modules 1
 %define build_mozjs 0
 %if 0%{?suse_version}
-%ifnarch %arm ppc64
+%ifnarch %arm ppc64 aarch64
 %define have_mono 1
 %else
 %define have_mono 0

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



commit mozilla-nss for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:Factory 
checked in at 2013-03-01 10:52:35

Comparing /work/SRC/openSUSE:Factory/mozilla-nss (Old)
 and  /work/SRC/openSUSE:Factory/.mozilla-nss.new (New)


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

Changes:

--- /work/SRC/openSUSE:Factory/mozilla-nss/mozilla-nss.changes  2013-01-10 
13:33:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.mozilla-nss.new/mozilla-nss.changes 
2013-03-01 10:52:37.0 +0100
@@ -1,0 +2,31 @@
+Thu Feb 28 21:55:49 UTC 2013 - w...@rosenauer.org
+
+- update to 3.14.3
+  * No new major functionality is introduced in this release. This
+release is a patch release to address CVE-2013-1620 (bmo#822365)
+  * certutil -a was not correctly producing ASCII output as
+requested. (bmo#840714)
+  * NSS 3.14.2 broke compilation with older versions of sqlite that
+lacked the SQLITE_FCNTL_TEMPFILENAME file control. NSS 3.14.3 now
+properly compiles when used with older versions of sqlite
+(bmo#837799) - remove system-sqlite.patch
+- add aarch64 support
+
+---
+Tue Feb  5 12:51:56 UTC 2013 - w...@rosenauer.org
+
+- added system-sqlite.patch (bmo#837799)
+  * do not depend on latest sqlite just for a #define
+- enable system sqlite usage again
+
+---
+Sat Feb  2 16:05:20 UTC 2013 - w...@rosenauer.org
+
+- update to 3.14.2
+  * required for Firefox = 20
+  * removed obsolete nssckbi update patch
+- disable system sqlite usage since we depend on 3.7.15 which is
+  not provided in any openSUSE distribution
+  * add nss-sqlitename.patch to avoid any name clash
+
+---

Old:

  nss-3.14.1.tar.bz2
  nssckbi-1.93.patch

New:

  nss-3.14.3.tar.bz2
  nss-sqlitename.patch



Other differences:
--
++ mozilla-nss.spec ++
--- /var/tmp/diff_new_pack.5dxhf7/_old  2013-03-01 10:52:39.0 +0100
+++ /var/tmp/diff_new_pack.5dxhf7/_new  2013-03-01 10:52:39.0 +0100
@@ -2,7 +2,7 @@
 # spec file for package mozilla-nss
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2006-2012 Wolfgang Rosenauer
+# Copyright (c) 2006-2013 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,9 +23,9 @@
 BuildRequires:  gcc-c++
 BuildRequires:  mozilla-nspr-devel
 BuildRequires:  pkg-config
-BuildRequires:  sqlite3-devel
+BuildRequires:  sqlite-devel
 BuildRequires:  zlib-devel
-Version:3.14.1
+Version:3.14.3
 Release:0
 # bug437293
 %ifarch ppc64
@@ -54,7 +54,7 @@
 Patch5: renegotiate-transitional.patch
 Patch6: malloc.patch
 Patch7: nss-disable-ocsp-test.patch
-Patch8: nssckbi-1.93.patch
+Patch8: nss-sqlitename.patch
 %define nspr_ver %(rpm -q --queryformat '%{VERSION}' mozilla-nspr)
 PreReq: mozilla-nspr = %nspr_ver
 PreReq: libfreebl3 = %{nss_softokn_fips_version}
@@ -187,12 +187,11 @@
 export NSPR_LIB_DIR=`nspr-config --libdir`
 export OPT_FLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing
 export LIBDIR=%{_libdir}
-%ifarch x86_64 s390x ppc64 ia64
+%ifarch x86_64 s390x ppc64 ia64 aarch64
 export USE_64=1
 %endif
-%if %suse_version  1020
 export NSS_USE_SYSTEM_SQLITE=1
-%endif
+#export SQLITE_LIB_NAME=nsssqlite3
 MAKE_FLAGS=BUILD_OPT=1 NSS_ENABLE_ECC=1
 make nss_build_all $MAKE_FLAGS
 # run testsuite
@@ -236,10 +235,8 @@
 cp -L  lib/libfreebl3.so \
lib/libfreebl3.chk \
$RPM_BUILD_ROOT/%{_lib}
-%if %suse_version  1030
-cp -L  lib/libnsssqlite3.so \
-   $RPM_BUILD_ROOT%{_libdir}
-%endif
+#cp -L  lib/libnsssqlite3.so \
+#   $RPM_BUILD_ROOT%{_libdir}
 # copy static libs
 cp -L  lib/libcrmf.a \
lib/libnssb.a \
@@ -347,9 +344,7 @@
 %{_libdir}/libnssutil3.so
 %{_libdir}/libsmime3.so
 %{_libdir}/libssl3.so
-%if %suse_version  1030
-%{_libdir}/libnsssqlite3.so
-%endif
+#%{_libdir}/libnsssqlite3.so
 
 %files devel
 %defattr(644, root, root, 755)



++ nss-3.14.1.tar.bz2 - nss-3.14.3.tar.bz2 ++
 205782 lines of diff (skipped)

++ nss-disable-ocsp-test.patch ++
--- /var/tmp/diff_new_pack.5dxhf7/_old  2013-03-01 10:52:43.0 +0100
+++ /var/tmp/diff_new_pack.5dxhf7/_new  2013-03-01 10:52:43.0 +0100
@@ -1,16 +1,14 @@
 Index: security/nss/tests/chains/scenarios/scenarios
 ===
 RCS file: /cvsroot/mozilla/security/nss/tests/chains/scenarios/scenarios,v
-retrieving revision 1.9
-diff -u -p -6 -r1.9 

commit mozilla-nss for openSUSE:12.3

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:12.3 
checked in at 2013-03-01 10:52:39

Comparing /work/SRC/openSUSE:12.3/mozilla-nss (Old)
 and  /work/SRC/openSUSE:12.3/.mozilla-nss.new (New)


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

Changes:

--- /work/SRC/openSUSE:12.3/mozilla-nss/mozilla-nss.changes 2013-01-31 
01:27:31.0 +0100
+++ /work/SRC/openSUSE:12.3/.mozilla-nss.new/mozilla-nss.changes
2013-03-01 10:52:43.0 +0100
@@ -1,0 +2,31 @@
+Thu Feb 28 21:55:49 UTC 2013 - w...@rosenauer.org
+
+- update to 3.14.3
+  * No new major functionality is introduced in this release. This
+release is a patch release to address CVE-2013-1620 (bmo#822365)
+  * certutil -a was not correctly producing ASCII output as
+requested. (bmo#840714)
+  * NSS 3.14.2 broke compilation with older versions of sqlite that
+lacked the SQLITE_FCNTL_TEMPFILENAME file control. NSS 3.14.3 now
+properly compiles when used with older versions of sqlite
+(bmo#837799) - remove system-sqlite.patch
+- add aarch64 support
+
+---
+Tue Feb  5 12:51:56 UTC 2013 - w...@rosenauer.org
+
+- added system-sqlite.patch (bmo#837799)
+  * do not depend on latest sqlite just for a #define
+- enable system sqlite usage again
+
+---
+Sat Feb  2 16:05:20 UTC 2013 - w...@rosenauer.org
+
+- update to 3.14.2
+  * required for Firefox = 20
+  * removed obsolete nssckbi update patch
+- disable system sqlite usage since we depend on 3.7.15 which is
+  not provided in any openSUSE distribution
+  * add nss-sqlitename.patch to avoid any name clash
+
+---

Old:

  nss-3.14.1.tar.bz2
  nssckbi-1.93.patch

New:

  nss-3.14.3.tar.bz2
  nss-sqlitename.patch



Other differences:
--
++ mozilla-nss.spec ++
--- /var/tmp/diff_new_pack.mlAp6U/_old  2013-03-01 10:52:44.0 +0100
+++ /var/tmp/diff_new_pack.mlAp6U/_new  2013-03-01 10:52:44.0 +0100
@@ -2,7 +2,7 @@
 # spec file for package mozilla-nss
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2006-2012 Wolfgang Rosenauer
+# Copyright (c) 2006-2013 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,9 +23,9 @@
 BuildRequires:  gcc-c++
 BuildRequires:  mozilla-nspr-devel
 BuildRequires:  pkg-config
-BuildRequires:  sqlite3-devel
+BuildRequires:  sqlite-devel
 BuildRequires:  zlib-devel
-Version:3.14.1
+Version:3.14.3
 Release:0
 # bug437293
 %ifarch ppc64
@@ -54,7 +54,7 @@
 Patch5: renegotiate-transitional.patch
 Patch6: malloc.patch
 Patch7: nss-disable-ocsp-test.patch
-Patch8: nssckbi-1.93.patch
+Patch8: nss-sqlitename.patch
 %define nspr_ver %(rpm -q --queryformat '%{VERSION}' mozilla-nspr)
 PreReq: mozilla-nspr = %nspr_ver
 PreReq: libfreebl3 = %{nss_softokn_fips_version}
@@ -187,12 +187,11 @@
 export NSPR_LIB_DIR=`nspr-config --libdir`
 export OPT_FLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing
 export LIBDIR=%{_libdir}
-%ifarch x86_64 s390x ppc64 ia64
+%ifarch x86_64 s390x ppc64 ia64 aarch64
 export USE_64=1
 %endif
-%if %suse_version  1020
 export NSS_USE_SYSTEM_SQLITE=1
-%endif
+#export SQLITE_LIB_NAME=nsssqlite3
 MAKE_FLAGS=BUILD_OPT=1 NSS_ENABLE_ECC=1
 make nss_build_all $MAKE_FLAGS
 # run testsuite
@@ -236,10 +235,8 @@
 cp -L  lib/libfreebl3.so \
lib/libfreebl3.chk \
$RPM_BUILD_ROOT/%{_lib}
-%if %suse_version  1030
-cp -L  lib/libnsssqlite3.so \
-   $RPM_BUILD_ROOT%{_libdir}
-%endif
+#cp -L  lib/libnsssqlite3.so \
+#   $RPM_BUILD_ROOT%{_libdir}
 # copy static libs
 cp -L  lib/libcrmf.a \
lib/libnssb.a \
@@ -347,9 +344,7 @@
 %{_libdir}/libnssutil3.so
 %{_libdir}/libsmime3.so
 %{_libdir}/libssl3.so
-%if %suse_version  1030
-%{_libdir}/libnsssqlite3.so
-%endif
+#%{_libdir}/libnsssqlite3.so
 
 %files devel
 %defattr(644, root, root, 755)



++ nss-3.14.1.tar.bz2 - nss-3.14.3.tar.bz2 ++
 205782 lines of diff (skipped)

++ nss-disable-ocsp-test.patch ++
--- /var/tmp/diff_new_pack.mlAp6U/_old  2013-03-01 10:52:48.0 +0100
+++ /var/tmp/diff_new_pack.mlAp6U/_new  2013-03-01 10:52:48.0 +0100
@@ -1,16 +1,14 @@
 Index: security/nss/tests/chains/scenarios/scenarios
 ===
 RCS file: /cvsroot/mozilla/security/nss/tests/chains/scenarios/scenarios,v
-retrieving revision 1.9
-diff -u -p -6 -r1.9 scenarios

commit octave for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package octave for openSUSE:Factory checked 
in at 2013-03-01 10:52:50

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


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

Changes:

--- /work/SRC/openSUSE:Factory/octave/octave.changes2012-12-20 
11:03:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.octave.new/octave.changes   2013-03-01 
10:52:51.0 +0100
@@ -1,0 +2,13 @@
+Thu Feb 28 17:50:30 UTC 2013 - dmitr...@opensuse.org
+
+- Update to version 3.6.4
+  * See included ChangeLog file for details
+- Enable post build tests
+- Enable paralell build
+
+---
+Thu Feb  7 07:54:22 UTC 2013 - dmitr...@opensuse.org
+
+- Enable native graphics
+
+---

Old:

  octave-3.6.3.tar.bz2

New:

  octave-3.6.4.tar.bz2



Other differences:
--
++ octave.spec ++
--- /var/tmp/diff_new_pack.Z5Oc7a/_old  2013-03-01 10:52:53.0 +0100
+++ /var/tmp/diff_new_pack.Z5Oc7a/_new  2013-03-01 10:52:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package octave
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,18 @@
 #
 
 
-# gnuplot 0 - use native graphics (didn't worked to me, TODO)
+# gnuplot 0 - use native graphics
 %define gnuplot 0
 
 Name:   octave
-Version:3.6.3
+Version:3.6.4
 Release:0
 Summary:A High Level Programming Language
 License:GPL-3.0+
 Group:  Productivity/Scientific/Math
 %define apiver  v48+
 Url:http://www.octave.org/
-Source: %{name}-%{version}.tar.bz2
+Source: ftp://ftp.gnu.org/gnu/octave/%{name}-%{version}.tar.bz2
 Source2:octave.pc.in
 BuildRequires:  arpack-ng-devel
 BuildRequires:  bison
@@ -107,7 +107,7 @@
 %build
 export CPPFLAGS=-DH5_USE_16_API
 %configure --libexecdir=%{_libdir} --with-magick=ImageMagick 
--with-umfpack=-lumfpack -lcholmod -lcolamd -lsuitesparseconfig -lrt -llapack 
--with-cholmod=-lcholmod -lsuitesparseconfig -lrt
-make
+make %{?_smp_mflags}
 # .pc file
 cp %{SOURCE2} octave.pc
 sed -i 's:@VERSION@:%{version}:' octave.pc
@@ -129,6 +129,13 @@
 # .pc file
 mkdir -p %{buildroot}/%{_libdir}/pkgconfig
 cp octave.pc %{buildroot}/%{_libdir}/pkgconfig
+# use native graphics
+%if %{gnuplot} == 0
+echo 'graphics_toolkit fltk'  %{buildroot}/%{_sysconfdir}/%{name}/octaverc
+%endif
+
+%check
+make check %{?_smp_mflags}
 
 %post
 /sbin/ldconfig

++ octave-3.6.3.tar.bz2 - octave-3.6.4.tar.bz2 ++
/work/SRC/openSUSE:Factory/octave/octave-3.6.3.tar.bz2 
/work/SRC/openSUSE:Factory/.octave.new/octave-3.6.4.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 opensuse-manuals_de for openSUSE:12.3

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package opensuse-manuals_de for 
openSUSE:12.3 checked in at 2013-03-01 10:53:05

Comparing /work/SRC/openSUSE:12.3/opensuse-manuals_de (Old)
 and  /work/SRC/openSUSE:12.3/.opensuse-manuals_de.new (New)


Package is opensuse-manuals_de, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.3/opensuse-manuals_de/opensuse-manuals_de.changes 
2013-02-07 14:25:13.0 +0100
+++ 
/work/SRC/openSUSE:12.3/.opensuse-manuals_de.new/opensuse-manuals_de.changes
2013-03-01 10:53:07.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 28 15:04:35 UTC 2013 - kpet...@suse.com
+
+- Update text and image files (Last Changed Rev.: 2564:10458).
+
+---



Other differences:
--
++ opensuse-manuals_de.spec ++
--- /var/tmp/diff_new_pack.2nZgfw/_old  2013-03-01 10:53:08.0 +0100
+++ /var/tmp/diff_new_pack.2nZgfw/_new  2013-03-01 10:53:08.0 +0100
@@ -20,7 +20,7 @@
 Name:   opensuse-manuals_de
 %define my_lang de
 %define my_book opensuse-html
-Version:12.2
+Version:12.3
 Release:0
 #BREQ
 Provides:   locale(desktop-data-openSUSE:de)
@@ -31,18 +31,18 @@
 Source903:  attributes
 BuildRequires:  daps
 BuildRequires:  fdupes
-BuildRequires:  suse-xsl-stylesheets
+BuildRequires:  suse-xsl-stylesheets = 1.9.18
 # Also buildrequire tools that susedoc does not pull in automatically ATM
-BuildRequires:  poppler-tools
-BuildRequires:  python-lxml
-BuildRequires:  python-xml
+# BuildRequires:  python-xml
+# BuildRequires:  python-lxml
+# BuildRequires:  poppler-tools
 BuildRequires:  update-desktop-files
-BuildRequires:  xerces-j2
-%if 0%{?suse_version} = 1140
-BuildRequires:  xmlgraphics-fop
-%else
-BuildRequires:  fop
-%endif
+# BuildRequires:  xerces-j2
+# %%if 0%%{?suse_version} = 1140
+# BuildRequires:  xmlgraphics-fop
+# %%else
+# BuildRequires:  fop
+# %%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Summary:Complete set of openSUSE Manuals (HTML, German)
@@ -138,13 +138,13 @@
 %build
 %define my_all_dir  %{_builddir}/%{name}-%{version}/opensuse-html
 cd %{my_all_dir}
-daps -v -d DC-opensuse-html html --static
-echo $(daps -d DC-opensuse-html html-dir-name)  %{name}.filelist
 # e.g., /usr/share/help/C/gnome-help/opensuse-manuals.page
 # Produce .document files for HTML
-daps -d DC-opensuse-html package-html --documentfiles --pagefiles
-ls -l build/%my_book/package
-document_files_dir=build/%my_book/package
+package_dir=$(daps -d DC-opensuse-html package-html --documentfiles 
--pagefiles)
+tar xvf $package_dir/opensuse-html_%{my_lang}-html.tar.bz2
+echo opensuse-html  %{name}.filelist
+# ls -l build/%my_book/package
+document_files_dir=$package_dir
 # copy .page file
 cp $document_files_dir/*.page %name.page
 sed -i 
@@ -169,6 +169,7 @@
 s/^X-DOC-Identifier=/DocIdentifier=com.suse./
 s/^X-DOC-Weight/DocWeight/
  $document_files_dir/index.html.document  desktop/%{name}.desktop 
+# FIXME: check whether it is still needed (move to daps?)
 sed s/^[Desktop Entry]/[Document]/ desktop/%{name}.desktop \
yelp/%{name}.document
 { echo desktop/%{name}.desktop; echo yelp/%{name}.document; }  
%{name}.filelist

++ opensuse-html_de_src_set.tar.bz2 ++
/work/SRC/openSUSE:12.3/opensuse-manuals_de/opensuse-html_de_src_set.tar.bz2 
/work/SRC/openSUSE:12.3/.opensuse-manuals_de.new/opensuse-html_de_src_set.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 pesign for openSUSE:12.3

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package pesign for openSUSE:12.3 checked in 
at 2013-03-01 10:53:50

Comparing /work/SRC/openSUSE:12.3/pesign (Old)
 and  /work/SRC/openSUSE:12.3/.pesign.new (New)


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

Changes:

--- /work/SRC/openSUSE:12.3/pesign/pesign.changes   2013-02-25 
21:41:19.0 +0100
+++ /work/SRC/openSUSE:12.3/.pesign.new/pesign.changes  2013-03-01 
10:53:51.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar  1 03:04:35 UTC 2013 - g...@suse.com
+
+- Update pesign-bnc805166-fix-signature-list.patch to avoid the
+  potential crash when inserting a signature (bnc#805166)
+- Add pwdutils to PreReq
+
+---



Other differences:
--
++ pesign.spec ++
--- /var/tmp/diff_new_pack.Sqs8Cn/_old  2013-03-01 10:53:52.0 +0100
+++ /var/tmp/diff_new_pack.Sqs8Cn/_new  2013-03-01 10:53:52.0 +0100
@@ -53,8 +53,7 @@
 %{?systemd_requires}
 %define has_systemd 1
 %endif
-BuildRequires:  pwdutils
-Requires:   pwdutils
+PreReq: pwdutils
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  ia64 %ix86 x86_64
 

++ pesign-bnc805166-fix-signature-list.patch ++
--- /var/tmp/diff_new_pack.Sqs8Cn/_old  2013-03-01 10:53:52.0 +0100
+++ /var/tmp/diff_new_pack.Sqs8Cn/_new  2013-03-01 10:53:52.0 +0100
@@ -1,7 +1,7 @@
-From 4956251d79904be08c4012fa06c14434f8e706ed Mon Sep 17 00:00:00 2001
+From ee3ab396e8bc167d3b63f475c463cd4103b1ca6e Mon Sep 17 00:00:00 2001
 From: Gary Ching-Pang Lin chingp...@gmail.com
-Date: Fri, 22 Feb 2013 15:13:08 +0800
-Subject: [PATCH 1/2] Backport patches to fix signature list
+Date: Wed, 27 Feb 2013 15:48:06 +0800
+Subject: [PATCH] Backport patches to fix signature list
 
 Get cms_context out of wincert functions.
 ee357451be9968cedda57ce13b103eb82c590e67
@@ -18,36 +18,21 @@
 Make implanting extracted certificates work again.
 5ceddd2f80dfea70d211236190943746c2d2f77b
 
-Add error handling macros to make code simpler.
-0bafa814b49a9556550cfbc373e0ea5b9edb929e
-
-Add is_issuer_of(cert, cert) helper function.
-7750aaeceb2655807788f8e45417e84cb5404a8e
-
-Add find_named_certificate() helper function.
-c89c8dbf7929f8f8f36bc1c4045fcc17d5ce7e5c
-
-Make generate_certificate_list include the issuing certificate.
-8c3d82ceb5029bedfee1577682fec5ff3669ff3c
-
 Fix a casting problem on 32-bit.
 9eb2814858270af2d7ecfbfa5ca131e7be2f9f53
 ---
  libdpe/pe_addcert.c|2 +-
- libdpe/pe_updatefile.c |   13 ++-
- src/actions.c  |   12 +--
+ libdpe/pe_updatefile.c |   13 +-
+ src/actions.c  |   12 +
  src/actions.h  |2 +-
- src/cms_common.c   |   93 
- src/cms_common.h   |   32 -
- src/daemon.c   |6 ++--
- src/pesign.c   |   35 +++---
- src/peverify.c |7 ++--
- src/siglist.c  |   46 +++-
- src/siglist.h  |3 +-
- src/signed_data.c  |   53 +--
- src/wincert.c  |   65 +++--
- src/wincert.h  |8 +++--
- 14 files changed, 312 insertions(+), 65 deletions(-)
+ src/daemon.c   |6 +++--
+ src/pesign.c   |   35 ++
+ src/peverify.c |7 --
+ src/siglist.c  |   46 --
+ src/siglist.h  |3 ++-
+ src/wincert.c  |   65 ++--
+ src/wincert.h  |8 +++---
+ 11 files changed, 146 insertions(+), 53 deletions(-)
 
 diff --git a/libdpe/pe_addcert.c b/libdpe/pe_addcert.c
 index e391242..b6ba969 100644
@@ -155,169 +140,6 @@
  extern void insert_signature(cms_context *cms, int signum);
  
  #endif /* PESIGN_CRYPTO_H */
-diff --git a/src/cms_common.c b/src/cms_common.c
-index 9ab2021..3b2e71a 100644
 a/src/cms_common.c
-+++ b/src/cms_common.c
-@@ -304,6 +304,17 @@ is_valid_cert(CERTCertificate *cert, void *data)
-   return SECFailure;
- }
- 
-+int
-+is_issuer_of(CERTCertificate *c0, CERTCertificate *c1)
-+{
-+  if (c0-derSubject.len != c1-derIssuer.len)
-+  return 0;
-+
-+  if (memcmp(c0-derSubject.data, c1-derIssuer.data, c0-derSubject.len))
-+  return 0;
-+  return 1;
-+}
-+
- /* This is the dumbest function ever, but we need it anyway, because nss
-  * is garbage. */
- static void
-@@ -448,6 +459,88 @@ err_slots:
-   return 0;
- }
- 
-+int
-+find_named_certificate(cms_context *cms, char *name, CERTCertificate **cert)
-+{
-+  if (!name) {
-+  cms-log(cms, LOG_ERR, no certificate name specified);
-+  

commit plymouth for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2013-03-01 10:54:02

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


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2013-02-07 
10:46:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2013-03-01 
10:54:03.0 +0100
@@ -1,0 +2,12 @@
+Thu Feb 28 21:13:14 UTC 2013 - tittiatc...@gmail.com
+
+- Changed %post scripts so only the rebuild of the initrd is 
+  omitted within the build environment
+
+---
+Fri Feb 22 16:20:54 UTC 2013 - tittiatc...@gmail.com
+
+- Added patch plymouth-correct-runtime-dir.patch to make the 
+  plymouthruntimedir equal to /run/plymouth and not /var/run/plymouth
+
+---

New:

  plymouth-correct-runtime-dir.patch



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.XJdwEo/_old  2013-03-01 10:54:04.0 +0100
+++ /var/tmp/diff_new_pack.XJdwEo/_new  2013-03-01 10:54:04.0 +0100
@@ -53,6 +53,8 @@
 Patch14:plymouth-systemd-in-usr.patch
 # PATCH-FIX-UPSTREAM plymouth-change-service-name.patch fcrozaŧ@suse.com -- 
ensure correct service names are used
 Patch15:plymouth-change-service-name.patch
+# PATCH-OPENSUSE -- plymouth-correct-runtime-dir.patch tittiatc...@gmail.com 
-- make sure the runtime directory is /run and not /var/run
+Patch16:plymouth-correct-runtime-dir.patch
 BuildRequires:  automake
 BuildRequires:  kernel-headers
 BuildRequires:  libtool
@@ -333,6 +335,7 @@
 %patch14 -p1
 %endif
 %patch15 -p1
+%patch16 -p1
 # replace builddate with patch0date
 sed -i s/__DATE__/\$(stat -c %y %{_sourcedir}/%{name}.changes)\/ src/main.c
 
@@ -376,7 +379,7 @@
 find %{buildroot} -name '*.la' -exec rm -f {} \;
 
 mkdir -p %{buildroot}%{_localstatedir}/lib/plymouth
-mkdir -p %{buildroot}%{_localstatedir}/run/plymouth
+mkdir -p %{buildroot}/run/plymouth
 cp $RPM_SOURCE_DIR/boot-duration 
%{buildroot}%{_datadir}/plymouth/default-boot-duration
 cp $RPM_SOURCE_DIR/boot-duration %{buildroot}%{_localstatedir}/lib/plymouth
 cp %{buildroot}/%{_datadir}/plymouth/plymouthd.defaults 
%{buildroot}/%{_sysconfdir}/plymouth/plymouth.conf
@@ -420,10 +423,16 @@
 %postun -n libply2 -p /sbin/ldconfig
 
 %post theme-spinfinity
-if [ $1 -eq 1 -a ! -e /.buildenv ]; then
+if [ $1 -eq 1 ]; then
+  set -x
export LIB=%{_libdir}
-   if [ $(%{_sbindir}/plymouth-set-default-theme) == text ]; then
+  OTHEME=$(%{_sbindir}/plymouth-set-default-theme)
+  if [ $OTHEME == text ]; then
+ if [ ! -e /.buildenv ]; then
   %{_sbindir}/plymouth-set-default-theme -R spinfinity
+ else
+   %{_sbindir}/plymouth-set-default-theme spinfinity
+ fi 
fi
 fi
 
@@ -436,10 +445,16 @@
 fi
 
 %post theme-fade-in
-if [ $1 -eq 1 -a ! -e /.buildenv ]; then
+if [ $1 -eq 1 ]; then
+  set -x
export LIB=%{_libdir}
-   if [ $(%{_sbindir}/plymouth-set-default-theme) == text ]; then
+  OTHEME=$(%{_sbindir}/plymouth-set-default-theme)
+  if [ $OTHEME == text ]; then
+ if [ ! -e /.buildenv ]; then
   %{_sbindir}/plymouth-set-default-theme -R fade-in
+ else
+   %{_sbindir}/plymouth-set-default-theme fade-in
+ fi 
fi
 fi
 
@@ -452,10 +467,16 @@
 fi
 
 %post theme-solar
-if [ $1 -eq 1 -a ! -e /.buildenv ]; then
+if [ $1 -eq 1 ]; then
+  set -x
export LIB=%{_libdir}
-   if [ $(%{_sbindir}/plymouth-set-default-theme) == text ]; then
+  OTHEME=$(%{_sbindir}/plymouth-set-default-theme)
+  if [ $OTHEME == text ]; then
+ if [ ! -e /.buildenv ]; then
   %{_sbindir}/plymouth-set-default-theme -R solar
+ else
+   %{_sbindir}/plymouth-set-default-theme solar
+ fi 
fi
 fi
 
@@ -492,7 +513,7 @@
 %{_datadir}/plymouth/themes/text/text.plymouth
 %{_datadir}/plymouth/plymouthd.defaults
 %{_datadir}/plymouth/bizcom.png
-%ghost %{_localstatedir}/run/plymouth
+%ghost /run/plymouth
 %{_localstatedir}/spool/plymouth
 %{_mandir}/man?/*
 %ghost %{_localstatedir}/lib/plymouth/boot-duration



++ plymouth-correct-runtime-dir.patch ++
--- a/configure.ac  2012-11-02 22:26:41.0 +0100
+++ b/configure.ac  2013-02-22 17:15:58.300689336 +0100
@@ -268,7 +268,7 @@
 else
   plymouthclientdir=$bindir
   plymouthdaemondir=$sbindir
-  plymouthruntimedir=$localstatedir/run/plymouth
+  plymouthruntimedir=/run/plymouth
 fi
 AC_SUBST(plymouthclientdir)
 AC_SUBST(plymouthdaemondir)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: 

commit puppet for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package puppet for openSUSE:Factory checked 
in at 2013-03-01 10:54:37

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


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

Changes:

--- /work/SRC/openSUSE:Factory/puppet/puppet.changes2013-03-01 
08:03:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.puppet.new/puppet.changes   2013-03-01 
10:54:38.0 +0100
@@ -7,0 +8,15 @@
+Sat Feb 16 15:59:56 UTC 2013 - abo...@gmail.com
+
+- Updated to Puppet 3.1.0 which is a feature release for the 3.x series of 
Puppet:
+* Improvements When Loading Ruby Code 
+* YARD API Documentation 
+* YAML Node Cache Restored on Master
+Other bugfixes and improvements:
+* The Solaris package manager now supports the `holdable` feature (aka
+freezing) (#16120)
+* `managehome = true` now works on Oracle Enterprise Linux 6 (#18298)
+* `create_resources` can now create virtual and exported resources (#15081)
+* SRV record improvements for fileserving and certificate service
+(#18161, #18162) 
+
+---

Old:

  puppet-3.0.2.tar.gz

New:

  puppet-3.1.0.tar.gz



Other differences:
--
++ puppet.spec ++
--- /var/tmp/diff_new_pack.Bc6IVE/_old  2013-03-01 10:54:39.0 +0100
+++ /var/tmp/diff_new_pack.Bc6IVE/_new  2013-03-01 10:54:39.0 +0100
@@ -22,7 +22,7 @@
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 
 Name:   puppet
-Version:3.0.2
+Version:3.1.0
 Release:0
 Summary:A network tool for managing many disparate systems
 License:Apache-2.0

++ puppet-3.0.2.tar.gz - puppet-3.1.0.tar.gz ++
 17848 lines of diff (skipped)

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



commit shim for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package shim for openSUSE:Factory checked in 
at 2013-03-01 10:55:08

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


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

Changes:

--- /work/SRC/openSUSE:Factory/shim/shim.changes2013-02-23 
16:45:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.shim.new/shim.changes   2013-03-01 
10:55:10.0 +0100
@@ -1,0 +2,11 @@
+Thu Feb 28 08:57:48 UTC 2013 - lnus...@suse.de
+
+- sign shim also with openSUSE certificate
+
+---
+Wed Feb 27 15:52:53 CET 2013 - m...@suse.de
+
+- identify project, export certificate as DER file
+- don't create an unused extra keypair
+
+---

New:

  SLES-UEFI-CA-Certificate.crt



Other differences:
--
++ shim.spec ++
--- /var/tmp/diff_new_pack.jeFSgE/_old  2013-03-01 10:55:11.0 +0100
+++ /var/tmp/diff_new_pack.jeFSgE/_new  2013-03-01 10:55:11.0 +0100
@@ -32,6 +32,7 @@
 Source1:shim-signed.efi
 Source2:openSUSE-UEFI-CA-Certificate.crt
 Source3:shim-install
+Source4:SLES-UEFI-CA-Certificate.crt
 # PATCH-FIX-SUSE shim-suse-build.patch g...@suse.com -- Adjust Makefile for 
the build service
 Patch0: shim-suse-build.patch
 # PATCH-FIX-UPSTREAM shim-local-key-sign-mokmanager.patch g...@suse.com -- 
Sign MokManager.efi with the local generated certificate
@@ -89,16 +90,46 @@
 
 %build
 chmod +x make-certs
-openssl x509 -in %{S:2} -outform DER -out openSUSE-UEFI-CA-Certificate.der
+
+if test -e %{_sourcedir}/_projectcert.crt ; then
+prjsubject=$(openssl x509 -in %{_sourcedir}/_projectcert.crt -noout 
-subject_hash)
+prjissuer=$(openssl x509 -in %{_sourcedir}/_projectcert.crt -noout 
-issuer_hash)
+opensusesubject=$(openssl x509 -in %{SOURCE2} -noout -subject_hash)
+slessubject=$(openssl x509 -in %{SOURCE4} -noout -subject_hash)
+if test $prjissuer = $opensusesubject ; then
+suffix=opensuse
+cert=%{SOURCE2}
+fi
+if test $prjissuer = $slessubject ; then
+suffix=sles
+cert=%{SOURCE4}
+fi
+if test $prjsubject = $prjissuer ; then
+suffix=local
+cert=%{_sourcedir}/_projectcert.crt
+fi
+fi
+if test -z $suffix ; then
+echo cannot identify project, assuming openSUSE signing
+suffix=opensuse
+cert=%{SOURCE2}
+fi
+
+openssl x509 -in $cert -outform DER -out shim-$suffix.der
+# create empty local cert file, we don't need a local key pair as we
+# sign the mokmanager with our vendor key
+touch shim.crt
+touch shim.cer
 # make sure cast warnings don't trigger post build check
-make VENDOR_CERT_FILE=openSUSE-UEFI-CA-Certificate.der 2/dev/null
+make VENDOR_CERT_FILE=shim-$suffix.der shim.efi MokManager.efi 2/dev/null
 # make VENDOR_CERT_FILE=cert.der VENDOR_DBX_FILE=dbx
-mv shim.efi shim-opensuse.efi
+mv shim.efi shim-$suffix.efi
 
 %install
-export BRP_PESIGN_FILES='%{_libdir}/efi/shim-opensuse.efi 
%{_libdir}/efi/MokManager.efi'
+export BRP_PESIGN_FILES='%{_libdir}/efi/shim*.efi 
%{_libdir}/efi/MokManager.efi'
 install -d %{buildroot}/%{_libdir}/efi
-install -m 444 shim-opensuse.efi %{buildroot}/%{_libdir}/efi
+install -m 444 shim-*.efi %{buildroot}/%{_libdir}/efi
+install -m 444 shim-*.der %{buildroot}/%{_libdir}/efi
 # FIXME: install signed shim here
 install -m 444 %{SOURCE1} %{buildroot}/%{_libdir}/efi/shim.efi
 install -m 444 MokManager.efi %{buildroot}/%{_libdir}/efi/MokManager.efi
@@ -113,7 +144,8 @@
 %doc COPYRIGHT
 %dir %{_libdir}/efi
 %{_libdir}/efi/shim.efi
-%{_libdir}/efi/shim-opensuse.efi
+%{_libdir}/efi/shim-*.efi
+%{_libdir}/efi/shim-*.der
 %{_libdir}/efi/MokManager.efi
 %{_sbindir}/shim-install
 

++ SLES-UEFI-CA-Certificate.crt ++
-BEGIN CERTIFICATE-
MIIG5TCCBM2gAwIBAgIBATANBgkqhkiG9w0BAQsFADCBpjEtMCsGA1UEAwwkU1VT
RSBMaW51eCBFbnRlcnByaXNlIFNlY3VyZSBCb290IENBMQswCQYDVQQGEwJERTES
MBAGA1UEBwwJTnVyZW1iZXJnMSEwHwYDVQQKDBhTVVNFIExpbnV4IFByb2R1Y3Rz
IEdtYkgxEzARBgNVBAsMCkJ1aWxkIFRlYW0xHDAaBgkqhkiG9w0BCQEWDWJ1aWxk
QHN1c2UuZGUwHhcNMTMwMTIyMTQyMDA4WhcNMzQxMjE4MTQyMDA4WjCBpjEtMCsG
A1UEAwwkU1VTRSBMaW51eCBFbnRlcnByaXNlIFNlY3VyZSBCb290IENBMQswCQYD
VQQGEwJERTESMBAGA1UEBwwJTnVyZW1iZXJnMSEwHwYDVQQKDBhTVVNFIExpbnV4
IFByb2R1Y3RzIEdtYkgxEzARBgNVBAsMCkJ1aWxkIFRlYW0xHDAaBgkqhkiG9w0B
CQEWDWJ1aWxkQHN1c2UuZGUwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC
AQCrLYL1Uq02iIgro6x6PFESFDtUKU7xO/bJanI7+AQAroowFuLBI67BBSmoq3hR
QnH3OtQusGV8y+wvjaaunppvWMfjViZ88zssj5fKXrDr5U6BB566DJgHreWaEs2d
FD13XpKRr3Nk9zdjAJu5YsR7hI1NMXsnj1X8w71OY9HLjv+Kq9917PJwZQjOGnAJ
BQTi0ogHuLiwDqMKgg5rrYD4cJDPzoLEmEXnwHDIOSiWdD0bCzhN6GQDKldIxQ2O

commit shim for openSUSE:12.3

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package shim for openSUSE:12.3 checked in at 
2013-03-01 10:55:11

Comparing /work/SRC/openSUSE:12.3/shim (Old)
 and  /work/SRC/openSUSE:12.3/.shim.new (New)


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

Changes:

--- /work/SRC/openSUSE:12.3/shim/shim.changes   2013-02-11 14:55:01.0 
+0100
+++ /work/SRC/openSUSE:12.3/.shim.new/shim.changes  2013-03-01 
10:55:12.0 +0100
@@ -1,0 +2,17 @@
+Thu Feb 28 08:57:48 UTC 2013 - lnus...@suse.de
+
+- sign shim also with openSUSE certificate
+
+---
+Wed Feb 27 15:52:53 CET 2013 - m...@suse.de
+
+- identify project, export certificate as DER file
+- don't create an unused extra keypair
+
+---
+Thu Feb 21 10:08:12 UTC 2013 - g...@suse.com
+
+- Add shim-bnc804631-fix-broken-bootpath.patch to fix the broken
+  bootpath generated in generate_path(). (bnc#804631)
+
+---

New:

  SLES-UEFI-CA-Certificate.crt
  shim-bnc804631-fix-broken-bootpath.patch



Other differences:
--
++ shim.spec ++
--- /var/tmp/diff_new_pack.cSzEcs/_old  2013-03-01 10:55:12.0 +0100
+++ /var/tmp/diff_new_pack.cSzEcs/_new  2013-03-01 10:55:12.0 +0100
@@ -32,6 +32,7 @@
 Source1:shim-signed.efi
 Source2:openSUSE-UEFI-CA-Certificate.crt
 Source3:shim-install
+Source4:SLES-UEFI-CA-Certificate.crt
 # PATCH-FIX-SUSE shim-suse-build.patch g...@suse.com -- Adjust Makefile for 
the build service
 Patch0: shim-suse-build.patch
 # PATCH-FIX-UPSTREAM shim-local-key-sign-mokmanager.patch g...@suse.com -- 
Sign MokManager.efi with the local generated certificate
@@ -52,6 +53,8 @@
 Patch9: shim-mokmanager-support-crypt-hash-method.patch
 # PATCH-FIX-OPENSUSE shim-keep-unsigned-mokmanager.patch g...@suse.com -- Keep 
MokManager.efi and sign it with the openSUSE key later
 Patch10:shim-keep-unsigned-mokmanager.patch
+# PATCH-FIX-UPSTREAM shim-bnc804631-fix-broken-bootpath.patch bnc#804631 
g...@suse.com -- Fix the broken bootpath generated in generate_path()
+Patch11:shim-bnc804631-fix-broken-bootpath.patch
 BuildRequires:  gnu-efi = 3.0q
 BuildRequires:  mozilla-nss-tools
 BuildRequires:  openssl = 0.9.8
@@ -83,19 +86,50 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 %build
 chmod +x make-certs
-openssl x509 -in %{S:2} -outform DER -out openSUSE-UEFI-CA-Certificate.der
+
+if test -e %{_sourcedir}/_projectcert.crt ; then
+prjsubject=$(openssl x509 -in %{_sourcedir}/_projectcert.crt -noout 
-subject_hash)
+prjissuer=$(openssl x509 -in %{_sourcedir}/_projectcert.crt -noout 
-issuer_hash)
+opensusesubject=$(openssl x509 -in %{SOURCE2} -noout -subject_hash)
+slessubject=$(openssl x509 -in %{SOURCE4} -noout -subject_hash)
+if test $prjissuer = $opensusesubject ; then
+suffix=opensuse
+cert=%{SOURCE2}
+fi
+if test $prjissuer = $slessubject ; then
+suffix=sles
+cert=%{SOURCE4}
+fi
+if test $prjsubject = $prjissuer ; then
+suffix=local
+cert=%{_sourcedir}/_projectcert.crt
+fi
+fi
+if test -z $suffix ; then
+echo cannot identify project, assuming openSUSE signing
+suffix=opensuse
+cert=%{SOURCE2}
+fi
+
+openssl x509 -in $cert -outform DER -out shim-$suffix.der
+# create empty local cert file, we don't need a local key pair as we
+# sign the mokmanager with our vendor key
+touch shim.crt
+touch shim.cer
 # make sure cast warnings don't trigger post build check
-make VENDOR_CERT_FILE=openSUSE-UEFI-CA-Certificate.der 2/dev/null
+make VENDOR_CERT_FILE=shim-$suffix.der shim.efi MokManager.efi 2/dev/null
 # make VENDOR_CERT_FILE=cert.der VENDOR_DBX_FILE=dbx
-mv shim.efi shim-opensuse.efi
+mv shim.efi shim-$suffix.efi
 
 %install
-export BRP_PESIGN_FILES='%{_libdir}/efi/shim-opensuse.efi 
%{_libdir}/efi/MokManager.efi'
+export BRP_PESIGN_FILES='%{_libdir}/efi/shim*.efi 
%{_libdir}/efi/MokManager.efi'
 install -d %{buildroot}/%{_libdir}/efi
-install -m 444 shim-opensuse.efi %{buildroot}/%{_libdir}/efi
+install -m 444 shim-*.efi %{buildroot}/%{_libdir}/efi
+install -m 444 shim-*.der %{buildroot}/%{_libdir}/efi
 # FIXME: install signed shim here
 install -m 444 %{SOURCE1} %{buildroot}/%{_libdir}/efi/shim.efi
 install -m 444 MokManager.efi %{buildroot}/%{_libdir}/efi/MokManager.efi
@@ -110,7 +144,8 @@
 %doc COPYRIGHT
 %dir %{_libdir}/efi
 %{_libdir}/efi/shim.efi
-%{_libdir}/efi/shim-opensuse.efi
+%{_libdir}/efi/shim-*.efi
+%{_libdir}/efi/shim-*.der
 %{_libdir}/efi/MokManager.efi
 %{_sbindir}/shim-install
 

++ 

commit snapper for openSUSE:12.3

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package snapper for openSUSE:12.3 checked in 
at 2013-03-01 10:56:55

Comparing /work/SRC/openSUSE:12.3/snapper (Old)
 and  /work/SRC/openSUSE:12.3/.snapper.new (New)


Package is snapper, Maintainer is aschn...@suse.com

Changes:

--- /work/SRC/openSUSE:12.3/snapper/snapper.changes 2013-02-25 
20:44:45.0 +0100
+++ /work/SRC/openSUSE:12.3/.snapper.new/snapper.changes2013-03-01 
10:57:03.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 28 18:39:19 CET 2013 - aschn...@suse.de
+
+- added filters for lvm
+
+---



Other differences:
--
++ snapper-0.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.2/data/Makefile.am 
new/snapper-0.1.2/data/Makefile.am
--- old/snapper-0.1.2/data/Makefile.am  2013-01-22 11:46:31.0 +0100
+++ new/snapper-0.1.2/data/Makefile.am  2013-02-28 18:41:32.0 +0100
@@ -2,8 +2,8 @@
 # Makefile.am for snapper/data
 #
 
-EXTRA_DIST = sysconfig.snapper base.txt x11.txt snapper.logrotate 
default-config   \
-   org.opensuse.Snapper.conf org.opensuse.Snapper.service
+EXTRA_DIST = sysconfig.snapper base.txt lvm.txt x11.txt snapper.logrotate  
\
+   default-config org.opensuse.Snapper.conf org.opensuse.Snapper.service
 
 install-data-local:
install -D -m 644 snapper.logrotate $(DESTDIR)/etc/logrotate.d/snapper
@@ -11,6 +11,7 @@
install -D -m 644 default-config 
$(DESTDIR)/etc/snapper/config-templates/default
install -d -m 755 $(DESTDIR)/etc/snapper/filters
install -D -m 644 base.txt $(DESTDIR)/etc/snapper/filters/base.txt
+   install -D -m 644 lvm.txt $(DESTDIR)/etc/snapper/filters/lvm.txt
install -D -m 644 x11.txt $(DESTDIR)/etc/snapper/filters/x11.txt
install -D -m 644 org.opensuse.Snapper.conf 
$(DESTDIR)/etc/dbus-1/system.d/org.opensuse.Snapper.conf
install -D -m 644 org.opensuse.Snapper.service 
$(DESTDIR)/usr/share/dbus-1/system-services/org.opensuse.Snapper.service
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.2/data/Makefile.in 
new/snapper-0.1.2/data/Makefile.in
--- old/snapper-0.1.2/data/Makefile.in  2013-02-25 10:56:58.0 +0100
+++ new/snapper-0.1.2/data/Makefile.in  2013-02-28 18:41:53.0 +0100
@@ -213,8 +213,8 @@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-EXTRA_DIST = sysconfig.snapper base.txt x11.txt snapper.logrotate 
default-config   \
-   org.opensuse.Snapper.conf org.opensuse.Snapper.service
+EXTRA_DIST = sysconfig.snapper base.txt lvm.txt x11.txt snapper.logrotate  
\
+   default-config org.opensuse.Snapper.conf org.opensuse.Snapper.service
 
 all: all-am
 
@@ -415,6 +415,7 @@
install -D -m 644 default-config 
$(DESTDIR)/etc/snapper/config-templates/default
install -d -m 755 $(DESTDIR)/etc/snapper/filters
install -D -m 644 base.txt $(DESTDIR)/etc/snapper/filters/base.txt
+   install -D -m 644 lvm.txt $(DESTDIR)/etc/snapper/filters/lvm.txt
install -D -m 644 x11.txt $(DESTDIR)/etc/snapper/filters/x11.txt
install -D -m 644 org.opensuse.Snapper.conf 
$(DESTDIR)/etc/dbus-1/system.d/org.opensuse.Snapper.conf
install -D -m 644 org.opensuse.Snapper.service 
$(DESTDIR)/usr/share/dbus-1/system-services/org.opensuse.Snapper.service
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.2/data/lvm.txt 
new/snapper-0.1.2/data/lvm.txt
--- old/snapper-0.1.2/data/lvm.txt  1970-01-01 01:00:00.0 +0100
+++ new/snapper-0.1.2/data/lvm.txt  2013-02-28 18:41:32.0 +0100
@@ -0,0 +1,2 @@
+/etc/lvm/archive/*
+/etc/lvm/backup/*

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



commit opensuse-manuals_en for openSUSE:12.3

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package opensuse-manuals_en for 
openSUSE:12.3 checked in at 2013-03-01 11:18:11

Comparing /work/SRC/openSUSE:12.3/opensuse-manuals_en (Old)
 and  /work/SRC/openSUSE:12.3/.opensuse-manuals_en.new (New)


Package is opensuse-manuals_en, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.3/opensuse-manuals_en/opensuse-manuals_en.changes 
2013-02-14 21:12:17.0 +0100
+++ 
/work/SRC/openSUSE:12.3/.opensuse-manuals_en.new/opensuse-manuals_en.changes
2013-03-01 11:18:13.0 +0100
@@ -1,0 +2,15 @@
+Thu Feb 28 15:00:33 UTC 2013 - kpet...@suse.com
+
+- Update text and image files (Last Changed Rev.: 1579:10458).
+
+---
+Thu Feb 28 14:59:20 UTC 2013 - kpet...@suse.com
+
+- Update text and image files (Last Changed Rev.: 1579:10458).
+
+---
+Thu Feb 28 14:54:57 UTC 2013 - kpet...@suse.com
+
+- Update text and image files (Last Changed Rev.: 1579:10458).
+
+---



Other differences:
--
++ opensuse-manuals_en.spec ++
--- /var/tmp/diff_new_pack.nv9dhj/_old  2013-03-01 11:18:14.0 +0100
+++ /var/tmp/diff_new_pack.nv9dhj/_new  2013-03-01 11:18:14.0 +0100
@@ -32,7 +32,7 @@
 Source903:  attributes
 BuildRequires:  daps
 BuildRequires:  fdupes
-BuildRequires:  suse-xsl-stylesheets
+BuildRequires:  suse-xsl-stylesheets = 1.9.18
 # Also buildrequire tools that susedoc does not pull in automatically ATM
 # BuildRequires:  python-xml
 # BuildRequires:  python-lxml

++ opensuse-html_en_src_set.tar.bz2 ++
/work/SRC/openSUSE:12.3/opensuse-manuals_en/opensuse-html_en_src_set.tar.bz2 
/work/SRC/openSUSE:12.3/.opensuse-manuals_en.new/opensuse-html_en_src_set.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 polkit-kde-agent-1 for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package polkit-kde-agent-1 for 
openSUSE:Factory checked in at 2013-03-01 11:19:55

Comparing /work/SRC/openSUSE:Factory/polkit-kde-agent-1 (Old)
 and  /work/SRC/openSUSE:Factory/.polkit-kde-agent-1.new (New)


Package is polkit-kde-agent-1, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/polkit-kde-agent-1/polkit-kde-agent-1.changes
2011-09-23 12:41:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.polkit-kde-agent-1.new/polkit-kde-agent-1.changes   
2013-03-01 11:19:56.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar  1 06:19:20 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ polkit-kde-agent-1.spec ++
--- /var/tmp/diff_new_pack.wbEBre/_old  2013-03-01 11:20:01.0 +0100
+++ /var/tmp/diff_new_pack.wbEBre/_new  2013-03-01 11:20:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package polkit-kde-agent-1
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   polkit-kde-agent-1
 Version:0.99.0
-Release:8
-License:GPL-2.0 ; LGPL-2.1+
+Release:0
 Summary:PolicyKit authentication agent for KDE
-Url:
https://projects.kde.org/projects/extragear/base/polkit-kde-agent-1
+License:GPL-2.0 and LGPL-2.1+
 Group:  Development/Libraries/KDE
+Url:
https://projects.kde.org/projects/extragear/base/polkit-kde-agent-1
 # ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/
 Source0:%{name}-%{version}.tar.bz2
 BuildRequires:  libkde4-devel

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



commit polkit-kde-kcmmodules-1 for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package polkit-kde-kcmmodules-1 for 
openSUSE:Factory checked in at 2013-03-01 11:20:02

Comparing /work/SRC/openSUSE:Factory/polkit-kde-kcmmodules-1 (Old)
 and  /work/SRC/openSUSE:Factory/.polkit-kde-kcmmodules-1.new (New)


Package is polkit-kde-kcmmodules-1, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/polkit-kde-kcmmodules-1/polkit-kde-kcmmodules-1.changes
  2011-10-21 16:34:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.polkit-kde-kcmmodules-1.new/polkit-kde-kcmmodules-1.changes
 2013-03-01 11:20:03.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar  1 06:20:14 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ polkit-kde-kcmmodules-1.spec ++
--- /var/tmp/diff_new_pack.tGcqtT/_old  2013-03-01 11:20:11.0 +0100
+++ /var/tmp/diff_new_pack.tGcqtT/_new  2013-03-01 11:20:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package polkit-kde-kcmmodules-1
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,11 +20,11 @@
 
 Name:   polkit-kde-kcmmodules-1
 Version:0.98.1+git20110929
-Release:1
-License:GPL-2.0 ; LGPL-2.1+
+Release:0
 Summary:PolicyKit authentication systemsettings modules for KDE
-Url:
https://projects.kde.org/projects/extragear/base/polkit-kde-kcmodules-1
+License:GPL-2.0 and LGPL-2.1+
 Group:  Development/Libraries/KDE
+Url:
https://projects.kde.org/projects/extragear/base/polkit-kde-kcmodules-1
 # ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/
 Source0:%{name}-%{version}.tar.bz2
 Source1:rpmlintrc

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



commit libaio for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package libaio for openSUSE:Factory checked 
in at 2013-03-01 11:32:36

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


Package is libaio, Maintainer is h...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libaio/libaio.changes2012-02-20 
17:23:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.libaio.new/libaio.changes   2013-03-01 
11:32:38.0 +0100
@@ -1,0 +2,8 @@
+Fri Mar  1 08:08:27 UTC 2013 - dmuel...@suse.com
+
+- Add libaio-aarch64-support.diff:
+  * add support for aarch64
+- Add libaio-generic-arch.diff:
+  * support all archtes (also aarch64)
+
+---

New:

  libaio-aarch64-support.diff
  libaio-generic-arch.diff



Other differences:
--
++ libaio.spec ++
--- /var/tmp/diff_new_pack.PHDtSq/_old  2013-03-01 11:32:42.0 +0100
+++ /var/tmp/diff_new_pack.PHDtSq/_new  2013-03-01 11:32:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libaio
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -37,6 +37,8 @@
 Patch5: 01_link_libgcc.patch
 Patch6: 02_libdevdir.patch
 Patch7: 03_man_errors.patch
+Patch8: libaio-aarch64-support.diff
+Patch9: libaio-generic-arch.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -65,7 +67,8 @@
 %package devel
 Summary:Development Files for Linux-native Asynchronous I/O Access
 Group:  Development/Libraries/C and C++
-Requires:   %lname = %version, glibc-devel
+Requires:   %lname = %version
+Requires:   glibc-devel
 # bug437293
 %ifarch ppc64
 Obsoletes:  libaio-devel-64bit
@@ -83,6 +86,8 @@
 %setup -q
 %patch2 -p1
 %patch -p1 -P 3 -P 4 -P 5 -P 6 -P 7
+%patch8
+%patch9
 
 %build
 make %{?_smp_mflags} CC=%__cc OPTFLAGS=$RPM_OPT_FLAGS

++ libaio-aarch64-support.diff ++
Index: harness/cases/16.t
===
--- harness/cases/16.t.orig
+++ harness/cases/16.t
@@ -18,6 +18,8 @@
 #define SYS_eventfd 318
 #elif defined(__alpha__)
 #define SYS_eventfd 478
+#elif defined(__aarch64__)
+#define SYS_eventfd 1044
 #else
 #error define SYS_eventfd for your arch!
 #endif
Index: src/libaio.h
===
--- src/libaio.h.orig
+++ src/libaio.h
@@ -117,6 +117,16 @@ typedef enum io_iocb_cmd {
 #define PADDEDptr(x, y)x; unsigned y
 #define PADDEDul(x, y) unsigned long x; unsigned y
 #  endif
+#elif defined(__aarch64__)
+#  if defined (__AARCH64EB__) /* big endian, 64 bits */
+#define PADDED(x, y)unsigned y; x
+#define PADDEDptr(x,y)  x
+#define PADDEDul(x, y)  unsigned long x
+#  elif defined(__AARCH64EL__) /* little endian, 64 bits */
+#define PADDED(x, y)x, y
+#define PADDEDptr(x, y) x
+#define PADDEDul(x, y)  unsigned long x
+#  endif
 #else
 #error endian?
 #endif
++ libaio-generic-arch.diff ++
From 5e96c73d5dfbdea8d0be82b7f3fc8d6735e5dfa7 Mon Sep 17 00:00:00 2001
From: Mike Frysinger vap...@gentoo.org
Date: Sun, 17 Jan 2010 17:07:48 -0500
Subject: [PATCH] add a generic syscall() fallback

Signed-off-by: Mike Frysinger vap...@gentoo.org
---
 src/syscall-generic.h |   29 +
 src/syscall.h |3 ++-
 2 files changed, 31 insertions(+), 1 deletions(-)
 create mode 100644 src/syscall-generic.h

Index: src/syscall-generic.h
===
--- /dev/null
+++ src/syscall-generic.h
@@ -0,0 +1,29 @@
+#include errno.h
+#include unistd.h
+#include sys/syscall.h
+
+#define _body_io_syscall(sname, args...) \
+{ \
+   int ret = syscall(__NR_##sname, ## args); \
+   return ret  0 ? -errno : ret; \
+}
+
+#define io_syscall1(type,fname,sname,type1,arg1) \
+type fname(type1 arg1) \
+_body_io_syscall(sname, (long)arg1)
+
+#define io_syscall2(type,fname,sname,type1,arg1,type2,arg2) \
+type fname(type1 arg1,type2 arg2) \
+_body_io_syscall(sname, (long)arg1, (long)arg2)
+
+#define io_syscall3(type,fname,sname,type1,arg1,type2,arg2,type3,arg3) \
+type fname(type1 arg1,type2 arg2,type3 arg3) \
+_body_io_syscall(sname, (long)arg1, (long)arg2, (long)arg3)
+
+#define 
io_syscall4(type,fname,sname,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
+type fname (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
+_body_io_syscall(sname, (long)arg1, (long)arg2, (long)arg3, (long)arg4)
+
+#define 

commit syslinux for openSUSE:12.3

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package syslinux for openSUSE:12.3 checked 
in at 2013-03-01 11:33:59

Comparing /work/SRC/openSUSE:12.3/syslinux (Old)
 and  /work/SRC/openSUSE:12.3/.syslinux.new (New)


Package is syslinux, Maintainer is snw...@suse.com

Changes:

--- /work/SRC/openSUSE:12.3/syslinux/syslinux.changes   2013-02-18 
14:00:18.0 +0100
+++ /work/SRC/openSUSE:12.3/.syslinux.new/syslinux.changes  2013-03-01 
11:34:00.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 28 16:00:50 CET 2013 - snw...@suse.de
+
+- isohybrid: write only mbr unless explicitly specified otherwise
+
+---

New:

  syslinux-4.04-isohybrid_mbr.diff



Other differences:
--
++ syslinux.spec ++
--- /var/tmp/diff_new_pack.T1gMXp/_old  2013-03-01 11:34:00.0 +0100
+++ /var/tmp/diff_new_pack.T1gMXp/_new  2013-03-01 11:34:00.0 +0100
@@ -44,6 +44,7 @@
 Patch7: %{name}-%{version}-gcc47.diff
 Patch8: %{name}-%{version}-isohybrid_efi.diff
 Patch9: %{name}-%{version}-isohybrid_efi_optional.diff
+Patch10:%{name}-%{version}-isohybrid_mbr.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -69,6 +70,7 @@
 %patch7 -p0
 %patch8 -p0
 %patch9 -p1
+%patch10 -p1
 
 %build
 cp %{SOURCE2} .

++ syslinux-4.04-isohybrid_mbr.diff ++
diff --git a/utils/isohybrid.c b/utils/isohybrid.c
index 09f4520..954b5ed 100644
--- a/utils/isohybrid.c
+++ b/utils/isohybrid.c
@@ -653,12 +653,10 @@ initialise_mbr(uint8_t *mbr)
   continue;
 }
 
-if (i == 1)
-mbr[0] = 0x80;
-
 if (i == part_data)
 {
 chs = ofs2chs(offset);
+mbr[0] = 0x80;
 mbr[1] = chs  8;
 mbr[2] = chs  16;
 mbr[3] = chs  24;
@@ -945,7 +943,7 @@ main(int argc, char *argv[])
 }
 
 if (!(mode  (MODE_MBR | MODE_GPT))) {
-mode |= (mode  EFI) ? MODE_GPT : MODE_MBR;
+mode |= MODE_MBR;
 }
 
 if ((mode  EFI)  !offset) type = 0;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ntp for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package ntp for openSUSE:Factory checked in 
at 2013-03-01 12:26:20

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


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

Changes:

--- /work/SRC/openSUSE:Factory/ntp/ntp.changes  2013-02-25 20:39:24.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ntp.new/ntp.changes 2013-03-01 
12:26:22.0 +0100
@@ -1,0 +2,11 @@
+Thu Feb 28 07:52:03 UTC 2013 - vark...@suse.com
+
+- bnc#797351 - ntpd listen-on directive support is missing/broken;
+  unable to restrict/secure listening IPs 
+
+---
+Tue Feb 26 14:58:38 UTC 2013 - vark...@suse.com
+
+- bnc#793012 - NTP default to 'sync time on startup' conflicts with 
NetworkManager 
+
+---

Old:

  ntp-4.2.0-rh-manpages.tar.gz

New:

  ntp-4.2.7-rh-manpages.tar.gz



Other differences:
--
++ ntp.spec ++
--- /var/tmp/diff_new_pack.KO0vZJ/_old  2013-03-01 12:26:28.0 +0100
+++ /var/tmp/diff_new_pack.KO0vZJ/_new  2013-03-01 12:26:28.0 +0100
@@ -48,7 +48,7 @@
 Source10:   NTP-FAQ-%{ntpfaqversion}.tar.bz2
 Source11:   ntp.1.gz
 Source12:   README.SUSE
-Source13:   ntp-4.2.0-rh-manpages.tar.gz
+Source13:   ntp-4.2.7-rh-manpages.tar.gz
 Source14:   ntp.xml
 Source16:   ntp-wait
 Patch1: ntp-segfault_on_invalid_device.patch
@@ -275,8 +275,9 @@
 #
 # man pages
 #
-%__install -d %{buildroot}/%{_mandir}/man1
-%__install -m 644 man/* %{buildroot}/%{_mandir}/man1
+%__install -d %{buildroot}/%{_mandir}/{man5,man8}
+%__install -m 644 man/man5/* %{buildroot}/%{_mandir}/man5
+%__install -m 644 man/man8/* %{buildroot}/%{_mandir}/man8
 #
 # firewall
 #
@@ -372,6 +373,8 @@
 %attr(0640,root,ntp) %config(noreplace) /var/lib/ntp/etc/ntp.conf.iburst
 %attr(0755,ntp,ntp) %dir /var/lib/ntp/drift
 %{_mandir}/man1/*
+%{_mandir}/man5/*
+%{_mandir}/man8/*
 /var/adm/fillup-templates/*
 %attr(0755,ntp,root) /var/lib/ntp/var/run/ntp
 %ghost /var/run/ntp

++ conf.sysconfig.ntp ++
--- /var/tmp/diff_new_pack.KO0vZJ/_old  2013-03-01 12:26:28.0 +0100
+++ /var/tmp/diff_new_pack.KO0vZJ/_new  2013-03-01 12:26:28.0 +0100
@@ -59,7 +59,7 @@
 #
 # Force time synchronization befor start ntpd
 #
-NTPD_FORCE_SYNC_ON_STARTUP=yes
+NTPD_FORCE_SYNC_ON_STARTUP=no
 
 ## Type:   boolean
 ## Default:no

++ ntp-4.2.0-rh-manpages.tar.gz - ntp-4.2.7-rh-manpages.tar.gz ++
 2196 lines of diff (skipped)



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



commit ntp for openSUSE:12.3

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package ntp for openSUSE:12.3 checked in at 
2013-03-01 12:26:24

Comparing /work/SRC/openSUSE:12.3/ntp (Old)
 and  /work/SRC/openSUSE:12.3/.ntp.new (New)


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

Changes:

--- /work/SRC/openSUSE:12.3/ntp/ntp.changes 2013-02-25 20:39:30.0 
+0100
+++ /work/SRC/openSUSE:12.3/.ntp.new/ntp.changes2013-03-01 
12:26:29.0 +0100
@@ -1,0 +2,11 @@
+Thu Feb 28 07:52:03 UTC 2013 - vark...@suse.com
+
+- bnc#797351 - ntpd listen-on directive support is missing/broken;
+  unable to restrict/secure listening IPs 
+
+---
+Tue Feb 26 14:58:38 UTC 2013 - vark...@suse.com
+
+- bnc#793012 - NTP default to 'sync time on startup' conflicts with 
NetworkManager 
+
+---

Old:

  ntp-4.2.0-rh-manpages.tar.gz

New:

  ntp-4.2.7-rh-manpages.tar.gz



Other differences:
--
++ ntp.spec ++
--- /var/tmp/diff_new_pack.TMaaC8/_old  2013-03-01 12:26:29.0 +0100
+++ /var/tmp/diff_new_pack.TMaaC8/_new  2013-03-01 12:26:29.0 +0100
@@ -48,7 +48,7 @@
 Source10:   NTP-FAQ-%{ntpfaqversion}.tar.bz2
 Source11:   ntp.1.gz
 Source12:   README.SUSE
-Source13:   ntp-4.2.0-rh-manpages.tar.gz
+Source13:   ntp-4.2.7-rh-manpages.tar.gz
 Source14:   ntp.xml
 Source16:   ntp-wait
 Patch1: ntp-segfault_on_invalid_device.patch
@@ -275,8 +275,9 @@
 #
 # man pages
 #
-%__install -d %{buildroot}/%{_mandir}/man1
-%__install -m 644 man/* %{buildroot}/%{_mandir}/man1
+%__install -d %{buildroot}/%{_mandir}/{man5,man8}
+%__install -m 644 man/man5/* %{buildroot}/%{_mandir}/man5
+%__install -m 644 man/man8/* %{buildroot}/%{_mandir}/man8
 #
 # firewall
 #
@@ -372,6 +373,8 @@
 %attr(0640,root,ntp) %config(noreplace) /var/lib/ntp/etc/ntp.conf.iburst
 %attr(0755,ntp,ntp) %dir /var/lib/ntp/drift
 %{_mandir}/man1/*
+%{_mandir}/man5/*
+%{_mandir}/man8/*
 /var/adm/fillup-templates/*
 %attr(0755,ntp,root) /var/lib/ntp/var/run/ntp
 %ghost /var/run/ntp

++ conf.sysconfig.ntp ++
--- /var/tmp/diff_new_pack.TMaaC8/_old  2013-03-01 12:26:29.0 +0100
+++ /var/tmp/diff_new_pack.TMaaC8/_new  2013-03-01 12:26:29.0 +0100
@@ -59,7 +59,7 @@
 #
 # Force time synchronization befor start ntpd
 #
-NTPD_FORCE_SYNC_ON_STARTUP=yes
+NTPD_FORCE_SYNC_ON_STARTUP=no
 
 ## Type:   boolean
 ## Default:no

++ ntp-4.2.0-rh-manpages.tar.gz - ntp-4.2.7-rh-manpages.tar.gz ++
 2196 lines of diff (skipped)



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



commit aranym for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package aranym for openSUSE:Factory checked 
in at 2013-03-01 13:56:06

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


Package is aranym, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/aranym/aranym.changes2012-10-09 
13:54:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.aranym.new/aranym.changes   2013-03-01 
13:56:08.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 28 05:58:49 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ aranym.spec ++
--- /var/tmp/diff_new_pack.U8Hnjk/_old  2013-03-01 13:56:10.0 +0100
+++ /var/tmp/diff_new_pack.U8Hnjk/_new  2013-03-01 13:56:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aranym
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -27,8 +27,8 @@
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
 Url:http://aranym.org/
-Summary:ARAnyM (Atari Running on Any Machine)
-License:GPL-2.0+ ; LGPL-2.1+
+Summary:Atari Running on Any Machine
+License:GPL-2.0+ and LGPL-2.1+
 Group:  System/Emulators/Other
 Version:0.9.14
 Release:0
@@ -45,37 +45,24 @@
 continue to live forever.
 
 Features:
-
 * 68040 CPU (including MMU040)
-
 * 68040 and 68881/2 FPU
-
 * 14 MB ST-RAM and up to 3824 MB (configurable) of FastRAM
-
 * VIDEL, Blitter, MFP, ACIA, IKBD for highest possible compatibility
-
 * Sound (compatible with Atari XBIOS Sound subsystem, including
TimerA DMA IRQ)
-
 * Atari floppy DD/HD for connecting floppy image or real floppy
drive
-
 * Two IDE channels for connecting disk images, hard drives, or
CD-ROMs
-
 * Extended keyboard and mouse support (including mouse wheel)
-
 * Direct access to host file system via BetaDOS and MiNT xfs drivers
-
 * Networking using ethernet emulation with a driver for MiNT-Net
-
 * TOS 4.04, EmuTOS, or Linux as the booting operating system
-
 * Runs with FreeMiNT, MagiC, and any other operating system that
runs also on real Atari computers
-
 * Native CD-ROM access (under Linux, other OS: audio CD only) without
-scsi, ide, or other emulation
+  scsi, ide, or other emulation
 
 %prep
 %setup -q -n %{name}-%{version} -a 1


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



commit cmake for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2013-03-01 13:56:16

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


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

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes  2012-12-03 
09:32:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2013-03-01 
13:56:17.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 28 16:54:13 UTC 2013 - sch...@suse.de
+
+- cmake-endian.patch:
+  Add support for aarch64.
+
+---
cmake.changes: same change

New:

  cmake-endian.patch



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.EwGjxG/_old  2013-03-01 13:56:18.0 +0100
+++ /var/tmp/diff_new_pack.EwGjxG/_new  2013-03-01 13:56:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cmake-gui
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -21,6 +21,7 @@
 Release:0
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz
+Patch3: cmake-endian.patch
 Patch4: cmake-disable-builtin-chrpath.diff
 Summary:CMake graphical user interface
 License:BSD-3-Clause
@@ -50,6 +51,7 @@
 
 %prep
 %setup -q -n cmake-%{version}
+%patch3 -p1
 %patch4
 
 %build

++ cmake.spec ++
--- /var/tmp/diff_new_pack.EwGjxG/_old  2013-03-01 13:56:18.0 +0100
+++ /var/tmp/diff_new_pack.EwGjxG/_new  2013-03-01 13:56:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cmake
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -23,6 +23,7 @@
 Source0:http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
 Patch1: cmake-disable-builtin-chrpath.diff
 Patch2: cmake-fix-ruby-test.patch
+Patch3: cmake-endian.patch
 Summary:Cross-platform, open-source make system
 License:BSD-3-Clause
 Group:  Development/Tools/Building
@@ -51,6 +52,7 @@
 %setup -q
 %patch1
 %patch2
+%patch3 -p1
 
 %build
 export CXXFLAGS=$RPM_OPT_FLAGS

++ cmake-endian.patch ++
From 349165223d26f0ffc5ad004b4a05a8a92121ac20 Mon Sep 17 00:00:00 2001
From: Riku Voipio riku.voi...@linaro.org
Date: Fri, 21 Dec 2012 13:20:02 +0200
Subject: [PATCH] KWIML: Teach ABI.h about Aarch64

The __aarch64__ defines Aarch64, while __AARCH64EB__ defines bigendian
and __AARCH64EL__ little endian.  Only little endian tested, no big
endian toolchain exists yet.

Signed-off-by: Riku Voipio riku.voi...@linaro.org
---
 Utilities/KWIML/ABI.h.in | 8 
 1 file changed, 8 insertions(+)

Index: cmake-2.8.10.2/Utilities/KWIML/ABI.h.in
===
--- cmake-2.8.10.2.orig/Utilities/KWIML/ABI.h.in
+++ cmake-2.8.10.2/Utilities/KWIML/ABI.h.in
@@ -414,6 +414,14 @@ suppression macro @KWIML@_ABI_NO_VERIFY
 #elif defined(__SYSC_ZARCH__)
 # define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_BIG
 
+/* Aarch64 */
+#elif defined(__aarch64__)
+# if !defined(__AARCH64EB__)
+#  define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_LITTLE
+# else
+#  define @KWIML@_ABI_ENDIAN_ID @KWIML@_ABI_ENDIAN_ID_BIG
+# endif
+
 /* Unknown CPU */
 #elif !defined(@KWIML@_ABI_NO_ERROR_ENDIAN)
 # error Byte order of target CPU unknown.
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit Mesa for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2013-03-01 13:57:13

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


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

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes2013-03-01 
07:35:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2013-03-01 
13:57:14.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 28 18:07:05 UTC 2013 - dmuel...@suse.com
+
+- only enable swrast for aarch64 for now 
+
+---



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.7HCez4/_old  2013-03-01 13:57:16.0 +0100
+++ /var/tmp/diff_new_pack.7HCez4/_new  2013-03-01 13:57:16.0 +0100
@@ -539,7 +539,7 @@
--enable-glx-tls \
 %endif
--with-dri-searchpath=/usr/%{_lib}/dri/updates:/usr/%{_lib}/dri \
-%ifarch %arm %ix86 x86_64
+%ifarch armv7hl %ix86 x86_64
--enable-gallium-llvm \
--with-dri-drivers=i915,i965,nouveau,r200,radeon \
--with-gallium-drivers=r300,r600,nouveau,swrast,svga \
@@ -550,7 +550,7 @@
--with-dri-drivers=nouveau,r200,radeon \
--with-gallium-drivers=r300,r600,nouveau,swrast \
 %endif
-%ifarch s390 s390x %arm
+%ifarch s390 s390x armv5tel aarch64
--with-dri-drivers=swrast \
--with-gallium-drivers= \
 %endif
@@ -628,7 +628,7 @@
 
 %postun -n libgbm1 -p /sbin/ldconfig
 
-%ifnarch s390 s390x %arm
+%ifnarch s390 s390x %arm aarch64
 
 %post   -n libxatracker1 -p /sbin/ldconfig
 
@@ -760,7 +760,7 @@
 %_libdir/libgbm.so
 %_libdir/pkgconfig/gbm.pc
 
-%ifnarch s390 s390x %arm ppc ppc64
+%ifnarch s390 s390x %arm ppc ppc64 aarch64
 
 %files -n libxatracker1
 %defattr(-,root,root)

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



commit procmail for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package procmail for openSUSE:Factory 
checked in at 2013-03-01 14:00:43

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


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

Changes:

--- /work/SRC/openSUSE:Factory/procmail/procmail.changes2011-11-16 
17:22:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.procmail.new/procmail.changes   2013-03-01 
14:00:44.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 28 06:03:41 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ procmail.spec ++
--- /var/tmp/diff_new_pack.Ep6WMs/_old  2013-03-01 14:00:49.0 +0100
+++ /var/tmp/diff_new_pack.Ep6WMs/_new  2013-03-01 14:00:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package procmail
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,20 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   procmail
-BuildRequires:  pcre-devel postfix
+BuildRequires:  pcre-devel
+BuildRequires:  postfix
 Url:http://www.procmail.org/
-License:Artistic-1.0 ; GPL-2.0+
-Group:  Productivity/Networking/Email/Clients
 Requires:   /bin/sed
 Recommends: /usr/bin/mimencode
-AutoReqProv:on
 Version:3.22
-Release:252
+Release:0
 Summary:A program for local e-mail delivery
+License:Artistic-1.0 or GPL-2.0+
+Group:  Productivity/Networking/Email/Clients
 Source0:procmail-%{version}.tar.bz2
 Source1:procmail-%{version}-patches.tar.bz2
 Patch0: procmail-%{version}-mailstat.patch

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



commit xdm for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package xdm for openSUSE:Factory checked in 
at 2013-03-01 14:02:30

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


Package is xdm, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xdm/xdm.changes  2013-01-08 15:08:25.0 
+0100
+++ /work/SRC/openSUSE:Factory/.xdm.new/xdm.changes 2013-03-01 
14:02:31.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar  1 11:31:52 UTC 2013 - sndir...@suse.com
+
+- /etc/X11/xdm/SuSEconfig.xdm: copied required function from old
+  /lib/YaST/SuSEconfig.functions, which no longer exists since
+  openSUSE 12.3 (bnc#806738)
+
+---



Other differences:
--
++ xdm.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/X11/xdm/SuSEconfig.xdm 
new/etc/X11/xdm/SuSEconfig.xdm
--- old/etc/X11/xdm/SuSEconfig.xdm  2009-02-16 08:53:46.0 +0100
+++ new/etc/X11/xdm/SuSEconfig.xdm  2013-03-01 12:30:36.0 +0100
@@ -4,6 +4,54 @@
 # Copyright (c) 2008 SuSE LINUX Products GmbH, Germany.
 # Author: Werner Fink  wer...@suse.de
 
+check_md5_and_move() # Usage: check_md5_and_move file_name-without.SuSEconfig
+{
+# This function checks the existence of a file (specified without the
+# extension .SuSEconfig and without $r) and a corresponding md5 checksum
+# and tests whether the time stamp of the file has changed.
+# If it has, nothing further will happen. If not, the file.SuSEconfig
+# will be moved to file.
+
+FILE=$1
+if test -n $r ; then
+RELPATH=`echo $FILE | sed -es:^$r::`
+else
+RELPATH=$FILE
+fi
+MD5FILE=$MD5DIR/$RELPATH
+#
+# make sure that the directory exists
+mkdir -p `dirname $MD5FILE`
+NEWMD5SUM=`cat $FILE.SuSEconfig | grep -v ^# | md5sum`
+if test ! -s $FILE ; then
+touch $FILE
+rm -f $MD5FILE
+fi
+if test $FORCE_REPLACE = true ; then
+cp -p $FILE.SuSEconfig $FILE
+fi
+USERMD5SUM=`cat $FILE | grep -v ^# | md5sum`
+test -e $MD5FILE || echo $USERMD5SUM  $MD5FILE
+OLDMD5SUM=`cat $MD5FILE`
+if test $USERMD5SUM != $OLDMD5SUM -a \
+$USERMD5SUM != $NEWMD5SUM ; then
+echo
+echo ATTENTION: You have modified $RELPATH.  Leaving it untouched...
+echo You can find my version in $FILE.SuSEconfig...
+echo
+else
+if test $USERMD5SUM != $NEWMD5SUM -o $FORCE_REPLACE = true ; then
+echo Installing new $RELPATH
+cp -p $FILE.SuSEconfig $FILE
+else
+test $VERBOSE = false || echo No changes for $RELPATH
+fi
+rm -f $FILE.SuSEconfig
+fi
+rm -f $MD5FILE
+echo $NEWMD5SUM  $MD5FILE
+}
+
 type -p sed   /dev/null || {
 echo ${0##*/}: No sed  in PATH ... skipping
 exit 0
@@ -16,12 +64,10 @@
 }
 . $r/etc/sysconfig/displaymanager
 
-test -f $r/lib/YaST/SuSEconfig.functions || {
-echo ${0##*/}: ERROR - can not find $r'/lib/YaST/SuSEconfig.functions!!'
-echo ${0##*/}: This should not happen.  Exit...
-exit 1
+test -z $MD5DIR  {
+MD5DIR=/var/adm/SuSEconfig/md5
+echo Using MD5DIR=\$MD5DIR\...
 }
-. $r/lib/YaST/SuSEconfig.functions
 
 if test -r $r/etc/X11/xdm/Xservers -a $r/etc/sysconfig/displaymanager -nt 
$r/etc/X11/xdm/Xservers; then
 file=$r/etc/X11/xdm/Xservers

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



commit xdm for openSUSE:12.3

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package xdm for openSUSE:12.3 checked in at 
2013-03-01 14:02:33

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


Package is xdm, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.3/xdm/xdm.changes 2013-01-31 01:45:20.0 
+0100
+++ /work/SRC/openSUSE:12.3/.xdm.new/xdm.changes2013-03-01 
14:02:40.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar  1 11:31:52 UTC 2013 - sndir...@suse.com
+
+- /etc/X11/xdm/SuSEconfig.xdm: copied required function from old
+  /lib/YaST/SuSEconfig.functions, which no longer exists since
+  openSUSE 12.3 (bnc#806738)
+
+---



Other differences:
--
++ xdm.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/X11/xdm/SuSEconfig.xdm 
new/etc/X11/xdm/SuSEconfig.xdm
--- old/etc/X11/xdm/SuSEconfig.xdm  2009-02-16 08:53:46.0 +0100
+++ new/etc/X11/xdm/SuSEconfig.xdm  2013-03-01 12:30:36.0 +0100
@@ -4,6 +4,54 @@
 # Copyright (c) 2008 SuSE LINUX Products GmbH, Germany.
 # Author: Werner Fink  wer...@suse.de
 
+check_md5_and_move() # Usage: check_md5_and_move file_name-without.SuSEconfig
+{
+# This function checks the existence of a file (specified without the
+# extension .SuSEconfig and without $r) and a corresponding md5 checksum
+# and tests whether the time stamp of the file has changed.
+# If it has, nothing further will happen. If not, the file.SuSEconfig
+# will be moved to file.
+
+FILE=$1
+if test -n $r ; then
+RELPATH=`echo $FILE | sed -es:^$r::`
+else
+RELPATH=$FILE
+fi
+MD5FILE=$MD5DIR/$RELPATH
+#
+# make sure that the directory exists
+mkdir -p `dirname $MD5FILE`
+NEWMD5SUM=`cat $FILE.SuSEconfig | grep -v ^# | md5sum`
+if test ! -s $FILE ; then
+touch $FILE
+rm -f $MD5FILE
+fi
+if test $FORCE_REPLACE = true ; then
+cp -p $FILE.SuSEconfig $FILE
+fi
+USERMD5SUM=`cat $FILE | grep -v ^# | md5sum`
+test -e $MD5FILE || echo $USERMD5SUM  $MD5FILE
+OLDMD5SUM=`cat $MD5FILE`
+if test $USERMD5SUM != $OLDMD5SUM -a \
+$USERMD5SUM != $NEWMD5SUM ; then
+echo
+echo ATTENTION: You have modified $RELPATH.  Leaving it untouched...
+echo You can find my version in $FILE.SuSEconfig...
+echo
+else
+if test $USERMD5SUM != $NEWMD5SUM -o $FORCE_REPLACE = true ; then
+echo Installing new $RELPATH
+cp -p $FILE.SuSEconfig $FILE
+else
+test $VERBOSE = false || echo No changes for $RELPATH
+fi
+rm -f $FILE.SuSEconfig
+fi
+rm -f $MD5FILE
+echo $NEWMD5SUM  $MD5FILE
+}
+
 type -p sed   /dev/null || {
 echo ${0##*/}: No sed  in PATH ... skipping
 exit 0
@@ -16,12 +64,10 @@
 }
 . $r/etc/sysconfig/displaymanager
 
-test -f $r/lib/YaST/SuSEconfig.functions || {
-echo ${0##*/}: ERROR - can not find $r'/lib/YaST/SuSEconfig.functions!!'
-echo ${0##*/}: This should not happen.  Exit...
-exit 1
+test -z $MD5DIR  {
+MD5DIR=/var/adm/SuSEconfig/md5
+echo Using MD5DIR=\$MD5DIR\...
 }
-. $r/lib/YaST/SuSEconfig.functions
 
 if test -r $r/etc/X11/xdm/Xservers -a $r/etc/sysconfig/displaymanager -nt 
$r/etc/X11/xdm/Xservers; then
 file=$r/etc/X11/xdm/Xservers

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



commit xorg-cf-files for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package xorg-cf-files for openSUSE:Factory 
checked in at 2013-03-01 14:02:39

Comparing /work/SRC/openSUSE:Factory/xorg-cf-files (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-cf-files.new (New)


Package is xorg-cf-files, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xorg-cf-files/xorg-cf-files.changes  
2012-06-26 17:42:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-cf-files.new/xorg-cf-files.changes 
2013-03-01 14:02:40.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  1 10:58:34 UTC 2013 - dmuel...@suse.com
+
+- add aarch64-support.diff:
+  Add support for aarch64 
+
+---

New:

  aarch64-support.diff



Other differences:
--
++ xorg-cf-files.spec ++
--- /var/tmp/diff_new_pack.or9e3W/_old  2013-03-01 14:02:50.0 +0100
+++ /var/tmp/diff_new_pack.or9e3W/_new  2013-03-01 14:02:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xorg-cf-files
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -24,6 +24,7 @@
 Group:  Development/Tools/Building
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.bz2
+Patch0: aarch64-support.diff
 BuildRequires:  font-util = 1.1
 BuildRequires:  pkgconfig(xorg-macros) = 1.4
 Requires:   gccmakedep
@@ -51,6 +52,7 @@
 
 %prep
 %setup -q
+%patch0
 cat  host.def  EOF
 #define ConfigDir %_configdir
 #define XAppLoadDir /usr/share/X11/app-defaults
@@ -81,6 +83,10 @@
 #undef  DefaultGcc2AMD64Opt
 #define DefaultGcc2AMD64Opt $RPM_OPT_FLAGS -fno-strict-aliasing
 #endif
+#ifdef  AArch64Architecture
+#undef  DefaultGcc2AArch64Opt
+#define DefaultGcc2AArch64Opt   $RPM_OPT_FLAGS -fno-strict-aliasing
+#endif
 #ifdef  s390xArchitecture
 #undef  OptimizedCDebugFlags
 #define OptimizedCDebugFlags$RPM_OPT_FLAGS -fno-strict-aliasing

++ aarch64-support.diff ++
--- Imake.cf
+++ Imake.cf
@@ -1022,6 +1022,10 @@
 #   define AMD64Architecture
 #  endif
 # endif
+# if defined(__aarch64__)
+#   define AArch64Architecture
+#   undef __aarch64__
+# endif
 #endif /* linux || __GLIBC__ */
 
 #if (defined(__Lynx__) || defined(Lynx))  (defined(i386) || 
defined(__i386__) || defined(__x86__) || defined(__powerpc__) || 
defined(__sparc__) || defined(sparc))
--- linux.cf
+++ linux.cf
@@ -976,6 +976,16 @@
 # define ServerExtraDefines-DGCCUSESGAS XFree86ServerDefines -D_XSERVER64
 #endif /* AMD64Architecture */
 
+#ifdef AArch64Architecture
+# ifndef OptimizedCDebugFlags
+#  define OptimizedCDebugFlags DefaultGcc2AArch64Opt
+# endif
+# define LinuxMachineDefines   -D__aarch64__
+# define ServerOSDefines   XFree86ServerOSDefines -DDDXTIME
+# define ServerExtraDefines-DGCCUSESGAS XFree86ServerDefines -D_XSERVER64
+#endif /* AArch64Architecture */
+
+
 #ifndef StandardDefines
 # ifdef __linux__
 #  define StandardDefines  -Dlinux LinuxMachineDefines LinuxSourceDefines
--- xfree86.cf
+++ xfree86.cf
@@ -2022,6 +2022,12 @@
 # endif
 #endif
 
+#if HasGcc2  defined(AArch64Architecture)
+# ifndef DefaultGcc2AArch64Opt
+#  define DefaultGcc2AArch64Opt -O2 -fno-strength-reduce GccAliasingArgs
+# endif
+#endif
+
 #if HasGcc2  defined(AlphaArchitecture)
 # ifndef DefaultGcc2AxpOpt
 #  define DefaultGcc2AxpOpt -O2 GccAliasingArgs
-- 
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:Update

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package java-1_6_0-openjdk for 
openSUSE:12.1:Update checked in at 2013-03-01 16:12:44

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.q8r1ZJ/_old  2013-03-01 16:12:52.0 +0100
+++ /var/tmp/diff_new_pack.q8r1ZJ/_new  2013-03-01 16:12:52.0 +0100
@@ -1 +1 @@
-link package='java-1_6_0-openjdk.1320' cicount='copy' /
+link package='java-1_6_0-openjdk.1356' cicount='copy' /

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



commit java-1_7_0-openjdk for openSUSE:12.2:Update

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk for 
openSUSE:12.2:Update checked in at 2013-03-01 16:13:01

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ycrpYc/_old  2013-03-01 16:13:06.0 +0100
+++ /var/tmp/diff_new_pack.ycrpYc/_new  2013-03-01 16:13:06.0 +0100
@@ -1 +1 @@
-link package='java-1_7_0-openjdk.1234' cicount='copy' /
+link package='java-1_7_0-openjdk.1357' cicount='copy' /

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



commit ruby19 for openSUSE:12.2:Update

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package ruby19 for openSUSE:12.2:Update 
checked in at 2013-03-01 16:13:13

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


Package is ruby19, Maintainer is jmassaguer...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.oKRxqj/_old  2013-03-01 16:13:15.0 +0100
+++ /var/tmp/diff_new_pack.oKRxqj/_new  2013-03-01 16:13:15.0 +0100
@@ -1 +1 @@
-link package='ruby19.1318' cicount='copy' /
+link package='ruby19.1363' cicount='copy' /

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



commit kernel-cubox for openSUSE:12.3:Update

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package kernel-cubox for 
openSUSE:12.3:Update checked in at 2013-03-01 17:16:26

Comparing /work/SRC/openSUSE:12.3:Update/kernel-cubox (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kernel-cubox.new (New)


Package is kernel-cubox, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='kernel-cubox.1390' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kernel-default.1390 for openSUSE:12.3:Update

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package kernel-default.1390 for 
openSUSE:12.3:Update checked in at 2013-03-01 17:16:32

Comparing /work/SRC/openSUSE:12.3:Update/kernel-default.1390 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kernel-default.1390.new (New)


Package is kernel-default.1390, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=kernel-source.1390 cicount=copy/--
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kernel-desktop.1390 for openSUSE:12.3:Update

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package kernel-desktop.1390 for 
openSUSE:12.3:Update checked in at 2013-03-01 17:16:37

Comparing /work/SRC/openSUSE:12.3:Update/kernel-desktop.1390 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kernel-desktop.1390.new (New)


Package is kernel-desktop.1390, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=kernel-source.1390 cicount=copy/--
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kernel-desktop for openSUSE:12.3:Update

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package kernel-desktop for 
openSUSE:12.3:Update checked in at 2013-03-01 17:16:42

Comparing /work/SRC/openSUSE:12.3:Update/kernel-desktop (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kernel-desktop.new (New)


Package is kernel-desktop, Maintainer is 
kernel-maintain...@forge.provo.novell.com

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='kernel-desktop.1390' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kernel-docs.1390 for openSUSE:12.3:Update

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package kernel-docs.1390 for 
openSUSE:12.3:Update checked in at 2013-03-01 17:16:43

Comparing /work/SRC/openSUSE:12.3:Update/kernel-docs.1390 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kernel-docs.1390.new (New)


Package is kernel-docs.1390, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=kernel-source.1390 cicount=copy/--
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kernel-ec2 for openSUSE:12.3:Update

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package kernel-ec2 for openSUSE:12.3:Update 
checked in at 2013-03-01 17:16:49

Comparing /work/SRC/openSUSE:12.3:Update/kernel-ec2 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kernel-ec2.new (New)


Package is kernel-ec2, Maintainer is 
kernel-maintain...@forge.provo.novell.com

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='kernel-ec2.1390' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kernel-highbank for openSUSE:12.3:Update

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package kernel-highbank for 
openSUSE:12.3:Update checked in at 2013-03-01 17:16:54

Comparing /work/SRC/openSUSE:12.3:Update/kernel-highbank (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kernel-highbank.new (New)


Package is kernel-highbank, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='kernel-highbank.1390' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kernel-pae.1390 for openSUSE:12.3:Update

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package kernel-pae.1390 for 
openSUSE:12.3:Update checked in at 2013-03-01 17:17:01

Comparing /work/SRC/openSUSE:12.3:Update/kernel-pae.1390 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kernel-pae.1390.new (New)


Package is kernel-pae.1390, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=kernel-source.1390 cicount=copy/--
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kernel-s390 for openSUSE:12.3:Update

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package kernel-s390 for openSUSE:12.3:Update 
checked in at 2013-03-01 17:17:05

Comparing /work/SRC/openSUSE:12.3:Update/kernel-s390 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kernel-s390.new (New)


Package is kernel-s390, Maintainer is 
kernel-maintain...@forge.provo.novell.com

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='kernel-s390.1390' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit Mesa for openSUSE:12.3

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:12.3 checked in at 
2013-03-01 20:39:24

Comparing /work/SRC/openSUSE:12.3/Mesa (Old)
 and  /work/SRC/openSUSE:12.3/.Mesa.new (New)


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

Changes:

--- /work/SRC/openSUSE:12.3/Mesa/Mesa.changes   2013-03-01 07:35:08.0 
+0100
+++ /work/SRC/openSUSE:12.3/.Mesa.new/Mesa.changes  2013-03-01 
20:39:26.0 +0100
@@ -2,47 +1,0 @@
-Tue Feb 26 23:23:46 UTC 2013 - stefan.bru...@rwth-aachen.de
-
-- fix_glx_indirect_reply_bfo#59876.diff
-  * GLX replies are parsed incorrectly when using libxcb and AIGLX,
-happens for most replies where data is embedded in the header.
-(bfo#59876, bnc#802718) 
-

-Thu Feb 21 23:23:22 UTC 2013 - hrvoje.sen...@gmail.com
-
-- update to Mesa 9.0.3: a bugfix release
- * Pink artifacts on objects in the distance in ETQW/Quake 4 
-   (fdo#25201)
- * configure: Doesn't check for python libxml2 (fdo#31598)
- * [softpipe] piglit glsl-max-varyings regression (fdo#40404)
- * [bisected] Oglc pxconv-gettex(basic.allCases) regressed (fdo#47220)
- * [bisected i965]Oglc shad-compiler(advanced.TestLessThani) 
-   regressed(fdo#48629)
- * [swrast] piglit fbo-generatemipmap-filtering regression 
-   (fdo#54240)
- * [sandybridge][uxa] graphics very glitchy and always flickering 
-   (fdo#56920)
- * [GM45] Chrome experiment Stars crash: brw_fs_emit.cpp:708:
-   brw_reg brw_reg_from_fs_reg(fs_reg*): Assertion „!not reached“ 
-   failed. (fdo#57166)
- * build test failure: nouveau_fbo.c:198:3: error: too few arguments to 
-   function 'nouveau_renderbuffer_del' (fdo#57746)
- * [swrast] Mesa 9.1-devel implementation error: Unable to 
-   delete renderbuffer, no context (fdo#57754)
- * [IVB] Graphical glitches in 0 A.D (fdo#58680)
- * [softpipe] util/u_tile.c:795:pipe_put_tile_z: Assertion `0' failed. 
-   (fdo#58972)
- * [bisected] Mesa build fails: clientattrib.c:33:22: fatal error: indirect.h: 
-   No such file or directory (fdo#59364)
- * [ILK/SNB/IVB Bisected]Oglc vertexshader(advanced.TestLightsTwoSided) 
-   causes GPU hung (fdo#59700)
- * [swrast] piglit ext_framebuffer_multisample-interpolation 0 
-   centroid-edges regression (fdo#59873)
- * [Bisected]Piglit glx_extension_string_sanity fail (fdo#60052)
- * Planeshift: triangles where grass would be (fdo#60172)
-

-Mon Feb  4 13:37:01 UTC 2013 - d...@suse.com
-
-- enable build of subpackage libwayland-egl1
-


Old:

  MesaLib-9.0.3.tar.bz2
  U_glx-fix-glGetTexLevelParameteriv-for-indirect-render.patch

New:

  MesaLib-9.0.2.tar.bz2



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.nhcSQK/_old  2013-03-01 20:39:27.0 +0100
+++ /var/tmp/diff_new_pack.nhcSQK/_new  2013-03-01 20:39:27.0 +0100
@@ -17,11 +17,11 @@
 
 
 %define glamor 1
-%define _version 9.0.3
+%define _version 9.0.2
 %define _name_archive MesaLib
 
 Name:   Mesa
-Version:9.0.3
+Version:9.0.2
 Release:0
 BuildRequires:  autoconf = 2.60
 BuildRequires:  automake
@@ -36,20 +36,16 @@
 BuildRequires:  pkgconfig
 BuildRequires:  python-base
 BuildRequires:  xorg-x11-util-devel
-BuildRequires:  pkgconfig(dri2proto) = 2.6
-BuildRequires:  pkgconfig(glproto) = 1.4.14
+BuildRequires:  pkgconfig(dri2proto) = 2.1
+BuildRequires:  pkgconfig(glproto) = 1.4.11
 BuildRequires:  pkgconfig(libdrm) = 2.4.24
 %ifarch x86_64 %ix86
-BuildRequires:  pkgconfig(libdrm_intel) = 2.4.34
+BuildRequires:  pkgconfig(libdrm_intel) = 2.4.24
 %endif
-BuildRequires:  pkgconfig(libdrm_nouveau) = 2.4.3
-BuildRequires:  pkgconfig(libdrm_radeon) = 2.4.31
-BuildRequires:  pkgconfig(libkms) = 1.0.0
+BuildRequires:  pkgconfig(libdrm_nouveau) = 0.6
+BuildRequires:  pkgconfig(libdrm_radeon) = 2.4.24
+BuildRequires:  pkgconfig(libkms)
 BuildRequires:  pkgconfig(libudev)  150
-%if 0%{?suse_version} = 1230
-BuildRequires:  pkgconfig(wayland-client)
-BuildRequires:  pkgconfig(wayland-server)
-%endif
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(x11-xcb)
 BuildRequires:  pkgconfig(xcb-dri2)
@@ -98,8 +94,6 @@
 Patch14:u_remove-os-abi-tag.patch
 # Patch from Fedora, use shmget when available, under llvmpipe
 Patch16:u_mesa-8.0-llvmpipe-shmget.patch
-# bnc#802718, bfo#59876: GLX replies are parsed incorrectly when using libxcb 
and AIGLX
-Patch18:U_glx-fix-glGetTexLevelParameteriv-for-indirect-render.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -368,31 +362,6 @@
 This package provides the development 

commit dynamic-wallpapers-11x for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package dynamic-wallpapers-11x for 
openSUSE:Factory checked in at 2013-03-01 20:40:22

Comparing /work/SRC/openSUSE:Factory/dynamic-wallpapers-11x (Old)
 and  /work/SRC/openSUSE:Factory/.dynamic-wallpapers-11x.new (New)


Package is dynamic-wallpapers-11x, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/dynamic-wallpapers-11x/dynamic-wallpapers-11x.changes
2011-10-13 00:04:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.dynamic-wallpapers-11x.new/dynamic-wallpapers-11x.changes
   2013-03-01 20:40:24.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar  1 11:49:17 UTC 2013 - co...@suse.com
+
+- Update license to new format.
+
+---



Other differences:
--
++ dynamic-wallpapers-11x.spec ++
--- /var/tmp/diff_new_pack.nUrrMQ/_old  2013-03-01 20:40:35.0 +0100
+++ /var/tmp/diff_new_pack.nUrrMQ/_new  2013-03-01 20:40:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dynamic-wallpapers-11x
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   dynamic-wallpapers-11x
-License:GPL-3.0 ; CC-BY-SA-2.5
-Group:  System/GUI/GNOME
 Url:http://gitorious.org/opensuse/art/trees/master/wallpaper
 Summary:Dynamic wallpapers for GNOME, from previous versions of 
openSUSE
+License:GPL-3.0 and CC-BY-SA-2.5
+Group:  System/GUI/GNOME
 Version:11.4
-Release:1
+Release:0
 Source0:gnome-wallpaper-11.0.2.tar.bz2
 Source1:gnome-wallpaper-11.1.tar.bz2
 Source2:gnome-wallpaper-11.2.tar.bz2

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



commit irssi-extra for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package irssi-extra for openSUSE:Factory 
checked in at 2013-03-01 20:44:10

Comparing /work/SRC/openSUSE:Factory/irssi-extra (Old)
 and  /work/SRC/openSUSE:Factory/.irssi-extra.new (New)


Package is irssi-extra, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/irssi-extra/irssi-extra.changes  2011-09-23 
02:03:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.irssi-extra.new/irssi-extra.changes 
2013-03-01 20:44:11.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar  1 06:18:56 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ irssi-extra.spec ++
--- /var/tmp/diff_new_pack.aa9ddC/_old  2013-03-01 20:44:20.0 +0100
+++ /var/tmp/diff_new_pack.aa9ddC/_new  2013-03-01 20:44:20.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package irssi-extra (Version 2009.6.17)
+# spec file for package irssi-extra
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,23 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   irssi-extra
 BuildRequires:  irssi
-License:BSD-3-Clause ; GPL-2.0+ ; SUSE-Public-Domain
-Group:  Productivity/Networking/IRC
-AutoReqProv:on
 Version:2009.6.17
-Release:1
+Release:0
 Summary:Scripts and Themes for the irssi IRC Client
+License:BSD-3-Clause and GPL-2.0+ and SUSE-Public-Domain
+Group:  Productivity/Networking/IRC
 Url:http://www.irssi.org
 Source: irssi-scripts.tar.bz2
 Source1:irssi-themes.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   irssi figlet perl-Compress-Zlib perl-Crypt-CBC 
perl-libwww-perl perl-Text-Iconv
-Requires:   perl-Crypt-Blowfish perl-Crypt-DES perl-TimeDate perl-DBI
+Requires:   figlet
+Requires:   irssi
+Requires:   perl-Compress-Zlib
+Requires:   perl-Crypt-Blowfish
+Requires:   perl-Crypt-CBC
+Requires:   perl-Crypt-DES
+Requires:   perl-DBI
+Requires:   perl-Text-Iconv
+Requires:   perl-TimeDate
+Requires:   perl-libwww-perl
 BuildArch:  noarch
 
 %description

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



commit pacemaker for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package pacemaker for openSUSE:Factory 
checked in at 2013-03-01 20:44:20

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


Package is pacemaker, Maintainer is y...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/pacemaker/pacemaker.changes  2012-07-30 
11:45:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.changes 2013-03-01 
20:44:22.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar  1 10:31:54 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ pacemaker.spec ++
--- /var/tmp/diff_new_pack.aIrnmp/_old  2013-03-01 20:44:37.0 +0100
+++ /var/tmp/diff_new_pack.aIrnmp/_new  2013-03-01 20:44:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pacemaker
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -37,7 +37,7 @@
 
 Name:   pacemaker
 Summary:The Pacemaker scalable High-Availability cluster resource 
manager
-License:GPL-2.0+ ; LGPL-2.1+
+License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Clustering/HA
 Version:1.1.7
 Release:0
@@ -134,7 +134,7 @@
 
 %package -n libpacemaker3
 Summary:The Pacemaker scalable High-Availability cluster resource 
manager
-License:GPL-2.0+ ; LGPL-2.1+
+License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Clustering/HA
 
 %description -n libpacemaker3
@@ -156,7 +156,7 @@
 
 %package -n libpacemaker-devel 
 Summary:The Pacemaker scalable High-Availability cluster resource 
manager
-License:GPL-2.0 ; GPL-2.0+ ; LGPL-2.1+
+License:GPL-2.0 and GPL-2.0+ and LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}-%{release}
 Requires:   libglue-devel

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



commit sensors for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:Factory checked 
in at 2013-03-01 20:44:35

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


Package is sensors, Maintainer is jdelv...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/sensors/sensors.changes  2012-11-12 
07:06:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.sensors.new/sensors.changes 2013-03-01 
20:44:38.0 +0100
@@ -1,0 +2,14 @@
+Thu Feb 28 18:43:13 CET 2013 - jdelv...@suse.de
+
+- lm_sensors-r6111-detection-Winbond-W83627SF.diff: Add detection
+  of Winbond W83627SF/GF (no sensors.)
+- lm_sensors-r6112-detection-AMD-family-16h.diff: Add detection of
+  AMD family 16h power sensors.
+- lm_sensors-r6113-ITE-IT877x-IT878x-driver.diff: Map IT8771E,
+  IT8772E, IT8782F and IT8783F to it87.
+- lm_sensors-r6117-detection-ITE-IT8752F.diff: Add detection of
+  IT8752F.
+- lm_sensors-r6123-AnalogDev-ADT7410-driver.diff: We have a driver
+  for the ADT7410 since kernel 3.7.
+
+---

New:

  lm_sensors-r6111-detection-Winbond-W83627SF.diff
  lm_sensors-r6112-detection-AMD-family-16h.diff
  lm_sensors-r6113-ITE-IT877x-IT878x-driver.diff
  lm_sensors-r6117-detection-ITE-IT8752F.diff
  lm_sensors-r6123-AnalogDev-ADT7410-driver.diff



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.dPtfwz/_old  2013-03-01 20:44:43.0 +0100
+++ /var/tmp/diff_new_pack.dPtfwz/_new  2013-03-01 20:44:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sensors
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -34,6 +34,11 @@
 Patch2: lm_sensors-3.0.0-sensord-separate.patch
 Patch3: lm_sensors-3.0.0-sysconfig_metadata.patch
 Patch4: lm_sensors-3.0.3-hint-at-kernel-extra-package.patch
+Patch5: lm_sensors-r6111-detection-Winbond-W83627SF.diff
+Patch6: lm_sensors-r6112-detection-AMD-family-16h.diff
+Patch7: lm_sensors-r6113-ITE-IT877x-IT878x-driver.diff
+Patch8: lm_sensors-r6117-detection-ITE-IT8752F.diff
+Patch9: lm_sensors-r6123-AnalogDev-ADT7410-driver.diff
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:s390 s390x
@@ -136,6 +141,11 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
 
 %build
 RPM_OPT_FLAGS=$RPM_OPT_FLAGS

++ lm_sensors-r6111-detection-Winbond-W83627SF.diff ++
Subject: Add detection of Winbond W83627SF/GF (no sensors)
Upstream: yes, r6111

---
 prog/detect/sensors-detect |4 
 1 file changed, 4 insertions(+)

--- lm_sensors-3.3.3.orig/prog/detect/sensors-detect
+++ lm_sensors-3.3.3/prog/detect/sensors-detect
@@ -1945,6 +1945,10 @@ use constant FEAT_SMBUS  = (1  7);
logdev = 0x0b,
features = FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
+   name = Winbond W83627SF/GF Super IO,
+   driver = not-a-sensor,
+   devid = 0x59,
+   }, {
name = Winbond W83627THF/THG Super IO Sensors,
driver = w83627hf,
devid = 0x82,
++ lm_sensors-r6112-detection-AMD-family-16h.diff ++
Subject: Add detection of AMD family 16h power sensors
Upstream: yes, r6112

---
 prog/detect/sensors-detect |4 
 1 file changed, 4 insertions(+)

--- lm_sensors-3.3.3.orig/prog/detect/sensors-detect
+++ lm_sensors-3.3.3/prog/detect/sensors-detect
@@ -2353,6 +2353,10 @@ use vars qw(@cpu_ids);
driver = fam15h_power,
detect = sub { amd_pci_detect('1604') },
}, {
+   name = AMD Family 16h power sensors,
+   driver = fam15h_power,
+   detect = sub { amd_pci_detect('1534') },
+   }, {
name = Intel digital thermal sensor,
driver = coretemp,
detect = \coretemp_detect,
++ lm_sensors-r6113-ITE-IT877x-IT878x-driver.diff ++
Subject: Map ITE IT8771E, IT8772E, IT8782F and IT8783F to it87
Upstream: yes, r6113

---
 prog/detect/sensors-detect |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

--- lm_sensors-3.3.3.orig/prog/detect/sensors-detect
+++ lm_sensors-3.3.3/prog/detect/sensors-detect
@@ -2225,13 +2225,13 @@ use constant FEAT_SMBUS = (1  7);
features = FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name = ITE IT8771E Super IO Sensors,
-   

commit sensors for openSUSE:12.3

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package sensors for openSUSE:12.3 checked in 
at 2013-03-01 20:44:37

Comparing /work/SRC/openSUSE:12.3/sensors (Old)
 and  /work/SRC/openSUSE:12.3/.sensors.new (New)


Package is sensors, Maintainer is jdelv...@suse.com

Changes:

--- /work/SRC/openSUSE:12.3/sensors/sensors.changes 2013-01-31 
01:38:04.0 +0100
+++ /work/SRC/openSUSE:12.3/.sensors.new/sensors.changes2013-03-01 
20:44:44.0 +0100
@@ -1,0 +2,14 @@
+Thu Feb 28 18:43:13 CET 2013 - jdelv...@suse.de
+
+- lm_sensors-r6111-detection-Winbond-W83627SF.diff: Add detection
+  of Winbond W83627SF/GF (no sensors.)
+- lm_sensors-r6112-detection-AMD-family-16h.diff: Add detection of
+  AMD family 16h power sensors.
+- lm_sensors-r6113-ITE-IT877x-IT878x-driver.diff: Map IT8771E,
+  IT8772E, IT8782F and IT8783F to it87.
+- lm_sensors-r6117-detection-ITE-IT8752F.diff: Add detection of
+  IT8752F.
+- lm_sensors-r6123-AnalogDev-ADT7410-driver.diff: We have a driver
+  for the ADT7410 since kernel 3.7.
+
+---

New:

  lm_sensors-r6111-detection-Winbond-W83627SF.diff
  lm_sensors-r6112-detection-AMD-family-16h.diff
  lm_sensors-r6113-ITE-IT877x-IT878x-driver.diff
  lm_sensors-r6117-detection-ITE-IT8752F.diff
  lm_sensors-r6123-AnalogDev-ADT7410-driver.diff



Other differences:
--
++ sensors.spec ++
--- /var/tmp/diff_new_pack.NMKA66/_old  2013-03-01 20:44:44.0 +0100
+++ /var/tmp/diff_new_pack.NMKA66/_new  2013-03-01 20:44:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sensors
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -34,6 +34,11 @@
 Patch2: lm_sensors-3.0.0-sensord-separate.patch
 Patch3: lm_sensors-3.0.0-sysconfig_metadata.patch
 Patch4: lm_sensors-3.0.3-hint-at-kernel-extra-package.patch
+Patch5: lm_sensors-r6111-detection-Winbond-W83627SF.diff
+Patch6: lm_sensors-r6112-detection-AMD-family-16h.diff
+Patch7: lm_sensors-r6113-ITE-IT877x-IT878x-driver.diff
+Patch8: lm_sensors-r6117-detection-ITE-IT8752F.diff
+Patch9: lm_sensors-r6123-AnalogDev-ADT7410-driver.diff
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:s390 s390x
@@ -136,6 +141,11 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
 
 %build
 RPM_OPT_FLAGS=$RPM_OPT_FLAGS

++ lm_sensors-r6111-detection-Winbond-W83627SF.diff ++
Subject: Add detection of Winbond W83627SF/GF (no sensors)
Upstream: yes, r6111

---
 prog/detect/sensors-detect |4 
 1 file changed, 4 insertions(+)

--- lm_sensors-3.3.3.orig/prog/detect/sensors-detect
+++ lm_sensors-3.3.3/prog/detect/sensors-detect
@@ -1945,6 +1945,10 @@ use constant FEAT_SMBUS  = (1  7);
logdev = 0x0b,
features = FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
+   name = Winbond W83627SF/GF Super IO,
+   driver = not-a-sensor,
+   devid = 0x59,
+   }, {
name = Winbond W83627THF/THG Super IO Sensors,
driver = w83627hf,
devid = 0x82,
++ lm_sensors-r6112-detection-AMD-family-16h.diff ++
Subject: Add detection of AMD family 16h power sensors
Upstream: yes, r6112

---
 prog/detect/sensors-detect |4 
 1 file changed, 4 insertions(+)

--- lm_sensors-3.3.3.orig/prog/detect/sensors-detect
+++ lm_sensors-3.3.3/prog/detect/sensors-detect
@@ -2353,6 +2353,10 @@ use vars qw(@cpu_ids);
driver = fam15h_power,
detect = sub { amd_pci_detect('1604') },
}, {
+   name = AMD Family 16h power sensors,
+   driver = fam15h_power,
+   detect = sub { amd_pci_detect('1534') },
+   }, {
name = Intel digital thermal sensor,
driver = coretemp,
detect = \coretemp_detect,
++ lm_sensors-r6113-ITE-IT877x-IT878x-driver.diff ++
Subject: Map ITE IT8771E, IT8772E, IT8782F and IT8783F to it87
Upstream: yes, r6113

---
 prog/detect/sensors-detect |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

--- lm_sensors-3.3.3.orig/prog/detect/sensors-detect
+++ lm_sensors-3.3.3/prog/detect/sensors-detect
@@ -2225,13 +2225,13 @@ use constant FEAT_SMBUS = (1  7);
features = FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name = ITE IT8771E Super IO Sensors,
-   driver = 

commit smp_utils for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package smp_utils for openSUSE:Factory 
checked in at 2013-03-01 20:44:45

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


Package is smp_utils, Maintainer is h...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/smp_utils/smp_utils.changes  2011-10-04 
18:15:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.smp_utils.new/smp_utils.changes 2013-03-01 
20:44:46.0 +0100
@@ -1,0 +2,11 @@
+Fri Mar  1 11:54:46 UTC 2013 - cfarr...@suse.com
+
+- license update: BSD-3-Clause and GPL-2.0
+  See mptctl.h
+
+---
+Thu Feb 28 06:00:53 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ smp_utils.spec ++
--- /var/tmp/diff_new_pack.ul1i00/_old  2013-03-01 20:44:55.0 +0100
+++ /var/tmp/diff_new_pack.ul1i00/_new  2013-03-01 20:44:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package smp_utils
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,30 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   smp_utils
-License:BSD-3-Clause ; GPL-2.0+
-Group:  Hardware/Other
-AutoReqProv:on
+Provides:   scsi:/usr/bin/smp_conf_general
 Provides:   scsi:/usr/bin/smp_conf_route_info
 Provides:   scsi:/usr/bin/smp_discover
 Provides:   scsi:/usr/bin/smp_discover_list
 Provides:   scsi:/usr/bin/smp_phy_control
 Provides:   scsi:/usr/bin/smp_phy_test
 Provides:   scsi:/usr/bin/smp_read_gpio
+Provides:   scsi:/usr/bin/smp_rep_exp_route_tbl
 Provides:   scsi:/usr/bin/smp_rep_general
 Provides:   scsi:/usr/bin/smp_rep_manufacturer
 Provides:   scsi:/usr/bin/smp_rep_phy_err_log
 Provides:   scsi:/usr/bin/smp_rep_phy_sata
 Provides:   scsi:/usr/bin/smp_rep_route_info
 Provides:   scsi:/usr/bin/smp_write_gpio
-Provides:   scsi:/usr/bin/smp_conf_general
-Provides:   scsi:/usr/bin/smp_rep_exp_route_tbl
 Version:0.94
-Release:1
+Release:0
 Summary:Utilities for the SAS Management Protocol (SMP)
+License:BSD-3-Clause and GPL-2.0
+Group:  Hardware/Other
 Source: http://sg.danny.cz/sg/p/%{name}-%{version}.tar.bz2
 Patch1: smp_utils-Makefile.diff
 Patch2: %{name}-compile-fixes

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



commit sudo for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package sudo for openSUSE:Factory checked in 
at 2013-03-01 20:45:08

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


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

Changes:

--- /work/SRC/openSUSE:Factory/sudo/sudo.changes2012-12-05 
14:09:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.sudo.new/sudo.changes   2013-03-01 
20:45:09.0 +0100
@@ -1,0 +2,9 @@
+Fri Mar  1 11:12:28 UTC 2013 - vci...@suse.com
+
+- added two security fixes:
+  * CVE-2013-1775 (bnc#806919)
++ sudo-1.8.6p3-CVE-2013-1775.patch
+  * CVE-2013-1776 (bnc#806921)
++ sudo-1.8.6p3-CVE-2013-1776.patch
+
+---

New:

  sudo-1.8.6p3-CVE-2013-1775.patch
  sudo-1.8.6p3-CVE-2013-1776.patch



Other differences:
--
++ sudo.spec ++
--- /var/tmp/diff_new_pack.7XucCn/_old  2013-03-01 20:45:26.0 +0100
+++ /var/tmp/diff_new_pack.7XucCn/_new  2013-03-01 20:45:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sudo
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -28,6 +28,8 @@
 Source2:README.SUSE
 Patch0: sudoers2ldif-env.patch
 Patch1: sudo-sudoers.patch
+Patch2: sudo-1.8.6p3-CVE-2013-1775.patch
+Patch3: sudo-1.8.6p3-CVE-2013-1776.patch
 BuildRequires:  audit-devel
 BuildRequires:  groff
 BuildRequires:  libselinux-devel
@@ -57,6 +59,8 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 %ifarch s390 s390x %sparc

++ sudo-1.8.6p3-CVE-2013-1775.patch ++
63210a2b8f2f199b521f6c8213bb29775c09375c
 plugins/sudoers/check.c |   53 +--
 1 file changed, 28 insertions(+), 25 deletions(-)

Index: sudo-1.8.6p3/plugins/sudoers/check.c
===
--- sudo-1.8.6p3.orig/plugins/sudoers/check.c   2012-09-18 15:56:29.0 
+0200
+++ sudo-1.8.6p3/plugins/sudoers/check.c2013-03-01 12:10:34.285863069 
+0100
@@ -627,31 +627,34 @@ timestamp_status(char *timestampdir, cha
  */
 if (status == TS_OLD  !ISSET(flags, TS_REMOVE)) {
mtim_get(sb, mtime);
-   /* Negative timeouts only expire manually (sudo -k). */
-   if (def_timestamp_timeout  0  mtime.tv_sec != 0)
-   status = TS_CURRENT;
-   else {
-   now = time(NULL);
-   if (def_timestamp_timeout 
-   now - mtime.tv_sec  60 * def_timestamp_timeout) {
-   /*
-* Check for bogus time on the stampfile.  The clock may
-* have been set back or someone could be trying to spoof us.
-*/
-   if (mtime.tv_sec  now + 60 * def_timestamp_timeout * 2) {
-   time_t tv_sec = (time_t)mtime.tv_sec;
-   log_error(0,
-   _(timestamp too far in the future: %20.20s),
-   4 + ctime(tv_sec));
-   if (timestampfile)
-   (void) unlink(timestampfile);
-   else
-   (void) rmdir(timestampdir);
-   status = TS_MISSING;
-   } else if (get_boottime(boottime)  timevalcmp(mtime, 
boottime, )) {
-   status = TS_OLD;
-   } else {
-   status = TS_CURRENT;
+   if (timevalisset(mtime)) {
+   /* Negative timeouts only expire manually (sudo -k). */
+   if (def_timestamp_timeout  0) {
+   status = TS_CURRENT;
+   } else {
+   now = time(NULL);
+   if (def_timestamp_timeout 
+   now - mtime.tv_sec  60 * def_timestamp_timeout) {
+   /*
+* Check for bogus time on the stampfile.  The clock may
+* have been set back or user could be trying to spoof us.
+*/
+   if (mtime.tv_sec  now + 60 * def_timestamp_timeout * 2) {
+   time_t tv_sec = (time_t)mtime.tv_sec;
+   log_error(0,
+   _(timestamp too far in the future: %20.20s),
+   4 + ctime(tv_sec));
+   if (timestampfile)
+   (void) unlink(timestampfile);
+   else
+   (void) rmdir(timestampdir);
+   status = TS_MISSING;
+  

commit sudo for openSUSE:12.3

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package sudo for openSUSE:12.3 checked in at 
2013-03-01 20:45:11

Comparing /work/SRC/openSUSE:12.3/sudo (Old)
 and  /work/SRC/openSUSE:12.3/.sudo.new (New)


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

Changes:

--- /work/SRC/openSUSE:12.3/sudo/sudo.changes   2013-01-31 01:38:59.0 
+0100
+++ /work/SRC/openSUSE:12.3/.sudo.new/sudo.changes  2013-03-01 
20:45:26.0 +0100
@@ -1,0 +2,9 @@
+Fri Mar  1 11:12:28 UTC 2013 - vci...@suse.com
+
+- added two security fixes:
+  * CVE-2013-1775 (bnc#806919)
++ sudo-1.8.6p3-CVE-2013-1775.patch
+  * CVE-2013-1776 (bnc#806921)
++ sudo-1.8.6p3-CVE-2013-1776.patch
+
+---

New:

  sudo-1.8.6p3-CVE-2013-1775.patch
  sudo-1.8.6p3-CVE-2013-1776.patch



Other differences:
--
++ sudo.spec ++
--- /var/tmp/diff_new_pack.wvJfwT/_old  2013-03-01 20:45:27.0 +0100
+++ /var/tmp/diff_new_pack.wvJfwT/_new  2013-03-01 20:45:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sudo
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -28,6 +28,8 @@
 Source2:README.SUSE
 Patch0: sudoers2ldif-env.patch
 Patch1: sudo-sudoers.patch
+Patch2: sudo-1.8.6p3-CVE-2013-1775.patch
+Patch3: sudo-1.8.6p3-CVE-2013-1776.patch
 BuildRequires:  audit-devel
 BuildRequires:  groff
 BuildRequires:  libselinux-devel
@@ -57,6 +59,8 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 %ifarch s390 s390x %sparc

++ sudo-1.8.6p3-CVE-2013-1775.patch ++
63210a2b8f2f199b521f6c8213bb29775c09375c
 plugins/sudoers/check.c |   53 +--
 1 file changed, 28 insertions(+), 25 deletions(-)

Index: sudo-1.8.6p3/plugins/sudoers/check.c
===
--- sudo-1.8.6p3.orig/plugins/sudoers/check.c   2012-09-18 15:56:29.0 
+0200
+++ sudo-1.8.6p3/plugins/sudoers/check.c2013-03-01 12:10:34.285863069 
+0100
@@ -627,31 +627,34 @@ timestamp_status(char *timestampdir, cha
  */
 if (status == TS_OLD  !ISSET(flags, TS_REMOVE)) {
mtim_get(sb, mtime);
-   /* Negative timeouts only expire manually (sudo -k). */
-   if (def_timestamp_timeout  0  mtime.tv_sec != 0)
-   status = TS_CURRENT;
-   else {
-   now = time(NULL);
-   if (def_timestamp_timeout 
-   now - mtime.tv_sec  60 * def_timestamp_timeout) {
-   /*
-* Check for bogus time on the stampfile.  The clock may
-* have been set back or someone could be trying to spoof us.
-*/
-   if (mtime.tv_sec  now + 60 * def_timestamp_timeout * 2) {
-   time_t tv_sec = (time_t)mtime.tv_sec;
-   log_error(0,
-   _(timestamp too far in the future: %20.20s),
-   4 + ctime(tv_sec));
-   if (timestampfile)
-   (void) unlink(timestampfile);
-   else
-   (void) rmdir(timestampdir);
-   status = TS_MISSING;
-   } else if (get_boottime(boottime)  timevalcmp(mtime, 
boottime, )) {
-   status = TS_OLD;
-   } else {
-   status = TS_CURRENT;
+   if (timevalisset(mtime)) {
+   /* Negative timeouts only expire manually (sudo -k). */
+   if (def_timestamp_timeout  0) {
+   status = TS_CURRENT;
+   } else {
+   now = time(NULL);
+   if (def_timestamp_timeout 
+   now - mtime.tv_sec  60 * def_timestamp_timeout) {
+   /*
+* Check for bogus time on the stampfile.  The clock may
+* have been set back or user could be trying to spoof us.
+*/
+   if (mtime.tv_sec  now + 60 * def_timestamp_timeout * 2) {
+   time_t tv_sec = (time_t)mtime.tv_sec;
+   log_error(0,
+   _(timestamp too far in the future: %20.20s),
+   4 + ctime(tv_sec));
+   if (timestampfile)
+   (void) unlink(timestampfile);
+   else
+   (void) rmdir(timestampdir);
+   status = TS_MISSING;
+   } else if 

commit syslinux for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package syslinux for openSUSE:Factory 
checked in at 2013-03-01 20:45:23

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


Package is syslinux, Maintainer is snw...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/syslinux/syslinux.changes2013-02-18 
14:00:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.syslinux.new/syslinux.changes   2013-03-01 
20:45:27.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 28 16:00:50 CET 2013 - snw...@suse.de
+
+- isohybrid_mbr.diff: write only mbr unless explicitly specified otherwise
+
+---

New:

  syslinux-4.04-isohybrid_mbr.diff



Other differences:
--
++ syslinux.spec ++
--- /var/tmp/diff_new_pack.jq1RtH/_old  2013-03-01 20:45:38.0 +0100
+++ /var/tmp/diff_new_pack.jq1RtH/_new  2013-03-01 20:45:38.0 +0100
@@ -44,6 +44,7 @@
 Patch7: %{name}-%{version}-gcc47.diff
 Patch8: %{name}-%{version}-isohybrid_efi.diff
 Patch9: %{name}-%{version}-isohybrid_efi_optional.diff
+Patch10:%{name}-%{version}-isohybrid_mbr.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -69,6 +70,7 @@
 %patch7 -p0
 %patch8 -p0
 %patch9 -p1
+%patch10 -p1
 
 %build
 cp %{SOURCE2} .

++ syslinux-4.04-isohybrid_mbr.diff ++
diff --git a/utils/isohybrid.c b/utils/isohybrid.c
index 09f4520..954b5ed 100644
--- a/utils/isohybrid.c
+++ b/utils/isohybrid.c
@@ -653,12 +653,10 @@ initialise_mbr(uint8_t *mbr)
   continue;
 }
 
-if (i == 1)
-mbr[0] = 0x80;
-
 if (i == part_data)
 {
 chs = ofs2chs(offset);
+mbr[0] = 0x80;
 mbr[1] = chs  8;
 mbr[2] = chs  16;
 mbr[3] = chs  24;
@@ -945,7 +943,7 @@ main(int argc, char *argv[])
 }
 
 if (!(mode  (MODE_MBR | MODE_GPT))) {
-mode |= (mode  EFI) ? MODE_GPT : MODE_MBR;
+mode |= MODE_MBR;
 }
 
 if ((mode  EFI)  !offset) type = 0;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xdm for openSUSE:12.3

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package xdm for openSUSE:12.3 checked in at 
2013-03-01 20:45:56

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


Package is xdm, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.3/xdm/xdm.changes 2013-03-01 14:02:40.0 
+0100
+++ /work/SRC/openSUSE:12.3/.xdm.new/xdm.changes2013-03-01 
20:46:06.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  1 12:44:10 UTC 2013 - fcro...@suse.com
+
+- Add systemd-user-sessions to xdm initscript X-Should-Start, to
+  ensure user login is available when xdm is started.
+
+---



Other differences:
--
++ xdm.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/init.d/xdm new/etc/init.d/xdm
--- old/etc/init.d/xdm  2012-11-19 17:30:45.0 +0100
+++ new/etc/init.d/xdm  2013-03-01 13:43:48.0 +0100
@@ -15,7 +15,7 @@
 # Provides:  xdm display-manager
 # Required-Start:$remote_fs dbus
 # Required-Stop: $remote_fs
-# Should-Start: ypbind $syslog gpm firstboot kbd resmgr earlyxdm winbind acpid 
ntp
+# Should-Start: ypbind $syslog gpm firstboot kbd resmgr earlyxdm winbind acpid 
ntp systemd-user-sessions
 # Should-Stop:  ypbind $syslog gpm firstboot kbd resmgr earlyxdm winbind acpid 
ntp
 # Default-Start: 5
 # Default-Stop:

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



commit xdm for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package xdm for openSUSE:Factory checked in 
at 2013-03-01 20:45:53

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


Package is xdm, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xdm/xdm.changes  2013-03-01 14:02:31.0 
+0100
+++ /work/SRC/openSUSE:Factory/.xdm.new/xdm.changes 2013-03-01 
20:45:54.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  1 12:44:10 UTC 2013 - fcro...@suse.com
+
+- Add systemd-user-sessions to xdm initscript X-Should-Start, to
+  ensure user login is available when xdm is started.
+
+---



Other differences:
--
++ xdm.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/init.d/xdm new/etc/init.d/xdm
--- old/etc/init.d/xdm  2012-11-19 17:30:45.0 +0100
+++ new/etc/init.d/xdm  2013-03-01 13:43:48.0 +0100
@@ -15,7 +15,7 @@
 # Provides:  xdm display-manager
 # Required-Start:$remote_fs dbus
 # Required-Stop: $remote_fs
-# Should-Start: ypbind $syslog gpm firstboot kbd resmgr earlyxdm winbind acpid 
ntp
+# Should-Start: ypbind $syslog gpm firstboot kbd resmgr earlyxdm winbind acpid 
ntp systemd-user-sessions
 # Should-Stop:  ypbind $syslog gpm firstboot kbd resmgr earlyxdm winbind acpid 
ntp
 # Default-Start: 5
 # Default-Stop:

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



commit xls2csv for openSUSE:Factory

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package xls2csv for openSUSE:Factory checked 
in at 2013-03-01 20:46:18

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


Package is xls2csv, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xls2csv/xls2csv.changes  2011-09-23 
12:51:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.xls2csv.new/xls2csv.changes 2013-03-01 
20:46:19.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 28 06:03:05 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ xls2csv.spec ++
--- /var/tmp/diff_new_pack.mMa1Sc/_old  2013-03-01 20:46:28.0 +0100
+++ /var/tmp/diff_new_pack.mMa1Sc/_new  2013-03-01 20:46:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xls2csv
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   xls2csv
 Version:1.06
-Release:1
+Release:0
 Summary:A script that recodes a spreadsheet's charset and saves as CSV
+License:Artistic-1.0 or GPL-2.0+
 Group:  Productivity/Text/Convertors
 
-License:Artistic-1.0 ; GPL-2.0+
 Url:http://search.cpan.org/~ken/xls2csv-1.06/script/xls2csv
 # repacked 
http://search.cpan.org/CPAN/authors/id/K/KE/KEN/%%{name}-%%{version}.tar.gz
 Source0:%{name}-%{version}.tar.bz2

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



commit PackageKit for openSUSE:12.2:Update

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package PackageKit for openSUSE:12.2:Update 
checked in at 2013-03-01 21:52:03

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.BBtfr0/_old  2013-03-01 21:52:05.0 +0100
+++ /var/tmp/diff_new_pack.BBtfr0/_new  2013-03-01 21:52:05.0 +0100
@@ -1 +1 @@
-link package='PackageKit.1102' cicount='copy' /
+link package='PackageKit.1367' cicount='copy' /

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



commit patchinfo.1367 for openSUSE:12.2:Update

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1367 for 
openSUSE:12.2:Update checked in at 2013-03-01 21:52:05

Comparing /work/SRC/openSUSE:12.2:Update/patchinfo.1367 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.patchinfo.1367.new (New)


Package is patchinfo.1367, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=804983 tracker=bncVUL-0: PackageKit update can downgrade 
packages/issue
  categorysecurity/category
  ratingmoderate/rating
  packagercoolo/packager
description
PackageKit was fixed to add a patch to forbid update to downgrade (bnc#804983)

As the update operation is allowed for logged in regular users, they could
install old package versions which might have been still affected by 
already fixed security problems.
/description
  summaryPackageKit: forbid downgrading packages during update/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit git.1368 for openSUSE:12.1:Update

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package git.1368 for openSUSE:12.1:Update 
checked in at 2013-03-01 21:52:12

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


Package is git.1368, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-02-26 18:15:11.936010755 +0100
+++ /work/SRC/openSUSE:12.1:Update/.git.1368.new/git.changes2013-03-01 
21:52:15.0 +0100
@@ -0,0 +1,1039 @@
+---
+Wed Feb 20 17:21:40 CET 2013 - ti...@suse.de
+
+- Fix VUL-1: missing SSL host verification in git-imap-send
+  (CVE-2013-0308, bnc#804730)
+
+---
+Mon Oct 17 11:44:29 UTC 2011 - cfarr...@suse.com
+
+- license update: GPL-2.0
+  SPDX format (See http://www.spdx.org/licenses)
+
+---
+Mon Oct 17 11:47:26 CEST 2011 - ti...@suse.de
+
+- correct license tag to GPL v2 only (bnc#724499)
+
+---
+Fri Oct 14 10:16:24 CEST 2011 - ti...@suse.de
+
+- split cgit builds to an individual repo
+
+---
+Tue Oct  4 20:20:00 CEST 2011 - ti...@suse.de
+
+- updated to 1.7.7: major update from 1.7.6.x, including i18n/l10n
+  prepartion, updates of git-p4, gitweb, improved coloring,
+  various updates of git-am, git-bisect, git-cherck-attr, etc.
+  See Documentation/RelNotes/1.7.7.txt for details.
+
+---
+Mon Sep 26 12:55:36 CEST 2011 - ti...@suse.de
+
+- updated to 1.7.6.4: minor bug fixes for git-am, git-branch,
+  git-clone, etc
+  See Documentation/RelNotes/1.7.6.4.txt for details.
+
+---
+Wed Sep 21 08:43:35 CEST 2011 - ti...@suse.de
+
+- updated to 1.7.6.2, 1.7.6.3: minor bug fix releases
+  git-fetch performance fix, other fixes in git-reflog, reset,
+  status, tag
+  See Documentation/RelNotes/1.7.6.[23].txt for details.
+
+---
+Thu Aug 25 12:15:47 CEST 2011 - ti...@suse.de
+
+- updated to 1.7.6.1: bug fix release; many fixes for e.g. git
+  checkout, git diff, git fetch, etc.
+  See Documentation/RelNotes/1.7.6.1.txt for details.
+
+---
+Wed Jun 29 17:38:24 CEST 2011 - ti...@suse.de
+
+- Add SuSEfirewall profile for git-daemon (bnc#628048)
+
+---
+Mon Jun 27 18:15:30 CEST 2011 - ti...@suse.de
+
+- update to 1.7.6: major update from 1.7.5.x
+ * Similar to branch names, tagnames that begin with - are now
+   disallowed.
+ * Simpler handling of a large file depending on core.bigfilethreshold
+   value
+ * A magic pathspec :/ handling
+ * Some new options and improvements in git-blame, git-commit, git-diff
+   git-grep, git-format-patch, git-merge, git-svn, etc
+ * More prepartaion for i18n/l10n.
+ See Documentation/RelNotes/1.7.6.txt for details.
+
+---
+Fri Jun 24 11:36:31 CEST 2011 - ti...@suse.de
+
+- fix html path (bnc#675392)
+
+---
+Fri Jun 17 11:53:21 CEST 2011 - ti...@suse.de
+
+- Fix VUL-1: git-web xss (CVE-2011-2186, bnc#698456)
+
+---
+Mon Jun  6 16:02:12 CEST 2011 - ti...@suse.de
+
+- updated to 1.7.5.4: maintainance update, fixing in git-add -p
+  option, git diff -C option, and git-rerere merge error fix, etc
+
+---
+Fri May 27 11:43:23 CEST 2011 - ti...@suse.de
+
+- updated to 1.7.5.x: maintenance update release, see
+  Documentation/RelNotes/1.7.5.3.txt
+  Documentation/RelNotes/1.7.5.2.txt
+  Documentation/RelNotes/1.7.5.1.txt
+- updated to 1.7.5: major version update
+ * Various vcs-svn, git-svn and gitk enhancements and fixes.
+ * Various git-gui updates (0.14.0).
+ * Improved bash completion script
+ * git repo-config is officially deprecated
+ * git checkout performed on detached HEAD gives a warning
+ * git cherry-pick and git revert can have a custom merge strategy
+ * git cherry-pick remembers which commit failed to apply when it is
+   stopped by conflicts
+ * git cvsimport bails out immediately when cvs server is unreachable
+ * git fetch vs git upload-pack transfer learned 'no-done' protocol
+   extension
+ * git fetch can be told to recursively fetch submodules on-demand
+ * git grep -f filename learned to treat -
+ * git init learned the --separate-git-dir option
+ * git log type 

commit git for openSUSE:12.2:Update

2013-03-01 Thread h_root
Hello community,

here is the log from the commit of package git for openSUSE:12.2:Update checked 
in at 2013-03-01 21:52:19

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.kYnRbr/_old  2013-03-01 21:52:21.0 +0100
+++ /var/tmp/diff_new_pack.kYnRbr/_new  2013-03-01 21:52:21.0 +0100
@@ -1 +1 @@
-link package='git.879' cicount='copy' /
+link package='git.1368' cicount='copy' /

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