commit kvm for openSUSE:12.2

2012-07-08 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:12.2/kvm/kvm.changes 2012-07-02 10:44:17.0 
+0200
+++ /work/SRC/openSUSE:12.2/.kvm.new/kvm.changes2012-07-09 
08:01:56.0 +0200
@@ -1,0 +2,12 @@
+Tue Jul  3 15:28:24 UTC 2012 - brog...@suse.com
+
+- Update to qemu-kvm v1.1.0
+  - see http://wiki.qemu.org/ChangeLog/1.1 for details
+
+---
+Mon Jul  2 16:16:55 UTC 2012 - brog...@suse.com
+
+- segfault can occur with -M pc-1.0 and -M pc-0.15 due to bad
+  machine default settings (bnc#765038)
+
+---

Old:

  kvm-qemu-preXX-block-prevent-snapshot-mode-TMPDIR-symlink-attack.patch
  qemu-kvm-1.1.rc3.tar.bz2

New:

  kvm-qemu-preXX-qemu-kvm-Add-missing-default-machine-options.patch
  qemu-kvm-1.1.0.tar.bz2



Other differences:
--
++ kvm.spec ++
--- /var/tmp/diff_new_pack.h8RKjE/_old  2012-07-09 08:01:56.0 +0200
+++ /var/tmp/diff_new_pack.h8RKjE/_new  2012-07-09 08:01:56.0 +0200
@@ -19,8 +19,8 @@
 
 %bcond_without spice
 
-%define package_true_version 1.1.rc3
-%define package_base_version 1.1
+%define package_true_version 1.1.0
+%define package_base_version 1.1.0
 %define bios_id seabios-1.7.0
 # ipxe is through git commit id: addf699c86ae18edd7de13433da78be926c22504
 %define pxe_rom_id ipxe-1.0.0
@@ -143,8 +143,8 @@
 Patch104:   kvm-qemu-madvise-hugepages.patch
 Patch105:   kvm-qemu-preXX-dictzip3.patch
 Patch106:   kvm-qemu-preXX-use--libexecdir-instead-of-ignoring.patch
-Patch107:   
kvm-qemu-preXX-block-prevent-snapshot-mode-TMPDIR-symlink-attack.patch
-Patch108:   kvm-qemu-preXX-uhci-fix-uhci_async_cancel_all.patch
+Patch107:   kvm-qemu-preXX-uhci-fix-uhci_async_cancel_all.patch
+Patch108:   
kvm-qemu-preXX-qemu-kvm-Add-missing-default-machine-options.patch
 
 Patch200:   kvm-studio-slirp-nooutgoing.patch
 Patch201:   kvm-studio-vnc.patch
@@ -274,7 +274,6 @@
 --extra-cflags="%{optflags}" \
 --disable-debug-tcg \
 --disable-sparse \
---disable-strip \
 --enable-werror \
 --enable-sdl \
 %if 0%{?suse_version} >= 1100

++ kvm-qemu-preXX-qemu-kvm-Add-missing-default-machine-options.patch ++
qemu-kvm-specific machine defaults were missing for pc-0.15 and pc-1.0.
References: bnc#765038

Signed-off-by: Jan Kiszka 
Acked-by: Bruce Rogers 
---
 hw/pc_piix.c |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/hw/pc_piix.c b/hw/pc_piix.c
index c3fb74e..4e8a280 100644
--- a/hw/pc_piix.c
+++ b/hw/pc_piix.c
@@ -393,6 +393,7 @@ static QEMUMachine pc_machine_v1_0 = {
 .desc = "Standard PC",
 .init = pc_init_pci,
 .max_cpus = 255,
+.default_machine_opts = "accel=kvm,kernel_irqchip=on",
 .compat_props = (GlobalProperty[]) {
 PC_COMPAT_1_0,
 { /* end of list */ }
@@ -407,6 +408,7 @@ static QEMUMachine pc_machine_v0_15 = {
 .desc = "Standard PC",
 .init = pc_init_pci,
 .max_cpus = 255,
+.default_machine_opts = "accel=kvm,kernel_irqchip=on",
 .compat_props = (GlobalProperty[]) {
 PC_COMPAT_0_15,
 { /* end of list */ }
++ qemu-kvm-1.1.rc3.tar.bz2 -> qemu-kvm-1.1.0.tar.bz2 ++
 2594 lines of diff (skipped)


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



commit kvm for openSUSE:Factory

2012-07-08 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kvm/kvm.changes  2012-07-02 10:28:58.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kvm.new/kvm.changes 2012-07-09 
08:01:46.0 +0200
@@ -1,0 +2,12 @@
+Tue Jul  3 15:28:24 UTC 2012 - brog...@suse.com
+
+- Update to qemu-kvm v1.1.0
+  - see http://wiki.qemu.org/ChangeLog/1.1 for details
+
+---
+Mon Jul  2 16:16:55 UTC 2012 - brog...@suse.com
+
+- segfault can occur with -M pc-1.0 and -M pc-0.15 due to bad
+  machine default settings (bnc#765038)
+
+---

Old:

  kvm-qemu-preXX-block-prevent-snapshot-mode-TMPDIR-symlink-attack.patch
  qemu-kvm-1.1.rc3.tar.bz2

New:

  kvm-qemu-preXX-qemu-kvm-Add-missing-default-machine-options.patch
  qemu-kvm-1.1.0.tar.bz2



Other differences:
--
++ kvm.spec ++
--- /var/tmp/diff_new_pack.6GtcqO/_old  2012-07-09 08:01:53.0 +0200
+++ /var/tmp/diff_new_pack.6GtcqO/_new  2012-07-09 08:01:53.0 +0200
@@ -19,8 +19,8 @@
 
 %bcond_without spice
 
-%define package_true_version 1.1.rc3
-%define package_base_version 1.1
+%define package_true_version 1.1.0
+%define package_base_version 1.1.0
 %define bios_id seabios-1.7.0
 # ipxe is through git commit id: addf699c86ae18edd7de13433da78be926c22504
 %define pxe_rom_id ipxe-1.0.0
@@ -143,8 +143,8 @@
 Patch104:   kvm-qemu-madvise-hugepages.patch
 Patch105:   kvm-qemu-preXX-dictzip3.patch
 Patch106:   kvm-qemu-preXX-use--libexecdir-instead-of-ignoring.patch
-Patch107:   
kvm-qemu-preXX-block-prevent-snapshot-mode-TMPDIR-symlink-attack.patch
-Patch108:   kvm-qemu-preXX-uhci-fix-uhci_async_cancel_all.patch
+Patch107:   kvm-qemu-preXX-uhci-fix-uhci_async_cancel_all.patch
+Patch108:   
kvm-qemu-preXX-qemu-kvm-Add-missing-default-machine-options.patch
 
 Patch200:   kvm-studio-slirp-nooutgoing.patch
 Patch201:   kvm-studio-vnc.patch
@@ -274,7 +274,6 @@
 --extra-cflags="%{optflags}" \
 --disable-debug-tcg \
 --disable-sparse \
---disable-strip \
 --enable-werror \
 --enable-sdl \
 %if 0%{?suse_version} >= 1100

++ kvm-qemu-preXX-qemu-kvm-Add-missing-default-machine-options.patch ++
qemu-kvm-specific machine defaults were missing for pc-0.15 and pc-1.0.
References: bnc#765038

Signed-off-by: Jan Kiszka 
Acked-by: Bruce Rogers 
---
 hw/pc_piix.c |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/hw/pc_piix.c b/hw/pc_piix.c
index c3fb74e..4e8a280 100644
--- a/hw/pc_piix.c
+++ b/hw/pc_piix.c
@@ -393,6 +393,7 @@ static QEMUMachine pc_machine_v1_0 = {
 .desc = "Standard PC",
 .init = pc_init_pci,
 .max_cpus = 255,
+.default_machine_opts = "accel=kvm,kernel_irqchip=on",
 .compat_props = (GlobalProperty[]) {
 PC_COMPAT_1_0,
 { /* end of list */ }
@@ -407,6 +408,7 @@ static QEMUMachine pc_machine_v0_15 = {
 .desc = "Standard PC",
 .init = pc_init_pci,
 .max_cpus = 255,
+.default_machine_opts = "accel=kvm,kernel_irqchip=on",
 .compat_props = (GlobalProperty[]) {
 PC_COMPAT_0_15,
 { /* end of list */ }
++ qemu-kvm-1.1.rc3.tar.bz2 -> qemu-kvm-1.1.0.tar.bz2 ++
 2594 lines of diff (skipped)


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



commit kiwi for openSUSE:12.2

2012-07-08 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:12.2/kiwi/kiwi.changes   2012-07-06 09:39:21.0 
+0200
+++ /work/SRC/openSUSE:12.2/.kiwi.new/kiwi.changes  2012-07-09 
08:01:34.0 +0200
@@ -1,0 +2,29 @@
+Fri Jul  6 15:04:05 CEST 2012 - m...@suse.de
+
+- v5.03.31 released
+  
+---
+Fri Jul  6 15:03:42 CEST 2012 - m...@suse.de
+  
+- fixed type in spec file, missing %endif
+  
+---
+Fri Jul  6 14:51:37 CEST 2012 - m...@suse.de
+  
+- v5.03.30 released
+  
+---
+Fri Jul  6 14:44:00 CEST 2012 - m...@suse.de
+  
+- netboot: fixed openSUSE 12.2 boot image description. bootstrap
+  was only applied to in diskless profile mode. This leed to missing
+  tools like gettext and dialog for all other profiles even the
+  default profile
+  
+---
+Fri Jul  6 14:31:48 CEST 2012 - m...@suse.de
+  
+- fixed spec file: netboot and isoboot needs virt-utils
+  additionally does isoboot need e2fsprogs
+  
+---



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.GG7hdq/_old  2012-07-09 08:01:37.0 +0200
+++ /var/tmp/diff_new_pack.GG7hdq/_new  2012-07-09 08:01:37.0 +0200
@@ -21,7 +21,7 @@
 Summary:OpenSuSE - KIWI Image System
 License:GPL-2.0
 Group:  System/Management
-Version:5.03.29
+Version:5.03.31
 Release:0
 # requirements to build packages
 BuildRequires:  gcc-c++
@@ -204,6 +204,7 @@
 %ifarch %ix86 x86_64
 
 %package -n kiwi-desc-isoboot
+Requires:   e2fsprogs
 Requires:   kiwi = %{version}
 Requires:   syslinux
 %if %{suse_version} > 1010
@@ -211,6 +212,13 @@
 %else
 Requires:   mkisofs
 %endif
+%ifarch ppc ppc64 s390 s390x
+Requires:   virt-utils
+%else
+%if 0%{?suse_version} >= 1130
+Requires:   virt-utils
+%endif
+%endif
 Summary:OpenSuSE - KIWI Image System ISO boot
 License:GPL-2.0+
 Group:  System/Management
@@ -249,7 +257,6 @@
 Requires:   device-mapper-multipath
 Requires:   parted
 %endif
-
 %ifarch %ix86 x86_64
 %if 0%{?suse_version} >= 1220
 Requires:   grub2
@@ -303,6 +310,13 @@
 Summary:OpenSuSE - KIWI Image System PXE network boot
 License:GPL-2.0+
 Group:  System/Management
+%ifarch ppc ppc64 s390 s390x
+Requires:   virt-utils
+%else
+%if 0%{?suse_version} >= 1130
+Requires:   virt-utils
+%endif
+%endif
 %if 0%{?suse_version} > 1120
 BuildArch:  noarch
 %endif
@@ -354,7 +368,6 @@
 Requires:   device-mapper-multipath
 Requires:   parted
 %endif
-
 %ifarch %ix86 x86_64
 Requires:   grub
 %endif

++ kiwi-docu.tar.bz2 ++
/work/SRC/openSUSE:12.2/kiwi/kiwi-docu.tar.bz2 
/work/SRC/openSUSE:12.2/.kiwi.new/kiwi-docu.tar.bz2 differ: char 11, line 1

++ kiwi-repo.tar.bz2 ++

++ kiwi.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/.revision new/kiwi/.revision
--- old/kiwi/.revision  2012-06-27 14:36:32.0 +0200
+++ new/kiwi/.revision  2012-07-06 14:52:10.0 +0200
@@ -1 +1 @@
-67288b7deef93eea9a1dfda7d663d37af80e794a
+5e8f9f8529826337770066ad11e72c4590bb65f6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWIGlobals.pm 
new/kiwi/modules/KIWIGlobals.pm
--- old/kiwi/modules/KIWIGlobals.pm 2012-07-04 15:08:04.0 +0200
+++ new/kiwi/modules/KIWIGlobals.pm 2012-07-06 15:04:25.0 +0200
@@ -50,7 +50,7 @@
# Globals (generic)
#--
my %data;
-   $data{Version} = "5.03.29";
+   $data{Version} = "5.03.31";
$data{Publisher}   = "SUSE LINUX Products GmbH";
$data{Preparer}= "KIWI - http://kiwi.berlios.de";;
$data{ConfigName}  = "config.xml";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/system/boot/ix86/netboot/suse-12.2/config.xml 
new/kiwi/system/boot/ix86/netboot/suse-12.2/config.xml
--- old/kiwi/system/boot/ix86/netboot/suse-12.2/config.xml  2012-06-27 
14:36:16.0 +0200
+++ new/kiwi/system/boot/ix86/netboot/suse-12.2/config.xml  2012-07-06 
14:52:15.000

commit kiwi for openSUSE:Factory

2012-07-08 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2012-07-06 
09:39:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2012-07-09 
08:01:25.0 +0200
@@ -1,0 +2,29 @@
+Fri Jul  6 15:04:05 CEST 2012 - m...@suse.de
+
+- v5.03.31 released
+  
+---
+Fri Jul  6 15:03:42 CEST 2012 - m...@suse.de
+  
+- fixed type in spec file, missing %endif
+  
+---
+Fri Jul  6 14:51:37 CEST 2012 - m...@suse.de
+  
+- v5.03.30 released
+  
+---
+Fri Jul  6 14:44:00 CEST 2012 - m...@suse.de
+  
+- netboot: fixed openSUSE 12.2 boot image description. bootstrap
+  was only applied to in diskless profile mode. This leed to missing
+  tools like gettext and dialog for all other profiles even the
+  default profile
+  
+---
+Fri Jul  6 14:31:48 CEST 2012 - m...@suse.de
+  
+- fixed spec file: netboot and isoboot needs virt-utils
+  additionally does isoboot need e2fsprogs
+  
+---



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.rp8WI8/_old  2012-07-09 08:01:31.0 +0200
+++ /var/tmp/diff_new_pack.rp8WI8/_new  2012-07-09 08:01:31.0 +0200
@@ -21,7 +21,7 @@
 Summary:OpenSuSE - KIWI Image System
 License:GPL-2.0
 Group:  System/Management
-Version:5.03.29
+Version:5.03.31
 Release:0
 # requirements to build packages
 BuildRequires:  gcc-c++
@@ -204,6 +204,7 @@
 %ifarch %ix86 x86_64
 
 %package -n kiwi-desc-isoboot
+Requires:   e2fsprogs
 Requires:   kiwi = %{version}
 Requires:   syslinux
 %if %{suse_version} > 1010
@@ -211,6 +212,13 @@
 %else
 Requires:   mkisofs
 %endif
+%ifarch ppc ppc64 s390 s390x
+Requires:   virt-utils
+%else
+%if 0%{?suse_version} >= 1130
+Requires:   virt-utils
+%endif
+%endif
 Summary:OpenSuSE - KIWI Image System ISO boot
 License:GPL-2.0+
 Group:  System/Management
@@ -249,7 +257,6 @@
 Requires:   device-mapper-multipath
 Requires:   parted
 %endif
-
 %ifarch %ix86 x86_64
 %if 0%{?suse_version} >= 1220
 Requires:   grub2
@@ -303,6 +310,13 @@
 Summary:OpenSuSE - KIWI Image System PXE network boot
 License:GPL-2.0+
 Group:  System/Management
+%ifarch ppc ppc64 s390 s390x
+Requires:   virt-utils
+%else
+%if 0%{?suse_version} >= 1130
+Requires:   virt-utils
+%endif
+%endif
 %if 0%{?suse_version} > 1120
 BuildArch:  noarch
 %endif
@@ -354,7 +368,6 @@
 Requires:   device-mapper-multipath
 Requires:   parted
 %endif
-
 %ifarch %ix86 x86_64
 Requires:   grub
 %endif

++ kiwi-docu.tar.bz2 ++
/work/SRC/openSUSE:Factory/kiwi/kiwi-docu.tar.bz2 
/work/SRC/openSUSE:Factory/.kiwi.new/kiwi-docu.tar.bz2 differ: char 11, line 1

++ kiwi-repo.tar.bz2 ++

++ kiwi.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/.revision new/kiwi/.revision
--- old/kiwi/.revision  2012-06-27 14:36:32.0 +0200
+++ new/kiwi/.revision  2012-07-06 14:52:10.0 +0200
@@ -1 +1 @@
-67288b7deef93eea9a1dfda7d663d37af80e794a
+5e8f9f8529826337770066ad11e72c4590bb65f6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWIGlobals.pm 
new/kiwi/modules/KIWIGlobals.pm
--- old/kiwi/modules/KIWIGlobals.pm 2012-07-04 15:08:04.0 +0200
+++ new/kiwi/modules/KIWIGlobals.pm 2012-07-06 15:04:25.0 +0200
@@ -50,7 +50,7 @@
# Globals (generic)
#--
my %data;
-   $data{Version} = "5.03.29";
+   $data{Version} = "5.03.31";
$data{Publisher}   = "SUSE LINUX Products GmbH";
$data{Preparer}= "KIWI - http://kiwi.berlios.de";;
$data{ConfigName}  = "config.xml";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/system/boot/ix86/netboot/suse-12.2/config.xml 
new/kiwi/system/boot/ix86/netboot/suse-12.2/config.xml
--- old/kiwi/system/boot/ix86/netboot/suse-12.2/config.xml  2012-06-27 
14:36:16.0 +0200
+++ new/kiwi/system/boot/ix86/netboot/suse-12.2/config.xml  2012-

commit intel-gpu-tools for openSUSE:Factory

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package intel-gpu-tools for openSUSE:Factory 
checked in at 2012-07-09 07:59:55

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


Package is "intel-gpu-tools", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/intel-gpu-tools/intel-gpu-tools.changes  
2012-05-08 11:57:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.intel-gpu-tools.new/intel-gpu-tools.changes 
2012-07-09 08:00:00.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  6 23:03:22 UTC 2012 - dval...@suse.com
+
+- exclude ppc, ppc64. There is no intel graphic 
+
+---



Other differences:
--
++ intel-gpu-tools.spec ++
--- /var/tmp/diff_new_pack.WqNKJd/_old  2012-07-09 08:00:02.0 +0200
+++ /var/tmp/diff_new_pack.WqNKJd/_new  2012-07-09 08:00:02.0 +0200
@@ -15,14 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   intel-gpu-tools
 Version:1.2
-%define _version 1.2
 Release:0
-License:MIT
+%define _version 1.2
 Summary:Collection of tools for development and testing of the Intel 
DRM driver
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  Development/Tools/Other
+Url:http://xorg.freedesktop.org/
 Source0:%{name}-%{_version}.tar.bz2
 Patch1: intel-gpu-tools-no-test.diff
 BuildRequires:  libtool
@@ -33,6 +34,8 @@
 # This was part of the xorg-x11-driver-video package up to version 7.6
 Conflicts:  xorg-x11-driver-video <= 7.6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# There is no intel graphics on ppc(64)
+ExcludeArch:ppc ppc64
 
 %description
 This is a collection of tools for development and testing of the Intel

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



commit intel-gpu-tools for openSUSE:12.2

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package intel-gpu-tools for openSUSE:12.2 
checked in at 2012-07-09 08:00:01

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


Package is "intel-gpu-tools", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:12.2/intel-gpu-tools/intel-gpu-tools.changes 
2012-06-25 15:35:37.0 +0200
+++ /work/SRC/openSUSE:12.2/.intel-gpu-tools.new/intel-gpu-tools.changes
2012-07-09 08:00:02.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  6 23:03:22 UTC 2012 - dval...@suse.com
+
+- exclude ppc, ppc64. There is no intel graphic 
+
+---



Other differences:
--
++ intel-gpu-tools.spec ++
--- /var/tmp/diff_new_pack.QgUc1s/_old  2012-07-09 08:00:02.0 +0200
+++ /var/tmp/diff_new_pack.QgUc1s/_new  2012-07-09 08:00:02.0 +0200
@@ -15,14 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   intel-gpu-tools
 Version:1.2
-%define _version 1.2
 Release:0
-License:MIT
+%define _version 1.2
 Summary:Collection of tools for development and testing of the Intel 
DRM driver
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  Development/Tools/Other
+Url:http://xorg.freedesktop.org/
 Source0:%{name}-%{_version}.tar.bz2
 Patch1: intel-gpu-tools-no-test.diff
 BuildRequires:  libtool
@@ -33,6 +34,8 @@
 # This was part of the xorg-x11-driver-video package up to version 7.6
 Conflicts:  xorg-x11-driver-video <= 7.6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# There is no intel graphics on ppc(64)
+ExcludeArch:ppc ppc64
 
 %description
 This is a collection of tools for development and testing of the Intel

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



commit gstreamer-0_10-plugins-qt for openSUSE:Factory

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-qt for 
openSUSE:Factory checked in at 2012-07-09 07:59:31

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-qt (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-qt.new (New)


Package is "gstreamer-0_10-plugins-qt", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-qt/gstreamer-0_10-plugins-qt.changes
  2012-06-26 15:49:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-qt.new/gstreamer-0_10-plugins-qt.changes
 2012-07-09 07:59:38.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul  4 11:24:20 UTC 2012 - m...@suse.com
+
+- Requires library when install devel package 
+
+---



Other differences:
--
++ gstreamer-0_10-plugins-qt.spec ++
--- /var/tmp/diff_new_pack.IsHfCC/_old  2012-07-09 07:59:40.0 +0200
+++ /var/tmp/diff_new_pack.IsHfCC/_new  2012-07-09 07:59:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-plugins-qt
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gstreamer-0_10-plugins-qt
 Version:0.10.2
-Release:1
-License:LGPL-2.1+
+Release:0
 Summary:C++/Qt bindings for GStreamer
-Url:http://gstreamer.freedesktop.org/wiki/QtGStreamer
+License:LGPL-2.1+
 Group:  Productivity/Multimedia/Other
+Url:http://gstreamer.freedesktop.org/wiki/QtGStreamer
 Source: 
http://gstreamer.freedesktop.org/src/qt-gstreamer/qt-gstreamer-%{version}.tar.bz2
 BuildRequires:  bison
 BuildRequires:  boost-devel
@@ -46,12 +47,11 @@
 %setup -q -n qt-gstreamer-%{version}
 
 %package devel
-License:LGPL-2.1+
 Summary:Include files and libraries mandatory for development
 Group:  Development/Libraries/C and C++
-Requires:   gstreamer-0_10-plugins-base-devel
-Requires:   %{name} = %{version}
 Requires:   boost-devel
+Requires:   gstreamer-0_10-plugins-base-devel
+Requires:   libQtGStreamer-0_10-0 = %{version}
 Provides:   libQtGStreamer-0_10-devel = %{version}
 Obsoletes:  libQtGStreamer-0_10-devel < %{version}
 
@@ -66,7 +66,6 @@
 This package contains C++/Qt Bindings for GStreamer.
 
 %package -n libQtGLib-2_0-0
-License:LGPL-2.1+
 Summary:C++/Qt bindings for GLib
 Group:  System/Libraries
 
@@ -78,10 +77,9 @@
 This package contains C++/Qt bindings for GLib.
 
 %package -n libQtGStreamer-0_10-0
-License:LGPL-2.1+
 Summary:C++/Qt bindings for GStreamer
 Group:  Productivity/Multimedia/Other
-Requires:   %{name} >= %{version}
+Requires:   %{name}
 
 %description -n libQtGStreamer-0_10-0
 GStreamer is a streaming-media framework, based on graphs of filters

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



commit grub2 for openSUSE:12.2

2012-07-08 Thread h_root
Hello community,

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

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


Package is "grub2", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:12.2/grub2/grub2.changes 2012-07-04 22:13:04.0 
+0200
+++ /work/SRC/openSUSE:12.2/.grub2.new/grub2.changes2012-07-09 
07:58:55.0 +0200
@@ -1,0 +2,8 @@
+Fri Jul  6 08:09:16 UTC 2012 - mch...@suse.com
+
+- grub2-GRUB_CMDLINE_LINUX_RECOVERY-for-recovery-mode.patch. We
+  don't run in sigle user mode for recovery, instead use different
+  set kernel command line options which could be specified by this 
+  GRUB_CMDLINE_LINUX_RECOVERY setting.  
+
+---

New:

  grub2-GRUB_CMDLINE_LINUX_RECOVERY-for-recovery-mode.patch



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.Wt7Lxe/_old  2012-07-09 07:58:55.0 +0200
+++ /var/tmp/diff_new_pack.Wt7Lxe/_new  2012-07-09 07:58:55.0 +0200
@@ -84,6 +84,7 @@
 Patch6: grub2-iterate-and-hook-for-extended-partition.patch
 Patch7: grub2-install-opt-skip-fs-probe.patch
 Patch8: grub2-ppc-terminfo.patch
+Patch9: grub2-GRUB_CMDLINE_LINUX_RECOVERY-for-recovery-mode.patch
 Patch99:use-grub2-efi-as-a-package-name.patch
 PreReq: perl-Bootloader
 Requires:   gettext-runtime
@@ -140,6 +141,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 cd ..
 
 # README.openSUSE


++ grub2-GRUB_CMDLINE_LINUX_RECOVERY-for-recovery-mode.patch ++
>From 6225854682a736e4312ce15b34c90fff03b002db Mon Sep 17 00:00:00 2001
From: Michael Chang 
Date: Fri, 6 Jul 2012 15:55:18 +0800
Subject: [PATCH] add GRUB_CMDLINE_LINUX_RECOVERY for recovery mode

References: [openSUSE-factory] Has FailSafe or Safe Mode been removed
permanently from 12.2? 
Patch-Mainline: no

We adapt the script a bit in order to support openSUSE's failsafe
booting mode. We don't use single user mode but with specific kernel
command line options decided in YaST. These command line could be
applied to grub2's recovery mode via the new setting
GRUB_CMDLINE_LINUX_RECOVERY.
---
 util/grub-mkconfig.in   |3 ++-
 util/grub.d/10_linux.in |2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/util/grub-mkconfig.in b/util/grub-mkconfig.in
index 516be86..f61796f 100644
--- a/util/grub-mkconfig.in
+++ b/util/grub-mkconfig.in
@@ -216,7 +216,8 @@ export GRUB_DEFAULT \
   GRUB_INIT_TUNE \
   GRUB_SAVEDEFAULT \
   GRUB_ENABLE_CRYPTODISK \
-  GRUB_BADRAM
+  GRUB_BADRAM \
+  GRUB_CMDLINE_LINUX_RECOVERY
 
 if test "x${grub_cfg}" != "x"; then
   rm -f "${grub_cfg}.new"
diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in
index d856481..e7a180e 100644
--- a/util/grub.d/10_linux.in
+++ b/util/grub.d/10_linux.in
@@ -243,7 +243,7 @@ while [ "x$list" != "x" ] ; do
   "${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_LINUX_DEFAULT}"
   if [ "x${GRUB_DISABLE_RECOVERY}" != "xtrue" ]; then
 linux_entry "${OS}" "${version}" recovery \
-"single ${GRUB_CMDLINE_LINUX}"
+"${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_LINUX_RECOVERY}"
   fi
 
   list=`echo $list | tr ' ' '\n' | grep -vx $linux | tr '\n' ' '`
-- 
1.7.3.4


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



commit grub2 for openSUSE:Factory

2012-07-08 Thread h_root
Hello community,

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

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


Package is "grub2", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2012-07-04 
22:12:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2012-07-09 
07:58:51.0 +0200
@@ -1,0 +2,8 @@
+Fri Jul  6 08:09:16 UTC 2012 - mch...@suse.com
+
+- grub2-GRUB_CMDLINE_LINUX_RECOVERY-for-recovery-mode.patch. We
+  don't run in sigle user mode for recovery, instead use different
+  set kernel command line options which could be specified by this 
+  GRUB_CMDLINE_LINUX_RECOVERY setting.  
+
+---

New:

  grub2-GRUB_CMDLINE_LINUX_RECOVERY-for-recovery-mode.patch



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.xMJxo6/_old  2012-07-09 07:58:53.0 +0200
+++ /var/tmp/diff_new_pack.xMJxo6/_new  2012-07-09 07:58:53.0 +0200
@@ -84,6 +84,7 @@
 Patch6: grub2-iterate-and-hook-for-extended-partition.patch
 Patch7: grub2-install-opt-skip-fs-probe.patch
 Patch8: grub2-ppc-terminfo.patch
+Patch9: grub2-GRUB_CMDLINE_LINUX_RECOVERY-for-recovery-mode.patch
 Patch99:use-grub2-efi-as-a-package-name.patch
 PreReq: perl-Bootloader
 Requires:   gettext-runtime
@@ -140,6 +141,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 cd ..
 
 # README.openSUSE


++ grub2-GRUB_CMDLINE_LINUX_RECOVERY-for-recovery-mode.patch ++
>From 6225854682a736e4312ce15b34c90fff03b002db Mon Sep 17 00:00:00 2001
From: Michael Chang 
Date: Fri, 6 Jul 2012 15:55:18 +0800
Subject: [PATCH] add GRUB_CMDLINE_LINUX_RECOVERY for recovery mode

References: [openSUSE-factory] Has FailSafe or Safe Mode been removed
permanently from 12.2? 
Patch-Mainline: no

We adapt the script a bit in order to support openSUSE's failsafe
booting mode. We don't use single user mode but with specific kernel
command line options decided in YaST. These command line could be
applied to grub2's recovery mode via the new setting
GRUB_CMDLINE_LINUX_RECOVERY.
---
 util/grub-mkconfig.in   |3 ++-
 util/grub.d/10_linux.in |2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/util/grub-mkconfig.in b/util/grub-mkconfig.in
index 516be86..f61796f 100644
--- a/util/grub-mkconfig.in
+++ b/util/grub-mkconfig.in
@@ -216,7 +216,8 @@ export GRUB_DEFAULT \
   GRUB_INIT_TUNE \
   GRUB_SAVEDEFAULT \
   GRUB_ENABLE_CRYPTODISK \
-  GRUB_BADRAM
+  GRUB_BADRAM \
+  GRUB_CMDLINE_LINUX_RECOVERY
 
 if test "x${grub_cfg}" != "x"; then
   rm -f "${grub_cfg}.new"
diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in
index d856481..e7a180e 100644
--- a/util/grub.d/10_linux.in
+++ b/util/grub.d/10_linux.in
@@ -243,7 +243,7 @@ while [ "x$list" != "x" ] ; do
   "${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_LINUX_DEFAULT}"
   if [ "x${GRUB_DISABLE_RECOVERY}" != "xtrue" ]; then
 linux_entry "${OS}" "${version}" recovery \
-"single ${GRUB_CMDLINE_LINUX}"
+"${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_LINUX_RECOVERY}"
   fi
 
   list=`echo $list | tr ' ' '\n' | grep -vx $linux | tr '\n' ' '`
-- 
1.7.3.4


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



commit grep for openSUSE:12.2

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package grep for openSUSE:12.2 checked in at 
2012-07-09 07:57:45

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


Package is "grep", Maintainer is "jsm...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/grep/grep.changes   2012-06-25 15:34:42.0 
+0200
+++ /work/SRC/openSUSE:12.2/.grep.new/grep.changes  2012-07-09 
07:57:49.0 +0200
@@ -1,0 +2,28 @@
+Thu Jul  5 11:27:21 CEST 2012 - jsm...@suse.de
+
+- Update to 2.13:
+  It's moderately important to upgrade from grep-2.6 or newer,
+  since a Turkish I-with-dot (U+0130) on a matched/printed line
+  makes "grep -i" (in nearly any UTF-8 locale) emit corrupt output.
+  Bug fixes:
+  * grep -i, in a multi-byte locale, when matching a line
+containing a character like the UTF-8 Turkish I-with-dot
+(U+0130) (whose lower-case representation occupies fewer
+bytes), would print an incomplete output line. Similarly,
+with a matched line containing a character (e.g., the Latin
+capital I in a Turkish UTF-8 locale), where the lower-case
+representation occupies more bytes, grep could print garbage.
+[bug introduced in grep-2.6]
+  * --include and --exclude can again be combined, and again
+apply to the command line, e.g., "grep --include='*.[ch]'
+--exclude='system.h' PATTERN *" again reads all *.c
+and *.h files except for system.h.
+[bug introduced in grep-2.6]
+  New features:
+  * 'grep' without -z now treats a sparse file as binary,
+if it can easily determine that the file is sparse.
+  Dropped features:
+  * Bootstrapping with Makefile.boot has been broken since
+grep 2.6, and was removed.
+
+---

Old:

  grep-2.12.tar.bz2

New:

  grep-2.13.tar.bz2



Other differences:
--
++ grep.spec ++
--- /var/tmp/diff_new_pack.MluveT/_old  2012-07-09 07:57:49.0 +0200
+++ /var/tmp/diff_new_pack.MluveT/_new  2012-07-09 07:57:49.0 +0200
@@ -25,12 +25,24 @@
 Url:http://www.gnu.org/software/grep/
 Provides:   base:/usr/bin/grep
 PreReq: %{install_info_prereq}
-Version:2.12
+Version:2.13
 Release:0
 Summary:Print lines matching a pattern
 License:GPL-3.0+
 Group:  Productivity/Text/Utilities
-Source: grep-%{version}.tar.bz2
+# URL for Source0: http://ftp.gnu.org/gnu/grep/grep-2.13.tar.xz
+# URL for the GPG signature for Source0: 
http://ftp.gnu.org/gnu/grep/grep-2.13.tar.xz.sig
+# How to verify Source0:
+# To import the required public key run: gpg --keyserver keys.gnupg.net 
--recv-keys 7FD9FCCB000B
+# To verify Source0 run: gpg --verify grep-2.13.tar.xz.sig
+# The result should look like:
+#   gpg: Good signature from "Jim Meyering "
+#   gpg: WARNING: This key is not certified with a trusted signature!
+# In the openSUSE build service SLE_11_SP1 does not provide an "xz" package
+# so that "BuildRequires: xz" cannot be used to make it work with Source0 as 
is.
+# Therefore to decompress Source0 run: xz -d grep-2.13.tar.xz
+# and then to compress it again run: bzip2 grep-2.13.tar
+Source0:grep-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -48,7 +60,6 @@
 %ifarch ppc ppc64
 export CFLAGS="$RPM_OPT_FLAGS -mlong-double-64"
 %endif
-
 %if 0%{?suse_version} < 1120
 %configure -C --bindir=/bin --disable-silent-rules --without-included-regex
 %else

++ grep-2.12.tar.bz2 -> grep-2.13.tar.bz2 ++
 32572 lines of diff (skipped)

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



commit grep for openSUSE:Factory

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package grep for openSUSE:Factory checked in 
at 2012-07-09 07:57:39

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


Package is "grep", Maintainer is "jsm...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/grep/grep.changes2012-05-25 
17:33:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.grep.new/grep.changes   2012-07-09 
07:57:45.0 +0200
@@ -1,0 +2,28 @@
+Thu Jul  5 11:27:21 CEST 2012 - jsm...@suse.de
+
+- Update to 2.13:
+  It's moderately important to upgrade from grep-2.6 or newer,
+  since a Turkish I-with-dot (U+0130) on a matched/printed line
+  makes "grep -i" (in nearly any UTF-8 locale) emit corrupt output.
+  Bug fixes:
+  * grep -i, in a multi-byte locale, when matching a line
+containing a character like the UTF-8 Turkish I-with-dot
+(U+0130) (whose lower-case representation occupies fewer
+bytes), would print an incomplete output line. Similarly,
+with a matched line containing a character (e.g., the Latin
+capital I in a Turkish UTF-8 locale), where the lower-case
+representation occupies more bytes, grep could print garbage.
+[bug introduced in grep-2.6]
+  * --include and --exclude can again be combined, and again
+apply to the command line, e.g., "grep --include='*.[ch]'
+--exclude='system.h' PATTERN *" again reads all *.c
+and *.h files except for system.h.
+[bug introduced in grep-2.6]
+  New features:
+  * 'grep' without -z now treats a sparse file as binary,
+if it can easily determine that the file is sparse.
+  Dropped features:
+  * Bootstrapping with Makefile.boot has been broken since
+grep 2.6, and was removed.
+
+---

Old:

  grep-2.12.tar.bz2

New:

  grep-2.13.tar.bz2



Other differences:
--
++ grep.spec ++
--- /var/tmp/diff_new_pack.vYmzfU/_old  2012-07-09 07:57:47.0 +0200
+++ /var/tmp/diff_new_pack.vYmzfU/_new  2012-07-09 07:57:47.0 +0200
@@ -25,12 +25,24 @@
 Url:http://www.gnu.org/software/grep/
 Provides:   base:/usr/bin/grep
 PreReq: %{install_info_prereq}
-Version:2.12
+Version:2.13
 Release:0
 Summary:Print lines matching a pattern
 License:GPL-3.0+
 Group:  Productivity/Text/Utilities
-Source: grep-%{version}.tar.bz2
+# URL for Source0: http://ftp.gnu.org/gnu/grep/grep-2.13.tar.xz
+# URL for the GPG signature for Source0: 
http://ftp.gnu.org/gnu/grep/grep-2.13.tar.xz.sig
+# How to verify Source0:
+# To import the required public key run: gpg --keyserver keys.gnupg.net 
--recv-keys 7FD9FCCB000B
+# To verify Source0 run: gpg --verify grep-2.13.tar.xz.sig
+# The result should look like:
+#   gpg: Good signature from "Jim Meyering "
+#   gpg: WARNING: This key is not certified with a trusted signature!
+# In the openSUSE build service SLE_11_SP1 does not provide an "xz" package
+# so that "BuildRequires: xz" cannot be used to make it work with Source0 as 
is.
+# Therefore to decompress Source0 run: xz -d grep-2.13.tar.xz
+# and then to compress it again run: bzip2 grep-2.13.tar
+Source0:grep-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -48,7 +60,6 @@
 %ifarch ppc ppc64
 export CFLAGS="$RPM_OPT_FLAGS -mlong-double-64"
 %endif
-
 %if 0%{?suse_version} < 1120
 %configure -C --bindir=/bin --disable-silent-rules --without-included-regex
 %else

++ grep-2.12.tar.bz2 -> grep-2.13.tar.bz2 ++
 32572 lines of diff (skipped)

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



commit gnome-panel for openSUSE:12.2

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package gnome-panel for openSUSE:12.2 
checked in at 2012-07-09 07:57:17

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


Package is "gnome-panel", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:12.2/gnome-panel/gnome-panel.changes 2012-06-25 
15:20:33.0 +0200
+++ /work/SRC/openSUSE:12.2/.gnome-panel.new/gnome-panel.changes
2012-07-09 07:57:19.0 +0200
@@ -1,0 +2,11 @@
+Wed Jul  4 21:37:27 UTC 2012 - dims...@opensuse.org
+
+- Add separate gnome-panel-extras-lang subpackage for the language
+  files of applets shipped in gnome-panel extras (currently fish)
+  This fixes the build of bundle-lang-gnome: as gnome-panel-lang
+  requires gnome-panel and the -lang pack contains translations for
+  fish, but not the C-language variants, the figures are missing
+  and thus it results in dangling symlinks.
+- Add gnome-panel-extras-lang Recommends to gnome-panel-extras.
+
+---



Other differences:
--
++ gnome-panel.spec ++
--- /var/tmp/diff_new_pack.6XWSqB/_old  2012-07-09 07:57:19.0 +0200
+++ /var/tmp/diff_new_pack.6XWSqB/_new  2012-07-09 07:57:19.0 +0200
@@ -147,6 +147,7 @@
 Group:  System/GUI/GNOME
 Requires:   %{name} = %{version}
 Requires:   fortune
+Recommends: gnome-panel-extras-lang
 # For upgrade from SLE 10
 Provides:   gnome-panel-nld-extras > 2.12.3
 Obsoletes:  gnome-panel-nld-extras <= 2.12.3
@@ -195,6 +196,7 @@
 this package's base documentation.
 
 %lang_package
+%lang_package -n gnome-panel-extras
 %prep
 %setup -q
 translation-update-upstream
@@ -229,7 +231,7 @@
 %suse_update_desktop_file gnome-panel
 %find_lang %{name}-3.0 %{?no_lang_C}
 %find_lang clock %{?no_lang_C} %{name}-3.0.lang
-%find_lang fish %{?no_lang_C} %{name}-3.0.lang
+%find_lang fish %{?no_lang_C} %{name}-extras.lang
 %find_gconf_schemas
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 %fdupes %{buildroot}
@@ -329,6 +331,8 @@
 
 %files lang -f %{name}-3.0.lang
 
+%files extras-lang -f %{name}-extras.lang
+
 %files extras
 %defattr (-, root, root)
 %dir %{_datadir}/gnome/


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



commit gnome-panel for openSUSE:Factory

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package gnome-panel for openSUSE:Factory 
checked in at 2012-07-09 07:57:11

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


Package is "gnome-panel", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-panel/gnome-panel.changes  2012-06-10 
21:51:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-panel.new/gnome-panel.changes 
2012-07-09 07:57:13.0 +0200
@@ -1,0 +2,11 @@
+Wed Jul  4 21:37:27 UTC 2012 - dims...@opensuse.org
+
+- Add separate gnome-panel-extras-lang subpackage for the language
+  files of applets shipped in gnome-panel extras (currently fish)
+  This fixes the build of bundle-lang-gnome: as gnome-panel-lang
+  requires gnome-panel and the -lang pack contains translations for
+  fish, but not the C-language variants, the figures are missing
+  and thus it results in dangling symlinks.
+- Add gnome-panel-extras-lang Recommends to gnome-panel-extras.
+
+---



Other differences:
--
++ gnome-panel.spec ++
--- /var/tmp/diff_new_pack.JZ1DJy/_old  2012-07-09 07:57:15.0 +0200
+++ /var/tmp/diff_new_pack.JZ1DJy/_new  2012-07-09 07:57:15.0 +0200
@@ -147,6 +147,7 @@
 Group:  System/GUI/GNOME
 Requires:   %{name} = %{version}
 Requires:   fortune
+Recommends: gnome-panel-extras-lang
 # For upgrade from SLE 10
 Provides:   gnome-panel-nld-extras > 2.12.3
 Obsoletes:  gnome-panel-nld-extras <= 2.12.3
@@ -195,6 +196,7 @@
 this package's base documentation.
 
 %lang_package
+%lang_package -n gnome-panel-extras
 %prep
 %setup -q
 translation-update-upstream
@@ -229,7 +231,7 @@
 %suse_update_desktop_file gnome-panel
 %find_lang %{name}-3.0 %{?no_lang_C}
 %find_lang clock %{?no_lang_C} %{name}-3.0.lang
-%find_lang fish %{?no_lang_C} %{name}-3.0.lang
+%find_lang fish %{?no_lang_C} %{name}-extras.lang
 %find_gconf_schemas
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 %fdupes %{buildroot}
@@ -329,6 +331,8 @@
 
 %files lang -f %{name}-3.0.lang
 
+%files extras-lang -f %{name}-extras.lang
+
 %files extras
 %defattr (-, root, root)
 %dir %{_datadir}/gnome/


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



commit glyr for openSUSE:12.2

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package glyr for openSUSE:12.2 checked in at 
2012-07-09 07:57:02

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


Package is "glyr", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:12.2/glyr/glyr.changes   2012-06-25 15:20:21.0 
+0200
+++ /work/SRC/openSUSE:12.2/.glyr.new/glyr.changes  2012-07-09 
07:57:04.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  6 23:18:22 UTC 2012 - dval...@suse.com
+
+- fix libdir for ppc64 
+
+---



Other differences:
--
++ glyr.spec ++
--- /var/tmp/diff_new_pack.EWwcA3/_old  2012-07-09 07:57:04.0 +0200
+++ /var/tmp/diff_new_pack.EWwcA3/_new  2012-07-09 07:57:04.0 +0200
@@ -116,7 +116,7 @@
 export CFLAGS="%{optflags}"
 export CXXFLAGS="%{optflags}"
 cmake .. \
-%ifarch x86_64
+%ifarch x86_64 ppc64
 -DLIB_SUFFIX="64" \
 %endif
 -DCMAKE_INSTALL_PREFIX=%{_prefix}

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



commit glyr for openSUSE:Factory

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package glyr for openSUSE:Factory checked in 
at 2012-07-09 07:56:57

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


Package is "glyr", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/glyr/glyr.changes2012-05-11 
09:46:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.glyr.new/glyr.changes   2012-07-09 
07:56:59.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  6 23:18:22 UTC 2012 - dval...@suse.com
+
+- fix libdir for ppc64 
+
+---



Other differences:
--
++ glyr.spec ++
--- /var/tmp/diff_new_pack.wzOVOF/_old  2012-07-09 07:57:02.0 +0200
+++ /var/tmp/diff_new_pack.wzOVOF/_new  2012-07-09 07:57:02.0 +0200
@@ -116,7 +116,7 @@
 export CFLAGS="%{optflags}"
 export CXXFLAGS="%{optflags}"
 cmake .. \
-%ifarch x86_64
+%ifarch x86_64 ppc64
 -DLIB_SUFFIX="64" \
 %endif
 -DCMAKE_INSTALL_PREFIX=%{_prefix}

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



commit dropbear for openSUSE:12.2

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package dropbear for openSUSE:12.2 checked 
in at 2012-07-09 07:56:46

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


Package is "dropbear", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:12.2/dropbear/dropbear.changes   2012-06-25 
15:17:57.0 +0200
+++ /work/SRC/openSUSE:12.2/.dropbear.new/dropbear.changes  2012-07-09 
07:56:48.0 +0200
@@ -1,0 +2,17 @@
+Sat Jun 30 11:49:10 UTC 2012 - thard...@suse.com
+
+- added systemd service files for 12.1 and later
+- cleaned up sysconfig and rcdropbear files
+
+---
+Tue Jun 19 12:42:00 UTC 2012 - thard...@suse.com
+
+- added init daemon with key generation option
+- added sysconfig file with default configuration 
+
+---
+Fri Jun 15 09:45:36 UTC 2012 - thard...@suse.com
+
+- updated spec file - changed the group
+
+---

New:

  dropbear-keygen.service
  dropbear.service
  dropbear.sysconfig
  rcdropbear



Other differences:
--
++ dropbear.spec ++
--- /var/tmp/diff_new_pack.LmaR7d/_old  2012-07-09 07:56:48.0 +0200
+++ /var/tmp/diff_new_pack.LmaR7d/_new  2012-07-09 07:56:48.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package 
+# spec file for package dropbear
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,16 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   dropbear
 Version:2012.55
 Release:0
+Summary:A relatively small SSH 2 server and client
 License:MIT
+Group:  Productivity/Networking/SSH
 Url:http://matt.ucc.asn.au/dropbear/dropbear.html
+Source0:
http://matt.ucc.asn.au/dropbear/releases/%{name}-%{version}.tar.bz2
+Source1:dropbear.service
+Source2:dropbear-keygen.service
+Source3:dropbear.sysconfig
+Source4:rcdropbear
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  zlib-devel pam-devel
-Group:  System/Daemons
-Summary:A relatively small SSH 2 server and client
-Source: 
http://matt.ucc.asn.au/dropbear/releases/%{name}-%{version}.tar.bz2
+BuildRequires:  pam-devel
+BuildRequires:  zlib-devel
+Requires(post):%fillup_prereq %insserv_prereq
+%if 0%{?suse_version} >= 1210
+Requires(post):systemd
+Requires(preun):   systemd
+Requires(postun):  systemd
+%endif
 
 %description
 Dropbear is a SSH 2 server and client designed to be small enough to be used 
in small memory environments, while still being functional and secure enough 
for general use.
@@ -40,10 +52,51 @@
 
 %install
 make install DESTDIR=%{buildroot}
-install -d -m755 "%{buildroot}%{_mandir}/man8/"
+install -d %{buildroot}%{_sysconfdir}/dropbear
+install -D -m 0644 %{SOURCE3} 
"%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}"
+install -D -m0755 %{SOURCE4} "%{buildroot}%{_initrddir}/%{name}"
+ln -sf ../../%{_initrddir}/%{name} "%{buildroot}%{_sbindir}/rc%{name}"
+%if 0%{?suse_version} >= 1210
+   # systemd unit files
+   install -d %{buildroot}%{_unitdir}
+   install -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/dropbear.service
+   install -m 0644 %{SOURCE2} 
%{buildroot}%{_unitdir}/dropbear-keygen.service
+%endif
+install -d "%{buildroot}%{_mandir}/man1/"
+install -m644 dbclient.1 "%{buildroot}%{_mandir}/man1/"
+install -d "%{buildroot}%{_mandir}/man8/"
 install -m644 dropbear.8 "%{buildroot}%{_mandir}/man8/"
 install -m644 dropbearkey.8 "%{buildroot}%{_mandir}/man8/"
 
+%post
+%if 0%{?suse_version} >= 1210
+   if [ $1 -eq 1 ] ; then 
+   # Initial installation 
+   /bin/systemctl daemon-reload >/dev/null 2>&1 || :
+   fi
+%endif
+%{fillup_and_insserv %{name}}
+
+%preun
+%if 0%{?suse_version} >= 1210
+   if [ $1 -eq 0 ] ; then
+   # Package removal, not upgrade
+   /bin/systemctl --no-reload disable dropbear.service > /dev/null 
2>&1 || :
+   /bin/systemctl stop dropbear.service > /dev/null 2>&1 || :
+   fi
+%endif
+%stop_on_removal %{name}
+
+%postun
+%if 0%{?suse_version} >= 1210
+   /bin/systemctl daemon-reload >/dev/null 2>&1 || :
+   if [ $1 -ge 1 ] ; then
+   # Package upgrade, not uninstall
+   /bin/systemctl try-restart dropbear.service >/dev/null 2>&1 || :
+   fi
+%endif
+%restart_on_update %{name}
+%insserv_cleanup
 
 %files
 %defattr(-,root,root)
@@ -51,7 +104,16 @@
 %{_bindir}/dropbearconvert
 %{_bindir}/dropbearke

commit dropbear for openSUSE:Factory

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package dropbear for openSUSE:Factory 
checked in at 2012-07-09 07:56:41

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


Package is "dropbear", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/dropbear/dropbear.changes2012-06-18 
17:33:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.dropbear.new/dropbear.changes   2012-07-09 
07:56:43.0 +0200
@@ -1,0 +2,17 @@
+Sat Jun 30 11:49:10 UTC 2012 - thard...@suse.com
+
+- added systemd service files for 12.1 and later
+- cleaned up sysconfig and rcdropbear files
+
+---
+Tue Jun 19 12:42:00 UTC 2012 - thard...@suse.com
+
+- added init daemon with key generation option
+- added sysconfig file with default configuration 
+
+---
+Fri Jun 15 09:45:36 UTC 2012 - thard...@suse.com
+
+- updated spec file - changed the group
+
+---

New:

  dropbear-keygen.service
  dropbear.service
  dropbear.sysconfig
  rcdropbear



Other differences:
--
++ dropbear.spec ++
--- /var/tmp/diff_new_pack.oYlLEP/_old  2012-07-09 07:56:46.0 +0200
+++ /var/tmp/diff_new_pack.oYlLEP/_new  2012-07-09 07:56:46.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package 
+# spec file for package dropbear
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,16 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   dropbear
 Version:2012.55
 Release:0
+Summary:A relatively small SSH 2 server and client
 License:MIT
+Group:  Productivity/Networking/SSH
 Url:http://matt.ucc.asn.au/dropbear/dropbear.html
+Source0:
http://matt.ucc.asn.au/dropbear/releases/%{name}-%{version}.tar.bz2
+Source1:dropbear.service
+Source2:dropbear-keygen.service
+Source3:dropbear.sysconfig
+Source4:rcdropbear
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  zlib-devel pam-devel
-Group:  System/Daemons
-Summary:A relatively small SSH 2 server and client
-Source: 
http://matt.ucc.asn.au/dropbear/releases/%{name}-%{version}.tar.bz2
+BuildRequires:  pam-devel
+BuildRequires:  zlib-devel
+Requires(post):%fillup_prereq %insserv_prereq
+%if 0%{?suse_version} >= 1210
+Requires(post):systemd
+Requires(preun):   systemd
+Requires(postun):  systemd
+%endif
 
 %description
 Dropbear is a SSH 2 server and client designed to be small enough to be used 
in small memory environments, while still being functional and secure enough 
for general use.
@@ -40,10 +52,51 @@
 
 %install
 make install DESTDIR=%{buildroot}
-install -d -m755 "%{buildroot}%{_mandir}/man8/"
+install -d %{buildroot}%{_sysconfdir}/dropbear
+install -D -m 0644 %{SOURCE3} 
"%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}"
+install -D -m0755 %{SOURCE4} "%{buildroot}%{_initrddir}/%{name}"
+ln -sf ../../%{_initrddir}/%{name} "%{buildroot}%{_sbindir}/rc%{name}"
+%if 0%{?suse_version} >= 1210
+   # systemd unit files
+   install -d %{buildroot}%{_unitdir}
+   install -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/dropbear.service
+   install -m 0644 %{SOURCE2} 
%{buildroot}%{_unitdir}/dropbear-keygen.service
+%endif
+install -d "%{buildroot}%{_mandir}/man1/"
+install -m644 dbclient.1 "%{buildroot}%{_mandir}/man1/"
+install -d "%{buildroot}%{_mandir}/man8/"
 install -m644 dropbear.8 "%{buildroot}%{_mandir}/man8/"
 install -m644 dropbearkey.8 "%{buildroot}%{_mandir}/man8/"
 
+%post
+%if 0%{?suse_version} >= 1210
+   if [ $1 -eq 1 ] ; then 
+   # Initial installation 
+   /bin/systemctl daemon-reload >/dev/null 2>&1 || :
+   fi
+%endif
+%{fillup_and_insserv %{name}}
+
+%preun
+%if 0%{?suse_version} >= 1210
+   if [ $1 -eq 0 ] ; then
+   # Package removal, not upgrade
+   /bin/systemctl --no-reload disable dropbear.service > /dev/null 
2>&1 || :
+   /bin/systemctl stop dropbear.service > /dev/null 2>&1 || :
+   fi
+%endif
+%stop_on_removal %{name}
+
+%postun
+%if 0%{?suse_version} >= 1210
+   /bin/systemctl daemon-reload >/dev/null 2>&1 || :
+   if [ $1 -ge 1 ] ; then
+   # Package upgrade, not uninstall
+   /bin/systemctl try-restart dropbear.service >/dev/null 2>&1 || :
+   fi
+%endif
+%restart_on_update %{name}
+%insserv_cleanup
 
 %files
 %defattr(-,root,root)
@@ -51,7 +104,16 @@
 %{_bindir}/dropbearconvert
 %{_b

commit desktop-translations for openSUSE:12.2

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package desktop-translations for 
openSUSE:12.2 checked in at 2012-07-09 07:56:15

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


Package is "desktop-translations", Maintainer is "k...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/desktop-translations/desktop-translations.changes   
2012-06-25 15:17:37.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.desktop-translations.new/desktop-translations.changes  
2012-07-09 07:56:16.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  6 09:11:21 UTC 2012 - k...@suse.de
+
+- Update translations.
+
+---



Other differences:
--
++ desktop-translations.spec ++
--- /var/tmp/diff_new_pack.Qi1yfN/_old  2012-07-09 07:56:17.0 +0200
+++ /var/tmp/diff_new_pack.Qi1yfN/_new  2012-07-09 07:56:17.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   desktop-translations
 Version:12.2
 Release:0

++ desktop-translations.tar.bz2 ++
/work/SRC/openSUSE:12.2/desktop-translations/desktop-translations.tar.bz2 
/work/SRC/openSUSE:12.2/.desktop-translations.new/desktop-translations.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 desktop-translations for openSUSE:Factory

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package desktop-translations for 
openSUSE:Factory checked in at 2012-07-09 07:56:09

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


Package is "desktop-translations", Maintainer is "k...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/desktop-translations/desktop-translations.changes
2012-06-25 15:23:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.desktop-translations.new/desktop-translations.changes
   2012-07-09 07:56:12.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  6 09:11:21 UTC 2012 - k...@suse.de
+
+- Update translations.
+
+---



Other differences:
--
++ desktop-translations.spec ++
--- /var/tmp/diff_new_pack.u9KZG1/_old  2012-07-09 07:56:15.0 +0200
+++ /var/tmp/diff_new_pack.u9KZG1/_new  2012-07-09 07:56:15.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   desktop-translations
 Version:12.2
 Release:0

++ desktop-translations.tar.bz2 ++
/work/SRC/openSUSE:Factory/desktop-translations/desktop-translations.tar.bz2 
/work/SRC/openSUSE:Factory/.desktop-translations.new/desktop-translations.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 debootstrap for openSUSE:12.2

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package debootstrap for openSUSE:12.2 
checked in at 2012-07-09 07:56:01

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


Package is "debootstrap", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:12.2/debootstrap/debootstrap.changes 2012-06-25 
15:17:33.0 +0200
+++ /work/SRC/openSUSE:12.2/.debootstrap.new/debootstrap.changes
2012-07-09 07:56:03.0 +0200
@@ -1,0 +2,13 @@
+Fri Jul  6 19:46:00 UTC 2012 - frank.lichtenh...@sophos.com
+
+- update to 1.0.42
+* Downgrade the absence of an InRelease file from a warning to an info
+  message. (Ubuntu LP: #1017398)
+
+---
+Sun Jun 24 16:11:52 UTC 2012 - frank.lichtenh...@sophos.com
+
+- update to 1.0.41
+* Add support for InRelease files (Debian Bug #638682)
+
+---

Old:

  debootstrap_1.0.40.tar.gz

New:

  debootstrap_1.0.42.tar.gz



Other differences:
--
++ debootstrap.spec ++
--- /var/tmp/diff_new_pack.IEo8jT/_old  2012-07-09 07:56:03.0 +0200
+++ /var/tmp/diff_new_pack.IEo8jT/_new  2012-07-09 07:56:03.0 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package debootstrap
 #
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Frank Lichtenheld 
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,7 +18,7 @@
 
 
 Name:   debootstrap
-Version:1.0.40
+Version:1.0.42
 Release:0
 Summary:Bootstrap a basic Debian system
 License:MIT

++ debootstrap_1.0.40.tar.gz -> debootstrap_1.0.42.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap-1.0.40/debian/changelog 
new/debootstrap-1.0.42/debian/changelog
--- old/debootstrap-1.0.40/debian/changelog 2012-04-26 18:44:49.0 
+0200
+++ new/debootstrap-1.0.42/debian/changelog 2012-07-03 16:35:00.0 
+0200
@@ -1,3 +1,19 @@
+debootstrap (1.0.42) unstable; urgency=low
+
+  * Downgrade the absence of an InRelease file from a warning to an info
+message.  For now, debootstrap can cope fine without, and it's possible
+there are Debian mirrors that don't have InRelease; Ubuntu doesn't quite
+have InRelease support yet either (LP: #1017398).
+
+ -- Colin Watson   Tue, 03 Jul 2012 15:34:57 +0100
+
+debootstrap (1.0.41) unstable; urgency=low
+
+  [ Mehdi Dogguy ]
+  * Add support for InRelease files (Closes: #638682)
+
+ -- Joey Hess   Thu, 21 Jun 2012 13:16:22 -0400
+
 debootstrap (1.0.40) unstable; urgency=low
 
   [ Joey Hess ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap-1.0.40/functions 
new/debootstrap-1.0.42/functions
--- old/debootstrap-1.0.40/functions2012-04-26 16:39:51.0 +0200
+++ new/debootstrap-1.0.42/functions2012-06-25 11:12:50.0 +0200
@@ -480,57 +480,82 @@
done | head -n 1
 }
 
+extract_release_components () {
+   local reldest="$1"; shift
+   TMPCOMPONENTS="$(sed -n 's/Components: *//p' "$reldest")"
+   for c in $TMPCOMPONENTS ; do
+   eval "
+   case \"\$c\" in
+   $USE_COMPONENTS)
+   COMPONENTS=\"\$COMPONENTS \$c\"
+   ;;
+   esac
+   "
+   done
+   COMPONENTS="$(echo $COMPONENTS)"
+   if [ -z "$COMPONENTS" ]; then
+   mv "$reldest" "$reldest.malformed"
+   error 1 INVALIDREL "Invalid Release file, no valid components"
+   fi
+}
+
 download_release_sig () {
local m1="$1"
local reldest="$2"
-   local relsigdest="$TARGET/$($DLDEST rel "$SUITE" "$m1" 
"dists/$SUITE/Release.gpg")"
+   local relsigdest="$3"
+   local release_file_variant="$4"
 
if [ -n "$KEYRING" ] && [ -z "$DISABLE_KEYRING" ]; then
-   progress 0 100 DOWNRELSIG "Downloading Release file signature"
-   progress_next 50
-   get "$m1/dists/$SUITE/Release.gpg" "$relsigdest" nocache ||
-   error 1 NOGETRELSIG "Failed getting release signature 
file %s" \
-   "$m1/dists/$SUITE/Release.gpg"
-   progress 50 100 DOWNRELSIG "Downloading Release file signature"
+   if [ "$release_file_variant" != "IN" ]; then
+   progress 0 100 DOWNRELSIG "Downloading Release file 
signature"
+   progress_next 50
+   get "$m1/dists/$SUITE/Release.gpg" "$relsigdest" 
nocache ||
+ 

commit debootstrap for openSUSE:Factory

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package debootstrap for openSUSE:Factory 
checked in at 2012-07-09 07:55:56

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


Package is "debootstrap", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/debootstrap/debootstrap.changes  2012-05-14 
16:13:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.debootstrap.new/debootstrap.changes 
2012-07-09 07:55:58.0 +0200
@@ -1,0 +2,13 @@
+Fri Jul  6 19:46:00 UTC 2012 - frank.lichtenh...@sophos.com
+
+- update to 1.0.42
+* Downgrade the absence of an InRelease file from a warning to an info
+  message. (Ubuntu LP: #1017398)
+
+---
+Sun Jun 24 16:11:52 UTC 2012 - frank.lichtenh...@sophos.com
+
+- update to 1.0.41
+* Add support for InRelease files (Debian Bug #638682)
+
+---

Old:

  debootstrap_1.0.40.tar.gz

New:

  debootstrap_1.0.42.tar.gz



Other differences:
--
++ debootstrap.spec ++
--- /var/tmp/diff_new_pack.9B6uAl/_old  2012-07-09 07:55:59.0 +0200
+++ /var/tmp/diff_new_pack.9B6uAl/_new  2012-07-09 07:55:59.0 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package debootstrap
 #
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Frank Lichtenheld 
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,7 +18,7 @@
 
 
 Name:   debootstrap
-Version:1.0.40
+Version:1.0.42
 Release:0
 Summary:Bootstrap a basic Debian system
 License:MIT

++ debootstrap_1.0.40.tar.gz -> debootstrap_1.0.42.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap-1.0.40/debian/changelog 
new/debootstrap-1.0.42/debian/changelog
--- old/debootstrap-1.0.40/debian/changelog 2012-04-26 18:44:49.0 
+0200
+++ new/debootstrap-1.0.42/debian/changelog 2012-07-03 16:35:00.0 
+0200
@@ -1,3 +1,19 @@
+debootstrap (1.0.42) unstable; urgency=low
+
+  * Downgrade the absence of an InRelease file from a warning to an info
+message.  For now, debootstrap can cope fine without, and it's possible
+there are Debian mirrors that don't have InRelease; Ubuntu doesn't quite
+have InRelease support yet either (LP: #1017398).
+
+ -- Colin Watson   Tue, 03 Jul 2012 15:34:57 +0100
+
+debootstrap (1.0.41) unstable; urgency=low
+
+  [ Mehdi Dogguy ]
+  * Add support for InRelease files (Closes: #638682)
+
+ -- Joey Hess   Thu, 21 Jun 2012 13:16:22 -0400
+
 debootstrap (1.0.40) unstable; urgency=low
 
   [ Joey Hess ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap-1.0.40/functions 
new/debootstrap-1.0.42/functions
--- old/debootstrap-1.0.40/functions2012-04-26 16:39:51.0 +0200
+++ new/debootstrap-1.0.42/functions2012-06-25 11:12:50.0 +0200
@@ -480,57 +480,82 @@
done | head -n 1
 }
 
+extract_release_components () {
+   local reldest="$1"; shift
+   TMPCOMPONENTS="$(sed -n 's/Components: *//p' "$reldest")"
+   for c in $TMPCOMPONENTS ; do
+   eval "
+   case \"\$c\" in
+   $USE_COMPONENTS)
+   COMPONENTS=\"\$COMPONENTS \$c\"
+   ;;
+   esac
+   "
+   done
+   COMPONENTS="$(echo $COMPONENTS)"
+   if [ -z "$COMPONENTS" ]; then
+   mv "$reldest" "$reldest.malformed"
+   error 1 INVALIDREL "Invalid Release file, no valid components"
+   fi
+}
+
 download_release_sig () {
local m1="$1"
local reldest="$2"
-   local relsigdest="$TARGET/$($DLDEST rel "$SUITE" "$m1" 
"dists/$SUITE/Release.gpg")"
+   local relsigdest="$3"
+   local release_file_variant="$4"
 
if [ -n "$KEYRING" ] && [ -z "$DISABLE_KEYRING" ]; then
-   progress 0 100 DOWNRELSIG "Downloading Release file signature"
-   progress_next 50
-   get "$m1/dists/$SUITE/Release.gpg" "$relsigdest" nocache ||
-   error 1 NOGETRELSIG "Failed getting release signature 
file %s" \
-   "$m1/dists/$SUITE/Release.gpg"
-   progress 50 100 DOWNRELSIG "Downloading Release file signature"
+   if [ "$release_file_variant" != "IN" ]; then
+   progress 0 100 DOWNRELSIG "Downloading Release file 
signature"
+   progress_next 50
+   get "$m1/dists/$SUITE/Release.gpg" "$relsigdest" 
nocache ||
+

commit crawl for openSUSE:Factory

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package crawl for openSUSE:Factory checked 
in at 2012-07-09 07:55:35

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


Package is "crawl", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/crawl/crawl.changes  2012-03-05 
17:59:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.crawl.new/crawl.changes 2012-07-09 
07:55:38.0 +0200
@@ -1,0 +2,26 @@
+Fri Jul  6 19:26:50 UTC 2012 - devel.opensuse@gmail.com
+
+- Updated to version 0.10.3:
+  * Crash fixes.
+  * rPois- doesn't grant rPois+ for potions of poison.
+  * Clean chunks are no longer better than permafood when nauseated.
+  * The Flight spell is no longer cancellable (could cause a death when
+swapping a +Lev item above water due to incorrect assumptions).
+  * A warning when transforming would meld your last +Lev item.
+  * Backlash works for finding portals on the map screen.
+  * Remembered traps no longer lose their identity when out of sight.
+  * Certain rare monsters don't clutter tile displays with name tags anymore.
+  * show_game_turns labels its display as "Time:" not "Turn:".
+  * Greatly improved webtiles performance.
+  * Fixed miscompiles or compilation failures with GCC 4.7.
+  * A bunch of assorted minor fixes.
+  * Some new interface functionality:
+  * can annotate remote levels (X[ then !)
+  * picking a stack of items you already had some of shows how many did you
+just gain
+  * shops show item slot letters assigned to your new purchases
+  * enchanteable missiles are listed in the wield menu if you have scrolls
+of Enchant Weapon 
+- Adapt crawl-ncurses-with-tinfo.patch to new version of the game
+
+---

Old:

  stone_soup-0.9.1.tar.bz2

New:

  stone_soup-0.10.3.tar.bz2



Other differences:
--
++ crawl.spec ++
--- /var/tmp/diff_new_pack.UPpHhb/_old  2012-07-09 07:55:41.0 +0200
+++ /var/tmp/diff_new_pack.UPpHhb/_new  2012-07-09 07:55:41.0 +0200
@@ -18,14 +18,15 @@
 
 
 Name:   crawl
-Version:0.9.1
+Version:0.10.3
 Release:0
-Summary:Roguelike dungeon exploration game
 License:GPL-2.0+
-Group:  Amusements/Games/RPG
+Summary:Roguelike dungeon exploration game
 Url:http://crawl.develz.org/
+Group:  Amusements/Games/RPG
 Source0:stone_soup-%{version}.tar.bz2
 Source1:%{name}.desktop
+# patch to link against tinfo
 Patch0: %{name}-ncurses-with-tinfo.patch
 BuildRequires:  SDL_image-devel
 BuildRequires:  desktop-file-utils
@@ -122,8 +123,8 @@
 cp -a source/dat %{buildroot}%{_datadir}/%{name}/dat
 # config
 cp -a settings %{buildroot}%{_datadir}/%{name}/settings
-#install -m 755 -d %{buildroot}%{_sysconfdir}/%{name}
-#touch %{buildroot}%{_sysconfdir}/%{name}/crawlrc
+#install -m 755 -d %%{buildroot}%%{_sysconfdir}/%%{name}
+#touch %%{buildroot}%%{_sysconfdir}/%%{name}/crawlrc
 # icon and desktop file
 install -D -m 0644 source/dat/tiles/stone_soup_icon-32x32.png 
%{buildroot}%{_datadir}/pixmaps/%{name}.png
 # saves directory

++ crawl-ncurses-with-tinfo.patch ++
--- /var/tmp/diff_new_pack.UPpHhb/_old  2012-07-09 07:55:41.0 +0200
+++ /var/tmp/diff_new_pack.UPpHhb/_new  2012-07-09 07:55:41.0 +0200
@@ -1,7 +1,6 @@
-diff -ur a/source/makefile b/source/makefile
 a/source/makefile  2011-08-12 20:37:59.0 +0200
-+++ b/source/makefile  2011-11-22 13:07:56.834538964 +0100
-@@ -763,7 +763,7 @@
+--- a/source/Makefile  2012-07-07 14:38:49.102179818 +0300
 b/source/Makefile  2012-07-07 14:42:43.183178604 +0300
+@@ -814,7 +814,7 @@
  INCLUDES_L += -I$(NC_INCLUDE)
  
  ifndef TILES

++ stone_soup-0.9.1.tar.bz2 -> stone_soup-0.10.3.tar.bz2 ++
/work/SRC/openSUSE:Factory/crawl/stone_soup-0.9.1.tar.bz2 
/work/SRC/openSUSE:Factory/.crawl.new/stone_soup-0.10.3.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 claws-mail for openSUSE:12.2

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package claws-mail for openSUSE:12.2 checked 
in at 2012-07-09 07:55:16

Comparing /work/SRC/openSUSE:12.2/claws-mail (Old)
 and  /work/SRC/openSUSE:12.2/.claws-mail.new (New)


Package is "claws-mail", Maintainer is "nadvor...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/claws-mail/claws-mail.changes   2012-06-25 
15:16:50.0 +0200
+++ /work/SRC/openSUSE:12.2/.claws-mail.new/claws-mail.changes  2012-07-09 
07:55:20.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul  5 08:15:50 UTC 2012 - dims...@opensuse.org
+
+- Add claws-mail-bnc770014.patch: Fix crash when trying to view
+  info about pgp/smime sign.
+
+---

New:

  claws-mail-bnc770014.patch



Other differences:
--
++ claws-mail.spec ++
--- /var/tmp/diff_new_pack.yQl3tU/_old  2012-07-09 07:55:21.0 +0200
+++ /var/tmp/diff_new_pack.yQl3tU/_new  2012-07-09 07:55:21.0 +0200
@@ -34,6 +34,8 @@
 Patch1: claws-mail-fix-bufferoverflowstrncat.patch
 # PATCH-FIX-UPSTREAM claws-mail-gnutls318.patch dims...@opensuse.org -- Fix 
build with gnutls 3.18. Taken from cvs rev 41.
 Patch2: claws-mail-gnutls318.patch
+# PATCH-FIX-UPSTREAM claws-mail-bnc770014.patch bnc#770014 -- Fix crash when 
trying to view info about pgp/smime sign
+Patch3: claws-mail-bnc770014.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  compface
 BuildRequires:  db-devel
@@ -111,6 +113,7 @@
 %patch0
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %configure \

++ claws-mail-bnc770014.patch ++
Index: claws-mail-3.8.0/src/plugins/pgpcore/sgpgme.c
===
--- claws-mail-3.8.0.orig/src/plugins/pgpcore/sgpgme.c
+++ claws-mail-3.8.0/src/plugins/pgpcore/sgpgme.c
@@ -326,7 +326,7 @@ gchar *sgpgme_sigstat_info_full(gpgme_ct
j++;
user = user->next;
}
-   g_string_append_printf(siginfo,
+   g_string_append(siginfo,
_("Primary key fingerprint:"));
const char* primary_fpr = NULL;
if (key && key->subkeys && key->subkeys->fpr)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit claws-mail for openSUSE:Factory

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package claws-mail for openSUSE:Factory 
checked in at 2012-07-09 07:55:05

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


Package is "claws-mail", Maintainer is "nadvor...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/claws-mail/claws-mail.changes2012-06-10 
21:50:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.claws-mail.new/claws-mail.changes   
2012-07-09 07:55:17.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul  5 08:15:50 UTC 2012 - dims...@opensuse.org
+
+- Add claws-mail-bnc770014.patch: Fix crash when trying to view
+  info about pgp/smime sign.
+
+---

New:

  claws-mail-bnc770014.patch



Other differences:
--
++ claws-mail.spec ++
--- /var/tmp/diff_new_pack.yRNqai/_old  2012-07-09 07:55:20.0 +0200
+++ /var/tmp/diff_new_pack.yRNqai/_new  2012-07-09 07:55:20.0 +0200
@@ -34,6 +34,8 @@
 Patch1: claws-mail-fix-bufferoverflowstrncat.patch
 # PATCH-FIX-UPSTREAM claws-mail-gnutls318.patch dims...@opensuse.org -- Fix 
build with gnutls 3.18. Taken from cvs rev 41.
 Patch2: claws-mail-gnutls318.patch
+# PATCH-FIX-UPSTREAM claws-mail-bnc770014.patch bnc#770014 -- Fix crash when 
trying to view info about pgp/smime sign
+Patch3: claws-mail-bnc770014.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  compface
 BuildRequires:  db-devel
@@ -111,6 +113,7 @@
 %patch0
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %configure \

++ claws-mail-bnc770014.patch ++
Index: claws-mail-3.8.0/src/plugins/pgpcore/sgpgme.c
===
--- claws-mail-3.8.0.orig/src/plugins/pgpcore/sgpgme.c
+++ claws-mail-3.8.0/src/plugins/pgpcore/sgpgme.c
@@ -326,7 +326,7 @@ gchar *sgpgme_sigstat_info_full(gpgme_ct
j++;
user = user->next;
}
-   g_string_append_printf(siginfo,
+   g_string_append(siginfo,
_("Primary key fingerprint:"));
const char* primary_fpr = NULL;
if (key && key->subkeys && key->subkeys->fpr)
-- 
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.2

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package branding-openSUSE for openSUSE:12.2 
checked in at 2012-07-09 07:54:57

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


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

Changes:

--- /work/SRC/openSUSE:12.2/branding-openSUSE/branding-openSUSE.changes 
2012-06-26 15:15:40.0 +0200
+++ /work/SRC/openSUSE:12.2/.branding-openSUSE.new/branding-openSUSE.changes
2012-07-09 07:54:58.0 +0200
@@ -1,0 +2,10 @@
+Wed Jul  4 08:35:25 UTC 2012 - mch...@suse.com
+
+- Fix grub2 config not update on UEFI system. (bnc#770031)
+
+---
+Thu Jun 28 09:05:41 UTC 2012 - dmuel...@suse.com
+
+- make grub2 branding optional (for arm)
+
+---



Other differences:
--
++ branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.WFOhSw/_old  2012-07-09 07:54:59.0 +0200
+++ /var/tmp/diff_new_pack.WFOhSw/_new  2012-07-09 07:54:59.0 +0200
@@ -31,6 +31,10 @@
 %define package_gfxboot 1
 BuildRequires:  gfxboot-devel
 %endif
+%ifarch %{ix86} x86_64 ppc ppc64
+%define package_grub2_theme 1
+BuildRequires:  grub2
+%endif
 Summary:SuSE Brand File
 License:BSD-3-Clause
 Group:  System/Fhs
@@ -227,11 +231,12 @@
 This package contains the openSUSE splash screen for the
 The GNU Image Manipulation Program (GIMP) package
 
+%if 0%{?package_grub2_theme} > 0
+
 %package -n grub2-branding-openSUSE
 Summary:openSUSE branding for GRUB2's graphical console
 License:CC-BY-SA-3.0
 Group:  System/Fhs
-BuildRequires:  grub2
 Requires:   grub2
 Provides:   grub2-branding = %{version}
 BuildArch:  noarch
@@ -239,6 +244,8 @@
 %description -n grub2-branding-openSUSE
 openSUSE %{version} branding for the GRUB2's graphical console
 
+%endif
+
 %prep
 %setup -q -c
 cp -a openSUSE/LICENSE COPYING 
@@ -305,6 +312,11 @@
 # try how far we get without them
 rm -v %{buildroot}/usr/share/wallpapers/openSUSE*desktop 
%{buildroot}/usr/share/wallpapers/openSUSE*jpg 
%{buildroot}/usr/share/wallpapers/default*
 
+# remove 
+%if 0%{?package_grub2_theme} < 1
+rm -rf %{buildroot}/%{_datadir}/grub2
+%endif
+
 %check
 make -C openSUSE check DESTDIR=%{buildroot}
 
@@ -342,14 +354,20 @@
 %post -n kdm-branding-openSUSE
 %{fillup_only -n displaymanager -s kdm}
 
+%if 0%{?package_grub2_theme} > 0
 %post -n grub2-branding-openSUSE
 %{_datadir}/grub2/themes/%theme_name/activate-theme
-/usr/sbin/grub2-mkconfig -o /boot/grub2/grub.cfg
+if test -e /boot/grub2/grub.cfg ; then
+  /usr/sbin/grub2-mkconfig -o /boot/grub2/grub.cfg || true
+elif test -e /boot/grub2-efi/grub.cfg ; then
+  /usr/sbin/grub2-efi-mkconfig -o /boot/grub2-efi/grub.cfg || true
+fi
 
 %postun -n grub2-branding-openSUSE
 if [ $1 = 0 ] ; then
   rm -rf /boot/grub2/themes/%theme_name
 fi
+%endif
 
 %files
 %defattr(-,root,root)
@@ -450,9 +468,11 @@
 %doc COPYING
 %{_datadir}/gimp/2.0/images
 
+%if 0%{?package_grub2_theme} > 0
 %files -n grub2-branding-openSUSE
 %defattr(-,root,root)
 %{_datadir}/grub2
 %ghost /boot/grub2
+%endif
 
 %changelog

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

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package branding-openSUSE for 
openSUSE:Factory checked in at 2012-07-09 07:54:51

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  
2012-06-26 15:15:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.branding-openSUSE.new/branding-openSUSE.changes 
2012-07-09 07:54:52.0 +0200
@@ -1,0 +2,10 @@
+Wed Jul  4 08:35:25 UTC 2012 - mch...@suse.com
+
+- Fix grub2 config not update on UEFI system. (bnc#770031)
+
+---
+Thu Jun 28 09:05:41 UTC 2012 - dmuel...@suse.com
+
+- make grub2 branding optional (for arm)
+
+---



Other differences:
--
++ branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.H3Y5Hn/_old  2012-07-09 07:54:54.0 +0200
+++ /var/tmp/diff_new_pack.H3Y5Hn/_new  2012-07-09 07:54:54.0 +0200
@@ -31,6 +31,10 @@
 %define package_gfxboot 1
 BuildRequires:  gfxboot-devel
 %endif
+%ifarch %{ix86} x86_64 ppc ppc64
+%define package_grub2_theme 1
+BuildRequires:  grub2
+%endif
 Summary:SuSE Brand File
 License:BSD-3-Clause
 Group:  System/Fhs
@@ -227,11 +231,12 @@
 This package contains the openSUSE splash screen for the
 The GNU Image Manipulation Program (GIMP) package
 
+%if 0%{?package_grub2_theme} > 0
+
 %package -n grub2-branding-openSUSE
 Summary:openSUSE branding for GRUB2's graphical console
 License:CC-BY-SA-3.0
 Group:  System/Fhs
-BuildRequires:  grub2
 Requires:   grub2
 Provides:   grub2-branding = %{version}
 BuildArch:  noarch
@@ -239,6 +244,8 @@
 %description -n grub2-branding-openSUSE
 openSUSE %{version} branding for the GRUB2's graphical console
 
+%endif
+
 %prep
 %setup -q -c
 cp -a openSUSE/LICENSE COPYING 
@@ -305,6 +312,11 @@
 # try how far we get without them
 rm -v %{buildroot}/usr/share/wallpapers/openSUSE*desktop 
%{buildroot}/usr/share/wallpapers/openSUSE*jpg 
%{buildroot}/usr/share/wallpapers/default*
 
+# remove 
+%if 0%{?package_grub2_theme} < 1
+rm -rf %{buildroot}/%{_datadir}/grub2
+%endif
+
 %check
 make -C openSUSE check DESTDIR=%{buildroot}
 
@@ -342,14 +354,20 @@
 %post -n kdm-branding-openSUSE
 %{fillup_only -n displaymanager -s kdm}
 
+%if 0%{?package_grub2_theme} > 0
 %post -n grub2-branding-openSUSE
 %{_datadir}/grub2/themes/%theme_name/activate-theme
-/usr/sbin/grub2-mkconfig -o /boot/grub2/grub.cfg
+if test -e /boot/grub2/grub.cfg ; then
+  /usr/sbin/grub2-mkconfig -o /boot/grub2/grub.cfg || true
+elif test -e /boot/grub2-efi/grub.cfg ; then
+  /usr/sbin/grub2-efi-mkconfig -o /boot/grub2-efi/grub.cfg || true
+fi
 
 %postun -n grub2-branding-openSUSE
 if [ $1 = 0 ] ; then
   rm -rf /boot/grub2/themes/%theme_name
 fi
+%endif
 
 %files
 %defattr(-,root,root)
@@ -450,9 +468,11 @@
 %doc COPYING
 %{_datadir}/gimp/2.0/images
 
+%if 0%{?package_grub2_theme} > 0
 %files -n grub2-branding-openSUSE
 %defattr(-,root,root)
 %{_datadir}/grub2
 %ghost /boot/grub2
+%endif
 
 %changelog

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



commit autofs for openSUSE:12.2

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package autofs for openSUSE:12.2 checked in 
at 2012-07-09 07:54:12

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


Package is "autofs", Maintainer is "mszer...@novell.com"

Changes:

--- /work/SRC/openSUSE:12.2/autofs/autofs.changes   2012-06-25 
15:15:40.0 +0200
+++ /work/SRC/openSUSE:12.2/.autofs.new/autofs.changes  2012-07-09 
07:54:14.0 +0200
@@ -1,0 +2,22 @@
+Tue Jul  3 00:36:26 UTC 2012 - lchiqui...@suse.com
+
+- update 5.0.6 upstream patches to 20120629, fixing some bugs:
+  * check if /etc/mtab is a link to /proc/self/mounts
+  * fix nfs4 contacts portmap
+  * fix sss map age not updated
+  * fix remount deadlock (bnc#733479)
+  * fix umount recovery of busy direct mount (bnc#734924)
+  * fix offset mount point directory removal
+  * remove move mount code and configure option
+  * fix remount of multi mount
+  * fix device ioctl alloc path check
+  * refactor hosts lookup module
+  * remove cache update from parse_mount()
+  * add function to delete offset cache entry
+  * allow update of multi mount offset entries
+  * add hup signal handling to hosts map
+- remove patches that are now upstream:
+  * autofs-5.0.6-fix-remount-deadlock.patch
+  * autofs-5.0.6-fix-umount-recovery-of-busy-direct-mount.patch
+
+---

Old:

  autofs-5.0.6-fix-remount-deadlock.patch
  autofs-5.0.6-fix-umount-recovery-of-busy-direct-mount.patch
  autofs-5.0.6-upstream-patches-20120525.bz2

New:

  autofs-5.0.6-upstream-patches-20120629.bz2



Other differences:
--
++ autofs.spec ++
--- /var/tmp/diff_new_pack.gD1pef/_old  2012-07-09 07:54:14.0 +0200
+++ /var/tmp/diff_new_pack.gD1pef/_new  2012-07-09 07:54:14.0 +0200
@@ -53,11 +53,9 @@
 Source7:NetworkManager-autofs
 Source8:get-upstream-patches
 # Upstream patches that will be in the next release
-%define patchdate 20120525
+%define patchdate 20120629
 Patch0: autofs-%{version}-upstream-patches-%{patchdate}.bz2
 Patch1: autofs-5.0.6-revert-fix-libtirpc-name-clash.patch
-Patch2: autofs-5.0.6-fix-remount-deadlock.patch
-Patch3: autofs-5.0.6-fix-umount-recovery-of-busy-direct-mount.patch
 # Patches submitted upstream but not yet accepted
 Patch80:autofs-5.0.6-invalid-ghost-dirs.patch
 Patch82:autofs-5.0.6-task-use-after-free.patch
@@ -86,8 +84,6 @@
 #
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
 %patch80 -p1
 %patch82 -p1
 %patch100 -p1
@@ -102,7 +98,6 @@
 --enable-forced-shutdown \
 --enable-ignore-busy \
 %if %{with_systemd}
---disable-mount-move \
 --with-systemd \
 %endif
 --with-libtirpc \

++ autofs-5.0.6-revert-fix-libtirpc-name-clash.patch ++
--- /var/tmp/diff_new_pack.gD1pef/_old  2012-07-09 07:54:14.0 +0200
+++ /var/tmp/diff_new_pack.gD1pef/_new  2012-07-09 07:54:14.0 +0200
@@ -14,18 +14,6 @@
  2 files changed, 11 insertions(+), 0 deletions(-)
 
 
-Index: autofs-5.0.6/CHANGELOG
-===
 autofs-5.0.6.orig/CHANGELOG
-+++ autofs-5.0.6/CHANGELOG
-@@ -51,7 +51,6 @@
- - fix kernel verion check of version components.
- - dont retry ldap connect if not required.
- - fix initialization in rpc create_client().
--- fix libtirpc name clash.
- 
- 28/06/2011 autofs-5.0.6
- ---
 Index: autofs-5.0.6/lib/rpc_subs.c
 ===
 --- autofs-5.0.6.orig/lib/rpc_subs.c
@@ -47,3 +35,15 @@
  #include "mount.h"
  #include "rpc_subs.h"
  #include "automount.h"
+Index: autofs-5.0.6/CHANGELOG
+===
+--- autofs-5.0.6.orig/CHANGELOG
 autofs-5.0.6/CHANGELOG
+@@ -51,7 +51,6 @@
+ - fix kernel verion check of version components.
+ - dont retry ldap connect if not required.
+ - fix initialization in rpc create_client().
+-- fix libtirpc name clash.
+ - check if /etc/mtab is a link to /proc/self/mounts.
+ - fix nfs4 contacts portmap.
+ - make autofs wait longer for shutdown completion.

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



commit autofs for openSUSE:Factory

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package autofs for openSUSE:Factory checked 
in at 2012-07-09 07:54:07

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


Package is "autofs", Maintainer is "mszer...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/autofs/autofs.changes2012-06-01 
22:30:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.autofs.new/autofs.changes   2012-07-09 
07:54:08.0 +0200
@@ -1,0 +2,22 @@
+Tue Jul  3 00:36:26 UTC 2012 - lchiqui...@suse.com
+
+- update 5.0.6 upstream patches to 20120629, fixing some bugs:
+  * check if /etc/mtab is a link to /proc/self/mounts
+  * fix nfs4 contacts portmap
+  * fix sss map age not updated
+  * fix remount deadlock (bnc#733479)
+  * fix umount recovery of busy direct mount (bnc#734924)
+  * fix offset mount point directory removal
+  * remove move mount code and configure option
+  * fix remount of multi mount
+  * fix device ioctl alloc path check
+  * refactor hosts lookup module
+  * remove cache update from parse_mount()
+  * add function to delete offset cache entry
+  * allow update of multi mount offset entries
+  * add hup signal handling to hosts map
+- remove patches that are now upstream:
+  * autofs-5.0.6-fix-remount-deadlock.patch
+  * autofs-5.0.6-fix-umount-recovery-of-busy-direct-mount.patch
+
+---

Old:

  autofs-5.0.6-fix-remount-deadlock.patch
  autofs-5.0.6-fix-umount-recovery-of-busy-direct-mount.patch
  autofs-5.0.6-upstream-patches-20120525.bz2

New:

  autofs-5.0.6-upstream-patches-20120629.bz2



Other differences:
--
++ autofs.spec ++
--- /var/tmp/diff_new_pack.xWeYHM/_old  2012-07-09 07:54:11.0 +0200
+++ /var/tmp/diff_new_pack.xWeYHM/_new  2012-07-09 07:54:11.0 +0200
@@ -53,11 +53,9 @@
 Source7:NetworkManager-autofs
 Source8:get-upstream-patches
 # Upstream patches that will be in the next release
-%define patchdate 20120525
+%define patchdate 20120629
 Patch0: autofs-%{version}-upstream-patches-%{patchdate}.bz2
 Patch1: autofs-5.0.6-revert-fix-libtirpc-name-clash.patch
-Patch2: autofs-5.0.6-fix-remount-deadlock.patch
-Patch3: autofs-5.0.6-fix-umount-recovery-of-busy-direct-mount.patch
 # Patches submitted upstream but not yet accepted
 Patch80:autofs-5.0.6-invalid-ghost-dirs.patch
 Patch82:autofs-5.0.6-task-use-after-free.patch
@@ -86,8 +84,6 @@
 #
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
 %patch80 -p1
 %patch82 -p1
 %patch100 -p1
@@ -102,7 +98,6 @@
 --enable-forced-shutdown \
 --enable-ignore-busy \
 %if %{with_systemd}
---disable-mount-move \
 --with-systemd \
 %endif
 --with-libtirpc \

++ autofs-5.0.6-revert-fix-libtirpc-name-clash.patch ++
--- /var/tmp/diff_new_pack.xWeYHM/_old  2012-07-09 07:54:11.0 +0200
+++ /var/tmp/diff_new_pack.xWeYHM/_new  2012-07-09 07:54:11.0 +0200
@@ -14,18 +14,6 @@
  2 files changed, 11 insertions(+), 0 deletions(-)
 
 
-Index: autofs-5.0.6/CHANGELOG
-===
 autofs-5.0.6.orig/CHANGELOG
-+++ autofs-5.0.6/CHANGELOG
-@@ -51,7 +51,6 @@
- - fix kernel verion check of version components.
- - dont retry ldap connect if not required.
- - fix initialization in rpc create_client().
--- fix libtirpc name clash.
- 
- 28/06/2011 autofs-5.0.6
- ---
 Index: autofs-5.0.6/lib/rpc_subs.c
 ===
 --- autofs-5.0.6.orig/lib/rpc_subs.c
@@ -47,3 +35,15 @@
  #include "mount.h"
  #include "rpc_subs.h"
  #include "automount.h"
+Index: autofs-5.0.6/CHANGELOG
+===
+--- autofs-5.0.6.orig/CHANGELOG
 autofs-5.0.6/CHANGELOG
+@@ -51,7 +51,6 @@
+ - fix kernel verion check of version components.
+ - dont retry ldap connect if not required.
+ - fix initialization in rpc create_client().
+-- fix libtirpc name clash.
+ - check if /etc/mtab is a link to /proc/self/mounts.
+ - fix nfs4 contacts portmap.
+ - make autofs wait longer for shutdown completion.

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



commit at-spi2-atk for openSUSE:12.2

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package at-spi2-atk for openSUSE:12.2 
checked in at 2012-07-09 07:53:30

Comparing /work/SRC/openSUSE:12.2/at-spi2-atk (Old)
 and  /work/SRC/openSUSE:12.2/.at-spi2-atk.new (New)


Package is "at-spi2-atk", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:12.2/at-spi2-atk/at-spi2-atk.changes 2012-06-25 
15:15:35.0 +0200
+++ /work/SRC/openSUSE:12.2/.at-spi2-atk.new/at-spi2-atk.changes
2012-07-09 07:53:31.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul  6 07:34:39 UTC 2012 - dims...@opensuse.org
+
+- Add at-spi2-atk-bnc770177: Use XDG_RUNTIME_DIR to hold sockets,
+  and do not make a world-writable dir (bnc#770177).
+
+---

New:

  at-spi2-atk-bnc770177



Other differences:
--
++ at-spi2-atk.spec ++
--- /var/tmp/diff_new_pack.5DYNfc/_old  2012-07-09 07:53:31.0 +0200
+++ /var/tmp/diff_new_pack.5DYNfc/_new  2012-07-09 07:53:31.0 +0200
@@ -25,6 +25,8 @@
 Url:http://www.gnome.org/
 Source0:
http://download.gnome.org/sources/at-spi2-atk/2.4/%{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM at-spi2-atk-bnc770177 bgo#678348 bnc#770017 
dims...@opensuse.org -- Use XDG_RUNTIME_DIR to hold sockets, and do not make a 
world-writable dir. Patch taken from upstream git, commit e4f3ee.
+Patch0: at-spi2-atk-bnc770177
 BuildRequires:  atk-devel >= 2.1.5
 BuildRequires:  fdupes
 BuildRequires:  gtk2-devel
@@ -92,6 +94,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %if 0%{?BUILD_FROM_VCS}


++ at-spi2-atk-bnc770177 ++
commit e4f3eee2e137cd34cd427875365f458c65458164
Author: Mike Gorse 
Date:   Thu Jun 21 16:56:40 2012 -0500

Use XDG_RUNTIME_DIR to hold sockets, and do not make a world-writable dir

If we use XDG_RUNTIME_DIR, then the directory should be owned by the
appropriate user, so it should not need to be world-writable. Hopefully this
won't break accessibility for administrative apps on some distro.

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

diff --git a/atk-adaptor/adaptors/application-adaptor.c 
b/atk-adaptor/adaptors/application-adaptor.c
index 1b85969..dc2231d 100644
--- a/atk-adaptor/adaptors/application-adaptor.c
+++ b/atk-adaptor/adaptors/application-adaptor.c
@@ -110,6 +110,8 @@ if (reply)
   const char *retval = (g_getenv ("AT_SPI_CLIENT") ?
 "":
 spi_global_app_data->app_bus_addr);
+  if (!retval)
+retval = "";
   dbus_message_append_args(reply, DBUS_TYPE_STRING, &retval, 
DBUS_TYPE_INVALID);
 }
 
diff --git a/atk-adaptor/bridge.c b/atk-adaptor/bridge.c
index 69527c6..8c9d6bc 100644
--- a/atk-adaptor/bridge.c
+++ b/atk-adaptor/bridge.c
@@ -270,7 +270,6 @@ register_application (SpiBridge * app)
   DBusMessageIter iter;
   DBusError error;
   DBusPendingCall *pending;
-  const int max_addr_length = 128; /* should be long enough */
 
   dbus_error_init (&error);
 
@@ -298,16 +297,16 @@ register_application (SpiBridge * app)
   if (message)
 dbus_message_unref (message);
 
-  /* could this be better, we accept some amount of race in getting the temp 
name*/
-  /* make sure the directory exists */
-  mkdir ("/tmp/at-spi2/", S_IRWXU|S_IRWXG|S_IRWXO|S_ISVTX);
-  chmod ("/tmp/at-spi2/", S_IRWXU|S_IRWXG|S_IRWXO|S_ISVTX);
-  app->app_bus_addr = g_malloc(max_addr_length * sizeof(char));
 #ifndef DISABLE_P2P
-  sprintf (app->app_bus_addr, "unix:path=/tmp/at-spi2/socket-%d-%d", getpid(),
-   rand());
-#else
-  app->app_bus_addr [0] = '\0';
+  app->app_tmp_dir = g_build_filename (g_get_user_runtime_dir (),
+   "at-spi2-XX", NULL);
+  if (!g_mkdtemp (app->app_tmp_dir))
+  {
+g_free (app->app_tmp_dir);
+app->app_tmp_dir = NULL;
+return FALSE;
+  }
+  app->app_bus_addr = g_strdup_printf ("unix:path=%s/socket", 
app->app_tmp_dir);
 #endif
 
   return TRUE;
@@ -338,6 +337,20 @@ deregister_application (SpiBridge * app)
   dbus_connection_send (app->bus, message, NULL);
   if (message)
 dbus_message_unref (message);
+
+  if (app->app_bus_addr)
+  {
+unlink (app->app_bus_addr);
+g_free (app->app_bus_addr);
+app->app_bus_addr = NULL;
+  }
+
+  if (app->app_tmp_dir)
+  {
+rmdir (app->app_tmp_dir);
+g_free (app->app_tmp_dir);
+app->app_tmp_dir = NULL;
+  }
 }
 
 /*---*/
@@ -525,6 +538,9 @@ setup_bus (void)
   DBusServer *server;
   DBusError err;
 
+  if (!spi_global_app_data->app_bus_addr)
+return -1;
+
   dbus_error_init(&err);
   server = dbus_server_l

commit at-spi2-atk for openSUSE:Factory

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package at-spi2-atk for openSUSE:Factory 
checked in at 2012-07-09 07:53:23

Comparing /work/SRC/openSUSE:Factory/at-spi2-atk (Old)
 and  /work/SRC/openSUSE:Factory/.at-spi2-atk.new (New)


Package is "at-spi2-atk", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/at-spi2-atk/at-spi2-atk.changes  2012-03-29 
11:34:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.at-spi2-atk.new/at-spi2-atk.changes 
2012-07-09 07:53:25.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul  6 07:34:39 UTC 2012 - dims...@opensuse.org
+
+- Add at-spi2-atk-bnc770177: Use XDG_RUNTIME_DIR to hold sockets,
+  and do not make a world-writable dir (bnc#770177).
+
+---

New:

  at-spi2-atk-bnc770177



Other differences:
--
++ at-spi2-atk.spec ++
--- /var/tmp/diff_new_pack.B5Kxqs/_old  2012-07-09 07:53:26.0 +0200
+++ /var/tmp/diff_new_pack.B5Kxqs/_new  2012-07-09 07:53:26.0 +0200
@@ -25,6 +25,8 @@
 Url:http://www.gnome.org/
 Source0:
http://download.gnome.org/sources/at-spi2-atk/2.4/%{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM at-spi2-atk-bnc770177 bgo#678348 bnc#770017 
dims...@opensuse.org -- Use XDG_RUNTIME_DIR to hold sockets, and do not make a 
world-writable dir. Patch taken from upstream git, commit e4f3ee.
+Patch0: at-spi2-atk-bnc770177
 BuildRequires:  atk-devel >= 2.1.5
 BuildRequires:  fdupes
 BuildRequires:  gtk2-devel
@@ -92,6 +94,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %if 0%{?BUILD_FROM_VCS}


++ at-spi2-atk-bnc770177 ++
commit e4f3eee2e137cd34cd427875365f458c65458164
Author: Mike Gorse 
Date:   Thu Jun 21 16:56:40 2012 -0500

Use XDG_RUNTIME_DIR to hold sockets, and do not make a world-writable dir

If we use XDG_RUNTIME_DIR, then the directory should be owned by the
appropriate user, so it should not need to be world-writable. Hopefully this
won't break accessibility for administrative apps on some distro.

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

diff --git a/atk-adaptor/adaptors/application-adaptor.c 
b/atk-adaptor/adaptors/application-adaptor.c
index 1b85969..dc2231d 100644
--- a/atk-adaptor/adaptors/application-adaptor.c
+++ b/atk-adaptor/adaptors/application-adaptor.c
@@ -110,6 +110,8 @@ if (reply)
   const char *retval = (g_getenv ("AT_SPI_CLIENT") ?
 "":
 spi_global_app_data->app_bus_addr);
+  if (!retval)
+retval = "";
   dbus_message_append_args(reply, DBUS_TYPE_STRING, &retval, 
DBUS_TYPE_INVALID);
 }
 
diff --git a/atk-adaptor/bridge.c b/atk-adaptor/bridge.c
index 69527c6..8c9d6bc 100644
--- a/atk-adaptor/bridge.c
+++ b/atk-adaptor/bridge.c
@@ -270,7 +270,6 @@ register_application (SpiBridge * app)
   DBusMessageIter iter;
   DBusError error;
   DBusPendingCall *pending;
-  const int max_addr_length = 128; /* should be long enough */
 
   dbus_error_init (&error);
 
@@ -298,16 +297,16 @@ register_application (SpiBridge * app)
   if (message)
 dbus_message_unref (message);
 
-  /* could this be better, we accept some amount of race in getting the temp 
name*/
-  /* make sure the directory exists */
-  mkdir ("/tmp/at-spi2/", S_IRWXU|S_IRWXG|S_IRWXO|S_ISVTX);
-  chmod ("/tmp/at-spi2/", S_IRWXU|S_IRWXG|S_IRWXO|S_ISVTX);
-  app->app_bus_addr = g_malloc(max_addr_length * sizeof(char));
 #ifndef DISABLE_P2P
-  sprintf (app->app_bus_addr, "unix:path=/tmp/at-spi2/socket-%d-%d", getpid(),
-   rand());
-#else
-  app->app_bus_addr [0] = '\0';
+  app->app_tmp_dir = g_build_filename (g_get_user_runtime_dir (),
+   "at-spi2-XX", NULL);
+  if (!g_mkdtemp (app->app_tmp_dir))
+  {
+g_free (app->app_tmp_dir);
+app->app_tmp_dir = NULL;
+return FALSE;
+  }
+  app->app_bus_addr = g_strdup_printf ("unix:path=%s/socket", 
app->app_tmp_dir);
 #endif
 
   return TRUE;
@@ -338,6 +337,20 @@ deregister_application (SpiBridge * app)
   dbus_connection_send (app->bus, message, NULL);
   if (message)
 dbus_message_unref (message);
+
+  if (app->app_bus_addr)
+  {
+unlink (app->app_bus_addr);
+g_free (app->app_bus_addr);
+app->app_bus_addr = NULL;
+  }
+
+  if (app->app_tmp_dir)
+  {
+rmdir (app->app_tmp_dir);
+g_free (app->app_tmp_dir);
+app->app_tmp_dir = NULL;
+  }
 }
 
 /*---*/
@@ -525,6 +538,9 @@ setup_bus (void)
   DBusServer *server;
   DBusError err;
 
+  if (!spi_global_app_data->app_bus_addr)
+return -1;
+
   dbus_error_init(&err);
   server = dbus

commit arpwatch-ethercodes for openSUSE:12.2

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:12.2 checked in at 2012-07-09 07:53:15

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


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

Changes:

--- /work/SRC/openSUSE:12.2/arpwatch-ethercodes/arpwatch-ethercodes.changes 
2012-07-03 13:45:33.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes
2012-07-09 07:53:16.0 +0200
@@ -2 +2 @@
-Tue Jul  3 07:40:04 CEST 2012 - autobu...@suse.de
+Sat Jul  7 07:40:06 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-07-03
+- automated update on 2012-07-07



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

++ oui.txt ++
--- /var/tmp/diff_new_pack.NXnTIm/_old  2012-07-09 07:53:16.0 +0200
+++ /var/tmp/diff_new_pack.NXnTIm/_new  2012-07-09 07:53:16.0 +0200
@@ -5,11 +5,12 @@
Seongnam Kyungki-do 463-816
KOREA, REPUBLIC OF
 
-00-24-FD   (hex)   Prosilient Technologies AB
-0024FD (base 16)   Prosilient Technologies AB
-   Årstaängsvägen 25 (3rd floor), (Box 47231)
-   Stockholm  SE-10074
-   SWEDEN
+00-24-FD   (hex)   Accedian Networks Inc
+0024FD (base 16)   Accedian Networks Inc
+   2351 Alfred Nobel Blvd
+   Suite N-40
+   Saint Laurent QC h4s 2A9
+   CANADA
 
 00-24-FE   (hex)   AVM GmbH
 0024FE (base 16)   AVM GmbH
@@ -82078,6 +82079,12 @@
Edegem   2650
BELGIUM
 
+08-7C-BE   (hex)   Quintic Corp.
+087CBE (base 16)   Quintic Corp.
+   301A BuildingB,SP Tower,Tsinghua Science Park
+   Beijing Beijing 100084
+   CHINA
+
 08-7D-21   (hex)   Altasec technology corporation
 087D21 (base 16)   Altasec technology corporation
9F-1, No.75, Sec.1, Xintai 5th Rd.,
@@ -82487,6 +82494,18 @@
Painesville Ohio 44077
UNITED STATES
 
+0C-C4-7E   (hex)   EUCAST Co., Ltd.
+0CC47E (base 16)   EUCAST Co., Ltd.
+   Room 303, 1018-2 Unjung-dong, Bundang-Gu
+   Seongnam-si Kyunggi-do 463-440
+   KOREA, REPUBLIC OF
+
+0C-C6-6A   (hex)   Nokia Corporation
+0CC66A (base 16)   Nokia Corporation
+   Yrttipellontie 6
+   Oulu  90230
+   FINLAND
+
 0C-C6-AC   (hex)   DAGS
 0CC6AC (base 16)   DAGS
Ace High end Tower 7th 1802
@@ -82705,6 +82724,12 @@
NSW Chiswick 2046
AUSTRALIA
 
+10-12-48   (hex)   ITG, Inc.
+101248 (base 16)   ITG, Inc.
+   YASUHARA BLDG 302, 1-42-6, ITABASHI,
+   ITABASHI-KU TOKYO 173-0004
+   JAPAN
+
 10-13-EE   (hex)   Justec International Technology INC.
 1013EE (base 16)   Justec International Technology INC.
7F-2 No 113 Zihyou Road
@@ -84820,6 +84845,12 @@
TAIPEI 23585
TAIWAN, REPUBLIC OF CHINA
 
+24-EE-3A   (hex)   Chengdu Yingji Electronic Hi-tech Co Ltd
+24EE3A (base 16)   Chengdu Yingji Electronic Hi-tech Co Ltd
+   No.3 South Herui Road Hi-tech Zone
+   Chengdu City Sichuan 611731
+   CHINA
+
 24-F0-FF   (hex)   GHT Co., Ltd.
 24F0FF (base 16)   GHT C

commit arpwatch-ethercodes for openSUSE:Factory

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-07-09 07:53:09

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


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

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-07-03 13:45:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-07-09 07:53:12.0 +0200
@@ -2 +2 @@
-Tue Jul  3 07:40:04 CEST 2012 - autobu...@suse.de
+Sat Jul  7 07:40:06 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-07-03
+- automated update on 2012-07-07



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

++ oui.txt ++
--- /var/tmp/diff_new_pack.i2rcZE/_old  2012-07-09 07:53:14.0 +0200
+++ /var/tmp/diff_new_pack.i2rcZE/_new  2012-07-09 07:53:14.0 +0200
@@ -5,11 +5,12 @@
Seongnam Kyungki-do 463-816
KOREA, REPUBLIC OF
 
-00-24-FD   (hex)   Prosilient Technologies AB
-0024FD (base 16)   Prosilient Technologies AB
-   Årstaängsvägen 25 (3rd floor), (Box 47231)
-   Stockholm  SE-10074
-   SWEDEN
+00-24-FD   (hex)   Accedian Networks Inc
+0024FD (base 16)   Accedian Networks Inc
+   2351 Alfred Nobel Blvd
+   Suite N-40
+   Saint Laurent QC h4s 2A9
+   CANADA
 
 00-24-FE   (hex)   AVM GmbH
 0024FE (base 16)   AVM GmbH
@@ -82078,6 +82079,12 @@
Edegem   2650
BELGIUM
 
+08-7C-BE   (hex)   Quintic Corp.
+087CBE (base 16)   Quintic Corp.
+   301A BuildingB,SP Tower,Tsinghua Science Park
+   Beijing Beijing 100084
+   CHINA
+
 08-7D-21   (hex)   Altasec technology corporation
 087D21 (base 16)   Altasec technology corporation
9F-1, No.75, Sec.1, Xintai 5th Rd.,
@@ -82487,6 +82494,18 @@
Painesville Ohio 44077
UNITED STATES
 
+0C-C4-7E   (hex)   EUCAST Co., Ltd.
+0CC47E (base 16)   EUCAST Co., Ltd.
+   Room 303, 1018-2 Unjung-dong, Bundang-Gu
+   Seongnam-si Kyunggi-do 463-440
+   KOREA, REPUBLIC OF
+
+0C-C6-6A   (hex)   Nokia Corporation
+0CC66A (base 16)   Nokia Corporation
+   Yrttipellontie 6
+   Oulu  90230
+   FINLAND
+
 0C-C6-AC   (hex)   DAGS
 0CC6AC (base 16)   DAGS
Ace High end Tower 7th 1802
@@ -82705,6 +82724,12 @@
NSW Chiswick 2046
AUSTRALIA
 
+10-12-48   (hex)   ITG, Inc.
+101248 (base 16)   ITG, Inc.
+   YASUHARA BLDG 302, 1-42-6, ITABASHI,
+   ITABASHI-KU TOKYO 173-0004
+   JAPAN
+
 10-13-EE   (hex)   Justec International Technology INC.
 1013EE (base 16)   Justec International Technology INC.
7F-2 No 113 Zihyou Road
@@ -84820,6 +84845,12 @@
TAIPEI 23585
TAIWAN, REPUBLIC OF CHINA
 
+24-EE-3A   (hex)   Chengdu Yingji Electronic Hi-tech Co Ltd
+24EE3A (base 16)   Chengdu Yingji Electronic Hi-tech Co Ltd
+   No.3 South Herui Road Hi-tech Zone
+   Chengdu City Sichuan 611731
+   CHINA
+
 24-F0-FF   (hex)   GHT Co., Ltd.
 24F0FF (base 16)   

commit aria2 for openSUSE:12.2

2012-07-08 Thread h_root
Hello community,

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

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


Package is "aria2", Maintainer is "po...@novell.com"

Changes:

--- /work/SRC/openSUSE:12.2/aria2/aria2.changes 2012-06-25 15:15:24.0 
+0200
+++ /work/SRC/openSUSE:12.2/.aria2.new/aria2.changes2012-07-09 
07:53:03.0 +0200
@@ -1,0 +2,52 @@
+Thu Jul  5 19:05:45 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-GPL-2.0-with-openssl-exception
+  SPDX format for this license - which has an openssl exception
+
+---
+Fri Jun 29 12:24:33 UTC 2012 - reddw...@opensuse.org
+
+- Remove aria2-atoi.patch, aria2-cares-lib64.patch and
+  aria2-cares-static.patch
+- Run spec-cleaner
+- Use xml2 instead of expat as prefered by upstream
+- Add GnuTLS support
+- Merge bash-completion support into the main package
+- Change license tag to GPL-2.0+ since it doesn't use OpenSSL
+- Use pkgconfig() style BuildRequires
+- Add aria2-1.15.1-system_certificates.patch
+
+---
+Fri Jun 29 10:19:20 UTC 2012 - reddw...@opensuse.org
+
+- Update to version 1.15.1:
+  + Return appropriate HTTP status code on RPC failure.  In this
+change, we return 404 if the request path is neither /json-rpc
+nor /rpc. If XML feature is not enabled and /rpc is requested,
+return 404.  If XML parser failed, return 400. JSON parser
+failure has been handled well in the existing code.
+  + Ignore unacceptable options in RPC request instead of throwing
+error. This change allows RPC client to send same options for
+the different type of downloads.
+  + Handle sockaddr_in.sin_len and sockaddr_in6.sin6_len.  Check
+sockaddr_in.sin_len and sockaddr_in6.sin6_len are available and
+assign values to them properly.  This change fixes unit test
+error and most error related to getnameinfo() on netbsd.
+  + Removed dependency on inet_aton.  Implemented inetPton as a
+replacement of inet_aton. inetPton is implemented using
+net::getBinAddr.  This change fixes bug#3525424.
+  + Added --with-bashcompletiondir configure option.  By default,
+bash_completion file named aria2c is installed to the directory
+$prefix/share/doc/aria2/bash_completion.  To change the install
+directory of the file, use --with-bashcompletiondir option.
+  + Converted README.asciidoc into README.rst
+  + Use Sphinx for aria2 manual page documentation.  The source
+files for manual pages are placed under doc/manual-src.  The
+manual pages are generated under doc/manual-src/$LANG/_build.
+The HTML version manual page was dropped from the distribution
+archive.
+  + Fixed the bug which prevents --bt-lpd-interface from working.
+Fixes bug#3520125
+- Remove support for old distributions
+
+---

Old:

  aria2-1.15.0.tar.bz2
  aria2-atoi.patch
  aria2-cares-lib64.patch
  aria2-cares-static.patch

New:

  aria2-1.15.1-system_certificates.patch
  aria2-1.15.1.tar.xz



Other differences:
--
++ aria2.spec ++
--- /var/tmp/diff_new_pack.hthzV1/_old  2012-07-09 07:53:03.0 +0200
+++ /var/tmp/diff_new_pack.hthzV1/_new  2012-07-09 07:53:03.0 +0200
@@ -16,109 +16,47 @@
 #
 
 
-%if 0%{?suse_version} > 0 && 0%{?suse_version} > 1140
- %define with_nettle 1
-%else
- %if 0%{?_with_gnutls:1}
-  %define with_gnutls 1
-  %undefine with_openssl
- %else
-  %define with_openssl 1
-  %undefine with_gnutls
- %endif
-%endif
-
-%if 0%{?suse_version} > 0 && 0%{?suse_version} >= 1020
-%define with_sqlite 1
-%else
-%define with_sqlite 0
-%endif
-
-%if 0%{?sles_version} > 10 && 0%{?sles_version} < 12
-%define with_bashcomp 0
-%else
-%define with_bashcomp 1
-%endif
+# The checks seem to need network connection
+%bcond_with make_check
 
 Name:   aria2
-Version:1.15.0
+Version:1.15.1
 Release:0
 Summary:Parallelizing Multi-Protocol Utility for Downloading Files
-License:SUSE-GPL-2.0+-with-openssl-exception
+License:SUSE-GPL-2.0-with-openssl-exception
 Group:  Productivity/Networking/Other
-Source: 
http://prdownloads.sourceforge.net/aria2/aria2-%{version}.tar.bz2
-Patch1: aria2-cares-static.patch
-Patch2: aria2-cares-lib64.patch
-Patch4: aria2-atoi.patch
-Url:http://sourceforge.net/projects/aria2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version:1}
-%if %{?with_nettle:1}0
-BuildRequires:  gmp-devel
-BuildRequires:  libnettle-devel
+Url: 

commit aria2 for openSUSE:Factory

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package aria2 for openSUSE:Factory checked 
in at 2012-07-09 07:52:55

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


Package is "aria2", Maintainer is "po...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/aria2/aria2.changes  2012-06-29 
13:58:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.aria2.new/aria2.changes 2012-07-09 
07:52:57.0 +0200
@@ -1,0 +2,19 @@
+Thu Jul  5 19:05:45 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-GPL-2.0-with-openssl-exception
+  SPDX format for this license - which has an openssl exception
+
+---
+Fri Jun 29 12:24:33 UTC 2012 - reddw...@opensuse.org
+
+- Remove aria2-atoi.patch, aria2-cares-lib64.patch and
+  aria2-cares-static.patch
+- Run spec-cleaner
+- Use xml2 instead of expat as prefered by upstream
+- Add GnuTLS support
+- Merge bash-completion support into the main package
+- Change license tag to GPL-2.0+ since it doesn't use OpenSSL
+- Use pkgconfig() style BuildRequires
+- Add aria2-1.15.1-system_certificates.patch
+
+---

Old:

  aria2-atoi.patch
  aria2-cares-lib64.patch
  aria2-cares-static.patch

New:

  aria2-1.15.1-system_certificates.patch



Other differences:
--
++ aria2.spec ++
--- /var/tmp/diff_new_pack.aOJxjt/_old  2012-07-09 07:52:59.0 +0200
+++ /var/tmp/diff_new_pack.aOJxjt/_new  2012-07-09 07:52:59.0 +0200
@@ -16,82 +16,47 @@
 #
 
 
-%if 0%{?suse_version} > 0 && 0%{?suse_version} > 1140
- %define with_nettle 1
-%else
- %if 0%{?_with_gnutls:1}
-  %define with_gnutls 1
-  %undefine with_openssl
- %else
-  %define with_openssl 1
-  %undefine with_gnutls
- %endif
-%endif
-
-%if 0%{?sles_version} > 10 && 0%{?sles_version} < 12
-%define with_bashcomp 0
-%else
-%define with_bashcomp 1
-%endif
+# The checks seem to need network connection
+%bcond_with make_check
 
 Name:   aria2
 Version:1.15.1
 Release:0
 Summary:Parallelizing Multi-Protocol Utility for Downloading Files
-License:SUSE-GPL-2.0+-with-openssl-exception
+License:SUSE-GPL-2.0-with-openssl-exception
 Group:  Productivity/Networking/Other
-Source: 
http://downloads.sourceforge.net/project/aria2/stable/aria2-%{version}/aria2-%{version}.tar.xz
-Patch1: aria2-cares-static.patch
-Patch2: aria2-cares-lib64.patch
-Patch4: aria2-atoi.patch
-Url:http://sourceforge.net/projects/aria2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version:1}
-%if %{?with_nettle:1}0
-BuildRequires:  gmp-devel
-BuildRequires:  libnettle-devel
+Url:http://aria2.sourceforge.net/
+Source0:
http://downloads.sourceforge.net/project/aria2/stable/aria2-%{version}/aria2-%{version}.tar.xz
+# PATCH-FEATURE-UPSTREAM aria2-1.15.1-system_certificates.patch sf#3539535 
reddw...@opensuse.org -- add support for system certificates
+Patch0: aria2-1.15.1-system_certificates.patch
+BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(gnutls)
+BuildRequires:  pkgconfig(libcares)
+BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(sqlite3)
+BuildRequires:  pkgconfig(zlib)
+%if %{with make_check}
+BuildRequires:  pkgconfig(cppunit)
 %endif
-%if %{?with_gnutls:1}0
-BuildRequires:  libgcrypt-devel
-BuildRequires:  libgnutls-devel
-%endif #with_gnutls
-%if %{?with_openssl:1}0
-BuildRequires:  libopenssl-devel
-%endif #with_openssl
-BuildRequires:  libexpat-devel
+# nettle wasn't available until openSUSE 12.1
+%if 0%{?suse_version} >= 1210
+BuildRequires:  gmp-devel
+BuildRequires:  pkgconfig(nettle)
 %else
-%if %{?with_gnutls:1}0
-BuildRequires:  expat
-%endif #with_gnutls
-%if %{?with_openssl:1}0
-BuildRequires:  openssl-devel
-%endif #with_openssl
-BuildRequires:  expat-devel
-%endif #0%{?suse_version:1}
+BuildRequires:  libgcrypt-devel
+%endif
+# In >= 12.2 try to avoid a rebuild when xz is modified
+%if 0%{?suse_version} < 1220
+BuildRequires:  xz
+%endif
+# Because of autoreconf
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  bash
-BuildRequires:  bison
-BuildRequires:  cppunit-devel
-BuildRequires:  gcc-c++
-BuildRequires:  gettext
-BuildRequires:  gettext-devel
-BuildRequires:  glibc-devel
-BuildRequires:  intltool
-BuildRequires:  libcares-devel
-BuildRequires:  libstdc++-devel
 BuildRequires:  libtool
-BuildRequires:  make
-BuildRequires:  pkgconfig
-BuildRequires:  sqlite3-devel
-BuildRequires:  xz
-BuildRequires:  zlib-devel
-Provides:   aria2c = %{version}-%{release}
-%if %with_bashcomp
-# Not actu

commit apparmor for openSUSE:12.2

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package apparmor for openSUSE:12.2 checked 
in at 2012-07-09 07:52:35

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


Package is "apparmor", Maintainer is "mszer...@novell.com"

Changes:

--- /work/SRC/openSUSE:12.2/apparmor/apparmor.changes   2012-06-25 
15:15:20.0 +0200
+++ /work/SRC/openSUSE:12.2/.apparmor.new/apparmor.changes  2012-07-09 
07:52:37.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  6 22:33:39 UTC 2012 - opens...@cboltz.de
+
+- update /bin/ping profile to also match /usr/bin/ping (usrMove)
+
+---

New:

  apparmor-profiles-usrmove-bin-ping.diff



Other differences:
--
++ apparmor.spec ++
--- /var/tmp/diff_new_pack.oW4kjz/_old  2012-07-09 07:52:37.0 +0200
+++ /var/tmp/diff_new_pack.oW4kjz/_new  2012-07-09 07:52:37.0 +0200
@@ -62,6 +62,9 @@
 # include autogenerated profile sniplet for samba shares (bnc#688040)
 Patch2: apparmor-samba-include-permissions-for-shares.diff
 
+# usrMove /bin/ping -> /usr/bin/ping (sent upstream 2012-07-07)
+Patch3: apparmor-profiles-usrmove-bin-ping.diff
+
 # split a long string in AppArmor.pm. Not accepted upstream because they want 
a solution without hardcoded width.
 Patch5: apparmor-utils-string-split
 
@@ -398,6 +401,7 @@
 %setup -q
 %patch1 -p1
 %patch2 -p0
+%patch3 -p0
 %patch5 -p1
 %patch12 -p1
 


++ apparmor-profiles-usrmove-bin-ping.diff ++
=== modified file 'profiles/apparmor.d/bin.ping'
--- profiles/apparmor.d/bin.ping2010-08-05 19:00:02 +
+++ profiles/apparmor.d/bin.ping2012-07-01 11:05:38 +
@@ -10,7 +10,7 @@
 # --
 
 #include 
-/bin/ping {
+/{usr/,}bin/ping {
   #include 
   #include 
   #include 

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



commit apparmor for openSUSE:Factory

2012-07-08 Thread h_root
Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2012-07-09 07:52:27

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


Package is "apparmor", Maintainer is "mszer...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes2012-06-06 
10:33:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes   2012-07-09 
07:52:31.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  6 22:33:39 UTC 2012 - opens...@cboltz.de
+
+- update /bin/ping profile to also match /usr/bin/ping (usrMove)
+
+---

New:

  apparmor-profiles-usrmove-bin-ping.diff



Other differences:
--
++ apparmor.spec ++
--- /var/tmp/diff_new_pack.5KnyEV/_old  2012-07-09 07:52:33.0 +0200
+++ /var/tmp/diff_new_pack.5KnyEV/_new  2012-07-09 07:52:33.0 +0200
@@ -62,6 +62,9 @@
 # include autogenerated profile sniplet for samba shares (bnc#688040)
 Patch2: apparmor-samba-include-permissions-for-shares.diff
 
+# usrMove /bin/ping -> /usr/bin/ping (sent upstream 2012-07-07)
+Patch3: apparmor-profiles-usrmove-bin-ping.diff
+
 # split a long string in AppArmor.pm. Not accepted upstream because they want 
a solution without hardcoded width.
 Patch5: apparmor-utils-string-split
 
@@ -398,6 +401,7 @@
 %setup -q
 %patch1 -p1
 %patch2 -p0
+%patch3 -p0
 %patch5 -p1
 %patch12 -p1
 


++ apparmor-profiles-usrmove-bin-ping.diff ++
=== modified file 'profiles/apparmor.d/bin.ping'
--- profiles/apparmor.d/bin.ping2010-08-05 19:00:02 +
+++ profiles/apparmor.d/bin.ping2012-07-01 11:05:38 +
@@ -10,7 +10,7 @@
 # --
 
 #include 
-/bin/ping {
+/{usr/,}bin/ping {
   #include 
   #include 
   #include 

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



drop telepathy-sofiasip from openSUSE:Factory

2012-07-08 Thread h_root

Hello community,

FYI: Package telepathy-sofiasip was dropped from openSUSE:Factory at Mon Jul  9 
01:34:18 CEST 2012.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Dropped&package=telepathy-sofiasip

Remember to have fun...

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