commit mgdiff for openSUSE:Factory:NonFree

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package mgdiff for openSUSE:Factory:NonFree 
checked in at 2012-06-29 11:32:40

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


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

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/mgdiff/mgdiff.changes2012-06-28 
15:33:55.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.mgdiff.new/mgdiff.changes   
2012-06-29 11:32:42.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 28 11:39:05 UTC 2012 - lnus...@suse.de
+
+- make rmgdiff work by setting LC_MESSAGES=POSIX (bnc#768892)
+
+---

New:

  mgdiff-1.0-locale.diff



Other differences:
--
++ mgdiff.spec ++
--- /var/tmp/diff_new_pack.Jailc8/_old  2012-06-29 11:32:44.0 +0200
+++ /var/tmp/diff_new_pack.Jailc8/_new  2012-06-29 11:32:44.0 +0200
@@ -30,6 +30,7 @@
 Source1:mgdiff.desktop
 Patch:  mgdiff-1.0.dif
 Patch1: mgdiff-1.0.1.diff
+Patch2: mgdiff-1.0-locale.diff
 %{expand: %%global _exec_prefix %(type -p pkg-config /dev/null  pkg-config 
--variable prefix x11 || echo /usr/X11R6)}
 %if %_exec_prefix == /usr/X11R6
 %global _mandir %{_exec_prefix}/man
@@ -58,6 +59,7 @@
 %setup -n mgdiff-1.0 -q
 %patch1
 %patch
+%patch2 -p1
 xmkmf -a
 
 %build
@@ -72,7 +74,11 @@
 mkdir -p %{buildroot}%{_mandir}/man1
 test -e debian/cvsmgdiff.1x || mv debian/cvsmgdiff.1 debian/cvsmgdiff.1x
 install -m 0755 debian/cvsmgdiff   %{buildroot}%{_bindir}/
+install -m 0755 debian/rmgdiff %{buildroot}%{_x11data}/mgdiff/
+install -m 0644 debian/rmgdiff.awk %{buildroot}%{_x11data}/mgdiff/
+ln -sf   %{_mgdifflnk}/rmgdiff %{buildroot}%{_bindir}/
 install -m 0644 debian/cvsmgdiff.1x%{buildroot}%{_mandir}/man1/
+install -m 0644 debian/rmgdiff.1x  %{buildroot}%{_mandir}/man1/
 %suse_update_desktop_file -i %name Development RevisionControl
 
 %files
@@ -82,6 +88,7 @@
 %{_bindir}/*diff
 %dir %{_x11data}/mgdiff
 %dir %{_x11data}/app-defaults
+%{_x11data}/mgdiff/rmgdiff*
 %{_appdefdir}/Mgdiff
 %doc %{_mandir}/man1/*.1x.gz
 

++ mgdiff-1.0-locale.diff ++
Index: mgdiff-1.0/debian/rmgdiff
===
--- mgdiff-1.0.orig/debian/rmgdiff
+++ mgdiff-1.0/debian/rmgdiff
@@ -12,6 +12,9 @@ USE_CVS=
 DEBUG=
 USE_GUI=TRUE
 RMGDIFF_VERSION=
+# doesn't work in other locales (bnc#768892)
+LC_MESSAGES=POSIX
+export LC_MESSAGES
 
 
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mgdiff for openSUSE:12.2:NonFree

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package mgdiff for openSUSE:12.2:NonFree 
checked in at 2012-06-29 11:32:45

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


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

Changes:

--- /work/SRC/openSUSE:12.2:NonFree/mgdiff/mgdiff.changes   2012-06-28 
15:34:03.0 +0200
+++ /work/SRC/openSUSE:12.2:NonFree/.mgdiff.new/mgdiff.changes  2012-06-29 
11:32:46.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 28 11:39:05 UTC 2012 - lnus...@suse.de
+
+- make rmgdiff work by setting LC_MESSAGES=POSIX (bnc#768892)
+
+---

New:

  mgdiff-1.0-locale.diff



Other differences:
--
++ mgdiff.spec ++
--- /var/tmp/diff_new_pack.S5RBMN/_old  2012-06-29 11:32:46.0 +0200
+++ /var/tmp/diff_new_pack.S5RBMN/_new  2012-06-29 11:32:46.0 +0200
@@ -30,6 +30,7 @@
 Source1:mgdiff.desktop
 Patch:  mgdiff-1.0.dif
 Patch1: mgdiff-1.0.1.diff
+Patch2: mgdiff-1.0-locale.diff
 %{expand: %%global _exec_prefix %(type -p pkg-config /dev/null  pkg-config 
--variable prefix x11 || echo /usr/X11R6)}
 %if %_exec_prefix == /usr/X11R6
 %global _mandir %{_exec_prefix}/man
@@ -58,6 +59,7 @@
 %setup -n mgdiff-1.0 -q
 %patch1
 %patch
+%patch2 -p1
 xmkmf -a
 
 %build
@@ -72,7 +74,11 @@
 mkdir -p %{buildroot}%{_mandir}/man1
 test -e debian/cvsmgdiff.1x || mv debian/cvsmgdiff.1 debian/cvsmgdiff.1x
 install -m 0755 debian/cvsmgdiff   %{buildroot}%{_bindir}/
+install -m 0755 debian/rmgdiff %{buildroot}%{_x11data}/mgdiff/
+install -m 0644 debian/rmgdiff.awk %{buildroot}%{_x11data}/mgdiff/
+ln -sf   %{_mgdifflnk}/rmgdiff %{buildroot}%{_bindir}/
 install -m 0644 debian/cvsmgdiff.1x%{buildroot}%{_mandir}/man1/
+install -m 0644 debian/rmgdiff.1x  %{buildroot}%{_mandir}/man1/
 %suse_update_desktop_file -i %name Development RevisionControl
 
 %files
@@ -82,6 +88,7 @@
 %{_bindir}/*diff
 %dir %{_x11data}/mgdiff
 %dir %{_x11data}/app-defaults
+%{_x11data}/mgdiff/rmgdiff*
 %{_appdefdir}/Mgdiff
 %doc %{_mandir}/man1/*.1x.gz
 

++ mgdiff-1.0-locale.diff ++
Index: mgdiff-1.0/debian/rmgdiff
===
--- mgdiff-1.0.orig/debian/rmgdiff
+++ mgdiff-1.0/debian/rmgdiff
@@ -12,6 +12,9 @@ USE_CVS=
 DEBUG=
 USE_GUI=TRUE
 RMGDIFF_VERSION=
+# doesn't work in other locales (bnc#768892)
+LC_MESSAGES=POSIX
+export LC_MESSAGES
 
 
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit NetworkManager-gnome for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager-gnome for 
openSUSE:Factory checked in at 2012-06-29 11:33:17

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/NetworkManager-gnome/NetworkManager-gnome.changes
2012-03-29 11:41:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-gnome.new/NetworkManager-gnome.changes
   2012-06-29 11:33:18.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 28 21:19:01 UTC 2012 - dims...@opensuse.org
+
+- Add nm-applet-private-connection.patch: Create private
+  connections if the user is not authorized.
+  Some distributions do not allow the normal user to create a
+  system connection without the polkit authentication. This commit
+  checks the polkit policy and creates private connections if the
+  user is not authorized. [bnc#751211].
+- Add polkit-devel BuildRequires, as the above patch makes use
+  of it.
+- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
+  above patch touches the build system.
+
+---

New:

  nm-applet-private-connection.patch



Other differences:
--
++ NetworkManager-gnome.spec ++
--- /var/tmp/diff_new_pack.SpW6rN/_old  2012-06-29 11:33:20.0 +0200
+++ /var/tmp/diff_new_pack.SpW6rN/_new  2012-06-29 11:33:20.0 +0200
@@ -27,11 +27,15 @@
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  gconf2-devel
 BuildRequires:  gnome-bluetooth-devel
+# Needed for patch0
+BuildRequires:  gnome-common
 BuildRequires:  gtk3-devel
 BuildRequires:  intltool
 BuildRequires:  libgnome-keyring-devel
 BuildRequires:  libnotify-devel
 BuildRequires:  libtool
+# Needed by patch0
+BuildRequires:  polkit-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(iso-codes)
@@ -40,6 +44,8 @@
 Group:  System/GUI/GNOME
 Source: 
http://download.gnome.org/sources/network-manager-applet/0.9/network-manager-applet-%{version}.tar.xz
 Source1:nm-icons.tar.gz
+# PATCH-FIX-UPSTREAM nm-applet-private-connection.patch bnc#751211 bgo#646187 
dims...@opensuse.org -- Create private connections if the user is not 
authorized. Allows to create wifi connections without root access. Patch under 
discussion upstream.
+Patch0: nm-applet-private-connection.patch
 Provides:   NetworkManager-client
 Requires:   NetworkManager = 0.9.3
 # needed for translated country names
@@ -72,9 +78,12 @@
 %lang_package
 %prep
 %setup -q -n network-manager-applet-%{version} -a 1
+%patch0 -p1
 translation-update-upstream
 
 %build
+# Needed for patch0
+NOCONFIGURE=1 gnome-autogen.sh
 %configure \
 --disable-static \
 --disable-maintainer-mode \


++ nm-applet-private-connection.patch ++
From d646ee98751194e6bd7e2f57418a2a995c634924 Mon Sep 17 00:00:00 2001
From: Gary Ching-Pang Lin chingp...@gmail.com
Date: Thu, 2 Feb 2012 18:08:56 +0800
Subject: [PATCH] Create private connections if the user is not authorized

Some distributions do not allow the normal user to create a system
connection without the polkit authentication. This commit checks
the polkit policy and creates private connections if the user is
not authorized.

https://bugzilla.gnome.org/show_bug.cgi?id=646187
---
 src/applet-device-cdma.c  |6 
 src/applet-device-gsm.c   |6 
 src/applet-device-wifi.c  |   12 +++
 src/applet-device-wimax.c |6 
 src/applet-device-wired.c |6 
 src/connection-editor/Makefile.am |2 +
 src/connection-editor/ce-page.c   |   47 +
 src/gnome-bluetooth/Makefile.am   |2 +
 src/gnome-bluetooth/bt-widget.c   |   59 +
 src/utils/Makefile.am |3 +-
 src/utils/utils.c |   40 +
 src/utils/utils.h |2 +
 12 files changed, 190 insertions(+), 1 deletions(-)

Index: network-manager-applet-0.9.4.1/src/applet-device-cdma.c
===
--- network-manager-applet-0.9.4.1.orig/src/applet-device-cdma.c
+++ network-manager-applet-0.9.4.1/src/applet-device-cdma.c
@@ -148,6 +148,12 @@ mobile_wizard_done (NMAMobileWizard *wiz
  NULL);
g_free (uuid);
g_free (id);
+   if (!utils_system_connection_authorized ()) {
+   nm_setting_connection_add_permission 
((NMSettingConnection *)setting,
+   

commit NetworkManager-gnome for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager-gnome for 
openSUSE:12.2 checked in at 2012-06-29 11:33:21

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


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

Changes:

--- /work/SRC/openSUSE:12.2/NetworkManager-gnome/NetworkManager-gnome.changes   
2012-06-25 15:14:40.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.NetworkManager-gnome.new/NetworkManager-gnome.changes  
2012-06-29 11:33:22.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 28 21:19:01 UTC 2012 - dims...@opensuse.org
+
+- Add nm-applet-private-connection.patch: Create private
+  connections if the user is not authorized.
+  Some distributions do not allow the normal user to create a
+  system connection without the polkit authentication. This commit
+  checks the polkit policy and creates private connections if the
+  user is not authorized. [bnc#751211].
+- Add polkit-devel BuildRequires, as the above patch makes use
+  of it.
+- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
+  above patch touches the build system.
+
+---

New:

  nm-applet-private-connection.patch



Other differences:
--
++ NetworkManager-gnome.spec ++
--- /var/tmp/diff_new_pack.R8I1YK/_old  2012-06-29 11:33:22.0 +0200
+++ /var/tmp/diff_new_pack.R8I1YK/_new  2012-06-29 11:33:22.0 +0200
@@ -27,11 +27,15 @@
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  gconf2-devel
 BuildRequires:  gnome-bluetooth-devel
+# Needed for patch0
+BuildRequires:  gnome-common
 BuildRequires:  gtk3-devel
 BuildRequires:  intltool
 BuildRequires:  libgnome-keyring-devel
 BuildRequires:  libnotify-devel
 BuildRequires:  libtool
+# Needed by patch0
+BuildRequires:  polkit-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(iso-codes)
@@ -40,6 +44,8 @@
 Group:  System/GUI/GNOME
 Source: 
http://download.gnome.org/sources/network-manager-applet/0.9/network-manager-applet-%{version}.tar.xz
 Source1:nm-icons.tar.gz
+# PATCH-FIX-UPSTREAM nm-applet-private-connection.patch bnc#751211 bgo#646187 
dims...@opensuse.org -- Create private connections if the user is not 
authorized. Allows to create wifi connections without root access. Patch under 
discussion upstream.
+Patch0: nm-applet-private-connection.patch
 Provides:   NetworkManager-client
 Requires:   NetworkManager = 0.9.3
 # needed for translated country names
@@ -72,9 +78,12 @@
 %lang_package
 %prep
 %setup -q -n network-manager-applet-%{version} -a 1
+%patch0 -p1
 translation-update-upstream
 
 %build
+# Needed for patch0
+NOCONFIGURE=1 gnome-autogen.sh
 %configure \
 --disable-static \
 --disable-maintainer-mode \


++ nm-applet-private-connection.patch ++
From d646ee98751194e6bd7e2f57418a2a995c634924 Mon Sep 17 00:00:00 2001
From: Gary Ching-Pang Lin chingp...@gmail.com
Date: Thu, 2 Feb 2012 18:08:56 +0800
Subject: [PATCH] Create private connections if the user is not authorized

Some distributions do not allow the normal user to create a system
connection without the polkit authentication. This commit checks
the polkit policy and creates private connections if the user is
not authorized.

https://bugzilla.gnome.org/show_bug.cgi?id=646187
---
 src/applet-device-cdma.c  |6 
 src/applet-device-gsm.c   |6 
 src/applet-device-wifi.c  |   12 +++
 src/applet-device-wimax.c |6 
 src/applet-device-wired.c |6 
 src/connection-editor/Makefile.am |2 +
 src/connection-editor/ce-page.c   |   47 +
 src/gnome-bluetooth/Makefile.am   |2 +
 src/gnome-bluetooth/bt-widget.c   |   59 +
 src/utils/Makefile.am |3 +-
 src/utils/utils.c |   40 +
 src/utils/utils.h |2 +
 12 files changed, 190 insertions(+), 1 deletions(-)

Index: network-manager-applet-0.9.4.1/src/applet-device-cdma.c
===
--- network-manager-applet-0.9.4.1.orig/src/applet-device-cdma.c
+++ network-manager-applet-0.9.4.1/src/applet-device-cdma.c
@@ -148,6 +148,12 @@ mobile_wizard_done (NMAMobileWizard *wiz
  NULL);
g_free (uuid);
g_free (id);
+   if (!utils_system_connection_authorized ()) {
+   nm_setting_connection_add_permission 
((NMSettingConnection *)setting,
+ 

commit phonon for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package phonon for openSUSE:Factory checked 
in at 2012-06-29 11:33:30

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


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

Changes:

--- /work/SRC/openSUSE:Factory/phonon/phonon.changes2012-02-07 
22:13:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.phonon.new/phonon.changes   2012-06-29 
11:33:35.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 25 11:07:01 UTC 2012 - wstephen...@suse.com
+
+- Remove optional Zeitgeist integration due to its creating very
+  long build chain dependencies.
+
+---



Other differences:
--
++ phonon.spec ++
--- /var/tmp/diff_new_pack.qSmL8b/_old  2012-06-29 11:33:36.0 +0200
+++ /var/tmp/diff_new_pack.qSmL8b/_new  2012-06-29 11:33:36.0 +0200
@@ -24,7 +24,6 @@
 Url:http://phonon.kde.org/
 Source0:%{name}-%{version}.tar.xz
 Source1:baselibs.conf
-BuildRequires:  QtZeitgeist-devel
 BuildRequires:  automoc4
 BuildRequires:  cmake
 BuildRequires:  fdupes


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



commit phonon for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package phonon for openSUSE:12.2 checked in 
at 2012-06-29 11:33:34

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


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

Changes:

--- /work/SRC/openSUSE:12.2/phonon/phonon.changes   2012-06-25 
15:49:54.0 +0200
+++ /work/SRC/openSUSE:12.2/.phonon.new/phonon.changes  2012-06-29 
11:33:36.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 25 11:07:01 UTC 2012 - wstephen...@suse.com
+
+- Remove optional Zeitgeist integration due to its creating very
+  long build chain dependencies.
+
+---



Other differences:
--
++ phonon.spec ++
--- /var/tmp/diff_new_pack.55juK0/_old  2012-06-29 11:33:36.0 +0200
+++ /var/tmp/diff_new_pack.55juK0/_new  2012-06-29 11:33:36.0 +0200
@@ -24,7 +24,6 @@
 Url:http://phonon.kde.org/
 Source0:%{name}-%{version}.tar.xz
 Source1:baselibs.conf
-BuildRequires:  QtZeitgeist-devel
 BuildRequires:  automoc4
 BuildRequires:  cmake
 BuildRequires:  fdupes


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



commit qemu for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package qemu for openSUSE:Factory checked in 
at 2012-06-29 11:34:35

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


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

Changes:

--- /work/SRC/openSUSE:Factory/qemu/qemu.changes2012-06-25 
12:01:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.qemu.new/qemu.changes   2012-06-29 
11:34:36.0 +0200
@@ -1,0 +2,15 @@
+Wed Jun 25 19:29:05 UTC 2012 - afaer...@suse.de
+
+- include qemu-img and qemu-nbd in qemu-tools package
+
+---
+Wed Jun 25 18:30:54 UTC 2012 - afaer...@suse.de
+
+- add qemu-guest-agent package
+
+---
+Mon Jun 25 17:40:36 UTC 2012 - ag...@suse.com
+
+- add fix for segv in linux-user (fixes java)
+
+---

New:

  0024-linux-user-fix-segmentation-fault-p.patch



Other differences:
--
++ qemu.spec ++
--- /var/tmp/diff_new_pack.j3AOOr/_old  2012-06-29 11:34:37.0 +0200
+++ /var/tmp/diff_new_pack.j3AOOr/_new  2012-06-29 11:34:37.0 +0200
@@ -47,6 +47,7 @@
 Patch0021:  0021-linux-user-fix-multi-threaded-proc-.patch
 Patch0022:  0022-use-libexecdir-instead-of-ignoring-.patch
 Patch0023:  0023-linux-user-Ignore-broken-loop-ioctl.patch
+Patch0024:  0024-linux-user-fix-segmentation-fault-p.patch
 # this is to make lint happy
 Source300:  rpmlintrc
 Source302:  bridge.conf
@@ -97,9 +98,8 @@
 BuildRequires:  python
 Requires:   /usr/sbin/groupadd
 Requires:   pwdutils
-Requires:   qemu-tools
 Requires:   timezone
-Requires:   virt-utils
+Recommends: qemu-tools
 
 %description
 QEMU is an extremely well-performing CPU emulator that allows you to
@@ -123,6 +123,20 @@
 
 This sub-package contains various tools, including a bridge helper.
 
+%package guest-agent
+Summary:Universal CPU emulator -- Guest agent
+Group:  System/Emulators/PC
+Provides:   qemu:%_bindir/qemu-ga
+
+%description guest-agent
+QEMU is an extremely well-performing CPU emulator that allows you to
+choose between simulating an entire system and running userspace
+binaries for different architectures under your native operating
+system. It currently emulates x86, ARM, PowerPC and SPARC CPUs as well
+as PC and PowerMac systems.
+
+This sub-package contains the guest agent.
+
 %package linux-user
 Summary:Universal CPU emulator -- Linux User binaries
 Group:  System/Emulators/PC
@@ -164,6 +178,7 @@
 %patch0021 -p1
 %patch0022 -p1
 %patch0023 -p1
+%patch0024 -p1
 
 %build
 # build QEMU
@@ -185,7 +200,10 @@
--disable-spice
 %endif
 make %{?jobs:-j%jobs} V=1
-mv *-softmmu/qemu-system-* qemu-io qemu-bridge-helper dynamic || true
+mv *-softmmu/qemu-system-* dynamic
+mv qemu-io qemu-img qemu-nbd qemu-bridge-helper dynamic
+mv qemu-img.1 qemu-nbd.8 dynamic
+mv qemu-ga dynamic
 make clean
 # build userland emus
 ./configure --prefix=%_prefix --sysconfdir=%_sysconfdir \
@@ -202,15 +220,20 @@
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-rm -f $RPM_BUILD_ROOT/%_mandir/man1/qemu-img.1
-rm -f $RPM_BUILD_ROOT/%_mandir/man8/qemu-nbd.8
 rm -fr $RPM_BUILD_ROOT/%_datadir/doc
 install -m 755 dynamic/qemu-system-* $RPM_BUILD_ROOT/%_bindir
 install -m 755 dynamic/qemu-io $RPM_BUILD_ROOT/%_bindir
+install -m 755 dynamic/qemu-img $RPM_BUILD_ROOT/%_bindir
+install -m 755 dynamic/qemu-nbd $RPM_BUILD_ROOT/%_bindir
+install -m 755 dynamic/qemu-ga $RPM_BUILD_ROOT/%_bindir
 install -d -m 755 $RPM_BUILD_ROOT/%_sbindir
 install -m 755 scripts/qemu-binfmt-conf.sh $RPM_BUILD_ROOT/%_sbindir
 install -d -m 755 $RPM_BUILD_ROOT/%_libexecdir
 install -m 755 dynamic/qemu-bridge-helper $RPM_BUILD_ROOT/%_libexecdir
+install -d -m 755 $RPM_BUILD_ROOT/%_mandir/man1
+install -m 644 dynamic/qemu-img.1 $RPM_BUILD_ROOT/%_mandir/man1
+install -d -m 755 $RPM_BUILD_ROOT/%_mandir/man8
+install -m 644 dynamic/qemu-nbd.8 $RPM_BUILD_ROOT/%_mandir/man8
 install -D -m 644 %{SOURCE302} $RPM_BUILD_ROOT/%{_sysconfdir}/qemu/bridge.conf
 %ifnarch %ix86 x86_64
 ln -sf ../../../emul/ia32-linux $RPM_BUILD_ROOT/usr/share/qemu/qemu-i386
@@ -242,7 +265,7 @@
 %defattr(-, root, root)
 %doc COPYING COPYING.LIB Changelog README TODO VERSION qemu-doc.html 
qemu-tech.html
 %_bindir/qemu-system-*
-%doc %_mandir/man[18]/qemu*.[18].gz
+%doc %_mandir/man1/qemu.1.gz
 %_datadir/%name
 %ifnarch %ix86 x86_64 ia64
 %dir /emul/ia32-linux
@@ -252,10 +275,19 @@
 
 %files tools
 %defattr(-, root, root)
+%doc %_mandir/man1/qemu-img.1.gz
+%doc %_mandir/man8/qemu-nbd.8.gz
 %_bindir/qemu-io
+%_bindir/qemu-img

commit qemu for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package qemu for openSUSE:12.2 checked in at 
2012-06-29 11:34:43

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


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

Changes:

--- /work/SRC/openSUSE:12.2/qemu/qemu.changes   2012-06-25 15:51:38.0 
+0200
+++ /work/SRC/openSUSE:12.2/.qemu.new/qemu.changes  2012-06-29 
11:34:44.0 +0200
@@ -1,0 +2,30 @@
+Wed Jun 25 19:29:05 UTC 2012 - afaer...@suse.de
+
+- include qemu-img and qemu-nbd in qemu-tools package
+
+---
+Wed Jun 25 18:30:54 UTC 2012 - afaer...@suse.de
+
+- add qemu-guest-agent package
+
+---
+Mon Jun 25 17:40:36 UTC 2012 - ag...@suse.com
+
+- add fix for segv in linux-user (fixes java)
+
+---
+Tue Jun 19 16:06:52 UTC 2012 - afaer...@suse.de
+
+- revert LIBRARY_PATH patch by Alex
+
+---
+Mon Jun 18 12:27:56 UTC 2012 - afaer...@suse.de
+
+- add patch by Alex to force gcc being emulated for LIBRARY_PATH
+
+---
+Mon Jun 18 09:06:41 UTC 2012 - dval...@suse.com
+
+- add libfdt1 to buildrequires on ppc 
+
+---

New:

  0024-linux-user-fix-segmentation-fault-p.patch



Other differences:
--
++ qemu.spec ++
--- /var/tmp/diff_new_pack.pr9ODc/_old  2012-06-29 11:34:45.0 +0200
+++ /var/tmp/diff_new_pack.pr9ODc/_new  2012-06-29 11:34:45.0 +0200
@@ -47,6 +47,7 @@
 Patch0021:  0021-linux-user-fix-multi-threaded-proc-.patch
 Patch0022:  0022-use-libexecdir-instead-of-ignoring-.patch
 Patch0023:  0023-linux-user-Ignore-broken-loop-ioctl.patch
+Patch0024:  0024-linux-user-fix-segmentation-fault-p.patch
 # this is to make lint happy
 Source300:  rpmlintrc
 Source302:  bridge.conf
@@ -86,6 +87,10 @@
 BuildRequires:  spice-protocol-devel
 %endif
 %endif
+%ifarch ppc ppc64
+#we need that for -M pseries support in SLES
+BuildRequires:  libfdt1-devel
+%endif
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel
 BuildRequires:  libvdeplug3-devel
@@ -93,9 +98,8 @@
 BuildRequires:  python
 Requires:   /usr/sbin/groupadd
 Requires:   pwdutils
-Requires:   qemu-tools
 Requires:   timezone
-Requires:   virt-utils
+Recommends: qemu-tools
 
 %description
 QEMU is an extremely well-performing CPU emulator that allows you to
@@ -119,6 +123,20 @@
 
 This sub-package contains various tools, including a bridge helper.
 
+%package guest-agent
+Summary:Universal CPU emulator -- Guest agent
+Group:  System/Emulators/PC
+Provides:   qemu:%_bindir/qemu-ga
+
+%description guest-agent
+QEMU is an extremely well-performing CPU emulator that allows you to
+choose between simulating an entire system and running userspace
+binaries for different architectures under your native operating
+system. It currently emulates x86, ARM, PowerPC and SPARC CPUs as well
+as PC and PowerMac systems.
+
+This sub-package contains the guest agent.
+
 %package linux-user
 Summary:Universal CPU emulator -- Linux User binaries
 Group:  System/Emulators/PC
@@ -160,6 +178,7 @@
 %patch0021 -p1
 %patch0022 -p1
 %patch0023 -p1
+%patch0024 -p1
 
 %build
 # build QEMU
@@ -181,7 +200,10 @@
--disable-spice
 %endif
 make %{?jobs:-j%jobs} V=1
-mv *-softmmu/qemu-system-* qemu-io qemu-bridge-helper dynamic || true
+mv *-softmmu/qemu-system-* dynamic
+mv qemu-io qemu-img qemu-nbd qemu-bridge-helper dynamic
+mv qemu-img.1 qemu-nbd.8 dynamic
+mv qemu-ga dynamic
 make clean
 # build userland emus
 ./configure --prefix=%_prefix --sysconfdir=%_sysconfdir \
@@ -198,15 +220,20 @@
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-rm -f $RPM_BUILD_ROOT/%_mandir/man1/qemu-img.1
-rm -f $RPM_BUILD_ROOT/%_mandir/man8/qemu-nbd.8
 rm -fr $RPM_BUILD_ROOT/%_datadir/doc
 install -m 755 dynamic/qemu-system-* $RPM_BUILD_ROOT/%_bindir
 install -m 755 dynamic/qemu-io $RPM_BUILD_ROOT/%_bindir
+install -m 755 dynamic/qemu-img $RPM_BUILD_ROOT/%_bindir
+install -m 755 dynamic/qemu-nbd $RPM_BUILD_ROOT/%_bindir
+install -m 755 dynamic/qemu-ga $RPM_BUILD_ROOT/%_bindir
 install -d -m 755 $RPM_BUILD_ROOT/%_sbindir
 install -m 755 scripts/qemu-binfmt-conf.sh $RPM_BUILD_ROOT/%_sbindir
 install -d -m 755 $RPM_BUILD_ROOT/%_libexecdir
 install -m 755 dynamic/qemu-bridge-helper $RPM_BUILD_ROOT/%_libexecdir
+install -d -m 755 $RPM_BUILD_ROOT/%_mandir/man1
+install -m 644 dynamic/qemu-img.1 $RPM_BUILD_ROOT/%_mandir/man1

commit rakudo for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package rakudo for openSUSE:Factory checked 
in at 2012-06-29 11:35:37

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rakudo/rakudo.changes2012-06-26 
17:27:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.rakudo.new/rakudo.changes   2012-06-29 
11:35:39.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 28 14:18:42 CEST 2012 - m...@suse.de
+
+- fix install section so that the installed perl6 binary
+  finds its libraries
+
+---



Other differences:
--
++ rakudo.spec ++
--- /var/tmp/diff_new_pack.FDikru/_old  2012-06-29 11:35:40.0 +0200
+++ /var/tmp/diff_new_pack.FDikru/_new  2012-06-29 11:35:40.0 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  nqp
 BuildRequires:  parrot-devel
 Provides:   perl6 = %{version}-%{release}
-Requires:   nqp
+Requires:   nqp = 2012.06.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -44,22 +44,16 @@
 #make test
 
 %install
-rm -rf $RPM_BUILD_ROOT
-mkdir $RPM_BUILD_ROOT
-PARROT_DIR=%{_libdir}`parrot_config versiondir`
-install -d $RPM_BUILD_ROOT%{_bindir}
-install -d $RPM_BUILD_ROOT$PARROT_DIR/dynext
-install dynext/* $RPM_BUILD_ROOT$PARROT_DIR/dynext
-rm -f $RPM_BUILD_ROOT$PARROT_DIR/dynext/IGNORE
-install perl6 $RPM_BUILD_ROOT%{_bindir}/perl6
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT/usr/share/doc
 
 %files
 %defattr(-,root,root)
 %doc CREDITS LICENSE README 
 %{_bindir}/*
 %{_libdir}/parrot/*/dynext/*
+%{_libdir}/parrot/*/languages/nqp/lib/*
+%{_libdir}/parrot/*/languages/perl6
+%doc %{_mandir}/man1/*
 
 %changelog

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



commit gnome-control-center for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:Factory checked in at 2012-06-29 13:21:59

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes
2012-06-10 21:51:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-control-center.new/gnome-control-center.changes
   2012-06-29 13:22:01.0 +0200
@@ -1,0 +2,7 @@
+Thu Jun 28 21:20:55 UTC 2012 - dims...@opensuse.org
+
+- Add gcc-private-connection.patch: network: create private
+  connections if the user if not authorized [bnc#751211].
+- Add call to gnome-autogen.sh in setup section.
+
+---

New:

  gcc-private-connection.patch



Other differences:
--
++ gnome-control-center.spec ++
--- /var/tmp/diff_new_pack.heZCIn/_old  2012-06-29 13:22:04.0 +0200
+++ /var/tmp/diff_new_pack.heZCIn/_new  2012-06-29 13:22:04.0 +0200
@@ -37,6 +37,8 @@
 Patch3: gnome-control-center-fine-grained-tz-polkit.patch
 # PATCH-NEEDS-REBASE gnome-control-center-system-proxy-configuration.patch -- 
this needs to be reimplemented to be more distro-generic before submitting 
upstream - docs at http://en.opensuse.org/GNOME/Proxy_configuration (was 
PATCH-FEATURE-OPENSUSE)
 Patch14:gnome-control-center-system-proxy-configuration.patch
+# PATCH-FIX-UPSTREAM gcc-private-connection.patch bnc#751211 bgo#646187 
dims...@opensuse.org -- network: create private connections if the user if not 
authorized.
+Patch15:gcc-private-connection.patch
 BuildRequires:  cups-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
@@ -160,9 +162,12 @@
 %patch3 -p1
 #NEEDS-REBASE
 #%patch14 -p1
+%patch15 -p1
 
 %if 0%{?BUILD_FROM_VCS}
 [ -x ./autogen.sh ]  NOCONFIGURE=1 ./autogen.sh
+%else
+NOCONFIGURE=1 gnome-autogen.sh
 %endif
 
 %build

++ gcc-private-connection.patch ++
From 92c236ea488f8d774a876f1e6ece410b5c920173 Mon Sep 17 00:00:00 2001
From: Gary Ching-Pang Lin chingp...@gmail.com
Date: Tue, 14 Feb 2012 18:41:51 +0800
Subject: [PATCH] network: create private connections if the user if not
 authorized

This commit checks whether the polkit policy allows the user to
create a system connection without authentication. If not, create
private connections.

https://bugzilla.gnome.org/show_bug.cgi?id=646187
---
 configure.ac  |3 +-
 panels/network/cc-network-panel.c |   72 -
 panels/network/cc-network-panel.h |2 +
 panels/network/network-dialogs.c  |   16 
 4 files changed, 91 insertions(+), 2 deletions(-)

Index: gnome-control-center-3.4.2/configure.ac
===
--- gnome-control-center-3.4.2.orig/configure.ac
+++ gnome-control-center-3.4.2/configure.ac
@@ -105,7 +105,8 @@ PKG_CHECK_MODULES(KEYBOARD_PANEL, $COMMO
 PKG_CHECK_MODULES(MEDIA_PANEL, $COMMON_MODULES)
 PKG_CHECK_MODULES(MOUSE_PANEL, $COMMON_MODULES xi = 1.2
   gnome-settings-daemon = $GSD_REQUIRED_VERSION x11)
-PKG_CHECK_MODULES(NETWORK_PANEL, $COMMON_MODULES)
+PKG_CHECK_MODULES(NETWORK_PANEL, $COMMON_MODULES
+  polkit-gobject-1 = $POLKIT_REQUIRED_VERSION)
 PKG_CHECK_MODULES(ONLINE_ACCOUNTS_PANEL, $COMMON_MODULES goa-1.0 
goa-backend-1.0)
 PKG_CHECK_MODULES(POWER_PANEL, $COMMON_MODULES upower-glib = 0.9.1
   gnome-settings-daemon = $GSD_REQUIRED_VERSION)
Index: gnome-control-center-3.4.2/panels/network/cc-network-panel.c
===
--- gnome-control-center-3.4.2.orig/panels/network/cc-network-panel.c
+++ gnome-control-center-3.4.2/panels/network/cc-network-panel.c
@@ -24,6 +24,8 @@
 #include netinet/ether.h
 #include stdlib.h
 
+#include polkit/polkit.h
+
 #include cc-network-panel.h
 
 #include nm-remote-settings.h
@@ -85,6 +87,9 @@ struct _CcNetworkPanelPrivate
 gchar*arg_device;
 gchar*arg_access_point;
 gboolean  operation_done;
+
+/* polkit authentication check */
+gboolean  default_private;
 };
 
 enum {
@@ -2827,8 +2832,10 @@ wireless_ap_changed_cb (GtkComboBox *com
 NetObject *object;
 NMConnection *connection;
 NMConnection *connection_activate = NULL;
+   NMConnection *partial = NULL;
 NMDevice *device;
 NMSettingWireless *setting_wireless;
+   NMSettingConnection *setting_con;
 
 if 

commit gnome-control-center for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:12.2 checked in at 2012-06-29 13:22:08

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


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

Changes:

--- /work/SRC/openSUSE:12.2/gnome-control-center/gnome-control-center.changes   
2012-06-25 15:20:27.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.gnome-control-center.new/gnome-control-center.changes  
2012-06-29 13:22:08.0 +0200
@@ -1,0 +2,7 @@
+Thu Jun 28 21:20:55 UTC 2012 - dims...@opensuse.org
+
+- Add gcc-private-connection.patch: network: create private
+  connections if the user if not authorized [bnc#751211].
+- Add call to gnome-autogen.sh in setup section.
+
+---

New:

  gcc-private-connection.patch



Other differences:
--
++ gnome-control-center.spec ++
--- /var/tmp/diff_new_pack.VlNDgM/_old  2012-06-29 13:22:09.0 +0200
+++ /var/tmp/diff_new_pack.VlNDgM/_new  2012-06-29 13:22:09.0 +0200
@@ -37,6 +37,8 @@
 Patch3: gnome-control-center-fine-grained-tz-polkit.patch
 # PATCH-NEEDS-REBASE gnome-control-center-system-proxy-configuration.patch -- 
this needs to be reimplemented to be more distro-generic before submitting 
upstream - docs at http://en.opensuse.org/GNOME/Proxy_configuration (was 
PATCH-FEATURE-OPENSUSE)
 Patch14:gnome-control-center-system-proxy-configuration.patch
+# PATCH-FIX-UPSTREAM gcc-private-connection.patch bnc#751211 bgo#646187 
dims...@opensuse.org -- network: create private connections if the user if not 
authorized.
+Patch15:gcc-private-connection.patch
 BuildRequires:  cups-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
@@ -160,9 +162,12 @@
 %patch3 -p1
 #NEEDS-REBASE
 #%patch14 -p1
+%patch15 -p1
 
 %if 0%{?BUILD_FROM_VCS}
 [ -x ./autogen.sh ]  NOCONFIGURE=1 ./autogen.sh
+%else
+NOCONFIGURE=1 gnome-autogen.sh
 %endif
 
 %build

++ gcc-private-connection.patch ++
From 92c236ea488f8d774a876f1e6ece410b5c920173 Mon Sep 17 00:00:00 2001
From: Gary Ching-Pang Lin chingp...@gmail.com
Date: Tue, 14 Feb 2012 18:41:51 +0800
Subject: [PATCH] network: create private connections if the user if not
 authorized

This commit checks whether the polkit policy allows the user to
create a system connection without authentication. If not, create
private connections.

https://bugzilla.gnome.org/show_bug.cgi?id=646187
---
 configure.ac  |3 +-
 panels/network/cc-network-panel.c |   72 -
 panels/network/cc-network-panel.h |2 +
 panels/network/network-dialogs.c  |   16 
 4 files changed, 91 insertions(+), 2 deletions(-)

Index: gnome-control-center-3.4.2/configure.ac
===
--- gnome-control-center-3.4.2.orig/configure.ac
+++ gnome-control-center-3.4.2/configure.ac
@@ -105,7 +105,8 @@ PKG_CHECK_MODULES(KEYBOARD_PANEL, $COMMO
 PKG_CHECK_MODULES(MEDIA_PANEL, $COMMON_MODULES)
 PKG_CHECK_MODULES(MOUSE_PANEL, $COMMON_MODULES xi = 1.2
   gnome-settings-daemon = $GSD_REQUIRED_VERSION x11)
-PKG_CHECK_MODULES(NETWORK_PANEL, $COMMON_MODULES)
+PKG_CHECK_MODULES(NETWORK_PANEL, $COMMON_MODULES
+  polkit-gobject-1 = $POLKIT_REQUIRED_VERSION)
 PKG_CHECK_MODULES(ONLINE_ACCOUNTS_PANEL, $COMMON_MODULES goa-1.0 
goa-backend-1.0)
 PKG_CHECK_MODULES(POWER_PANEL, $COMMON_MODULES upower-glib = 0.9.1
   gnome-settings-daemon = $GSD_REQUIRED_VERSION)
Index: gnome-control-center-3.4.2/panels/network/cc-network-panel.c
===
--- gnome-control-center-3.4.2.orig/panels/network/cc-network-panel.c
+++ gnome-control-center-3.4.2/panels/network/cc-network-panel.c
@@ -24,6 +24,8 @@
 #include netinet/ether.h
 #include stdlib.h
 
+#include polkit/polkit.h
+
 #include cc-network-panel.h
 
 #include nm-remote-settings.h
@@ -85,6 +87,9 @@ struct _CcNetworkPanelPrivate
 gchar*arg_device;
 gchar*arg_access_point;
 gboolean  operation_done;
+
+/* polkit authentication check */
+gboolean  default_private;
 };
 
 enum {
@@ -2827,8 +2832,10 @@ wireless_ap_changed_cb (GtkComboBox *com
 NetObject *object;
 NMConnection *connection;
 NMConnection *connection_activate = NULL;
+   NMConnection *partial = NULL;
 NMDevice *device;
 NMSettingWireless *setting_wireless;
+   NMSettingConnection *setting_con;
 
 if (panel-priv-updating_device)
   

commit gnome-shell for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2012-06-29 13:22:16

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


Package is gnome-shell, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2012-05-21 
07:24:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new/gnome-shell.changes 
2012-06-29 13:22:17.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 28 21:24:30 UTC 2012 - dims...@opensuse.org
+
+- Add gnome-shell-private-connection.patch: create private
+  connections if the user is not authorized. [bnc#751211].
+
+---

New:

  gnome-shell-private-connection.patch



Other differences:
--
++ gnome-shell.spec ++
--- /var/tmp/diff_new_pack.GEnDuA/_old  2012-06-29 13:22:18.0 +0200
+++ /var/tmp/diff_new_pack.GEnDuA/_new  2012-06-29 13:22:18.0 +0200
@@ -26,6 +26,8 @@
 Source: 
http://download.gnome.org/sources/gnome-shell/3.4/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gnome-shell-load-ext.patch bnc#755862 bgo#670477 
dims...@opensuse.org - Ensure libgnome-shell-js.so is linked to gnome-shell. 
Upstream considers this not a bug.
 Patch0: gnome-shell-load-ext.patch
+# PATCH-FIX-UPSTREAM gnome-shell-private-connection.patch bnc#751211 
bgo#646187 dims...@opensuse.org -- create private connections if the user is 
not authorized
+Patch1: gnome-shell-private-connection.patch
 # Needed by patch0
 BuildRequires:  gnome-common
 BuildRequires:  intltool
@@ -129,6 +131,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 translation-update-upstream
 
 %build


++ gnome-shell-private-connection.patch ++
From b4e856b5a0965b10bad37a0d4f08da20aa1ffcd8 Mon Sep 17 00:00:00 2001
From: Giovanni Campagna gcampa...@src.gnome.org
Date: Thu, 31 Mar 2011 15:56:13 +0200
Subject: [PATCH] NetworkMenu: create private connections if the user is not
 authorized

Check polkit setting at startup and add, if needed, the permissions
setting to the connections we create, so that polkit authentication is
never needed. The connection is thus only available to other users
if the system administrator decides so.

https://bugzilla.gnome.org/show_bug.cgi?id=646187
---
 js/ui/status/network.js |   58 ++-
 1 file changed, 42 insertions(+), 16 deletions(-)

diff --git a/js/ui/status/network.js b/js/ui/status/network.js
index f7d2258..cab7552 100644
--- a/js/ui/status/network.js
+++ b/js/ui/status/network.js
@@ -6,9 +6,11 @@ const Lang = imports.lang;
 const Mainloop = imports.mainloop;
 const NetworkManager = imports.gi.NetworkManager;
 const NMClient = imports.gi.NMClient;
+const Polkit = imports.gi.Polkit;
 const Shell = imports.gi.Shell;
 const Signals = imports.signals;
 const St = imports.gi.St;
+const System = imports.system;
 
 const Main = imports.ui.main;
 const PanelMenu = imports.ui.panelMenu;
@@ -285,8 +287,9 @@ const NMDevice = new Lang.Class({
 Name: 'NMDevice',
 Abstract: true,
 
-_init: function(client, device, connections) {
+_init: function(client, device, connections, privateConnections) {
 this.device = device;
+
 if (device) {
 this.device._delegate = this;
 this._stateChangedId = this.device.connect('state-changed', 
Lang.bind(this, this._deviceStateChanged));
@@ -295,6 +298,8 @@ const NMDevice = new Lang.Class({
 
 // protected
 this._client = client;
+this._privateConnections = privateConnections;
+
 this._connections = [ ];
 for (let i = 0; i  connections.length; i++) {
 if (!connections[i]._uuid)
@@ -692,11 +697,11 @@ const NMDeviceWired = new Lang.Class({
 Name: 'NMDeviceWired',
 Extends: NMDevice,
 
-_init: function(client, device, connections) {
+_init: function(client, device, connections, privateConnections) {
 this._autoConnectionName = _(Auto Ethernet);
 this.category = NMConnectionCategory.WIRED;
 
-this.parent(client, device, connections);
+this.parent(client, device, connections, privateConnections);
 },
 
 _createSection: function() {
@@ -717,12 +722,15 @@ const NMDeviceWired = new Lang.Class({
 let connection = new NetworkManager.Connection();
 connection._uuid = NetworkManager.utils_uuid_generate();
 connection.add_setting(new NetworkManager.SettingWired());
-connection.add_setting(new NetworkManager.SettingConnection({
+let connectionSetting = new NetworkManager.SettingConnection({
 uuid: connection._uuid,
 id: 

commit gnome-shell for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:12.2 
checked in at 2012-06-29 13:22:29

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


Package is gnome-shell, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/gnome-shell/gnome-shell.changes 2012-06-25 
15:20:36.0 +0200
+++ /work/SRC/openSUSE:12.2/.gnome-shell.new/gnome-shell.changes
2012-06-29 13:22:29.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 28 21:24:30 UTC 2012 - dims...@opensuse.org
+
+- Add gnome-shell-private-connection.patch: create private
+  connections if the user is not authorized. [bnc#751211].
+
+---

New:

  gnome-shell-private-connection.patch



Other differences:
--
++ gnome-shell.spec ++
--- /var/tmp/diff_new_pack.KFZmF2/_old  2012-06-29 13:22:29.0 +0200
+++ /var/tmp/diff_new_pack.KFZmF2/_new  2012-06-29 13:22:29.0 +0200
@@ -26,6 +26,8 @@
 Source: 
http://download.gnome.org/sources/gnome-shell/3.4/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gnome-shell-load-ext.patch bnc#755862 bgo#670477 
dims...@opensuse.org - Ensure libgnome-shell-js.so is linked to gnome-shell. 
Upstream considers this not a bug.
 Patch0: gnome-shell-load-ext.patch
+# PATCH-FIX-UPSTREAM gnome-shell-private-connection.patch bnc#751211 
bgo#646187 dims...@opensuse.org -- create private connections if the user is 
not authorized
+Patch1: gnome-shell-private-connection.patch
 # Needed by patch0
 BuildRequires:  gnome-common
 BuildRequires:  intltool
@@ -129,6 +131,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 translation-update-upstream
 
 %build


++ gnome-shell-private-connection.patch ++
From b4e856b5a0965b10bad37a0d4f08da20aa1ffcd8 Mon Sep 17 00:00:00 2001
From: Giovanni Campagna gcampa...@src.gnome.org
Date: Thu, 31 Mar 2011 15:56:13 +0200
Subject: [PATCH] NetworkMenu: create private connections if the user is not
 authorized

Check polkit setting at startup and add, if needed, the permissions
setting to the connections we create, so that polkit authentication is
never needed. The connection is thus only available to other users
if the system administrator decides so.

https://bugzilla.gnome.org/show_bug.cgi?id=646187
---
 js/ui/status/network.js |   58 ++-
 1 file changed, 42 insertions(+), 16 deletions(-)

diff --git a/js/ui/status/network.js b/js/ui/status/network.js
index f7d2258..cab7552 100644
--- a/js/ui/status/network.js
+++ b/js/ui/status/network.js
@@ -6,9 +6,11 @@ const Lang = imports.lang;
 const Mainloop = imports.mainloop;
 const NetworkManager = imports.gi.NetworkManager;
 const NMClient = imports.gi.NMClient;
+const Polkit = imports.gi.Polkit;
 const Shell = imports.gi.Shell;
 const Signals = imports.signals;
 const St = imports.gi.St;
+const System = imports.system;
 
 const Main = imports.ui.main;
 const PanelMenu = imports.ui.panelMenu;
@@ -285,8 +287,9 @@ const NMDevice = new Lang.Class({
 Name: 'NMDevice',
 Abstract: true,
 
-_init: function(client, device, connections) {
+_init: function(client, device, connections, privateConnections) {
 this.device = device;
+
 if (device) {
 this.device._delegate = this;
 this._stateChangedId = this.device.connect('state-changed', 
Lang.bind(this, this._deviceStateChanged));
@@ -295,6 +298,8 @@ const NMDevice = new Lang.Class({
 
 // protected
 this._client = client;
+this._privateConnections = privateConnections;
+
 this._connections = [ ];
 for (let i = 0; i  connections.length; i++) {
 if (!connections[i]._uuid)
@@ -692,11 +697,11 @@ const NMDeviceWired = new Lang.Class({
 Name: 'NMDeviceWired',
 Extends: NMDevice,
 
-_init: function(client, device, connections) {
+_init: function(client, device, connections, privateConnections) {
 this._autoConnectionName = _(Auto Ethernet);
 this.category = NMConnectionCategory.WIRED;
 
-this.parent(client, device, connections);
+this.parent(client, device, connections, privateConnections);
 },
 
 _createSection: function() {
@@ -717,12 +722,15 @@ const NMDeviceWired = new Lang.Class({
 let connection = new NetworkManager.Connection();
 connection._uuid = NetworkManager.utils_uuid_generate();
 connection.add_setting(new NetworkManager.SettingWired());
-connection.add_setting(new NetworkManager.SettingConnection({
+let connectionSetting = new NetworkManager.SettingConnection({
 uuid: connection._uuid,
 id: 

commit guile for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package guile for openSUSE:Factory checked 
in at 2012-06-29 13:22:46

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


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

Changes:

--- /work/SRC/openSUSE:Factory/guile/guile.changes  2012-05-03 
10:56:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.guile.new/guile.changes 2012-06-29 
13:22:47.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 29 09:26:41 UTC 2012 - co...@suse.com
+
+- libffi-devel is more generic than specific gcc versions (that no longer
+  exist in factory)
+
+---



Other differences:
--
++ guile.spec ++
--- /var/tmp/diff_new_pack.dcbUjs/_old  2012-06-29 13:22:49.0 +0200
+++ /var/tmp/diff_new_pack.dcbUjs/_new  2012-06-29 13:22:49.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # define the name used for versioning libs and directories.
 %define guilemaj2
 %define guilemin0
@@ -27,7 +28,7 @@
 Name:   guile
 BuildRequires:  gc-devel
 BuildRequires:  gmp-devel
-BuildRequires:  libffi46-devel
+BuildRequires:  libffi-devel
 BuildRequires:  libltdl-devel
 BuildRequires:  libunistring-devel
 BuildRequires:  pkg-config
@@ -93,11 +94,16 @@
 Summary:GNU's Ubiquitous Intelligent Language for Extension
 License:LGPL-2.1+
 Group:  Development/Languages/Scheme
-Requires:   gmp-devel readline-devel ncurses-devel gc-devel 
libunistring-devel libffi-devel
+Requires:   gc-devel
+Requires:   gmp-devel
+Requires:   libffi-devel
+Requires:   libunistring-devel
+Requires:   ncurses-devel
+Requires:   readline-devel
 # following Requires needed because /usr/bin/guile-config needs /usr/bin/guile
 Requires:   guile = %{version}
-Requires:   libguilereadline-%{greadsuff} = %{version}
 Requires:   libguile-%{gsuff} = %{version}
+Requires:   libguilereadline-%{greadsuff} = %{version}
 
 %description devel
 This is Guile, a portable, embeddable Scheme implementation written in

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



commit guile for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package guile for openSUSE:12.2 checked in 
at 2012-06-29 13:22:51

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


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

Changes:

--- /work/SRC/openSUSE:12.2/guile/guile.changes 2012-06-25 15:35:01.0 
+0200
+++ /work/SRC/openSUSE:12.2/.guile.new/guile.changes2012-06-29 
13:22:52.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 29 09:26:41 UTC 2012 - co...@suse.com
+
+- libffi-devel is more generic than specific gcc versions (that no longer
+  exist in factory)
+
+---



Other differences:
--
++ guile.spec ++
--- /var/tmp/diff_new_pack.Kswh1K/_old  2012-06-29 13:22:52.0 +0200
+++ /var/tmp/diff_new_pack.Kswh1K/_new  2012-06-29 13:22:52.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # define the name used for versioning libs and directories.
 %define guilemaj2
 %define guilemin0
@@ -27,7 +28,7 @@
 Name:   guile
 BuildRequires:  gc-devel
 BuildRequires:  gmp-devel
-BuildRequires:  libffi46-devel
+BuildRequires:  libffi-devel
 BuildRequires:  libltdl-devel
 BuildRequires:  libunistring-devel
 BuildRequires:  pkg-config
@@ -93,11 +94,16 @@
 Summary:GNU's Ubiquitous Intelligent Language for Extension
 License:LGPL-2.1+
 Group:  Development/Languages/Scheme
-Requires:   gmp-devel readline-devel ncurses-devel gc-devel 
libunistring-devel libffi-devel
+Requires:   gc-devel
+Requires:   gmp-devel
+Requires:   libffi-devel
+Requires:   libunistring-devel
+Requires:   ncurses-devel
+Requires:   readline-devel
 # following Requires needed because /usr/bin/guile-config needs /usr/bin/guile
 Requires:   guile = %{version}
-Requires:   libguilereadline-%{greadsuff} = %{version}
 Requires:   libguile-%{gsuff} = %{version}
+Requires:   libguilereadline-%{greadsuff} = %{version}
 
 %description devel
 This is Guile, a portable, embeddable Scheme implementation written in

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



commit kdebase3 for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package kdebase3 for openSUSE:Factory 
checked in at 2012-06-29 13:24:02

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kdebase3/kdebase3.changes2012-06-25 
12:32:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase3.new/kdebase3.changes   2012-06-29 
13:24:03.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 29 09:48:12 UTC 2012 - co...@suse.com
+
+- xorg-x11 no longer requires bdftopcf on factory
+
+---



Other differences:
--
++ kdebase3.spec ++
--- /var/tmp/diff_new_pack.gsmpSy/_old  2012-06-29 13:24:09.0 +0200
+++ /var/tmp/diff_new_pack.gsmpSy/_new  2012-06-29 13:24:09.0 +0200
@@ -49,6 +49,9 @@
 %if %suse_version = 1130
 BuildRequires:  libusb-compat-devel
 %endif
+%if %suse_version  1210
+BuildRequires:  bdftopcf
+%endif
 %if 0%{?with_hal}  0
 BuildRequires:  hal-devel
 Provides:   kdebase3-with-hal-enabled
@@ -333,7 +336,8 @@
 %if 0%{?with_hal}  0
 Recommends: kdebase3-with-hal-enabled
 %else
-Requires:   udisks-glue udisks
+Requires:   udisks
+Requires:   udisks-glue
 %if %suse_version  1210
 Requires:   udisks2
 %endif






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



commit kdebase3 for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package kdebase3 for openSUSE:12.2 checked 
in at 2012-06-29 13:24:08

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


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

Changes:

--- /work/SRC/openSUSE:12.2/kdebase3/kdebase3.changes   2012-06-25 
15:37:10.0 +0200
+++ /work/SRC/openSUSE:12.2/.kdebase3.new/kdebase3.changes  2012-06-29 
13:24:09.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 29 09:48:12 UTC 2012 - co...@suse.com
+
+- xorg-x11 no longer requires bdftopcf on factory
+
+---



Other differences:
--
++ kdebase3.spec ++
--- /var/tmp/diff_new_pack.9yrrmV/_old  2012-06-29 13:24:11.0 +0200
+++ /var/tmp/diff_new_pack.9yrrmV/_new  2012-06-29 13:24:11.0 +0200
@@ -49,6 +49,9 @@
 %if %suse_version = 1130
 BuildRequires:  libusb-compat-devel
 %endif
+%if %suse_version  1210
+BuildRequires:  bdftopcf
+%endif
 %if 0%{?with_hal}  0
 BuildRequires:  hal-devel
 Provides:   kdebase3-with-hal-enabled
@@ -333,7 +336,8 @@
 %if 0%{?with_hal}  0
 Recommends: kdebase3-with-hal-enabled
 %else
-Requires:   udisks-glue udisks
+Requires:   udisks
+Requires:   udisks-glue
 %if %suse_version  1210
 Requires:   udisks2
 %endif






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



commit libservicelog for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package libservicelog for openSUSE:Factory 
checked in at 2012-06-29 13:24:37

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


Package is libservicelog, Maintainer is jloe...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libservicelog/libservicelog.changes  
2012-02-01 09:58:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.libservicelog.new/libservicelog.changes 
2012-06-29 13:25:04.0 +0200
@@ -1,0 +2,8 @@
+Thu Jun 28 16:28:34 CEST 2012 - p...@suse.de
+
+- Using both -version-info and -release options for libtool is bogus,
+  therefore use version-info only and name shared library package
+  accordingly.
+- Adapt requires of -devel package.
+
+---

New:

  libservicelog-lib_version.patch



Other differences:
--
++ libservicelog.spec ++
--- /var/tmp/diff_new_pack.eZdnVi/_old  2012-06-29 13:25:05.0 +0200
+++ /var/tmp/diff_new_pack.eZdnVi/_new  2012-06-29 13:25:05.0 +0200
@@ -16,6 +16,8 @@
 #
 
 
+%define so_version 1
+
 Name:   libservicelog
 Version:1.1.11
 Release:0
@@ -38,6 +40,7 @@
 Patch0: libservicelog.install.patch
 Patch4: libservicelog-pkgconfig.patch
 Patch5: libservicelog-printf_types.patch
+Patch6: libservicelog-lib_version.patch
 
 %description
 The libservicelog package contains a library to create and maintain a
@@ -46,12 +49,13 @@
 the logging of service procedures that have been performed upon the
 system.
 
-%package -n libservicelog-1_1-1
+
+%package -n %{name}%{so_version}
 Summary:Servicelog Database and Library
 Group:  System/Libraries
 Provides:   libservicelog-library
 
-%description  -n libservicelog-1_1-1
+%description  -n %{name}%{so_version}
 The libservicelog package contains a library to create and maintain a
 database for storing events related to system service. This database 
 allows for the logging of serviceable and informational events, and for
@@ -61,8 +65,9 @@
 %packagedevel
 Summary:Development files for libservicelog
 Group:  Development/Libraries/Other
-Requires:   %{name} = %{version} glibc-devel
-Requires:   libservicelog-1_1-1
+Requires:   %{name} = %{version}
+Requires:   %{name}%{so_version} = %{version}
+Requires:   glibc-devel
 
 %descriptiondevel
 Contains header files for building with libservicelog.
@@ -72,6 +77,7 @@
 %patch0 
 %patch4
 %patch5
+%patch6
 
 %build
 autoreconf -fiv
@@ -85,9 +91,9 @@
 %pre
 /usr/sbin/groupadd -r service || echo groupadd service failed
 
-%post  -n libservicelog-1_1-1 -p /sbin/ldconfig
+%post  -n %{name}%{so_version} -p /sbin/ldconfig
 
-%postun  -n libservicelog-1_1-1 -p /sbin/ldconfig
+%postun  -n %{name}%{so_version} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root,-)
@@ -95,7 +101,7 @@
 %attr( 754, root, service ) %dir /var/lib/servicelog
 %attr( 644, root, service ) /var/lib/servicelog/servicelog.db
 
-%files -n libservicelog-1_1-1
+%files -n %{name}%{so_version}
 %defattr(-,root,root,-)
 %{_libdir}/lib*.so.*
 # dlopen object

++ libservicelog-lib_version.patch ++
Index: src/Makefile.am
===
--- src/Makefile.am.orig2011-03-14 22:34:44.0 +0100
+++ src/Makefile.am 2012-06-28 16:14:30.385936569 +0200
@@ -33,8 +33,10 @@ AM_LFLAGS = -Pv29nfy_ -olex.yy.c
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = servicelog-1.pc
 
-libservicelog_la_LDFLAGS = -module -version-info \
-   @GENERIC_API_VERSION@ -release @GENERIC_RELEASE@
+#libservicelog_la_LDFLAGS = -module -version-info \
+#  @GENERIC_API_VERSION@ -release @GENERIC_RELEASE@
+
+libservicelog_la_LDFLAGS = -version-info @GENERIC_API_VERSION@
 
 AM_CFLAGS  = -Wall -g -DDEST_DIR='${exec_prefix}'
 AM_LDFLAGS = -lsqlite3 -lrtas -lrtasevent
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit nagios-plugins-zypper for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package nagios-plugins-zypper for 
openSUSE:Factory checked in at 2012-06-29 13:25:34

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


Package is nagios-plugins-zypper, Maintainer is lr...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/nagios-plugins-zypper/nagios-plugins-zypper.changes  
2012-05-08 12:28:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.nagios-plugins-zypper.new/nagios-plugins-zypper.changes
 2012-06-29 13:25:43.0 +0200
@@ -1,0 +2,9 @@
+Thu Jun 28 18:33:30 UTC 2012 - l...@linux-schulserver.de
+
+- update to 1.42:
+  + whitelist Vendor 'openSUSE'
+  + added Apparmor profile for check_zypper
+  = if used with '-i' option, the ignore file must be placed in 
+ /etc/nagios, otherwise the script will fail
+
+---

New:

  usr.lib.nagios.plugins.check_zypper



Other differences:
--
++ nagios-plugins-zypper.spec ++
--- /var/tmp/diff_new_pack.QFxHpB/_old  2012-06-29 13:25:45.0 +0200
+++ /var/tmp/diff_new_pack.QFxHpB/_new  2012-06-29 13:25:45.0 +0200
@@ -20,16 +20,18 @@
 Summary:Nagios plugin for checking software updates
 License:BSD-4-Clause
 Group:  System/Monitoring
-Version:1.41
+Version:1.42
 Release:0
 Url:http://en.opensuse.org/Nagios-plugins-zypper
 Source0:check_zypper.pl
+Source1:usr.lib.nagios.plugins.check_zypper 
 Requires:   gawk
 Requires:   grep
 Requires:   rpm
 %if 0%{?suse_version}  1010
 # nagios can execute the script with embedded perl
 Recommends: perl 
+Recommends: apparmor-parser
 %endif
 Requires:   zypper
 BuildArch:  noarch
@@ -56,6 +58,7 @@
 
 %install
 install -D -m755 %{SOURCE0} %buildroot/%{nagios_plugindir}/check_zypper
+install -D -m644 %{SOURCE1} 
%{buildroot}%{_sysconfdir}/apparmor.d/usr.lib.nagios.plugins.check_zypper
 
 %clean
 rm -rf %buildroot
@@ -65,6 +68,8 @@
 # avoid build dependecy of nagios - own the dirs
 %dir %{nagios_libdir}
 %dir %{nagios_plugindir}
+%dir %{_sysconfdir}/apparmor.d
+%config(noreplace) 
%{_sysconfdir}/apparmor.d/usr.lib.nagios.plugins.check_zypper
 %{nagios_plugindir}/check_zypper
 
 %changelog

++ check_zypper.pl ++
--- /var/tmp/diff_new_pack.QFxHpB/_old  2012-06-29 13:25:45.0 +0200
+++ /var/tmp/diff_new_pack.QFxHpB/_new  2012-06-29 13:25:45.0 +0200
@@ -50,7 +50,7 @@
 
 # constants
 $PROGNAME = check_zypper;
-$VERSION  = '1.41';
+$VERSION  = '1.42';
 $DEBUG= 0;
 
 # variables
@@ -172,6 +172,8 @@
 print   Print detailed help screen\n;
 print   -i, --ignore file\n;
 print   Ignore patches/packages that are mentioned in file\n;
+   print   Place the file in /etc/nagios/ and/or adapt the apparmor 
profile\n;
+   print   before using this feature!\n;
 print   Just list one patch/package per line - example:\n\n;
 print   patch:libtiff-devel\n;
 print   # comment\n;
@@ -314,7 +316,7 @@
 my @unsup_packagelist = ();
 
 if ($opt_u) {
-@unsup_packagelist = `$rpm -qa --qf %{NAME} %{VENDOR}\n | $grep -v 
'SUSE LINUX Products GmbH, Nuernberg, Germany' | $grep -v gpg-pubkey | $awk ' 
 { print \$1 }'`;
+@unsup_packagelist = `$rpm -qa --qf %{NAME} %{VENDOR}\n | $grep -v 
'SUSE LINUX Products GmbH, Nuernberg, Germany' | $grep -v 'openSUSE' | $grep -v 
gpg-pubkey | $awk '  { print \$1 }'`;
 my $category = 'unsupported';
 my $status   = 'new';
 foreach my $name ( sort(@unsup_packagelist) ) {

++ usr.lib.nagios.plugins.check_zypper ++
# Last Modified: Sun Jul 17 14:48:41 2011
#include tunables/global

/usr/lib/nagios/plugins/check_zypper {
  #include abstractions/base
  #include abstractions/perl
  #include abstractions/wutmp

  /etc/SuSE-release r,

  /bin/grep PUx,
  /bin/awk PUx,
  /bin/rpm PUx,
  /bin/bash PUx,
  /usr/bin/sudo PUx,
  /usr/bin/zypper PUx, 
  /usr/sbin/zypp-refresh-wrapper PUx,

  # as we do not know how people name the ignore file, we 
  # allow read access to everything below /etc/nagios here
  # feel free to limit this to exactly the file you need
  /etc/nagios/** r,

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



commit perl-CPAN-Meta for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Meta for openSUSE:12.2 
checked in at 2012-06-29 13:26:24

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


Package is perl-CPAN-Meta, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-06-28 07:48:42.835576985 +0200
+++ /work/SRC/openSUSE:12.2/.perl-CPAN-Meta.new/perl-CPAN-Meta.changes  
2012-06-29 13:26:26.0 +0200
@@ -0,0 +1,128 @@
+---
+Thu May 31 13:38:13 UTC 2012 - co...@suse.com
+
+- we need to use the package name explicitly because of version
+  mismatch between perl and rpm
+
+---
+Wed May 30 12:33:34 UTC 2012 - co...@suse.com
+
+- updated to 2.120921
+  [REMOVED]
+
+  - CPAN::Meta::Requirements has been split out into its own distribution
+so it can be used by CPAN.pm without requiring all of CPAN::Meta
+
+  [ADDED]
+
+  - CPAN::Meta::Requirements now has a 'requirements_for_module' method
+to retrieve a version requirements string for a specific module
+[Leon Timmermans]
+
+  [OTHER]
+
+  - Parse::CPAN::Meta prerequisite bumped to 1.4403
+  - JSON::PP prerequisites bumped to 2.27200
+  - CPAN::Meta::YAML prerequisite bumped to 0.008
+
+  [BUGFIX]
+
+  - CPAN::Meta::Requirements now treats undef requirements given to
+from_string_hash() as '0' and warns about it; add_string_requirements()
+dies if it does not get a requirements string to parse
+
+
+---
+Tue Mar  6 07:26:18 UTC 2012 - co...@suse.com
+
+- updated to 2.120630
+  [BUGFIX]
+
+  - CPAN::Meta::Requirements now ensures that dotted-decimal versions are
+represented in normalized form when stringified.  This fixes a
+regression in META conversion in 2.120620.
+[Reported by Kent Fredric; fixed by David Golden]
+
+  [ADDED]
+
+  - CPAN::Meta::Requirements::add_string_requirements allows building
+a requirements specification piecemeal [Cory G. Watson]
+
+  [BUGFIX]
+
+  - Version range handling fixed [RT#75424]
+
+  - CPAN::Meta::Converter handles bad version strings more gracefully,
+truncating alphanumerics and otherwise falling back to 0.  This
+is likely better than dropping a prerequisite or dying.
+[RT#75427]
+
+---
+Thu Feb 23 09:55:46 UTC 2012 - co...@suse.com
+
+- updated to 2.120530
+ - Dialed back perl prereq to 5.006
+
+---
+Sat Feb 11 06:53:58 UTC 2012 - co...@suse.com
+
+- updated to 2.120351
+  - Fixed CPAN packaging errors
+  - Work around a memory leak bug involving version objects
+in boolean context.
+
+---
+Mon Jan  9 10:33:25 UTC 2012 - co...@suse.com
+
+- updated to 2.113640
+  - Version::Requirements has now been merged as CPAN::Meta::Requirements,
+rendering Version::Requirements itself redundant
+
+---
+Sun Dec 11 09:18:54 UTC 2011 - co...@suse.de
+
+- updated to 2.112621
+
+---
+Sun Jun  5 01:58:02 UTC 2011 - l...@linux-schulserver.de
+
+- fix build on distributions with old Test::More module
+  ( perl-CPAN-Meta-use_lib.patch )
+
+---
+Fri Apr 29 10:14:29 UTC 2011 - co...@opensuse.org
+
+- regenerated with cpanspec
+
+---
+Sun Apr  3 14:46:49 UTC 2011 - co...@novell.com
+
+- updated to 2.110930
+  - Fixed a bug in the 'as_string' method that checked the module version
+instead of the meta-spec version when conversion was requested
+(RT #67188)
+
+---
+Fri Apr  1 17:33:54 UTC 2011 - co...@novell.com
+
+- update to 2.110910
+ - The 1.x spec gpl and lgpl and mozilla license values now up-convert
+to open_source because they indicate too non-specific a license.
+ - Add explicit dependencies on JSON::PP and CPAN::Meta::YAML instead
+of relying on Parse::CPAN::Meta to provide them (as some CPAN Testers
+have had P::C::M installed without them somehow)
+ - Removed dependency on Storable as it was not a core module
+until Perl 5.8
+ - Added required field 'release_status' to the synopsis of
+CPAN::Meta::Spec (RT#66118) [Oliver Mengué]
+ - Had two different Parse::CPAN::Meta requirements, one in 'requires' and
+the other in 'build_requires'. This confused some installers, so we
+only inlude the 'requires' now.
+... for more see Changes

commit perl-CPAN-Meta-Check for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Meta-Check for 
openSUSE:Factory checked in at 2012-06-29 13:26:29

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


Package is perl-CPAN-Meta-Check, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-CPAN-Meta-Check/perl-CPAN-Meta-Check.changes
2012-06-29 07:01:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Meta-Check.new/perl-CPAN-Meta-Check.changes
   2012-06-29 13:26:30.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 29 10:37:05 UTC 2012 - co...@suse.com
+
+- revert back to not relying on perl bundles (sigh)
+
+---



Other differences:
--
++ perl-CPAN-Meta-Check.spec ++
--- /var/tmp/diff_new_pack.gqS2D0/_old  2012-06-29 13:26:31.0 +0200
+++ /var/tmp/diff_new_pack.gqS2D0/_new  2012-06-29 13:26:31.0 +0200
@@ -34,10 +34,8 @@
 BuildRequires:  perl(Test::Differences)
 BuildRequires:  perl(Test::More) = 0.88
 #BuildRequires: perl(CPAN::Meta::Check)
-%if %suse_version  1220
 BuildRequires:  perl-CPAN-Meta = 2.121
 Requires:   perl-CPAN-Meta = 2.121
-%endif
 Requires:   perl-CPAN-Meta-Requirements = 2.121
 Requires:   perl(Module::Metadata)
 %{perl_requires}

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



commit perl-CPAN-Meta-Check for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Meta-Check for 
openSUSE:12.2 checked in at 2012-06-29 13:26:34

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


Package is perl-CPAN-Meta-Check, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/perl-CPAN-Meta-Check/perl-CPAN-Meta-Check.changes   
2012-06-29 07:02:01.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.perl-CPAN-Meta-Check.new/perl-CPAN-Meta-Check.changes  
2012-06-29 13:26:35.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 29 10:37:05 UTC 2012 - co...@suse.com
+
+- revert back to not relying on perl bundles (sigh)
+
+---



Other differences:
--
++ perl-CPAN-Meta-Check.spec ++
--- /var/tmp/diff_new_pack.J2exRv/_old  2012-06-29 13:26:35.0 +0200
+++ /var/tmp/diff_new_pack.J2exRv/_new  2012-06-29 13:26:35.0 +0200
@@ -34,10 +34,8 @@
 BuildRequires:  perl(Test::Differences)
 BuildRequires:  perl(Test::More) = 0.88
 #BuildRequires: perl(CPAN::Meta::Check)
-%if %suse_version  1220
 BuildRequires:  perl-CPAN-Meta = 2.121
 Requires:   perl-CPAN-Meta = 2.121
-%endif
 Requires:   perl-CPAN-Meta-Requirements = 2.121
 Requires:   perl(Module::Metadata)
 %{perl_requires}

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



commit aria2 for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package aria2 for openSUSE:Factory checked 
in at 2012-06-29 13:58:48

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-04-12 
09:18:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.aria2.new/aria2.changes 2012-06-29 
13:58:51.0 +0200
@@ -1,0 +2,33 @@
+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

New:

  aria2-1.15.1.tar.xz



Other differences:
--
++ aria2.spec ++
--- /var/tmp/diff_new_pack.Wixl9o/_old  2012-06-29 13:58:53.0 +0200
+++ /var/tmp/diff_new_pack.Wixl9o/_new  2012-06-29 13:58:53.0 +0200
@@ -28,12 +28,6 @@
  %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
@@ -41,12 +35,12 @@
 %endif
 
 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
 Group:  Productivity/Networking/Other
-Source: 
http://prdownloads.sourceforge.net/aria2/aria2-%{version}.tar.bz2
+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
@@ -59,25 +53,13 @@
 %endif
 %if %{?with_gnutls:1}0
 BuildRequires:  libgcrypt-devel
-%if %suse_version  1030
 BuildRequires:  libgnutls-devel
-%else
-BuildRequires:  gnutls-devel
-%endif #%suse_version  1030
 %endif #with_gnutls
 %if %{?with_openssl:1}0
-%if %suse_version = 1030
 BuildRequires:  libopenssl-devel
-%else
-BuildRequires:  openssl-devel
-%endif #%suse_version = 1030
 %endif #with_openssl
-%if %suse_version = 1030
 BuildRequires:  libexpat-devel
 %else
-BuildRequires:  expat
-%endif #expat
-%else
 %if %{?with_gnutls:1}0
 BuildRequires:  expat
 %endif #with_gnutls
@@ -86,33 +68,24 @@
 %endif #with_openssl
 BuildRequires:  expat-devel
 %endif #0%{?suse_version:1}
-%if 0%{?!suse_version:1} || 0%{?suse_version} = 1020
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  bash
+BuildRequires:  bison
 BuildRequires:  cppunit-devel
-%endif
 BuildRequires:  gcc-c++
 BuildRequires:  gettext
 BuildRequires:  gettext-devel
 BuildRequires:  glibc-devel
 BuildRequires:  intltool
-BuildRequires:  libstdc++-devel
-BuildRequires:  make
-BuildRequires:  zlib-devel
-%if 0%{?suse_version} = 1130
 BuildRequires:  libcares-devel
-%endif #cares
-%if 0%{?with_sqlite}
-%if 0%{?suse_version}  1100
-BuildRequires:  sqlite-devel
-%else
-BuildRequires:  sqlite3-devel
-%endif #suse_version
-%endif 

commit bundle-lang-common for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package bundle-lang-common for 
openSUSE:Factory checked in at 2012-06-29 14:01:00

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


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

Changes:

--- /work/SRC/openSUSE:Factory/bundle-lang-common/bundle-lang-common.changes
2012-05-25 16:14:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.bundle-lang-common.new/bundle-lang-common.changes   
2012-06-29 14:01:09.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 29 11:04:31 UTC 2012 - co...@suse.com
+
+- update package list
+
+---
bundle-lang-gnome-extras.changes: same change
bundle-lang-gnome.changes: same change
bundle-lang-kde.changes: same change



Other differences:
--
++ bundle-lang-common.spec ++
 1273 lines (skipped)
 between 
/work/SRC/openSUSE:Factory/bundle-lang-common/bundle-lang-common.spec
 and 
/work/SRC/openSUSE:Factory/.bundle-lang-common.new/bundle-lang-common.spec

bundle-lang-gnome-extras.spec: same change
bundle-lang-gnome.spec: same change
++ bundle-lang-kde.spec ++
--- /var/tmp/diff_new_pack.l5qkLm/_old  2012-06-29 14:01:13.0 +0200
+++ /var/tmp/diff_new_pack.l5qkLm/_new  2012-06-29 14:01:13.0 +0200
@@ -25,7 +25,6 @@
 BuildRequires:  apper-lang
 BuildRequires:  fdupes
 BuildRequires:  ggz-client-libs-lang
-BuildRequires:  k3b-lang
 BuildRequires:  kdebase4-openSUSE-lang
 BuildRequires:  ktorrent-lang
 BuildRequires:  kwebkitpart-lang
@@ -77,7 +76,6 @@
 Provides:   amarok-lang = %(rpm -q --queryformat '%{VERSION}' amarok-lang)
 Provides:   apper-lang = %(rpm -q --queryformat '%{VERSION}' apper-lang)
 Provides:   ggz-client-libs-lang = %(rpm -q --queryformat '%{VERSION}' 
ggz-client-libs-lang)
-Provides:   k3b-lang = %(rpm -q --queryformat '%{VERSION}' k3b-lang)
 Provides:   kdebase4-openSUSE-lang = %(rpm -q --queryformat '%{VERSION}' 
kdebase4-openSUSE-lang)
 Provides:   ktorrent-lang = %(rpm -q --queryformat '%{VERSION}' 
ktorrent-lang)
 Provides:   kwebkitpart-lang = %(rpm -q --queryformat '%{VERSION}' 
kwebkitpart-lang)
@@ -87,7 +85,6 @@
 Provides:   locale(amarok:en)
 Provides:   locale(apper:en)
 Provides:   locale(ggz-client-libs:en)
-Provides:   locale(k3b:en)
 Provides:   locale(kdebase4-openSUSE:en)
 Provides:   locale(ktorrent:en)
 Provides:   locale(kwebkitpart:en)
@@ -121,7 +118,6 @@
 Provides:   amarok-lang = %(rpm -q --queryformat '%{VERSION}' amarok-lang)
 Provides:   apper-lang = %(rpm -q --queryformat '%{VERSION}' apper-lang)
 Provides:   ggz-client-libs-lang = %(rpm -q --queryformat '%{VERSION}' 
ggz-client-libs-lang)
-Provides:   k3b-lang = %(rpm -q --queryformat '%{VERSION}' k3b-lang)
 Provides:   kdebase4-openSUSE-lang = %(rpm -q --queryformat '%{VERSION}' 
kdebase4-openSUSE-lang)
 Provides:   ktorrent-lang = %(rpm -q --queryformat '%{VERSION}' 
ktorrent-lang)
 Provides:   kwebkitpart-lang = %(rpm -q --queryformat '%{VERSION}' 
kwebkitpart-lang)
@@ -131,7 +127,6 @@
 Provides:   locale(amarok:de)
 Provides:   locale(apper:de)
 Provides:   locale(ggz-client-libs:de)
-Provides:   locale(k3b:de)
 Provides:   locale(kdebase4-openSUSE:de)
 Provides:   locale(ktorrent:de)
 Provides:   locale(kwebkitpart:de)
@@ -165,7 +160,6 @@
 Provides:   amarok-lang = %(rpm -q --queryformat '%{VERSION}' amarok-lang)
 Provides:   apper-lang = %(rpm -q --queryformat '%{VERSION}' apper-lang)
 Provides:   ggz-client-libs-lang = %(rpm -q --queryformat '%{VERSION}' 
ggz-client-libs-lang)
-Provides:   k3b-lang = %(rpm -q --queryformat '%{VERSION}' k3b-lang)
 Provides:   kdebase4-openSUSE-lang = %(rpm -q --queryformat '%{VERSION}' 
kdebase4-openSUSE-lang)
 Provides:   ktorrent-lang = %(rpm -q --queryformat '%{VERSION}' 
ktorrent-lang)
 Provides:   kwebkitpart-lang = %(rpm -q --queryformat '%{VERSION}' 
kwebkitpart-lang)
@@ -175,7 +169,6 @@
 Provides:   locale(amarok:es)
 Provides:   locale(apper:es)
 Provides:   locale(ggz-client-libs:es)
-Provides:   locale(k3b:es)
 Provides:   locale(kdebase4-openSUSE:es)
 Provides:   locale(ktorrent:es)
 Provides:   locale(kwebkitpart:es)
@@ -209,7 +202,6 @@
 Provides:   amarok-lang = %(rpm -q --queryformat '%{VERSION}' amarok-lang)
 Provides:   apper-lang = %(rpm -q --queryformat '%{VERSION}' apper-lang)
 Provides:   ggz-client-libs-lang = %(rpm -q --queryformat '%{VERSION}' 
ggz-client-libs-lang)
-Provides:   k3b-lang = %(rpm -q --queryformat '%{VERSION}' k3b-lang)
 Provides:   

commit bundle-lang-common for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package bundle-lang-common for openSUSE:12.2 
checked in at 2012-06-29 14:03:20

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


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

Changes:

--- /work/SRC/openSUSE:12.2/bundle-lang-common/bundle-lang-common.changes   
2012-06-25 15:16:10.0 +0200
+++ /work/SRC/openSUSE:12.2/.bundle-lang-common.new/bundle-lang-common.changes  
2012-06-29 14:03:21.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 29 11:04:31 UTC 2012 - co...@suse.com
+
+- update package list
+
+---
bundle-lang-gnome-extras.changes: same change
bundle-lang-gnome.changes: same change
bundle-lang-kde.changes: same change



Other differences:
--
++ bundle-lang-common.spec ++
 1273 lines (skipped)
 between /work/SRC/openSUSE:12.2/bundle-lang-common/bundle-lang-common.spec
 and /work/SRC/openSUSE:12.2/.bundle-lang-common.new/bundle-lang-common.spec

bundle-lang-gnome-extras.spec: same change
bundle-lang-gnome.spec: same change
++ bundle-lang-kde.spec ++
--- /var/tmp/diff_new_pack.CmqXCh/_old  2012-06-29 14:03:22.0 +0200
+++ /var/tmp/diff_new_pack.CmqXCh/_new  2012-06-29 14:03:22.0 +0200
@@ -25,7 +25,6 @@
 BuildRequires:  apper-lang
 BuildRequires:  fdupes
 BuildRequires:  ggz-client-libs-lang
-BuildRequires:  k3b-lang
 BuildRequires:  kdebase4-openSUSE-lang
 BuildRequires:  ktorrent-lang
 BuildRequires:  kwebkitpart-lang
@@ -77,7 +76,6 @@
 Provides:   amarok-lang = %(rpm -q --queryformat '%{VERSION}' amarok-lang)
 Provides:   apper-lang = %(rpm -q --queryformat '%{VERSION}' apper-lang)
 Provides:   ggz-client-libs-lang = %(rpm -q --queryformat '%{VERSION}' 
ggz-client-libs-lang)
-Provides:   k3b-lang = %(rpm -q --queryformat '%{VERSION}' k3b-lang)
 Provides:   kdebase4-openSUSE-lang = %(rpm -q --queryformat '%{VERSION}' 
kdebase4-openSUSE-lang)
 Provides:   ktorrent-lang = %(rpm -q --queryformat '%{VERSION}' 
ktorrent-lang)
 Provides:   kwebkitpart-lang = %(rpm -q --queryformat '%{VERSION}' 
kwebkitpart-lang)
@@ -87,7 +85,6 @@
 Provides:   locale(amarok:en)
 Provides:   locale(apper:en)
 Provides:   locale(ggz-client-libs:en)
-Provides:   locale(k3b:en)
 Provides:   locale(kdebase4-openSUSE:en)
 Provides:   locale(ktorrent:en)
 Provides:   locale(kwebkitpart:en)
@@ -121,7 +118,6 @@
 Provides:   amarok-lang = %(rpm -q --queryformat '%{VERSION}' amarok-lang)
 Provides:   apper-lang = %(rpm -q --queryformat '%{VERSION}' apper-lang)
 Provides:   ggz-client-libs-lang = %(rpm -q --queryformat '%{VERSION}' 
ggz-client-libs-lang)
-Provides:   k3b-lang = %(rpm -q --queryformat '%{VERSION}' k3b-lang)
 Provides:   kdebase4-openSUSE-lang = %(rpm -q --queryformat '%{VERSION}' 
kdebase4-openSUSE-lang)
 Provides:   ktorrent-lang = %(rpm -q --queryformat '%{VERSION}' 
ktorrent-lang)
 Provides:   kwebkitpart-lang = %(rpm -q --queryformat '%{VERSION}' 
kwebkitpart-lang)
@@ -131,7 +127,6 @@
 Provides:   locale(amarok:de)
 Provides:   locale(apper:de)
 Provides:   locale(ggz-client-libs:de)
-Provides:   locale(k3b:de)
 Provides:   locale(kdebase4-openSUSE:de)
 Provides:   locale(ktorrent:de)
 Provides:   locale(kwebkitpart:de)
@@ -165,7 +160,6 @@
 Provides:   amarok-lang = %(rpm -q --queryformat '%{VERSION}' amarok-lang)
 Provides:   apper-lang = %(rpm -q --queryformat '%{VERSION}' apper-lang)
 Provides:   ggz-client-libs-lang = %(rpm -q --queryformat '%{VERSION}' 
ggz-client-libs-lang)
-Provides:   k3b-lang = %(rpm -q --queryformat '%{VERSION}' k3b-lang)
 Provides:   kdebase4-openSUSE-lang = %(rpm -q --queryformat '%{VERSION}' 
kdebase4-openSUSE-lang)
 Provides:   ktorrent-lang = %(rpm -q --queryformat '%{VERSION}' 
ktorrent-lang)
 Provides:   kwebkitpart-lang = %(rpm -q --queryformat '%{VERSION}' 
kwebkitpart-lang)
@@ -175,7 +169,6 @@
 Provides:   locale(amarok:es)
 Provides:   locale(apper:es)
 Provides:   locale(ggz-client-libs:es)
-Provides:   locale(k3b:es)
 Provides:   locale(kdebase4-openSUSE:es)
 Provides:   locale(ktorrent:es)
 Provides:   locale(kwebkitpart:es)
@@ -209,7 +202,6 @@
 Provides:   amarok-lang = %(rpm -q --queryformat '%{VERSION}' amarok-lang)
 Provides:   apper-lang = %(rpm -q --queryformat '%{VERSION}' apper-lang)
 Provides:   ggz-client-libs-lang = %(rpm -q --queryformat '%{VERSION}' 
ggz-client-libs-lang)
-Provides:   k3b-lang = %(rpm -q --queryformat '%{VERSION}' k3b-lang)
 Provides:   kdebase4-openSUSE-lang = %(rpm -q 

commit eclipse-swt for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package eclipse-swt for openSUSE:Factory 
checked in at 2012-06-29 14:03:26

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


Package is eclipse-swt, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/eclipse-swt/eclipse-swt.changes  2012-06-13 
13:31:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.eclipse-swt.new/eclipse-swt.changes 
2012-06-29 14:03:28.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 29 07:30:49 UTC 2012 - co...@suse.com
+
+- use use one libgcj to rule them all
+
+---
@@ -2,0 +8 @@
+



Other differences:
--
++ eclipse-swt.spec ++
--- /var/tmp/diff_new_pack.RYpWQk/_old  2012-06-29 14:03:29.0 +0200
+++ /var/tmp/diff_new_pack.RYpWQk/_new  2012-06-29 14:03:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package eclipse-swt
 #
-# 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,17 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   eclipse-swt
 Summary:SWT Library for GTK2
+License:EPL-1.0
+Group:  Development/Libraries/Other
 Version:3.735
-Release:1
+Release:0
 %defineversion_suffix 3.7.3.5
 %defineso_suffix 3735
 Url:http://www.eclipse.org/swt/
-License:EPL-1.0
 Source0:libswt-%{version}.tar.bz2
 Source1:org.eclipse.swt-3.7.0.tar.bz2
 Source2:build.xml
@@ -33,40 +32,35 @@
 Patch1: libswt-includes.patch
 Patch2: libswt-build.patch
 Patch3: libswt-version.patch
-Group:  Development/Libraries/Other
 Provides:   libswt3-gtk2 = %{version}
 %if 0%{?suse_version} = 1210
 Requires:   mozilla-xulrunner192
 %endif
 Requires:   java = 1.6
-BuildRequires:  unzip
-BuildRequires:  java-devel = 1.6
 BuildRequires:  ant
-BuildRequires:  jpackage-utils
-BuildRequires:  make
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
+BuildRequires:  java-devel = 1.6
+BuildRequires:  jpackage-utils
+BuildRequires:  libgcj-devel
 BuildRequires:  libwebkit-devel
-%if 0%{?suse_version} = 1140
-BuildRequires:  libgcj45-devel
-%else
-BuildRequires:  libgcj46-devel
-%endif
+BuildRequires:  make
+BuildRequires:  pkg-config
+BuildRequires:  unzip
 %if 0%{?suse_version} = 1210
 BuildRequires:  mozilla-xulrunner192-devel
 %else
 BuildRequires:  libXt-devel
 BuildRequires:  libXtst-devel
 %endif
-BuildRequires:  mozilla-nspr-devel
-BuildRequires:  cairo
 BuildRequires:  Mesa-devel
+BuildRequires:  cairo
+BuildRequires:  glib2-devel
 BuildRequires:  gnome-vfs2-devel
 BuildRequires:  gtk2-devel
-BuildRequires:  glib2-devel
 BuildRequires:  libgnome-devel
 BuildRequires:  libgnomeui-devel
+BuildRequires:  mozilla-nspr-devel
 
 %description
 SWT is the software component that delivers native widget functionality


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



commit eclipse-swt for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package eclipse-swt for openSUSE:12.2 
checked in at 2012-06-29 14:03:30

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


Package is eclipse-swt, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/eclipse-swt/eclipse-swt.changes 2012-06-25 
15:18:10.0 +0200
+++ /work/SRC/openSUSE:12.2/.eclipse-swt.new/eclipse-swt.changes
2012-06-29 14:03:32.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 29 07:30:49 UTC 2012 - co...@suse.com
+
+- use use one libgcj to rule them all
+
+---
@@ -2,0 +8 @@
+



Other differences:
--
++ eclipse-swt.spec ++
--- /var/tmp/diff_new_pack.K5rfGY/_old  2012-06-29 14:03:32.0 +0200
+++ /var/tmp/diff_new_pack.K5rfGY/_new  2012-06-29 14:03:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package eclipse-swt
 #
-# 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,17 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   eclipse-swt
 Summary:SWT Library for GTK2
+License:EPL-1.0
+Group:  Development/Libraries/Other
 Version:3.735
-Release:1
+Release:0
 %defineversion_suffix 3.7.3.5
 %defineso_suffix 3735
 Url:http://www.eclipse.org/swt/
-License:EPL-1.0
 Source0:libswt-%{version}.tar.bz2
 Source1:org.eclipse.swt-3.7.0.tar.bz2
 Source2:build.xml
@@ -33,40 +32,35 @@
 Patch1: libswt-includes.patch
 Patch2: libswt-build.patch
 Patch3: libswt-version.patch
-Group:  Development/Libraries/Other
 Provides:   libswt3-gtk2 = %{version}
 %if 0%{?suse_version} = 1210
 Requires:   mozilla-xulrunner192
 %endif
 Requires:   java = 1.6
-BuildRequires:  unzip
-BuildRequires:  java-devel = 1.6
 BuildRequires:  ant
-BuildRequires:  jpackage-utils
-BuildRequires:  make
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
+BuildRequires:  java-devel = 1.6
+BuildRequires:  jpackage-utils
+BuildRequires:  libgcj-devel
 BuildRequires:  libwebkit-devel
-%if 0%{?suse_version} = 1140
-BuildRequires:  libgcj45-devel
-%else
-BuildRequires:  libgcj46-devel
-%endif
+BuildRequires:  make
+BuildRequires:  pkg-config
+BuildRequires:  unzip
 %if 0%{?suse_version} = 1210
 BuildRequires:  mozilla-xulrunner192-devel
 %else
 BuildRequires:  libXt-devel
 BuildRequires:  libXtst-devel
 %endif
-BuildRequires:  mozilla-nspr-devel
-BuildRequires:  cairo
 BuildRequires:  Mesa-devel
+BuildRequires:  cairo
+BuildRequires:  glib2-devel
 BuildRequires:  gnome-vfs2-devel
 BuildRequires:  gtk2-devel
-BuildRequires:  glib2-devel
 BuildRequires:  libgnome-devel
 BuildRequires:  libgnomeui-devel
+BuildRequires:  mozilla-nspr-devel
 
 %description
 SWT is the software component that delivers native widget functionality


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



commit go for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package go for openSUSE:Factory checked in 
at 2012-06-29 14:04:40

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


Package is go, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/go/go.changes2012-06-07 15:38:40.0 
+0200
+++ /work/SRC/openSUSE:Factory/.go.new/go.changes   2012-06-29 
14:04:44.0 +0200
@@ -1,0 +2,12 @@
+Thu Jun 14 08:39:11 UTC 2012 - gra...@andtech.eu
+
+- Update to bugfix release 1.0.2
+- This fixes two major bugs:
+  3695 runtime: computed hash value for struct map key ignores 
+  some fields
+  3573 runtime: use of large map key causes crash
+- Additionally, this fixes numerous smaller documentation and code
+  fixes, details can be found on this full list of changes:
+  http://code.google.com/p/go/source/list?name=release-branch.go1
+
+---

Old:

  go-1.0.1.tar.bz2

New:

  go-1.0.2.tar.bz2



Other differences:
--
++ go.spec ++
--- /var/tmp/diff_new_pack.ZYZnXi/_old  2012-06-29 14:04:48.0 +0200
+++ /var/tmp/diff_new_pack.ZYZnXi/_new  2012-06-29 14:04:48.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   go
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:A compiled, garbage-collected, concurrent programming language
 License:BSD-3-Clause
@@ -55,7 +55,7 @@
 # in this source tarball baked into it, libs compiled with a different version
 # cannot be linked anyway so all library packages will depend on this version 
string.
 # the version string is pulled into the %%godepends macro using the go 
version command.
-%define goversion go1.0.1
+%define goversion go1.0.2
 Provides:   go-devel = %{goversion}
 Provides:   go-devel-static = %{goversion}
 Obsoletes:  go-devel  %{goversion}

++ VERSION ++
--- /var/tmp/diff_new_pack.ZYZnXi/_old  2012-06-29 14:04:48.0 +0200
+++ /var/tmp/diff_new_pack.ZYZnXi/_new  2012-06-29 14:04:48.0 +0200
@@ -1 +1 @@
-go1.0.1
\ No newline at end of file
+go1.0.2
\ No newline at end of file

++ go-1.0.1.tar.bz2 - go-1.0.2.tar.bz2 ++
/work/SRC/openSUSE:Factory/go/go-1.0.1.tar.bz2 
/work/SRC/openSUSE:Factory/.go.new/go-1.0.2.tar.bz2 differ: char 11, line 1

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



commit go for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package go for openSUSE:12.2 checked in at 
2012-06-29 14:04:48

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


Package is go, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/go/go.changes   2012-06-25 15:34:27.0 
+0200
+++ /work/SRC/openSUSE:12.2/.go.new/go.changes  2012-06-29 14:04:51.0 
+0200
@@ -1,0 +2,12 @@
+Thu Jun 14 08:39:11 UTC 2012 - gra...@andtech.eu
+
+- Update to bugfix release 1.0.2
+- This fixes two major bugs:
+  3695 runtime: computed hash value for struct map key ignores 
+  some fields
+  3573 runtime: use of large map key causes crash
+- Additionally, this fixes numerous smaller documentation and code
+  fixes, details can be found on this full list of changes:
+  http://code.google.com/p/go/source/list?name=release-branch.go1
+
+---

Old:

  go-1.0.1.tar.bz2

New:

  go-1.0.2.tar.bz2



Other differences:
--
++ go.spec ++
--- /var/tmp/diff_new_pack.h3Vm7h/_old  2012-06-29 14:04:52.0 +0200
+++ /var/tmp/diff_new_pack.h3Vm7h/_new  2012-06-29 14:04:52.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   go
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:A compiled, garbage-collected, concurrent programming language
 License:BSD-3-Clause
@@ -55,7 +55,7 @@
 # in this source tarball baked into it, libs compiled with a different version
 # cannot be linked anyway so all library packages will depend on this version 
string.
 # the version string is pulled into the %%godepends macro using the go 
version command.
-%define goversion go1.0.1
+%define goversion go1.0.2
 Provides:   go-devel = %{goversion}
 Provides:   go-devel-static = %{goversion}
 Obsoletes:  go-devel  %{goversion}

++ VERSION ++
--- /var/tmp/diff_new_pack.h3Vm7h/_old  2012-06-29 14:04:52.0 +0200
+++ /var/tmp/diff_new_pack.h3Vm7h/_new  2012-06-29 14:04:52.0 +0200
@@ -1 +1 @@
-go1.0.1
\ No newline at end of file
+go1.0.2
\ No newline at end of file

++ go-1.0.1.tar.bz2 - go-1.0.2.tar.bz2 ++
/work/SRC/openSUSE:12.2/go/go-1.0.1.tar.bz2 
/work/SRC/openSUSE:12.2/.go.new/go-1.0.2.tar.bz2 differ: char 11, line 1

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



commit opensuse-manuals_en for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package opensuse-manuals_en for 
openSUSE:Factory checked in at 2012-06-29 14:05:12

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


Package is opensuse-manuals_en, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/opensuse-manuals_en/opensuse-manuals_en.changes  
2012-05-16 21:08:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.opensuse-manuals_en.new/opensuse-manuals_en.changes 
2012-06-29 14:05:14.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 29 09:38:53 UTC 2012 - k...@suse.com
+
+- Set FOP_STACK=-Xss2048K.
+
+---



Other differences:
--
++ opensuse-manuals_en.spec ++
--- /var/tmp/diff_new_pack.FOjhzl/_old  2012-06-29 14:05:15.0 +0200
+++ /var/tmp/diff_new_pack.FOjhzl/_new  2012-06-29 14:05:15.0 +0200
@@ -176,6 +176,7 @@
 export XEP_LICENSE=/etc/xep/license.xml
 export XEP_HOME=/usr/share/xep
 # export FOP=fop
+export FOP_STACK=-Xss2048K
 build_pdf () {
 %if %{with PDF}
   daps --envfile DC-${1} pdf-color

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



commit opensuse-manuals_en for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package opensuse-manuals_en for 
openSUSE:12.2 checked in at 2012-06-29 14:05:17

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


Package is opensuse-manuals_en, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/opensuse-manuals_en/opensuse-manuals_en.changes 
2012-06-25 15:47:46.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.opensuse-manuals_en.new/opensuse-manuals_en.changes
2012-06-29 14:05:17.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 29 09:38:53 UTC 2012 - k...@suse.com
+
+- Set FOP_STACK=-Xss2048K.
+
+---



Other differences:
--
++ opensuse-manuals_en.spec ++
--- /var/tmp/diff_new_pack.BHnw6Z/_old  2012-06-29 14:05:19.0 +0200
+++ /var/tmp/diff_new_pack.BHnw6Z/_new  2012-06-29 14:05:19.0 +0200
@@ -176,6 +176,7 @@
 export XEP_LICENSE=/etc/xep/license.xml
 export XEP_HOME=/usr/share/xep
 # export FOP=fop
+export FOP_STACK=-Xss2048K
 build_pdf () {
 %if %{with PDF}
   daps --envfile DC-${1} pdf-color

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



commit aaa_base for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2012-06-29 14:12:29

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


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

Changes:

--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes2012-06-25 
15:23:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2012-06-29 
14:12:31.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 29 08:20:45 UTC 2012 - lnus...@suse.de
+
+- move environment settings for malloc checking to separate
+  subpackage for easier handling of the feature via patterns
+
+---



Other differences:
--
++ aaa_base.spec ++
--- /var/tmp/diff_new_pack.uNrQFG/_old  2012-06-29 14:12:32.0 +0200
+++ /var/tmp/diff_new_pack.uNrQFG/_new  2012-06-29 14:12:32.0 +0200
@@ -16,8 +16,6 @@
 #
 
 
-%bcond_with aaa_base_malloc_debug
-
 Name:   aaa_base
 Version:12.2
 Release:0
@@ -63,6 +61,16 @@
 strictly required to run a system. (Shell aliases, bash completions
 and convenience hacks).
 
+%package malloccheck
+Summary:SUSE Linux Base Package (malloc checking)
+Group:  System/Fhs
+Requires:   %{name} = %{version}
+
+%description malloccheck
+This package sets environment variables that enable stricter
+malloc checks to catch potential heap corruptions. It's not
+installed by default as it may degrade performance.
+
 %prep
 %setup -n aaa_base
 
@@ -84,10 +92,6 @@
 # make sure it does not creep in again
 test -d $RPM_BUILD_ROOT/root/.gnupg  exit 1
 #
-# for the release
-%if !%{with aaa_base_malloc_debug}
-rm $RPM_BUILD_ROOT/etc/profile.d/malloc-debug.*
-%endif
 #
 # mark these as ghost
 for i in passwd group shadow gshadow ; do
@@ -127,10 +131,6 @@
 %config /etc/profile.d/csh.utf8
 %config /etc/profile.d/lang.csh
 %config /etc/profile.d/lang.sh
-%if %{with aaa_base_malloc_debug}
-%config /etc/profile.d/malloc-debug.sh
-%config /etc/profile.d/malloc-debug.csh
-%endif
 %config /etc/profile.d/profile.csh
 %config /etc/profile.d/profile.sh
 %config /etc/profile.d/sh.ssh
@@ -250,4 +250,8 @@
 /usr/share/man/man8/resolv+.8*
 /usr/share/man/man8/quick_halt.8*
 
+%files malloccheck
+%config /etc/profile.d/malloc-debug.sh
+%config /etc/profile.d/malloc-debug.csh
+
 %changelog

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



commit aaa_base for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package aaa_base for openSUSE:12.2 checked 
in at 2012-06-29 14:12:35

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


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

Changes:

--- /work/SRC/openSUSE:12.2/aaa_base/aaa_base.changes   2012-06-25 
15:14:59.0 +0200
+++ /work/SRC/openSUSE:12.2/.aaa_base.new/aaa_base.changes  2012-06-29 
14:12:37.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 29 08:20:45 UTC 2012 - lnus...@suse.de
+
+- move environment settings for malloc checking to separate
+  subpackage for easier handling of the feature via patterns
+
+---



Other differences:
--
++ aaa_base.spec ++
--- /var/tmp/diff_new_pack.ImCzvt/_old  2012-06-29 14:12:37.0 +0200
+++ /var/tmp/diff_new_pack.ImCzvt/_new  2012-06-29 14:12:37.0 +0200
@@ -16,8 +16,6 @@
 #
 
 
-%bcond_with aaa_base_malloc_debug
-
 Name:   aaa_base
 Version:12.2
 Release:0
@@ -63,6 +61,16 @@
 strictly required to run a system. (Shell aliases, bash completions
 and convenience hacks).
 
+%package malloccheck
+Summary:SUSE Linux Base Package (malloc checking)
+Group:  System/Fhs
+Requires:   %{name} = %{version}
+
+%description malloccheck
+This package sets environment variables that enable stricter
+malloc checks to catch potential heap corruptions. It's not
+installed by default as it may degrade performance.
+
 %prep
 %setup -n aaa_base
 
@@ -84,10 +92,6 @@
 # make sure it does not creep in again
 test -d $RPM_BUILD_ROOT/root/.gnupg  exit 1
 #
-# for the release
-%if !%{with aaa_base_malloc_debug}
-rm $RPM_BUILD_ROOT/etc/profile.d/malloc-debug.*
-%endif
 #
 # mark these as ghost
 for i in passwd group shadow gshadow ; do
@@ -127,10 +131,6 @@
 %config /etc/profile.d/csh.utf8
 %config /etc/profile.d/lang.csh
 %config /etc/profile.d/lang.sh
-%if %{with aaa_base_malloc_debug}
-%config /etc/profile.d/malloc-debug.sh
-%config /etc/profile.d/malloc-debug.csh
-%endif
 %config /etc/profile.d/profile.csh
 %config /etc/profile.d/profile.sh
 %config /etc/profile.d/sh.ssh
@@ -250,4 +250,8 @@
 /usr/share/man/man8/resolv+.8*
 /usr/share/man/man8/quick_halt.8*
 
+%files malloccheck
+%config /etc/profile.d/malloc-debug.sh
+%config /etc/profile.d/malloc-debug.csh
+
 %changelog

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



commit erlang for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2012-06-29 14:12:52

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


Package is erlang, Maintainer is cth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/erlang/erlang.changes2011-11-14 
11:50:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes   2012-06-29 
14:12:54.0 +0200
@@ -1,0 +2,12 @@
+Fri Jun 29 09:54:00 UTC 2012 - idon...@suse.com
+
+- Fix build with OpenDJK7, -target parameter no longer sets 
+  -source so we have to do it manually.
+
+---
+Tue Jun 26 13:46:36 UTC 2012 - mvysko...@suse.cz
+
+- Simply use java-devel = 1.6.0 as it expands to correct jdk on every
+  distribution
+
+---



Other differences:
--
++ erlang.spec ++
--- /var/tmp/diff_new_pack.64sNZr/_old  2012-06-29 14:12:58.0 +0200
+++ /var/tmp/diff_new_pack.64sNZr/_new  2012-06-29 14:12:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package erlang
 #
-# 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
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   erlang
 Version:R14B04
 Release:0
-License:ErlPL-1.1
 Summary:General-purpose programming language and runtime environment
-Url:http://www.erlang.org
+License:ErlPL-1.1
 Group:  Development/Languages/Other
+Url:http://www.erlang.org
 Source: otp_src_%{version}.tar.gz
 #Source:http://www.erlang.org/download/otp_src_%{version}.tar.gz
 Source1:otp_doc_html_%{version}.tar.gz
@@ -45,12 +44,8 @@
 BuildRequires:  tk-devel
 BuildRequires:  unixODBC-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} = 1140
-BuildRequires:  java-1_6_0-openjdk-devel
-%else
-BuildRequires:  java-devel = 1.5.0
-%endif
 BuildRequires:  Mesa-devel
+BuildRequires:  java-devel = 1.6.0
 BuildRequires:  krb5-devel
 %if 0%{?sles_version} = 10
 BuildRequires:  update-alternatives
@@ -97,7 +92,7 @@
 %package doc
 Summary:Erlang documentation
 Group:  Development/Languages/Other
-Recommends: %{name} = %{version}
+Requires:   %{name} = %{version}
 
 %description doc
 Documentation for Erlang.
@@ -205,7 +200,7 @@
 # we need build only 1.5 target for java
 # for SLE only
 %if 0%{?sles_version} = 10 || 0%{?suse_version} = 1110
-   export JAVAC=javac -target 1.5
+   export JAVAC=javac -source 1.5 -target 1.5
 %endif
 %if 0%{?suse_version} == 1100 || 0%{?fedora_version} == 9
 export CFLAGS=-fno-strict-aliasing

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



commit erlang for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package erlang for openSUSE:12.2 checked in 
at 2012-06-29 14:12:58

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


Package is erlang, Maintainer is cth...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/erlang/erlang.changes   2012-06-25 
15:18:23.0 +0200
+++ /work/SRC/openSUSE:12.2/.erlang.new/erlang.changes  2012-06-29 
14:12:59.0 +0200
@@ -1,0 +2,12 @@
+Fri Jun 29 09:54:00 UTC 2012 - idon...@suse.com
+
+- Fix build with OpenDJK7, -target parameter no longer sets 
+  -source so we have to do it manually.
+
+---
+Tue Jun 26 13:46:36 UTC 2012 - mvysko...@suse.cz
+
+- Simply use java-devel = 1.6.0 as it expands to correct jdk on every
+  distribution
+
+---



Other differences:
--
++ erlang.spec ++
--- /var/tmp/diff_new_pack.CjnR2B/_old  2012-06-29 14:13:02.0 +0200
+++ /var/tmp/diff_new_pack.CjnR2B/_new  2012-06-29 14:13:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package erlang
 #
-# 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
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   erlang
 Version:R14B04
 Release:0
-License:ErlPL-1.1
 Summary:General-purpose programming language and runtime environment
-Url:http://www.erlang.org
+License:ErlPL-1.1
 Group:  Development/Languages/Other
+Url:http://www.erlang.org
 Source: otp_src_%{version}.tar.gz
 #Source:http://www.erlang.org/download/otp_src_%{version}.tar.gz
 Source1:otp_doc_html_%{version}.tar.gz
@@ -45,12 +44,8 @@
 BuildRequires:  tk-devel
 BuildRequires:  unixODBC-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} = 1140
-BuildRequires:  java-1_6_0-openjdk-devel
-%else
-BuildRequires:  java-devel = 1.5.0
-%endif
 BuildRequires:  Mesa-devel
+BuildRequires:  java-devel = 1.6.0
 BuildRequires:  krb5-devel
 %if 0%{?sles_version} = 10
 BuildRequires:  update-alternatives
@@ -97,7 +92,7 @@
 %package doc
 Summary:Erlang documentation
 Group:  Development/Languages/Other
-Recommends: %{name} = %{version}
+Requires:   %{name} = %{version}
 
 %description doc
 Documentation for Erlang.
@@ -205,7 +200,7 @@
 # we need build only 1.5 target for java
 # for SLE only
 %if 0%{?sles_version} = 10 || 0%{?suse_version} = 1110
-   export JAVAC=javac -target 1.5
+   export JAVAC=javac -source 1.5 -target 1.5
 %endif
 %if 0%{?suse_version} == 1100 || 0%{?fedora_version} == 9
 export CFLAGS=-fno-strict-aliasing

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

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2012-06-29 14:19:02

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-06-29 
06:59:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2012-06-29 
14:19:04.0 +0200
@@ -1,0 +2,11 @@
+Fri Jun 29 10:02:08 UTC 2012 - dval...@suse.com
+
+- Add configuration support for serial terminal consoles. This will
+  set the maximum screen size so that text is not overwritten. 
+
+---
+Fri Jun 29 09:51:59 UTC 2012 - dval...@suse.com
+
+- don't enable grub-emu-usb on ppc ppc641
+
+---

New:

  grub2-ppc-terminfo.patch



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.ZCKQUu/_old  2012-06-29 14:19:06.0 +0200
+++ /var/tmp/diff_new_pack.ZCKQUu/_new  2012-06-29 14:19:06.0 +0200
@@ -83,6 +83,7 @@
 Patch4: grub2-linux-submenu.patch
 Patch6: grub2-iterate-and-hook-for-extended-partition.patch
 Patch7: grub2-install-opt-skip-fs-probe.patch
+Patch8: grub2-ppc-terminfo.patch
 PreReq: perl-Bootloader
 Requires:   gettext-runtime
 Requires:   os-prober
@@ -137,6 +138,7 @@
 #%%patch4 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 cd ..
 
 # README.openSUSE
@@ -186,12 +188,16 @@
 %define _target_platform i386-%{_vendor}-%{_target_os}%{?_gnu}
 %endif
 
+%ifnarch ppc ppc64
+%define extraconfigure --enable-grub-emu-usb
+%endif
+
 # -static is needed so that autoconf script is able to link
 # test that looks for _start symbol on 64 bit platforms
 %configure TARGET_LDFLAGS=-static   \
 --target=%{_target_platform}\
 --with-platform=%{platform} \
---enable-grub-emu-usb   \
+%{extraconfigure}   \
 --program-transform-name=s,grub,%{name},
 
 make %{?_smp_mflags}
@@ -317,7 +323,9 @@
 %{_bindir}/%{name}-script-check
 %dir %{_libdir}/%{name}/
 %dir %{_libdir}/%{name}/*/
+%ifnarch ppc ppc64
 %{_libdir}/%{name}/*/*.image
+%endif
 %{_libdir}/%{name}/*/*.img
 %{_libdir}/%{name}/*/*.lst
 %{_libdir}/%{name}/*/*.mod


++ grub2-ppc-terminfo.patch ++
From e263907f50e496e602edd9bd846ccb6e0565a085 Mon Sep 17 00:00:00 2001
From: Mark Hamzy ha...@us.ibm.com
Date: Wed, 28 Mar 2012 14:46:41 -0500
Subject: [PATCH] Migrate PPC from Yaboot to Grub2

Add configuration support for serial terminal consoles.  This will set the
maximum screen size so that text is not overwritten.

---
 Makefile.util.def  |7 +++
 util/grub.d/20_ppc_terminfo.in |  114 
 2 files changed, 121 insertions(+), 0 deletions(-)
 create mode 100644 util/grub.d/20_ppc_terminfo.in

diff --git a/Makefile.util.def b/Makefile.util.def
index c41b76e..b349758 100644
--- a/Makefile.util.def
+++ b/Makefile.util.def
@@ -423,6 +423,13 @@ script = {
 };
 
 script = {
+  name = '20_ppc_terminfo';
+  common = util/grub.d/20_ppc_terminfo.in;
+  installdir = grubconf;
+  condition = COND_HOST_LINUX;
+};
+
+script = {
   name = '30_os-prober';
   common = util/grub.d/30_os-prober.in;
   installdir = grubconf;
diff --git a/util/grub.d/20_ppc_terminfo.in b/util/grub.d/20_ppc_terminfo.in
new file mode 100644
index 000..10d6658
--- /dev/null
+++ b/util/grub.d/20_ppc_terminfo.in
@@ -0,0 +1,114 @@
+#! /bin/sh
+set -e
+
+# grub-mkconfig helper script.
+# Copyright (C) 2006,2007,2008,2009,2010  Free Software Foundation, Inc.
+#
+# GRUB is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GRUB is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GRUB.  If not, see http://www.gnu.org/licenses/.
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+bindir=@bindir@
+libdir=@libdir@
+. @datadir@/@PACKAGE@/grub-mkconfig_lib
+
+export TEXTDOMAIN=@PACKAGE@
+export TEXTDOMAINDIR=@localedir@
+
+X=80
+Y=24
+TERMINAL=ofconsole
+
+argument () {
+  opt=$1
+  shift
+
+  if test $# -eq 0; then
+  echo $0: option requires an argument -- '$opt' 12
+  exit 1
+  fi
+  echo $1
+}
+
+check_terminfo () {
+
+  while test 

commit grub2 for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:12.2 checked in 
at 2012-06-29 14:19:08

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-06-29 06:59:52.0 
+0200
+++ /work/SRC/openSUSE:12.2/.grub2.new/grub2.changes2012-06-29 
14:19:09.0 +0200
@@ -1,0 +2,11 @@
+Fri Jun 29 10:02:08 UTC 2012 - dval...@suse.com
+
+- Add configuration support for serial terminal consoles. This will
+  set the maximum screen size so that text is not overwritten. 
+
+---
+Fri Jun 29 09:51:59 UTC 2012 - dval...@suse.com
+
+- don't enable grub-emu-usb on ppc ppc641
+
+---

New:

  grub2-ppc-terminfo.patch



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.I0Wqas/_old  2012-06-29 14:19:10.0 +0200
+++ /var/tmp/diff_new_pack.I0Wqas/_new  2012-06-29 14:19:10.0 +0200
@@ -83,6 +83,7 @@
 Patch4: grub2-linux-submenu.patch
 Patch6: grub2-iterate-and-hook-for-extended-partition.patch
 Patch7: grub2-install-opt-skip-fs-probe.patch
+Patch8: grub2-ppc-terminfo.patch
 PreReq: perl-Bootloader
 Requires:   gettext-runtime
 Requires:   os-prober
@@ -137,6 +138,7 @@
 #%%patch4 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 cd ..
 
 # README.openSUSE
@@ -186,12 +188,16 @@
 %define _target_platform i386-%{_vendor}-%{_target_os}%{?_gnu}
 %endif
 
+%ifnarch ppc ppc64
+%define extraconfigure --enable-grub-emu-usb
+%endif
+
 # -static is needed so that autoconf script is able to link
 # test that looks for _start symbol on 64 bit platforms
 %configure TARGET_LDFLAGS=-static   \
 --target=%{_target_platform}\
 --with-platform=%{platform} \
---enable-grub-emu-usb   \
+%{extraconfigure}   \
 --program-transform-name=s,grub,%{name},
 
 make %{?_smp_mflags}
@@ -317,7 +323,9 @@
 %{_bindir}/%{name}-script-check
 %dir %{_libdir}/%{name}/
 %dir %{_libdir}/%{name}/*/
+%ifnarch ppc ppc64
 %{_libdir}/%{name}/*/*.image
+%endif
 %{_libdir}/%{name}/*/*.img
 %{_libdir}/%{name}/*/*.lst
 %{_libdir}/%{name}/*/*.mod


++ grub2-ppc-terminfo.patch ++
From e263907f50e496e602edd9bd846ccb6e0565a085 Mon Sep 17 00:00:00 2001
From: Mark Hamzy ha...@us.ibm.com
Date: Wed, 28 Mar 2012 14:46:41 -0500
Subject: [PATCH] Migrate PPC from Yaboot to Grub2

Add configuration support for serial terminal consoles.  This will set the
maximum screen size so that text is not overwritten.

---
 Makefile.util.def  |7 +++
 util/grub.d/20_ppc_terminfo.in |  114 
 2 files changed, 121 insertions(+), 0 deletions(-)
 create mode 100644 util/grub.d/20_ppc_terminfo.in

diff --git a/Makefile.util.def b/Makefile.util.def
index c41b76e..b349758 100644
--- a/Makefile.util.def
+++ b/Makefile.util.def
@@ -423,6 +423,13 @@ script = {
 };
 
 script = {
+  name = '20_ppc_terminfo';
+  common = util/grub.d/20_ppc_terminfo.in;
+  installdir = grubconf;
+  condition = COND_HOST_LINUX;
+};
+
+script = {
   name = '30_os-prober';
   common = util/grub.d/30_os-prober.in;
   installdir = grubconf;
diff --git a/util/grub.d/20_ppc_terminfo.in b/util/grub.d/20_ppc_terminfo.in
new file mode 100644
index 000..10d6658
--- /dev/null
+++ b/util/grub.d/20_ppc_terminfo.in
@@ -0,0 +1,114 @@
+#! /bin/sh
+set -e
+
+# grub-mkconfig helper script.
+# Copyright (C) 2006,2007,2008,2009,2010  Free Software Foundation, Inc.
+#
+# GRUB is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GRUB is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GRUB.  If not, see http://www.gnu.org/licenses/.
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+bindir=@bindir@
+libdir=@libdir@
+. @datadir@/@PACKAGE@/grub-mkconfig_lib
+
+export TEXTDOMAIN=@PACKAGE@
+export TEXTDOMAINDIR=@localedir@
+
+X=80
+Y=24
+TERMINAL=ofconsole
+
+argument () {
+  opt=$1
+  shift
+
+  if test $# -eq 0; then
+  echo $0: option requires an argument -- '$opt' 12
+  exit 1
+  fi
+  echo $1
+}
+
+check_terminfo () {
+
+  while test $# -gt 0
+  do
+  

commit Crystalcursors for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package Crystalcursors for openSUSE:Factory 
checked in at 2012-06-29 15:15:09

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


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

Changes:

--- /work/SRC/openSUSE:Factory/Crystalcursors/Crystalcursors.changes
2011-09-23 01:50:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.Crystalcursors.new/Crystalcursors.changes   
2012-06-29 15:15:10.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 29 07:03:28 UTC 2012 - co...@suse.com
+
+- replace buildrequire xorg-x11 with the real require
+
+---



Other differences:
--
++ Crystalcursors.spec ++
--- /var/tmp/diff_new_pack.IRgu1B/_old  2012-06-29 15:15:12.0 +0200
+++ /var/tmp/diff_new_pack.IRgu1B/_new  2012-06-29 15:15:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package Crystalcursors
 #
-# 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
@@ -16,15 +16,15 @@
 #
 
 
-
 Name:   Crystalcursors
-BuildRequires:  libpng xorg-x11
+BuildRequires:  libpng
+BuildRequires:  xcursorgen
 Url:http://digilander.iol.it/m4rt/crystalcursors.html
 Summary:Mouse Cursors in Crystal Icon Style
-Version:0.5
-Release:235
 License:LGPL-2.1+
 Group:  System/X11/Icons
+Version:0.5
+Release:0
 Source: 6240-%{name}.tar.bz2
 Patch:  root-installation.diff
 Patch1: Crystalcursors.patch

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



commit Crystalcursors for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package Crystalcursors for openSUSE:12.2 
checked in at 2012-06-29 15:15:14

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


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

Changes:

--- /work/SRC/openSUSE:12.2/Crystalcursors/Crystalcursors.changes   
2012-06-25 15:14:22.0 +0200
+++ /work/SRC/openSUSE:12.2/.Crystalcursors.new/Crystalcursors.changes  
2012-06-29 15:15:16.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 29 07:03:28 UTC 2012 - co...@suse.com
+
+- replace buildrequire xorg-x11 with the real require
+
+---



Other differences:
--
++ Crystalcursors.spec ++
--- /var/tmp/diff_new_pack.WJZm1q/_old  2012-06-29 15:15:16.0 +0200
+++ /var/tmp/diff_new_pack.WJZm1q/_new  2012-06-29 15:15:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package Crystalcursors
 #
-# 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
@@ -16,15 +16,15 @@
 #
 
 
-
 Name:   Crystalcursors
-BuildRequires:  libpng xorg-x11
+BuildRequires:  libpng
+BuildRequires:  xcursorgen
 Url:http://digilander.iol.it/m4rt/crystalcursors.html
 Summary:Mouse Cursors in Crystal Icon Style
-Version:0.5
-Release:235
 License:LGPL-2.1+
 Group:  System/X11/Icons
+Version:0.5
+Release:0
 Source: 6240-%{name}.tar.bz2
 Patch:  root-installation.diff
 Patch1: Crystalcursors.patch

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



commit frogr for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package frogr for openSUSE:Factory checked 
in at 2012-06-29 15:15:52

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


Package is frogr, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/frogr/frogr.changes  2012-06-05 
15:30:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.frogr.new/frogr.changes 2012-06-29 
15:15:58.0 +0200
@@ -1,0 +2,10 @@
+Fri Jun 29 13:15:00 CEST 2012 - vu...@opensuse.org
+
+- Manually ship preferences-general.png as source: it's a picture
+  from the documentation, missing in the tarball. The fact that
+  it's missing creates a broken symlink, that makes the build of
+  bundle-lang-gnome-extras fail.
+- Pass %{?no_lang_C} to %find_lang so that english documentation
+  ends in the main subpackage, instead of the lang subpackage.
+
+---

New:

  preferences-general.png



Other differences:
--
++ frogr.spec ++
--- /var/tmp/diff_new_pack.DiJM86/_old  2012-06-29 15:16:00.0 +0200
+++ /var/tmp/diff_new_pack.DiJM86/_new  2012-06-29 15:16:00.0 +0200
@@ -24,6 +24,7 @@
 Group:  Productivity/Graphics/Other
 Url:https://live.gnome.org/Frogr
 Source: 
http://download.gnome.org/sources/frogr/0.7/%{name}-%{version}.tar.xz
+Source1:preferences-general.png
 BuildRequires:  gnome-doc-utils-devel = 0.10.13
 BuildRequires:  intltool
 BuildRequires:  libgcrypt-devel
@@ -49,6 +50,9 @@
 %lang_package
 %prep
 %setup -q
+# deal with picture from tarball; fixed in git
+test ! -f help/C/figures/preferences-general.png
+cp -a %{SOURCE1} help/C/figures/preferences-general.png
 
 %build
 %configure
@@ -56,7 +60,7 @@
 
 %install
 %make_install
-%find_lang %{name}
+%find_lang %{name} %{?no_lang_C}
 %suse_update_desktop_file frogr Viewer
 
 %clean
@@ -81,6 +85,8 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README THANKS
+%dir %{_datadir}/gnome/help/frogr
+%doc %{_datadir}/gnome/help/frogr/C
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/%{name}/


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



commit frogr for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package frogr for openSUSE:12.2 checked in 
at 2012-06-29 15:15:57

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


Package is frogr, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/frogr/frogr.changes 2012-06-25 15:19:19.0 
+0200
+++ /work/SRC/openSUSE:12.2/.frogr.new/frogr.changes2012-06-29 
15:16:00.0 +0200
@@ -1,0 +2,10 @@
+Fri Jun 29 13:15:00 CEST 2012 - vu...@opensuse.org
+
+- Manually ship preferences-general.png as source: it's a picture
+  from the documentation, missing in the tarball. The fact that
+  it's missing creates a broken symlink, that makes the build of
+  bundle-lang-gnome-extras fail.
+- Pass %{?no_lang_C} to %find_lang so that english documentation
+  ends in the main subpackage, instead of the lang subpackage.
+
+---

New:

  preferences-general.png



Other differences:
--
++ frogr.spec ++
--- /var/tmp/diff_new_pack.L26IDY/_old  2012-06-29 15:16:01.0 +0200
+++ /var/tmp/diff_new_pack.L26IDY/_new  2012-06-29 15:16:01.0 +0200
@@ -24,6 +24,7 @@
 Group:  Productivity/Graphics/Other
 Url:https://live.gnome.org/Frogr
 Source: 
http://download.gnome.org/sources/frogr/0.7/%{name}-%{version}.tar.xz
+Source1:preferences-general.png
 BuildRequires:  gnome-doc-utils-devel = 0.10.13
 BuildRequires:  intltool
 BuildRequires:  libgcrypt-devel
@@ -49,6 +50,9 @@
 %lang_package
 %prep
 %setup -q
+# deal with picture from tarball; fixed in git
+test ! -f help/C/figures/preferences-general.png
+cp -a %{SOURCE1} help/C/figures/preferences-general.png
 
 %build
 %configure
@@ -56,7 +60,7 @@
 
 %install
 %make_install
-%find_lang %{name}
+%find_lang %{name} %{?no_lang_C}
 %suse_update_desktop_file frogr Viewer
 
 %clean
@@ -81,6 +85,8 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README THANKS
+%dir %{_datadir}/gnome/help/frogr
+%doc %{_datadir}/gnome/help/frogr/C
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/%{name}/


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



commit jedit for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package jedit for openSUSE:Factory checked 
in at 2012-06-29 15:20:39

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


Package is jedit, Maintainer is bnc-team-j...@forge.provo.novell.com

Changes:

--- /work/SRC/openSUSE:Factory/jedit/jedit.changes  2012-06-18 
14:51:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.jedit.new/jedit.changes 2012-06-29 
15:20:42.0 +0200
@@ -1,0 +2,9 @@
+Wed Jun 27 14:31:29 UTC 2012 - mvysko...@suse.cz
+
+- update to 4.5.1 (bugfix release)
+- build it from source and don't bundle everything in a tarball
+- strip documentation build and install as it's extremly complicated and needs
+  a lot of dependencies
+- reworked launcher script
+
+---

Old:

  deps.sh
  jedit4.5.0source.tar.bz2

New:

  jedit4.5.1source.tar.bz2



Other differences:
--
++ jedit.spec ++
--- /var/tmp/diff_new_pack.x7v9OT/_old  2012-06-29 15:20:48.0 +0200
+++ /var/tmp/diff_new_pack.x7v9OT/_new  2012-06-29 15:20:48.0 +0200
@@ -20,7 +20,7 @@
 %define sectionfree
 
 Name:   jedit
-Version:4.5.0
+Version:4.5.1
 Release:0
 Summary:Programmer's Text Editor Written in Java
 License:GPL-2.0+
@@ -33,16 +33,18 @@
 Source3:%{name}-48.png
 Source4:%{name}.desktop
 Source5:%{name}.in
-Source100:  deps.sh
 Patch0: 00build.xml.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 BuildRequires:  ant
+BuildRequires:  ant-contrib
 BuildRequires:  ant-nodeps
+BuildRequires:  bsh2
 BuildRequires:  desktop-file-utils
-BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
-BuildRequires:  java-1_6_0-openjdk-devel
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  ivy
+BuildRequires:  java-devel = 1.6.0
 
 %description
 jEdit is a cross-platform programmer's text editor written in Java.
@@ -64,14 +66,6 @@
 * Every other feature, both basic and advanced, that you would expect
 to find in a text editor.
 
-%package javadoc
-PreReq: coreutils
-Summary:Programmer's text editor written in Java (Documentation)
-Group:  Productivity/Editors/Other
-
-%description javadoc
-Javadoc for jedit.
-
 %prep
 %setup -q -D -n jEdit
 
@@ -80,35 +74,30 @@
 
 %build
 
-# Specify some properties
-cat EOF  build.properties
-xsltproc.executable=%{_bindir}/xsltproc
-docbook.xsl=%{_datadir}/xml/docbook/stylesheet/nwalsh/current/
-docbook.catalog=%{_datadir}/xml/docbook/stylesheet/nwalsh/current/catalog.xml
-EOF
+mkdir -p lib/ivy; ln -sf $(build-classpath ivy) lib/ivy/ivy-2.2.0.jar
+mkdir -p lib/ant-contrib; ln -sf $(build-classpath ant-contrib) 
lib/ant-contrib/
+mkdir -p lib/scripting; ln -sf $(build-classpath bsh2/bsh) lib/scripting/
+mkdir -p lib/scripting; ln -sf $(build-classpath bsh2/bsh-engine) 
lib/scripting/
+mkdir -p lib/default-plugins/
 
 # Run the build
-%ant \
-  build docs-html docs-javadoc
+ant \
+  build
 
 %install
 # dirs
 %__install -d -m 0755 %{buildroot}%{_bindir}
+%__install -d -m 0755 %{buildroot}%{_javadir}
 %__install -d -m 0755 %{buildroot}%{_datadir}/%{name}
 %__install -d -m 0755 %{buildroot}%{_datadir}/applications
-%__install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
 %__install -d -m 0755 %{buildroot}%{_mandir}/man1/
 
-# Copy the jar to /usr/share/java (w/ version number) and then symlink to it 
from /usr/share/jedit
-%__install -d -m 0755 %{buildroot}%{_javadir}
-%__install build/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
-(cd %{buildroot}%{_datadir}/%{name}  %__ln_s 
%{_javadir}/%{name}-%{version}.jar %{name}.jar) || true
+# jar
+%__install build/%{name}.jar %{buildroot}%{_datadir}/%{name}/%{name}.jar
+ln -sf %{_datadir}/%{name}/%{name}.jar %{buildroot}/%{_javadir}/
 
 # Install the /usr/share/jedit subdirectories
-%__cp -ar build/{doc,jars,macros,modes,properties,startup} 
%{buildroot}%{_datadir}/%{name}
-
-# Symlink the javadoc into /usr/share/jedit
-(cd %{buildroot}%{_datadir}/%{name}/doc  %__ln_s %{_javadocdir}/%{name} api)
+%__cp -ar build/{jars,macros,modes,properties,startup} 
%{buildroot}%{_datadir}/%{name}
 
 # Man page
 %__install -m 0644 package-files/linux/%{name}.1 %{buildroot}%{_mandir}/man1/
@@ -122,7 +111,7 @@
 desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE4}
 
 # Launcher script
-%__cat %{SOURCE5} | sed 's|@data|%{_datadir}/%{name}|g'  %{name}
+%__cat %{SOURCE5} | sed 's|@@DATADIR@@|%{_datadir}/%{name}|g'  %{name}
 %__install %{name} %{buildroot}%{_bindir}
 
 %fdupes -s %{buildroot}
@@ -139,16 +128,11 @@
 %files
 %defattr(0644,root,root,0755)
 

commit jedit for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package jedit for openSUSE:12.2 checked in 
at 2012-06-29 15:20:44

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


Package is jedit, Maintainer is bnc-team-j...@forge.provo.novell.com

Changes:

--- /work/SRC/openSUSE:12.2/jedit/jedit.changes 2012-06-25 15:36:03.0 
+0200
+++ /work/SRC/openSUSE:12.2/.jedit.new/jedit.changes2012-06-29 
15:20:49.0 +0200
@@ -1,0 +2,9 @@
+Wed Jun 27 14:31:29 UTC 2012 - mvysko...@suse.cz
+
+- update to 4.5.1 (bugfix release)
+- build it from source and don't bundle everything in a tarball
+- strip documentation build and install as it's extremly complicated and needs
+  a lot of dependencies
+- reworked launcher script
+
+---

Old:

  deps.sh
  jedit4.5.0source.tar.bz2

New:

  jedit4.5.1source.tar.bz2



Other differences:
--
++ jedit.spec ++
--- /var/tmp/diff_new_pack.nPMX0N/_old  2012-06-29 15:20:51.0 +0200
+++ /var/tmp/diff_new_pack.nPMX0N/_new  2012-06-29 15:20:51.0 +0200
@@ -20,7 +20,7 @@
 %define sectionfree
 
 Name:   jedit
-Version:4.5.0
+Version:4.5.1
 Release:0
 Summary:Programmer's Text Editor Written in Java
 License:GPL-2.0+
@@ -33,16 +33,18 @@
 Source3:%{name}-48.png
 Source4:%{name}.desktop
 Source5:%{name}.in
-Source100:  deps.sh
 Patch0: 00build.xml.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 BuildRequires:  ant
+BuildRequires:  ant-contrib
 BuildRequires:  ant-nodeps
+BuildRequires:  bsh2
 BuildRequires:  desktop-file-utils
-BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
-BuildRequires:  java-1_6_0-openjdk-devel
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  ivy
+BuildRequires:  java-devel = 1.6.0
 
 %description
 jEdit is a cross-platform programmer's text editor written in Java.
@@ -64,14 +66,6 @@
 * Every other feature, both basic and advanced, that you would expect
 to find in a text editor.
 
-%package javadoc
-PreReq: coreutils
-Summary:Programmer's text editor written in Java (Documentation)
-Group:  Productivity/Editors/Other
-
-%description javadoc
-Javadoc for jedit.
-
 %prep
 %setup -q -D -n jEdit
 
@@ -80,35 +74,30 @@
 
 %build
 
-# Specify some properties
-cat EOF  build.properties
-xsltproc.executable=%{_bindir}/xsltproc
-docbook.xsl=%{_datadir}/xml/docbook/stylesheet/nwalsh/current/
-docbook.catalog=%{_datadir}/xml/docbook/stylesheet/nwalsh/current/catalog.xml
-EOF
+mkdir -p lib/ivy; ln -sf $(build-classpath ivy) lib/ivy/ivy-2.2.0.jar
+mkdir -p lib/ant-contrib; ln -sf $(build-classpath ant-contrib) 
lib/ant-contrib/
+mkdir -p lib/scripting; ln -sf $(build-classpath bsh2/bsh) lib/scripting/
+mkdir -p lib/scripting; ln -sf $(build-classpath bsh2/bsh-engine) 
lib/scripting/
+mkdir -p lib/default-plugins/
 
 # Run the build
-%ant \
-  build docs-html docs-javadoc
+ant \
+  build
 
 %install
 # dirs
 %__install -d -m 0755 %{buildroot}%{_bindir}
+%__install -d -m 0755 %{buildroot}%{_javadir}
 %__install -d -m 0755 %{buildroot}%{_datadir}/%{name}
 %__install -d -m 0755 %{buildroot}%{_datadir}/applications
-%__install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
 %__install -d -m 0755 %{buildroot}%{_mandir}/man1/
 
-# Copy the jar to /usr/share/java (w/ version number) and then symlink to it 
from /usr/share/jedit
-%__install -d -m 0755 %{buildroot}%{_javadir}
-%__install build/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
-(cd %{buildroot}%{_datadir}/%{name}  %__ln_s 
%{_javadir}/%{name}-%{version}.jar %{name}.jar) || true
+# jar
+%__install build/%{name}.jar %{buildroot}%{_datadir}/%{name}/%{name}.jar
+ln -sf %{_datadir}/%{name}/%{name}.jar %{buildroot}/%{_javadir}/
 
 # Install the /usr/share/jedit subdirectories
-%__cp -ar build/{doc,jars,macros,modes,properties,startup} 
%{buildroot}%{_datadir}/%{name}
-
-# Symlink the javadoc into /usr/share/jedit
-(cd %{buildroot}%{_datadir}/%{name}/doc  %__ln_s %{_javadocdir}/%{name} api)
+%__cp -ar build/{jars,macros,modes,properties,startup} 
%{buildroot}%{_datadir}/%{name}
 
 # Man page
 %__install -m 0644 package-files/linux/%{name}.1 %{buildroot}%{_mandir}/man1/
@@ -122,7 +111,7 @@
 desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE4}
 
 # Launcher script
-%__cat %{SOURCE5} | sed 's|@data|%{_datadir}/%{name}|g'  %{name}
+%__cat %{SOURCE5} | sed 's|@@DATADIR@@|%{_datadir}/%{name}|g'  %{name}
 %__install %{name} %{buildroot}%{_bindir}
 
 %fdupes -s %{buildroot}
@@ -139,16 +128,11 @@
 %files
 %defattr(0644,root,root,0755)
 %attr(0755,root,root) 

commit openal-soft for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package openal-soft for openSUSE:12.2 
checked in at 2012-06-29 15:21:04

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


Package is openal-soft, Maintainer is lnus...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/openal-soft/openal-soft.changes 2012-06-25 
15:47:29.0 +0200
+++ /work/SRC/openSUSE:12.2/.openal-soft.new/openal-soft.changes
2012-06-29 15:21:05.0 +0200
@@ -1,0 +2,22 @@
+Tue Jun 26 06:50:08 UTC 2012 - lnus...@suse.de
+
+- new version 1.14
+* Improved multi-threaded efficiency, relying less on a big mutex in 
favor of rw-locks and atomic operations where possible.
+* Added support for HRTF-based mixing. Stereo output only. The default 
built-in data set only supports 44100hz playback. See the new hrtf.txt for more 
information.
+* Added CMake options to cause a configuration error if the wanted 
backends aren't available.
+* Modified backends so that only one is used at a time (for each playback 
and capture), to avoid device ownership conflicts.
+* Fixed enumeration in certain backends to not list a default device, when 
the default device is enumerated normally anyway (eg, with DirectSound and 
PulseAudio).
+* Improved device naming to more closely match the names given by the 
backends.
+* Fixed handling of NaN values for float and double buffer samples.
+* Added a new efx-presets.h header to define useful reverb presets for EFX.
+* Added support for the ALC_EXT_DEDICATED extension.
+* Fixed alc.h to include ALC_ENUMERATE_ALL_EXT enums, like other systems.
+* Added support for the new AL_SOFT_buffer_samples, 
AL_SOFT_direct_channels, and ALC_SOFT_loopback extensions.
+* Provided an env-var.txt to describe the available options set through 
environment variables.
+* Fixed the source cone angle properties to work with the full 0-to-360 
range as intended.
+* An env var option is provided to restore the old buggy behavior for apps 
that need it.
+* Added an example program that streams sound using ffmpeg.
+* Added a utility to make HRTF data files from the KEMAR diffuse and 
compact data sets.
+- removed rpmlintrc in favor of a lecacy exception in rpmlint itself
+
+---

Old:

  openal-soft-1.13.tar.bz2
  openal-soft-rpmlintrc

New:

  openal-soft-1.14.tar.bz2



Other differences:
--
++ openal-soft.spec ++
--- /var/tmp/diff_new_pack.h2MKmC/_old  2012-06-29 15:21:06.0 +0200
+++ /var/tmp/diff_new_pack.h2MKmC/_new  2012-06-29 15:21:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openal-soft
 #
-# 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,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %if 0%{?suse_version}  1030
 %bcond_without pulseaudio
@@ -32,23 +31,23 @@
 %endif
 
 Name:   openal-soft
-Version:1.13
-Release:1
-License:LGPL-2.0+
+Version:1.14
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake = 2.4.4
-Group:  System/Libraries
 Icon:  openal.xpm
 Source0:
http://kcat.strangesoft.net/openal-releases/openal-soft-%{version}.tar.bz2
 Source1:libopenalcompat.c
-Source2:openal-soft-rpmlintrc
 Source3:baselibs.conf
 Summary:OpenAL Soft
+License:LGPL-2.0+
+Group:  System/Libraries
 Url:http://kcat.strangesoft.net/openal.html
 Conflicts:  openal = 0.0.8
 Provides:   openal = 0.0.9
 %if 0%{?mandriva_version} = 2006
-BuildRequires:  -alsa-plugins libalsa-devel
+BuildRequires:  -alsa-plugins
+BuildRequires:  libalsa-devel
 %else
 BuildRequires:  alsa-devel
 %endif
@@ -71,10 +70,10 @@
 Chris Robinson
 
 %package devel
-License:LGPL-2.0+
 Summary:OpenAL Soft
 Group:  Development/Languages/C and C++
-Requires:   %{name} = %{version} glibc-devel
+Requires:   %{name} = %{version}
+Requires:   glibc-devel
 Provides:   openal-devel = 0.0.9
 Conflicts:  openal-devel = 0.0.8
 
@@ -93,7 +92,6 @@
 Chris Robinson
 
 %package -n libopenal0-soft
-License:LGPL-2.0+
 Summary:OpenAL Soft
 Group:  System/Libraries
 Provides:   libopenal0 = %version-%release
@@ -116,7 +114,6 @@
 Chris Robinson
 
 %package -n libopenal1-soft

commit patterns-openSUSE for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package patterns-openSUSE for 
openSUSE:Factory checked in at 2012-06-29 15:21:09

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


Package is patterns-openSUSE, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/patterns-openSUSE/patterns-openSUSE.changes  
2012-06-19 22:44:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-openSUSE.new/patterns-openSUSE.changes 
2012-06-29 15:21:11.0 +0200
@@ -1,0 +2,9 @@
+Fri Jun 29 12:04:27 UTC 2012 - co...@suse.com
+
+- Guido Berhoerster (2):
+  add some low-level dependencies to XFCE-BASIS (bnc#768268)
+  switch back to xfce4-mixer as the default mixer
+
+Commit: 5d7e8758
+
+---



Other differences:
--
++ patterns-openSUSE.spec ++
--- /var/tmp/diff_new_pack.KCunWh/_old  2012-06-29 15:21:12.0 +0200
+++ /var/tmp/diff_new_pack.KCunWh/_new  2012-06-29 15:21:12.0 +0200
@@ -2209,12 +2209,13 @@
 %ifarch ix86
 Recommends: avahi
 %endif
+Recommends: dbus-1-x11
 Recommends: desktop-data-openSUSE
+Recommends: desktop-file-utils
 Recommends: droid-fonts
 Recommends: exo-branding-openSUSE
 Recommends: gconf2-branding-openSUSE
 Recommends: gdb
-Recommends: gmixer
 Recommends: gnome-keyring
 Recommends: gnome-keyring-pam
 Recommends: gnome-packagekit
@@ -2226,6 +2227,7 @@
 Recommends: midori-branding-openSUSE
 Recommends: pinentry-gtk2
 Recommends: pk-update-icon
+Recommends: shared-mime-info
 Recommends: smolt
 Recommends: system-config-printer
 Recommends: system-config-printer-applet

++ patterns-openSUSE-data.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/XFCE-BASIS 
new/patterns-openSUSE-data/data/XFCE-BASIS
--- old/patterns-openSUSE-data/data/XFCE-BASIS  2012-06-18 17:31:18.0 
+0200
+++ new/patterns-openSUSE-data/data/XFCE-BASIS  2012-06-29 14:04:02.0 
+0200
@@ -17,9 +17,12 @@
 // low level functionality
 //
 avahi
+dbus-1-x11
 // bnc#540627
 xdg-utils
 xdg-user-dirs-gtk
+desktop-file-utils
+shared-mime-info
 NetworkManager
 NetworkManager-gnome
 // use gnomesu as su wrapper
@@ -43,8 +46,6 @@
 xscreensaver
 xfce4-mixer
 xfce4-panel-plugin-mixer
-// provides an applet superior to xfce4-panel-plugin-mixer
-gmixer
 xfce4-notifyd
 xfce4-appfinder
 xfce4-taskmanager

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



commit patterns-openSUSE for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package patterns-openSUSE for openSUSE:12.2 
checked in at 2012-06-29 15:21:15

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


Package is patterns-openSUSE, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/patterns-openSUSE/patterns-openSUSE.changes 
2012-06-25 15:48:20.0 +0200
+++ /work/SRC/openSUSE:12.2/.patterns-openSUSE.new/patterns-openSUSE.changes
2012-06-29 15:21:16.0 +0200
@@ -1,0 +2,9 @@
+Fri Jun 29 12:04:27 UTC 2012 - co...@suse.com
+
+- Guido Berhoerster (2):
+  add some low-level dependencies to XFCE-BASIS (bnc#768268)
+  switch back to xfce4-mixer as the default mixer
+
+Commit: 5d7e8758
+
+---



Other differences:
--
++ patterns-openSUSE.spec ++
--- /var/tmp/diff_new_pack.XEJH6V/_old  2012-06-29 15:21:16.0 +0200
+++ /var/tmp/diff_new_pack.XEJH6V/_new  2012-06-29 15:21:16.0 +0200
@@ -2209,12 +2209,13 @@
 %ifarch ix86
 Recommends: avahi
 %endif
+Recommends: dbus-1-x11
 Recommends: desktop-data-openSUSE
+Recommends: desktop-file-utils
 Recommends: droid-fonts
 Recommends: exo-branding-openSUSE
 Recommends: gconf2-branding-openSUSE
 Recommends: gdb
-Recommends: gmixer
 Recommends: gnome-keyring
 Recommends: gnome-keyring-pam
 Recommends: gnome-packagekit
@@ -2226,6 +2227,7 @@
 Recommends: midori-branding-openSUSE
 Recommends: pinentry-gtk2
 Recommends: pk-update-icon
+Recommends: shared-mime-info
 Recommends: smolt
 Recommends: system-config-printer
 Recommends: system-config-printer-applet

++ patterns-openSUSE-data.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/XFCE-BASIS 
new/patterns-openSUSE-data/data/XFCE-BASIS
--- old/patterns-openSUSE-data/data/XFCE-BASIS  2012-06-18 17:31:18.0 
+0200
+++ new/patterns-openSUSE-data/data/XFCE-BASIS  2012-06-29 14:04:02.0 
+0200
@@ -17,9 +17,12 @@
 // low level functionality
 //
 avahi
+dbus-1-x11
 // bnc#540627
 xdg-utils
 xdg-user-dirs-gtk
+desktop-file-utils
+shared-mime-info
 NetworkManager
 NetworkManager-gnome
 // use gnomesu as su wrapper
@@ -43,8 +46,6 @@
 xscreensaver
 xfce4-mixer
 xfce4-panel-plugin-mixer
-// provides an applet superior to xfce4-panel-plugin-mixer
-gmixer
 xfce4-notifyd
 xfce4-appfinder
 xfce4-taskmanager

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



commit pcsc-lite for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package pcsc-lite for openSUSE:Factory 
checked in at 2012-06-29 15:21:25

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


Package is pcsc-lite, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-lite/pcsc-lite.changes  2012-04-02 
10:39:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-lite.new/pcsc-lite.changes 2012-06-29 
15:21:29.0 +0200
@@ -1,0 +2,15 @@
+Fri Jun 29 06:54:29 UTC 2012 - w...@rosenauer.org
+
+- Updated to version 1.8.4
+  * Add [ and ] in the list of accepted characters for a reader
+name
+  * truncates the reader name if it is too long instead of
+rejecting the reader
+  * The restriction to have to call SCardEstablishContext() in each
+thread has been removed. Threads could now share a PC/SC
+context.
+  * Update IFDHandler API Doxygen regarding the libusb-1.0 naming
+scheme
+  * Some other minor improvements and bug corrections
+
+---

Old:

  pcsc-lite-1.8.3.tar.bz2

New:

  pcsc-lite-1.8.4.tar.bz2



Other differences:
--
++ pcsc-lite.spec ++
--- /var/tmp/diff_new_pack.QjW7zq/_old  2012-06-29 15:21:31.0 +0200
+++ /var/tmp/diff_new_pack.QjW7zq/_new  2012-06-29 15:21:31.0 +0200
@@ -33,7 +33,7 @@
 BuildRequires:  systemd
 %{?systemd_requires}
 %endif
-Version:1.8.3
+Version:1.8.4
 Release:0
 Requires(pre):  pwdutils
 Url:http://pcsclite.alioth.debian.org/
@@ -127,9 +127,6 @@
 cp -a %{S:1} %{S:2} %{S:5} %{S:6} .
 
 %build
-%if %suse_version  1110
-ACLOCAL=aclocal -I m4 autoreconf -f -i
-%endif
 %configure\
--docdir=%{_docdir}/%{name} \
--enable-usbdropdir=%{ifddir} \
@@ -177,7 +174,6 @@
 /bin/systemctl restart pcscd.socket || :
 %endif
 %fillup_and_insserv -y -n pcscd pcscd
-%restart_on_update pcscd
 
 %preun
 %if %suse_version  1140
@@ -193,6 +189,7 @@
   /bin/systemctl daemon-reload /dev/null 21 || :
 fi
 %endif
+%restart_on_update pcscd
 %insserv_cleanup
 
 %post -n libpcsclite1 -p /sbin/ldconfig

++ pcsc-lite-1.8.3.tar.bz2 - pcsc-lite-1.8.4.tar.bz2 ++
 3607 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pcsc-lite-1.8.3/ChangeLog new/pcsc-lite-1.8.4/ChangeLog
--- old/pcsc-lite-1.8.3/ChangeLog   2012-03-30 14:11:48.0 +0200
+++ new/pcsc-lite-1.8.4/ChangeLog   2012-06-26 20:58:17.0 +0200
@@ -1,3 +1,15 @@
+pcsc-lite-1.8.4: Ludovic Rousseau
+26 June 2012
+- Add [ and ] in the list of accepted characters for a reader name
+- truncates the reader name if it is too long instead of rejecting the
+  reader
+- The restriction to have to call SCardEstablishContext() in each thread
+  has been removed. Threads could now share a PC/SC context.
+- Fix compiler failure for static driver
+- Update IFDHandler API Doxygen regarding the libusb-1.0 naming scheme
+- Some other minor improvements and bug corrections
+
+
 pcsc-lite-1.8.3: Ludovic Rousseau
 30 March 2012
 - ignore directories and hidden (.*) files when parsing a configuration
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pcsc-lite-1.8.3/ChangeLog.svn new/pcsc-lite-1.8.4/ChangeLog.svn
--- old/pcsc-lite-1.8.3/ChangeLog.svn   2012-03-30 14:15:56.0 +0200
+++ new/pcsc-lite-1.8.4/ChangeLog.svn   2012-06-26 21:01:25.0 +0200
@@ -1,3 +1,199 @@
+2012-06-26  Ludovic Rousseau
+
+   * [r6364] ChangeLog, configure.in: Release 1.8.4
+   * [r6363] UnitaryTests/SCardBeginTransaction_deadlock.py: Unitary
+ test for locking in SCardBeginTransaction, SCardTransmit,
+ SCardStatus and SCardReconnect
+   * [r6362] src/winscard_clnt.c: With changes in revisions 6358 to
+ 6361 it is now possible to use the same SCARDCONTEXT in different
+ threads (same as on Windows)
+ 
+ With one context per thread the locking was controlled by the
+ daemon. With the same context for 2 threads the locking is
+ controlled (first) on the client side since the 2 threads uses
+ the same mutex.
+   * [r6361] 

commit plymouth for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:12.2 checked 
in at 2012-06-29 15:21:46

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


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/plymouth/plymouth.changes   2012-06-25 
15:50:22.0 +0200
+++ /work/SRC/openSUSE:12.2/.plymouth.new/plymouth.changes  2012-06-29 
15:21:50.0 +0200
@@ -1,0 +2,18 @@
+Fri Jun 29 08:35:41 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 0.8.5.1
+  + two-step splash plugin quit fixes
+  + add generic driver to drm renderer plugin
+This allows new modesetting drivers to work with plymouth 
+automatically
+  + fixes for video cards that don't support 32bpp
+  + add alignment and width features to label controls
+  + new documentation
+  + event loop fix
+  + more serial console fixes
+  + better systemd integration
+  + new flush api to client library
+  + Allow plymouth to build the drm renderer without the driver
+dependent libdrm_* libraries.
+
+---

Old:

  plymouth-0.8.4.tar.bz2

New:

  plymouth-0.8.5.1.tar.bz2



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.eN1ygh/_old  2012-06-29 15:21:52.0 +0200
+++ /var/tmp/diff_new_pack.eN1ygh/_new  2012-06-29 15:21:52.0 +0200
@@ -21,12 +21,9 @@
 %define plymouth_libdir %{_libdir}
 %define plymouth_initrd_file /boot/initrd-plymouth.img
 
-%define tarversion 0.8.4
-%define patchversion 201110131555
-
 Name:   plymouth
 #Version:%{tarversion}_git%{patchversion}
-Version:0.8.4
+Version:0.8.5.1
 Release:0
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0+
@@ -352,6 +349,9 @@
 rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-generate-initrd
 rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-populate-initrd
 
+# For now the systemd integration is still being delivered through the systemd 
packages
+rm -rf %{buildroot}/lib/systemd
+
 #Link the plymouth client binary also to /bin until the move to /usr is 
completed
 mkdir %{buildroot}/bin
 (cd %{buildroot}/bin; ln -s ../usr/bin/plymouth)




++ plymouth-0.8.4.tar.bz2 - plymouth-0.8.5.1.tar.bz2 ++
 68547 lines of diff (skipped)

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



commit plymouth for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory 
checked in at 2012-06-29 15:21:41

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


Package is plymouth, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes2012-06-25 
12:42:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes   2012-06-29 
15:21:48.0 +0200
@@ -1,0 +2,18 @@
+Fri Jun 29 08:35:41 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 0.8.5.1
+  + two-step splash plugin quit fixes
+  + add generic driver to drm renderer plugin
+This allows new modesetting drivers to work with plymouth 
+automatically
+  + fixes for video cards that don't support 32bpp
+  + add alignment and width features to label controls
+  + new documentation
+  + event loop fix
+  + more serial console fixes
+  + better systemd integration
+  + new flush api to client library
+  + Allow plymouth to build the drm renderer without the driver
+dependent libdrm_* libraries.
+
+---

Old:

  plymouth-0.8.4.tar.bz2

New:

  plymouth-0.8.5.1.tar.bz2



Other differences:
--
++ plymouth.spec ++
--- /var/tmp/diff_new_pack.Pqu0xd/_old  2012-06-29 15:21:50.0 +0200
+++ /var/tmp/diff_new_pack.Pqu0xd/_new  2012-06-29 15:21:50.0 +0200
@@ -21,12 +21,9 @@
 %define plymouth_libdir %{_libdir}
 %define plymouth_initrd_file /boot/initrd-plymouth.img
 
-%define tarversion 0.8.4
-%define patchversion 201110131555
-
 Name:   plymouth
 #Version:%{tarversion}_git%{patchversion}
-Version:0.8.4
+Version:0.8.5.1
 Release:0
 Summary:Graphical Boot Animation and Logger
 License:GPL-2.0+
@@ -352,6 +349,9 @@
 rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-generate-initrd
 rm -f %{buildroot}%{_prefix}/lib/plymouth/plymouth-populate-initrd
 
+# For now the systemd integration is still being delivered through the systemd 
packages
+rm -rf %{buildroot}/lib/systemd
+
 #Link the plymouth client binary also to /bin until the move to /usr is 
completed
 mkdir %{buildroot}/bin
 (cd %{buildroot}/bin; ln -s ../usr/bin/plymouth)




++ plymouth-0.8.4.tar.bz2 - plymouth-0.8.5.1.tar.bz2 ++
 68547 lines of diff (skipped)

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



commit rubygem-rack-cache-1_2 for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rack-cache-1_2 for 
openSUSE:Factory checked in at 2012-06-29 15:21:53

Comparing /work/SRC/openSUSE:Factory/rubygem-rack-cache-1_2 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rack-cache-1_2.new (New)


Package is rubygem-rack-cache-1_2, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rack-cache-1_2/rubygem-rack-cache-1_2.changes
2012-05-08 06:48:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rack-cache-1_2.new/rubygem-rack-cache-1_2.changes
   2012-06-29 15:22:10.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 29 11:45:06 UTC 2012 - co...@suse.com
+
+- do not require a package name but a provides
+
+---



Other differences:
--
++ rubygem-rack-cache-1_2.spec ++
--- /var/tmp/diff_new_pack.Gcqe84/_old  2012-06-29 15:22:12.0 +0200
+++ /var/tmp/diff_new_pack.Gcqe84/_new  2012-06-29 15:22:12.0 +0200
@@ -26,9 +26,9 @@
 %define mod_name rack-cache
 %define mod_full_name %{mod_name}-%{version}
 Source: %{mod_full_name}.gem
-BuildRequires:  rubygem-rack = 0.4
+BuildRequires:  rubygem-rack-1 = 0.4
 BuildRequires:  rubygems_with_buildroot_patch
-Requires:   rubygem-rack = 0.4
+Requires:   rubygem-rack-1 = 0.4
 Provides:   rubygem-%{mod_name} = %{version}
 Provides:   rubygem-%{mod_name}-1 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build


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



commit yast2-qt-pkg for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package yast2-qt-pkg for openSUSE:Factory 
checked in at 2012-06-29 15:22:02

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


Package is yast2-qt-pkg, Maintainer is tgoettlic...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-qt-pkg/yast2-qt-pkg.changes
2012-06-25 12:47:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-qt-pkg.new/yast2-qt-pkg.changes   
2012-06-29 15:22:12.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 29 10:16:38 CEST 2012 - tgoettlic...@suse.de
+
+- Fixed segfault in conflict dialog (bnc#765769)
+- 2.21.26
+
+---

Old:

  yast2-qt-pkg-2.21.25.tar.bz2

New:

  yast2-qt-pkg-2.21.26.tar.bz2



Other differences:
--
++ yast2-qt-pkg.spec ++
--- /var/tmp/diff_new_pack.FzCPQQ/_old  2012-06-29 15:22:13.0 +0200
+++ /var/tmp/diff_new_pack.FzCPQQ/_new  2012-06-29 15:22:13.0 +0200
@@ -18,11 +18,11 @@
 
 
 Name:   yast2-qt-pkg
-Version:2.21.25
+Version:2.21.26
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-qt-pkg-2.21.25.tar.bz2
+Source0:yast2-qt-pkg-2.21.26.tar.bz2
 Group:  System/YaST
 License:GPL-2.0+
 BuildRequires:  docbook-xsl-stylesheets doxygen libdrm-devel libjpeg-devel
@@ -53,7 +53,7 @@
 mkdir build
 cd build
 export CFLAGS=$RPM_OPT_FLAGS
-export CXXFLAGS=$CFLAGS
+export CXXFLAGS=$CFLAGS --std=c++0x
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
   -DLIB=%{_lib} \
   -DCMAKE_BUILD_TYPE=Release \

++ yast2-qt-pkg-2.21.25.tar.bz2 - yast2-qt-pkg-2.21.26.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-pkg-2.21.25/VERSION.cmake 
new/yast2-qt-pkg-2.21.26/VERSION.cmake
--- old/yast2-qt-pkg-2.21.25/VERSION.cmake  2012-06-20 15:47:26.0 
+0200
+++ new/yast2-qt-pkg-2.21.26/VERSION.cmake  2012-06-29 10:22:38.0 
+0200
@@ -1,3 +1,3 @@
 SET(VERSION_MAJOR 2)
 SET(VERSION_MINOR 21)
-SET(VERSION_PATCH 25)
+SET(VERSION_PATCH 26)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-pkg-2.21.25/package/yast2-qt-pkg.changes 
new/yast2-qt-pkg-2.21.26/package/yast2-qt-pkg.changes
--- old/yast2-qt-pkg-2.21.25/package/yast2-qt-pkg.changes   2012-06-20 
15:47:50.0 +0200
+++ new/yast2-qt-pkg-2.21.26/package/yast2-qt-pkg.changes   2012-06-29 
10:22:38.0 +0200
@@ -1,10 +1,15 @@
 ---
+Fri Jun 29 10:16:38 CEST 2012 - tgoettlic...@suse.de
+
+- Fixed segfault in conflict dialog (bnc#765769)
+- 2.21.26
+
+---
 Wed Jun 20 15:26:36 CEST 2012 - tgoettlic...@suse.de
 
 - Removed workaround for gcc 4.7 issues
 - 2.21.25
 
-
 ---
 Fri Apr 27 10:54:25 CEST 2012 - tgoettlic...@suse.de
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-pkg-2.21.25/src/YQPkgDescriptionView.cc 
new/yast2-qt-pkg-2.21.26/src/YQPkgDescriptionView.cc
--- old/yast2-qt-pkg-2.21.25/src/YQPkgDescriptionView.cc2012-05-10 
15:10:27.0 +0200
+++ new/yast2-qt-pkg-2.21.26/src/YQPkgDescriptionView.cc2012-06-29 
10:22:38.0 +0200
@@ -55,12 +55,12 @@
 #define DESKTOP_TRANSLATIONSdesktop_translations
 #define DESKTOPFILEDIR \\/share\\/applications\\/.*\\.desktop$   
// RegExp
 #define ICONSIZE   32x32
-#define ICONPATH   /usr/share/icons/locolor/ICONSIZE/apps/ 
\
-/usr/share/icons/hicolor/ICONSIZE/apps/  
\
-/usr/share/icons/oxygen/ICONSIZE/apps/   
\
-/usr/share/icons/Tango/ICONSIZE/apps/
\
-/usr/share/icons/gnome/ICONSIZE/apps/
\
-
/opt/kde3/share/icons/hicolor/ICONSIZE/apps/;
+#define ICONPATH   /usr/share/icons/locolor/ ICONSIZE /apps/   
\
+/usr/share/icons/hicolor/ ICONSIZE 
/apps/\
+/usr/share/icons/oxygen/ ICONSIZE /apps/ 
\
+/usr/share/icons/Tango/ ICONSIZE /apps/  
\
+/usr/share/icons/gnome/ ICONSIZE /apps/  
\
+/opt/kde3/share/icons/hicolor/ ICONSIZE 
/apps/;
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit yast2-qt-pkg for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package yast2-qt-pkg for openSUSE:12.2 
checked in at 2012-06-29 15:22:06

Comparing /work/SRC/openSUSE:12.2/yast2-qt-pkg (Old)
 and  /work/SRC/openSUSE:12.2/.yast2-qt-pkg.new (New)


Package is yast2-qt-pkg, Maintainer is tgoettlic...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/yast2-qt-pkg/yast2-qt-pkg.changes   2012-06-25 
16:18:37.0 +0200
+++ /work/SRC/openSUSE:12.2/.yast2-qt-pkg.new/yast2-qt-pkg.changes  
2012-06-29 15:22:14.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 29 10:16:38 CEST 2012 - tgoettlic...@suse.de
+
+- Fixed segfault in conflict dialog (bnc#765769)
+- 2.21.26
+
+---

Old:

  yast2-qt-pkg-2.21.25.tar.bz2

New:

  yast2-qt-pkg-2.21.26.tar.bz2



Other differences:
--
++ yast2-qt-pkg.spec ++
--- /var/tmp/diff_new_pack.XbDuqZ/_old  2012-06-29 15:22:14.0 +0200
+++ /var/tmp/diff_new_pack.XbDuqZ/_new  2012-06-29 15:22:14.0 +0200
@@ -18,11 +18,11 @@
 
 
 Name:   yast2-qt-pkg
-Version:2.21.25
+Version:2.21.26
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-qt-pkg-2.21.25.tar.bz2
+Source0:yast2-qt-pkg-2.21.26.tar.bz2
 Group:  System/YaST
 License:GPL-2.0+
 BuildRequires:  docbook-xsl-stylesheets doxygen libdrm-devel libjpeg-devel
@@ -53,7 +53,7 @@
 mkdir build
 cd build
 export CFLAGS=$RPM_OPT_FLAGS
-export CXXFLAGS=$CFLAGS
+export CXXFLAGS=$CFLAGS --std=c++0x
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
   -DLIB=%{_lib} \
   -DCMAKE_BUILD_TYPE=Release \

++ yast2-qt-pkg-2.21.25.tar.bz2 - yast2-qt-pkg-2.21.26.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-pkg-2.21.25/VERSION.cmake 
new/yast2-qt-pkg-2.21.26/VERSION.cmake
--- old/yast2-qt-pkg-2.21.25/VERSION.cmake  2012-06-20 15:47:26.0 
+0200
+++ new/yast2-qt-pkg-2.21.26/VERSION.cmake  2012-06-29 10:22:38.0 
+0200
@@ -1,3 +1,3 @@
 SET(VERSION_MAJOR 2)
 SET(VERSION_MINOR 21)
-SET(VERSION_PATCH 25)
+SET(VERSION_PATCH 26)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-pkg-2.21.25/package/yast2-qt-pkg.changes 
new/yast2-qt-pkg-2.21.26/package/yast2-qt-pkg.changes
--- old/yast2-qt-pkg-2.21.25/package/yast2-qt-pkg.changes   2012-06-20 
15:47:50.0 +0200
+++ new/yast2-qt-pkg-2.21.26/package/yast2-qt-pkg.changes   2012-06-29 
10:22:38.0 +0200
@@ -1,10 +1,15 @@
 ---
+Fri Jun 29 10:16:38 CEST 2012 - tgoettlic...@suse.de
+
+- Fixed segfault in conflict dialog (bnc#765769)
+- 2.21.26
+
+---
 Wed Jun 20 15:26:36 CEST 2012 - tgoettlic...@suse.de
 
 - Removed workaround for gcc 4.7 issues
 - 2.21.25
 
-
 ---
 Fri Apr 27 10:54:25 CEST 2012 - tgoettlic...@suse.de
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-pkg-2.21.25/src/YQPkgDescriptionView.cc 
new/yast2-qt-pkg-2.21.26/src/YQPkgDescriptionView.cc
--- old/yast2-qt-pkg-2.21.25/src/YQPkgDescriptionView.cc2012-05-10 
15:10:27.0 +0200
+++ new/yast2-qt-pkg-2.21.26/src/YQPkgDescriptionView.cc2012-06-29 
10:22:38.0 +0200
@@ -55,12 +55,12 @@
 #define DESKTOP_TRANSLATIONSdesktop_translations
 #define DESKTOPFILEDIR \\/share\\/applications\\/.*\\.desktop$   
// RegExp
 #define ICONSIZE   32x32
-#define ICONPATH   /usr/share/icons/locolor/ICONSIZE/apps/ 
\
-/usr/share/icons/hicolor/ICONSIZE/apps/  
\
-/usr/share/icons/oxygen/ICONSIZE/apps/   
\
-/usr/share/icons/Tango/ICONSIZE/apps/
\
-/usr/share/icons/gnome/ICONSIZE/apps/
\
-
/opt/kde3/share/icons/hicolor/ICONSIZE/apps/;
+#define ICONPATH   /usr/share/icons/locolor/ ICONSIZE /apps/   
\
+/usr/share/icons/hicolor/ ICONSIZE 
/apps/\
+/usr/share/icons/oxygen/ ICONSIZE /apps/ 
\
+/usr/share/icons/Tango/ ICONSIZE /apps/  
\
+/usr/share/icons/gnome/ ICONSIZE /apps/  
\
+/opt/kde3/share/icons/hicolor/ ICONSIZE 
/apps/;
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit MyODBC-unixODBC for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package MyODBC-unixODBC for openSUSE:Factory 
checked in at 2012-06-29 10:20:49

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


Package is MyODBC-unixODBC, Maintainer is mhruse...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/MyODBC-unixODBC/MyODBC-unixODBC.changes  
2011-11-16 17:20:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.MyODBC-unixODBC.new/MyODBC-unixODBC.changes 
2012-06-29 10:38:01.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun 19 07:54:24 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-GPL-2.0-with-FLOSS-exception
+  SPDX format (or use the spreadsheet linked at http://license.opensuse.org
+  if there is no entry on http://www.spdx.org/licenses)
+
+---



Other differences:
--
++ MyODBC-unixODBC.spec ++
--- /var/tmp/diff_new_pack.3tsT9U/_old  2012-06-29 10:38:03.0 +0200
+++ /var/tmp/diff_new_pack.3tsT9U/_new  2012-06-29 10:38:03.0 +0200
@@ -21,7 +21,7 @@
 Version:5.1.8
 Release:1
 %define manager unixODBC
-License:GPLv2 with exceptions
+License:SUSE-GPL-2.0-with-FLOSS-exception
 Summary:ODBC Interface for Communication with MySQL Compiled with 
UnixODBC
 Url:http://www.mysql.com/products/myodbc/index.html
 Group:  Productivity/Databases/Tools

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



commit arpwatch-ethercodes for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-06-29 10:14:02

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


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

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-06-28 15:17:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-06-29 10:38:15.0 +0200
@@ -2 +2 @@
-Thu Jun 28 07:40:06 CEST 2012 - autobu...@suse.de
+Fri Jun 29 08:40:05 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-06-28
+- automated update on 2012-06-29



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

++ oui.txt ++
--- /var/tmp/diff_new_pack.yJDL1F/_old  2012-06-29 10:38:17.0 +0200
+++ /var/tmp/diff_new_pack.yJDL1F/_new  2012-06-29 10:38:17.0 +0200
@@ -20831,10 +20831,10 @@
SEOUL  137-071
KOREA, REPUBLIC OF
 
-00-0C-CA   (hex)   Hitachi Global Storage Technologies
-000CCA (base 16)   Hitachi Global Storage Technologies
-   5600 Cottle Rd.
-   San Jose CA 95193
+00-0C-CA   (hex)   HGST a Western Digital Company
+000CCA (base 16)   HGST a Western Digital Company
+   3403 Yerba Buena Road
+   San Jose CA 95135
UNITED STATES
 
 00-0C-CB   (hex)   Design Combus Ltd
@@ -82040,6 +82040,12 @@
Sunnyvale California 94086
UNITED STATES
 
+08-68-EA   (hex)   EITO ELECTRONICS CO., LTD.
+0868EA (base 16)   EITO ELECTRONICS CO., LTD.
+   1-34-1 Shinmeidai
+   Hamura-shi Tokyo 205-0023
+   JAPAN
+
 08-75-72   (hex)   Obelux Oy
 087572 (base 16)   Obelux Oy
Kutomotie 6 B
@@ -83877,6 +83883,12 @@
Taipei Hsien  236
TAIWAN, PROVINCE OF CHINA
 
+1C-66-AA   (hex)   Samsung Electronics
+1C66AA (base 16)   Samsung Electronics
+   #94-1, Imsoo-Dong
+   Gumi Gyeongbuk 730-350
+   KOREA, REPUBLIC OF
+
 1C-69-A5   (hex)   Research In Motion
 1C69A5 (base 16)   Research In Motion
295 Phillip Street
@@ -85334,6 +85346,12 @@
San Jose CA 95134
UNITED STATES
 
+2C-62-5A   (hex)   Finest Security Systems Co., Ltd
+2C625A (base 16)   Finest Security Systems Co., Ltd
+   12F, No.103, Sec3, Nan King E. RD
+   Taipei  104
+   TAIWAN, PROVINCE OF CHINA
+
 2C-62-89   (hex)   Regenersis (Glenrothes) Ltd
 2C6289 (base 16)   Regenersis (Glenrothes) Ltd
1 James Watt Avenue
@@ -91892,6 +91910,13 @@
Germantown Maryland 21771
UNITED STATES
 
+74-94-3D   (hex)   Hemisphere GPS
+74943D (base 16)   Hemisphere GPS
+   8444 N. 90th St
+   Suite 130
+   Scottsdale  AZ 85258
+   UNITED STATES
+
 74-99-75   (hex)   IBM Corporation
 749975 (base 16)   IBM Corporation
4400 North First Street
@@ -98377,6 +98402,12 @@
San Jose CA 95134
UNITED STATES
 
+B8-C6-8E   (hex)   Samsung Electronics Co.,Ltd
+B8C68E (base 16)   Samsung Electronics Co.,Ltd
+   #94-1, Imsoo-Dong
+ 

commit automake for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package automake for openSUSE:Factory 
checked in at 2012-06-29 10:14:33

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


Package is automake, Maintainer is p...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/automake/automake-testsuite.changes  
2012-06-01 07:19:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.automake.new/automake-testsuite.changes 
2012-06-29 10:38:21.0 +0200
@@ -1,0 +2,15 @@
+Wed Jun 27 15:46:00 UTC 2012 - tom.m...@googlemail.com
+
+- Update to 1.12.1:
+  Bugs fixed in 1.12.1:
+  - Several weaknesses in Automake's own build system and test suite
+have been fixed.
+  - Aclocal works correctly with perl 5.16.0 (automake bug#11543).
+
+
+ - Starting from either the next minor version (1.12.2) or the next major
+   version (1.13), Automake will start warning if 'configure.in' is used
+   instead of 'configure.ac' as the Autoconf input.  Future versions of
+   Automake will drop support for 'configure.in' altogether.
+
+---
automake.changes: same change

Old:

  automake-1.12.tar.xz

New:

  automake-1.12.1.tar.xz



Other differences:
--
++ automake-testsuite.spec ++
--- /var/tmp/diff_new_pack.4iQ8tq/_old  2012-06-29 10:38:22.0 +0200
+++ /var/tmp/diff_new_pack.4iQ8tq/_new  2012-06-29 10:38:22.0 +0200
@@ -31,7 +31,7 @@
 %endif
 Requires:   autoconf = 2.62
 Requires:   info
-Version:1.12
+Version:1.12.1
 Release:0
 Summary:A Program for Automatically Generating GNU-Style Makefile.in 
Files
 License:GPL-2.0+

automake.spec: same change
++ pre_checkin.sh ++
--- /var/tmp/diff_new_pack.4iQ8tq/_old  2012-06-29 10:38:22.0 +0200
+++ /var/tmp/diff_new_pack.4iQ8tq/_new  2012-06-29 10:38:22.0 +0200
@@ -2,3 +2,6 @@
 # This script is called automatically during autobuild checkin.
 sed -e s,^\(Name:.*automake\),\1-testsuite, automake.spec  
automake-testsuite.spec
 cp automake.changes automake-testsuite.changes
+
+osc service localrun format_spec_file
+

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



commit chromium for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2012-06-29 10:32:48

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


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

Changes:




Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.RBf5FP/_old  2012-06-29 10:38:53.0 +0200
+++ /var/tmp/diff_new_pack.RBf5FP/_new  2012-06-29 10:38:53.0 +0200
@@ -188,7 +188,7 @@
 Supplements:packageand(chromium:kdebase4-session)
 Conflicts:  chromium-desktop-gnome
 Provides:   Chromium-password = %{version}
-Requires:   chromium = %{version}
+Requires(post): chromium = %{version}
 
 %description desktop-kde
 By using the openSUSE update-alternatives the password store for Chromium is 
changed to utilize
@@ -203,7 +203,7 @@
 Supplements:packageand(chromium:gnome-session)
 Conflicts:  chromium-desktop-kde
 Provides:   Chromium-password = %{version}
-Requires:   chromium = %{version}
+Requires(post): chromium = %{version}
 Requires:   libgnome
 
 %description desktop-gnome
@@ -429,23 +429,33 @@
 %postun
 %icon_theme_cache_postun
 %desktop_database_postun
+if [ $1 -eq 0 ]; then
 update-alternatives --remove-all chromium
+fi
 
 %post desktop-kde
+if [ ! -e /.buildenv ]; then
 update-alternatives --install %{_bindir}/chromium chromium 
%{_libdir}/chromium/chromium-kde 15
 update-alternatives --auto chromium
+fi
 
 %postun desktop-kde
-update-alternatives --remove %{_bindir}/chromium 
%{_libdir}/chromium/chromium-kde
+if [ $1 -eq 0 -a ! -e /.buildenv ]; then
+update-alternatives --remove chromium %{_libdir}/chromium/chromium-kde
 update-alternatives --auto chromium
+fi
 
 %post desktop-gnome
+if [ ! -e /.buildenv ]; then
 update-alternatives --install %{_bindir}/chromium chromium 
%{_libdir}/chromium/chromium-gnome 15
 update-alternatives --auto chromium
+fi
 
 %postun desktop-gnome
-update-alternatives --remove %{_bindir}/chromium 
%{_libdir}/chromium/chromium-gnome
+if [ $1 -eq 0 -a ! -e /.buildenv ]; then
+update-alternatives --remove chromium %{_libdir}/chromium/chromium-gnome
 update-alternatives --auto chromium
+fi
 
 # Files!
 


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



commit glibc for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2012-06-29 10:19:33

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


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

Changes:

--- /work/SRC/openSUSE:Factory/glibc/glibc.changes  2012-06-28 
17:24:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc.changes 2012-06-29 
10:39:42.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 28 18:46:30 UTC 2012 - a...@suse.de
+
+- Remove not anymore existing nscd.socket.
+
+---



Other differences:
--
++ glibc.spec ++
--- /var/tmp/diff_new_pack.NXOmAp/_old  2012-06-29 10:39:46.0 +0200
+++ /var/tmp/diff_new_pack.NXOmAp/_new  2012-06-29 10:39:46.0 +0200
@@ -1079,11 +1079,18 @@
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/libc.info.gz
 
 %preun -n nscd
+
 %stop_on_removal nscd
 
 %post -n nscd
 %{insserv_force_if_yast nscd}
 mkdir -p /var/run/nscd
+# Previously we had nscd.socket, remove it
+test -x /usr/bin/systemctl  /usr/bin/systemctl stop nscd.socket || :
+test -x /usr/bin/systemctl  /usr/bin/systemctl disable nscd.socket || :
+# Hard removal in case the above did not work
+rm -f /etc/systemd/system/sockets.target.wants/nscd.socket
+exit 0
 
 %postun -n nscd
 %restart_on_update nscd



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



commit gsl for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package gsl for openSUSE:Factory checked in 
at 2012-06-29 10:20:05

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


Package is gsl, Maintainer is p...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gsl/gsl.changes  2012-03-29 11:40:43.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gsl.new/gsl.changes 2012-06-29 
10:40:03.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 29 07:10:33 UTC 2012 - co...@suse.com
+
+- the buildrequire for specific gcc libraries seems unneeded (and broke)
+
+---



Other differences:
--
++ gsl.spec ++
--- /var/tmp/diff_new_pack.pGrlZZ/_old  2012-06-29 10:40:06.0 +0200
+++ /var/tmp/diff_new_pack.pGrlZZ/_new  2012-06-29 10:40:06.0 +0200
@@ -22,7 +22,6 @@
 %if 0%{?suse_version}
 BuildRequires:  libtool
 %endif
-BuildRequires:  libquadmath46
 BuildRequires:  pkgconfig
 %if 0%{?fedora_version}
 Requires:   info

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



commit js for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package js for openSUSE:Factory checked in 
at 2012-06-29 10:20:36

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


Package is js, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/js/js.changes2011-11-14 11:54:59.0 
+0100
+++ /work/SRC/openSUSE:Factory/.js.new/js.changes   2012-06-29 
10:40:46.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 28 06:52:40 UTC 2012 - adr...@suse.de
+
+- do not enforce wrong build flags on arm (fixes build)
+
+---

New:

  do-not-enforce-wrong-arm-flags.patch



Other differences:
--
++ js.spec ++
--- /var/tmp/diff_new_pack.tOpPYB/_old  2012-06-29 10:40:47.0 +0200
+++ /var/tmp/diff_new_pack.tOpPYB/_new  2012-06-29 10:40:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package js
 #
-# 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
@@ -16,19 +16,24 @@
 #
 
 
-
 Name:   js
 Summary:JavaScript interpreter
-Version:1.8.5
-Release:3
 License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Group:  Development/Languages/Other
+Version:1.8.5
+Release:0
 Url:http://www.mozilla.org/js/
 Source0:http://ftp.mozilla.org/pub/mozilla.org/js/js185-1.0.0.tar.bz2
 Patch0: js-64bitbigendian.patch 
 Patch1: js-filter.patch
+Patch2: do-not-enforce-wrong-arm-flags.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf213 gcc-c++ mozilla-nspr-devel pkg-config python zip
+BuildRequires:  autoconf213
+BuildRequires:  gcc-c++
+BuildRequires:  mozilla-nspr-devel
+BuildRequires:  pkg-config
+BuildRequires:  python
+BuildRequires:  zip
 
 %description
 JavaScript is the Netscape-developed object scripting language used in millions
@@ -38,7 +43,6 @@
 
 %package -n libmozjs185-1_0
 Summary:JavaScript library
-License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Group:  System/Libraries
 
 %description -n libmozjs185-1_0
@@ -50,7 +54,6 @@
 
 %package devel
 Summary:Header files, libraries and development documentation for 
%{name}
-License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Group:  Development/Libraries/Other
 Requires:   libmozjs185-1_0 = %{version}-%{release}
 Requires:   pkg-config
@@ -65,6 +68,7 @@
 %setup -q -n %{name}-%{version}
 %patch0 -p1
 %patch1
+%patch2
 
 %build
 # no need to add build time to binaries

++ do-not-enforce-wrong-arm-flags.patch ++
--- js/src/configure.in.orig2012-06-28 08:47:35.002113771 +0200
+++ js/src/configure.in 2012-06-28 08:49:33.384116471 +0200
@@ -3546,23 +3546,6 @@
 fi
 AC_SUBST(HAVE_ARM_SIMD)
 
-AC_MSG_CHECKING(for ARM NEON support in compiler)
-_SAVE_CFLAGS=$CFLAGS
-if test $GNU_CC; then
-  # gcc needs -mfpu=neon to recognize NEON instructions
-  CFLAGS=$CFLAGS -mfpu=neon -mfloat-abi=softfp
-fi
-AC_TRY_COMPILE([],
-   [asm(vadd.i8 d0, d0, d0);],
-   result=yes, result=no)
-AC_MSG_RESULT($result)
-if test $result = yes; then
-AC_DEFINE(HAVE_ARM_NEON)
-HAVE_ARM_NEON=1
-fi
-CFLAGS=$_SAVE_CFLAGS
-AC_SUBST(HAVE_ARM_NEON)
-
 dnl 
 dnl = pthread support
 dnl = Start by checking whether the system support pthreads
@@ -4660,74 +4643,6 @@
 MOZ_ARM_ARCH=armv7
   ;;
 esac
-dnl 
-dnl = Enable building the Thumb2 instruction set
-dnl 
-MOZ_ARG_ENABLE_BOOL(thumb2,
- [  --enable-thumb2 Enable Thumb2 instruction set (implies ARMv7)],
-MOZ_THUMB2=1,
-MOZ_THUMB2=)
-if test -n $MOZ_THUMB2; then
-  MOZ_ARM_ARCH=armv7
-fi
-
-dnl 
-dnl = Enable building for ARM specific CPU features
-dnl 
-MOZ_ARG_WITH_STRING(cpu-arch,
-[  --with-cpu-arch=arch  Use specific arm architecture CPU features, 
default armv7],
-MOZ_ARM_ARCH=$withval)
-
-if test -n $MOZ_THUMB2; then
-  case $target_cpu in
-arm*)
-  if test $MOZ_ARM_ARCH != armv7; then
-AC_MSG_ERROR([--enable-thumb2 is not compatible with 
cpu-arch=$MOZ_ARM_ARCH])
-  fi
-  if test $GNU_CC; then
-AC_DEFINE(MOZ_THUMB2)
-AC_DEFINE(MOZ_ARM_ARCH)
-CFLAGS=$CFLAGS -march=armv7-a -mthumb -mfloat-abi=softfp 

commit ocaml for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package ocaml for openSUSE:Factory checked 
in at 2012-06-29 10:21:06

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


Package is ocaml, Maintainer is dlova...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ocaml/ocaml.changes  2012-05-14 
16:17:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml.new/ocaml.changes 2012-06-29 
10:42:30.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 27 10:51:13 UTC 2012 - dval...@suse.com
+
+- refresh ppc64 patch
+- Link dllthreads.so with -lpthread so that pthread_atfork
+  is included statically. 
+
+---



Other differences:
--
++ ocaml.spec ++
--- /var/tmp/diff_new_pack.gVAZge/_old  2012-06-29 10:42:31.0 +0200
+++ /var/tmp/diff_new_pack.gVAZge/_new  2012-06-29 10:42:31.0 +0200
@@ -271,7 +271,7 @@
 %patch6
 %patch7
 %patch8
-%patch9
+%patch9 -p1
 %patch10 -p1
 
 find -name .cvsignore | xargs -r rm -f

++ ocaml-3.09-rpmoptflags.patch ++
--- /var/tmp/diff_new_pack.gVAZge/_old  2012-06-29 10:42:31.0 +0200
+++ /var/tmp/diff_new_pack.gVAZge/_new  2012-06-29 10:42:31.0 +0200
@@ -57,8 +57,12 @@
 ===
 --- otherlibs/systhreads/Makefile.orig
 +++ otherlibs/systhreads/Makefile
-@@ -33,7 +33,7 @@ libthreads.a: $(BYTECODE_C_OBJS)
-   $(MKLIB) -o threads $(BYTECODE_C_OBJS)
+@@ -30,10 +30,10 @@
+ allopt: libthreadsnat.a threads.cmxa
+ 
+ libthreads.a: $(BYTECODE_C_OBJS)
+-  $(MKLIB) -o threads $(BYTECODE_C_OBJS)
++  $(MKLIB) -o threads $(BYTECODE_C_OBJS) -lpthread
  
  st_stubs_b.o: st_stubs.c st_posix.h
 -  $(BYTECC) -O -I../../byterun $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS) \
@@ -66,7 +70,7 @@
   -c st_stubs.c
mv st_stubs.o st_stubs_b.o
  
-@@ -43,7 +43,7 @@ libthreadsnat.a: $(NATIVECODE_C_OBJS)
+@@ -43,7 +43,7 @@
$(AR) rc libthreadsnat.a $(NATIVECODE_C_OBJS)
  
  st_stubs_n.o: st_stubs.c st_posix.h


++ ocaml-ppc64.patch ++
--- /var/tmp/diff_new_pack.gVAZge/_old  2012-06-29 10:42:31.0 +0200
+++ /var/tmp/diff_new_pack.gVAZge/_new  2012-06-29 10:42:31.0 +0200
@@ -1,7 +1,48 @@
-diff -uNr asmcomp.orig/power64/arch.ml asmcomp/power64/arch.ml
 asmcomp.orig/power64/arch.ml1969-12-31 19:00:00.0 -0500
-+++ asmcomp/power64/arch.ml  2008-02-29 08:37:45.0 -0500
-@@ -0,0 +1,84 @@
+From b25707437651811a22acaab5a9461eb4ab742f6e Mon Sep 17 00:00:00 2001
+From: Richard W.M. Jones rjo...@redhat.com
+Date: Tue, 29 May 2012 20:47:07 +0100
+Subject: [PATCH 6/8] Add support for ppc64.
+
+Note (1): This patch was rejected upstream because they don't have
+appropriate hardware for testing.
+
+Note (2): Upstream powerpc directory has some support for ppc64, but
+only for Macs, and I couldn't get it to work at all with IBM hardware.
+
+This patch was collaborated on by several people, most notably
+David Woodhouse.
+
+Includes fix for position of stack arguments to external C functions
+when there are more than 8 parameters (RHBZ#829187).
+
+Includes fix for minor heap corruption because of unaligned minor heap
+register (RHBZ#826649).
+---
+ asmcomp/power64/arch.ml   |   83 
+ asmcomp/power64/emit.mlp  |  989 +
+ asmcomp/power64/proc.ml   |  241 ++
+ asmcomp/power64/reload.ml |   18 +
+ asmcomp/power64/scheduling.ml |   65 +++
+ asmcomp/power64/selection.ml  |  103 +
+ asmrun/Makefile   |6 +
+ asmrun/power64-elf.S  |  486 
+ asmrun/stack.h|9 +
+ configure |5 +-
+ 10 files changed, 2004 insertions(+), 1 deletion(-)
+ create mode 100644 asmcomp/power64/arch.ml
+ create mode 100644 asmcomp/power64/emit.mlp
+ create mode 100644 asmcomp/power64/proc.ml
+ create mode 100644 asmcomp/power64/reload.ml
+ create mode 100644 asmcomp/power64/scheduling.ml
+ create mode 100644 asmcomp/power64/selection.ml
+ create mode 100644 asmrun/power64-elf.S
+
+diff --git a/asmcomp/power64/arch.ml b/asmcomp/power64/arch.ml
+new file mode 100644
+index 000..55dd593
+--- /dev/null
 b/asmcomp/power64/arch.ml
+@@ -0,0 +1,83 @@
 +(***)
 +(* *)
 +(*   Objective Caml*)
@@ -14,7 +55,7 @@
 +(* *)
 +(***)
 +
-+(* $Id: ocaml-3.11.0-ppc64.patch,v 1.1 

commit openjpeg for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package openjpeg for openSUSE:Factory 
checked in at 2012-06-29 10:21:34

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


Package is openjpeg, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/openjpeg/openjpeg.changes2012-02-29 
14:09:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.openjpeg.new/openjpeg.changes   2012-06-29 
10:42:34.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 28 18:42:41 UTC 2012 - asterios.dra...@gmail.com
+
+- Added a patch (heap_corruption_fix.patch) to fix heap corruption when
+  processing certain Gray16 TIFF images - (CVE-2009-5030), (bnc#757260).
+
+---

New:

  heap_corruption_fix.patch



Other differences:
--
++ openjpeg.spec ++
--- /var/tmp/diff_new_pack.WMYn4C/_old  2012-06-29 10:42:36.0 +0200
+++ /var/tmp/diff_new_pack.WMYn4C/_new  2012-06-29 10:42:36.0 +0200
@@ -32,6 +32,8 @@
 Patch2: openjpeg-1.5.0-cmake_libdir.patch
 # PATCH-FIX-UPSTREAM openjpeg-1.5.0-pkgconfig_includedir.patch 
asterios.dra...@gmail.com -- Fix includedir in pkgconfig file (taken from 
Fedora)
 Patch3: openjpeg-1.5.0-pkgconfig_includedir.patch
+# PATCH-FIX-UPSTREAM heap_corruption_fix.patch CVE-2009-5030 bnc#757260 
asterios.dra...@gmail.com -- Fix heap corruption when processing certain Gray16 
TIFF images (http://code.google.com/p/openjpeg/source/detail?r=1703)
+Patch4: heap_corruption_fix.patch
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  liblcms2-devel
@@ -69,6 +71,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 # Remove build time references so build-compare can do its work
 sed -i s/HTML_TIMESTAMP = YES/HTML_TIMESTAMP = NO/g 
doc/Doxyfile.dox.cmake.in

++ heap_corruption_fix.patch ++
--- openjpeg-1.5.0/libopenjpeg/tcd.c2012-02-07 12:49:55.0 +0200
+++ openjpeg-1.5.0/libopenjpeg/tcd.c.r1703  2012-06-28 20:34:17.633818590 
+0300
@@ -333,7 +333,7 @@
cblk-y0 = 
int_max(cblkystart, prc-y0);
cblk-x1 = 
int_min(cblkxend, prc-x1);
cblk-y1 = 
int_min(cblkyend, prc-y1);
-   cblk-data = (unsigned 
char*) opj_calloc(8192+2, sizeof(unsigned char));
+   cblk-data = (unsigned 
char*) opj_calloc(9728+2, sizeof(unsigned char));
/* FIXME: mqc_init_enc 
and mqc_byteout underrun the buffer if we don't do this. Why? */
cblk-data += 2;
cblk-layers = 
(opj_tcd_layer_t*) opj_calloc(100, sizeof(opj_tcd_layer_t));
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-cryptopp for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package python-cryptopp for openSUSE:Factory 
checked in at 2012-06-29 10:22:51

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


Package is python-cryptopp, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-cryptopp/python-cryptopp.changes  
2011-09-23 12:42:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-cryptopp.new/python-cryptopp.changes 
2012-06-29 10:44:04.0 +0200
@@ -1,0 +2,12 @@
+Fri Dec  9 12:05:58 UTC 2011 - cfarr...@suse.com
+
+- license update: GPL-2.0+ or SUSE-TGPPL-1.0+
+  Package has a dual license. Use SPDX format (the SUSE prefix indicates
+  that the license is not yet upstreamed)
+
+---
+Thu Dec  8 13:07:23 UTC 2011 - co...@suse.com
+
+- COPYING.GPL says it's GPL-2.0+
+
+---



Other differences:
--
++ python-cryptopp.spec ++
--- /var/tmp/diff_new_pack.Jg58nk/_old  2012-06-29 10:44:05.0 +0200
+++ /var/tmp/diff_new_pack.Jg58nk/_new  2012-06-29 10:44:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cryptopp
 #
-# 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
@@ -20,15 +20,19 @@
 
 Name:   python-cryptopp
 Version:0.5.29
-Release:1
+Release:0
 Summary:Python Wrappers for the Crypto++ Library
-Url:http://allmydata.org/trac/pycryptopp
-License:GPL
+License:GPL-2.0+ or SUSE-TGPPL-1.0+
 Group:  Development/Libraries/Python
+Url:http://allmydata.org/trac/pycryptopp
 Source: %{modname}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{py_requires}
-BuildRequires:  gcc-c++ libcryptopp-devel python-devel python-setuptools 
python-xml
+BuildRequires:  gcc-c++
+BuildRequires:  libcryptopp-devel
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
+BuildRequires:  python-xml
 Patch0: pycryptopp-0.5.29-disable-w-flag.patch
 
 %description

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



commit smb4k for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package smb4k for openSUSE:Factory checked 
in at 2012-06-29 10:24:18

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


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

Changes:

--- /work/SRC/openSUSE:Factory/smb4k/smb4k.changes  2012-06-10 
23:04:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.smb4k.new/smb4k.changes 2012-06-29 
10:44:59.0 +0200
@@ -1,0 +2,9 @@
+Mon Jun 25 19:56:12 UTC 2012 - asterios.dra...@gmail.com
+
+- Update to version 1.0.3:
+  * Make sure that output from the mount and unmount process is trimmed, so
+that there are no false error messages.
+  * Fixed error notifications being shown although mounting and unmounting
+shares was successful.
+
+---

Old:

  smb4k-1.0.2.tar.bz2

New:

  smb4k-1.0.3.tar.bz2



Other differences:
--
++ smb4k.spec ++
--- /var/tmp/diff_new_pack.rArhQF/_old  2012-06-29 10:45:00.0 +0200
+++ /var/tmp/diff_new_pack.rArhQF/_new  2012-06-29 10:45:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   smb4k
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:Advanced Network Neighborhood Browser for KDE
 License:GPL-2.0+

++ smb4k-1.0.2.tar.bz2 - smb4k-1.0.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smb4k-1.0.2/CMakeLists.txt 
new/smb4k-1.0.3/CMakeLists.txt
--- old/smb4k-1.0.2/CMakeLists.txt  2012-05-30 22:01:49.0 +0200
+++ new/smb4k-1.0.3/CMakeLists.txt  2012-06-23 15:59:52.0 +0200
@@ -1,9 +1,9 @@
 project( smb4k )
 
-set( VERSION 1.0.2 )
+set( VERSION 1.0.3 )
 set( VERSION_MAJOR 1 )
 set( VERSION_MINOR 0 )
-set( VERSION_PATCH 2 )
+set( VERSION_PATCH 3 )
 
 cmake_minimum_required( VERSION 2.6 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smb4k-1.0.2/ChangeLog new/smb4k-1.0.3/ChangeLog
--- old/smb4k-1.0.2/ChangeLog   2012-05-30 22:01:49.0 +0200
+++ new/smb4k-1.0.3/ChangeLog   2012-06-23 15:59:52.0 +0200
@@ -1,3 +1,9 @@
+Smb4K 1.0.3 (2012-06-23):
+- Make sure that output from the mount and unmount process is trimmed, so 
+  that there are no false error messages.
+- Fixed error notifications being shown although mounting and unmounting 
+  shares was successful.
+
 Smb4K 1.0.2 (2012-05-30):
 - Fixed two potential crashes in class Smb4KHomesSharesHandler.
 - Fixed a wrong comparision between QString and QByteArray in 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smb4k-1.0.2/core/smb4kmounter_p.cpp 
new/smb4k-1.0.3/core/smb4kmounter_p.cpp
--- old/smb4k-1.0.2/core/smb4kmounter_p.cpp 2012-05-30 22:01:50.0 
+0200
+++ new/smb4k-1.0.3/core/smb4kmounter_p.cpp 2012-06-23 15:59:52.0 
+0200
@@ -729,7 +729,7 @@
   // Check if the mount process reported an error
   QString stderr( reply.data()[stderr].toString() );
 
-  if ( QString::compare( share-canonicalPath(), 
reply.data()[share_mountpoint].toString() ) == 0  stderr.isEmpty() )
+  if ( QString::compare( share-canonicalPath(), 
reply.data()[share_mountpoint].toString() ) == 0  !stderr.isEmpty() )
   {
 #ifndef Q_OS_FREEBSD
 if ( stderr.contains( mount error 13, Qt::CaseSensitive ) || 
stderr.contains( mount error(13) )
@@ -1020,7 +1020,7 @@
   // Check if the unmount process reported an error
   QString stderr( reply.data()[stderr].toString() );
 
-  if ( QString::compare( share-canonicalPath(), 
reply.data()[share_mountpoint].toString() ) == 0  stderr.isEmpty() )
+  if ( QString::compare( share-canonicalPath(), 
reply.data()[share_mountpoint].toString() ) == 0  !stderr.isEmpty() )
   {
 Smb4KNotification *notification = new Smb4KNotification();
 notification-unmountingFailed( share, stderr );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smb4k-1.0.2/helpers/smb4kmounthelper.cpp 
new/smb4k-1.0.3/helpers/smb4kmounthelper.cpp
--- old/smb4k-1.0.2/helpers/smb4kmounthelper.cpp2012-05-30 
22:01:50.0 +0200
+++ new/smb4k-1.0.3/helpers/smb4kmounthelper.cpp2012-06-23 
15:59:52.0 +0200
@@ -102,11 +102,11 @@
 {
   // Check if there is output on stderr.
   QString stderr = QString::fromUtf8( proc.readAllStandardError() );
-  reply.addData( stderr, stderr );
+  reply.addData( stderr, stderr.trimmed() );
 
   // Check if there is output on stdout.
   QString stdout = QString::fromUtf8( proc.readAllStandardOutput() );
-  

commit tiff for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package tiff for openSUSE:Factory checked in 
at 2012-06-29 10:24:39

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


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

Changes:

--- /work/SRC/openSUSE:Factory/tiff/tiff.changes2012-06-25 
14:57:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.tiff.new/tiff.changes   2012-06-29 
10:45:20.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 28 10:16:29 UTC 2012 - meiss...@suse.com
+
+- RGBA is packed in host order, use the right macros to unpack
+  and verify in raw_decode test.
+
+---

New:

  tiff-bigendian.patch



Other differences:
--
++ tiff.spec ++
--- /var/tmp/diff_new_pack.bQulqJ/_old  2012-06-29 10:45:25.0 +0200
+++ /var/tmp/diff_new_pack.bQulqJ/_new  2012-06-29 10:45:25.0 +0200
@@ -49,6 +49,7 @@
 Patch2: tiff-%{version}-seek.patch
 Patch3: tiff-%{version}-tiff2pdf-colors.patch
 Patch9: tiff-%{version}-dont-fancy-upsampling.patch
+Patch10:tiff-bigendian.patch
 # FYI: this issue is solved another way
 # http://bugzilla.maptools.org/show_bug.cgi?id=1985#c1
 # Patch9: tiff-%{version}-lzw-CVE-2009-2285.patch
@@ -95,6 +96,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch9 -p1
+%patch10 -p1
 
 %build
 %configure --disable-static --with-pic

++ tiff-bigendian.patch ++
--- tiff-4.0.2/test/raw_decode.c.xx 2012-06-28 11:48:43.0 +0200
+++ tiff-4.0.2/test/raw_decode.c2012-06-28 12:15:46.0 +0200
@@ -85,9 +85,9 @@
 static int check_rgba_pixel( int pixel, int red, int green, int blue, int 
alpha, unsigned char *buffer ) {
/* RGBA images are upside down - adjust for normal ordering */
int adjusted_pixel = pixel % 128 + (127 - (pixel/128)) * 128;
-   unsigned char *rgba = buffer + 4 * adjusted_pixel;
-   
-   if( rgba[0] == red  rgba[1] == green  rgba[2] == blue  rgba[3] == 
alpha ) {
+   unsigned int *rgba = (unsigned int*)(buffer + 4 * adjusted_pixel);
+
+   if( TIFFGetR(*rgba) == red  TIFFGetG(*rgba) == green  
TIFFGetB(*rgba) == blue  TIFFGetA(*rgba) == alpha ) {
return 0;
}
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ca-certificates-mozilla for openSUSE:11.4:Update

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package ca-certificates-mozilla for 
openSUSE:11.4:Update checked in at 2012-06-29 09:25:16

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


Package is ca-certificates-mozilla, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.QVuVdU/_old  2012-06-29 11:13:54.0 +0200
+++ /var/tmp/diff_new_pack.QVuVdU/_new  2012-06-29 11:13:54.0 +0200
@@ -1,8 +1 @@
-link  package=ca-certificates-mozilla.import5084  cicount=copy
-patches
-  !-- apply name=patch / apply a patch on the source directory  --
-  !-- topadd%define build_with_feature_x 1/topadd add a line on the top 
(spec file only) --
-  !-- addfile.patch/add add a patch to be applied after %setup (spec file 
only) --
-  !-- deletefilename/delete delete a file --
-/patches
-/link
+link package='ca-certificates-mozilla.566' cicount='copy' /

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



commit MyODBC-unixODBC for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package MyODBC-unixODBC for openSUSE:12.2 
checked in at 2012-06-29 10:20:54

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


Package is MyODBC-unixODBC, Maintainer is mhruse...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/MyODBC-unixODBC/MyODBC-unixODBC.changes 
2012-06-25 15:14:39.0 +0200
+++ /work/SRC/openSUSE:12.2/.MyODBC-unixODBC.new/MyODBC-unixODBC.changes
2012-06-29 11:20:03.0 +0200
@@ -1,0 +2,7 @@
+Tue Jun 19 07:54:24 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-GPL-2.0-with-FLOSS-exception
+  SPDX format (or use the spreadsheet linked at http://license.opensuse.org
+  if there is no entry on http://www.spdx.org/licenses)
+
+---



Other differences:
--
++ MyODBC-unixODBC.spec ++
--- /var/tmp/diff_new_pack.Cjakhz/_old  2012-06-29 11:20:04.0 +0200
+++ /var/tmp/diff_new_pack.Cjakhz/_new  2012-06-29 11:20:04.0 +0200
@@ -21,7 +21,7 @@
 Version:5.1.8
 Release:1
 %define manager unixODBC
-License:GPLv2 with exceptions
+License:SUSE-GPL-2.0-with-FLOSS-exception
 Summary:ODBC Interface for Communication with MySQL Compiled with 
UnixODBC
 Url:http://www.mysql.com/products/myodbc/index.html
 Group:  Productivity/Databases/Tools

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



commit automake for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package automake for openSUSE:12.2 checked 
in at 2012-06-29 10:18:26

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


Package is automake, Maintainer is p...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/automake/automake-testsuite.changes 2012-06-25 
15:15:40.0 +0200
+++ /work/SRC/openSUSE:12.2/.automake.new/automake-testsuite.changes
2012-06-29 11:20:10.0 +0200
@@ -1,0 +2,15 @@
+Wed Jun 27 15:46:00 UTC 2012 - tom.m...@googlemail.com
+
+- Update to 1.12.1:
+  Bugs fixed in 1.12.1:
+  - Several weaknesses in Automake's own build system and test suite
+have been fixed.
+  - Aclocal works correctly with perl 5.16.0 (automake bug#11543).
+
+
+ - Starting from either the next minor version (1.12.2) or the next major
+   version (1.13), Automake will start warning if 'configure.in' is used
+   instead of 'configure.ac' as the Autoconf input.  Future versions of
+   Automake will drop support for 'configure.in' altogether.
+
+---
automake.changes: same change

Old:

  automake-1.12.tar.xz

New:

  automake-1.12.1.tar.xz



Other differences:
--
++ automake-testsuite.spec ++
--- /var/tmp/diff_new_pack.1gbrM3/_old  2012-06-29 11:20:10.0 +0200
+++ /var/tmp/diff_new_pack.1gbrM3/_new  2012-06-29 11:20:10.0 +0200
@@ -31,7 +31,7 @@
 %endif
 Requires:   autoconf = 2.62
 Requires:   info
-Version:1.12
+Version:1.12.1
 Release:0
 Summary:A Program for Automatically Generating GNU-Style Makefile.in 
Files
 License:GPL-2.0+

automake.spec: same change
++ pre_checkin.sh ++
--- /var/tmp/diff_new_pack.1gbrM3/_old  2012-06-29 11:20:10.0 +0200
+++ /var/tmp/diff_new_pack.1gbrM3/_new  2012-06-29 11:20:10.0 +0200
@@ -2,3 +2,6 @@
 # This script is called automatically during autobuild checkin.
 sed -e s,^\(Name:.*automake\),\1-testsuite, automake.spec  
automake-testsuite.spec
 cp automake.changes automake-testsuite.changes
+
+osc service localrun format_spec_file
+

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



commit blocxx for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package blocxx for openSUSE:12.2 checked in 
at 2012-06-29 10:19:02

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


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

Changes:

--- /work/SRC/openSUSE:12.2/blocxx/blocxx-doc.changes   2012-06-25 
15:15:56.0 +0200
+++ /work/SRC/openSUSE:12.2/.blocxx.new/blocxx-doc.changes  2012-06-29 
11:20:12.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 26 11:48:11 UTC 2012 - co...@suse.com
+
+- do not buildrequire gcc46
+
+---



Other differences:
--
++ blocxx-doc.spec ++
--- /var/tmp/diff_new_pack.p5fCYH/_old  2012-06-29 11:20:12.0 +0200
+++ /var/tmp/diff_new_pack.p5fCYH/_new  2012-06-29 11:20:12.0 +0200
@@ -30,8 +30,7 @@
 BuildArch:  noarch
 BuildRequires:  automake
 BuildRequires:  doxygen
-BuildRequires:  gcc46
-BuildRequires:  gcc46-c++
+BuildRequires:  gcc-c++
 BuildRequires:  pcre-devel
 %if 0%{?suse_version} = 1030
 BuildRequires:  libopenssl-devel
@@ -70,8 +69,6 @@
 autoreconf
 
 %build
-export CC=gcc-4.6
-export CXX=g++-4.6
 #
 # configure normal version
 #

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



commit glibc for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package glibc for openSUSE:12.2 checked in 
at 2012-06-29 10:19:57

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


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

Changes:

--- /work/SRC/openSUSE:12.2/glibc/glibc.changes 2012-06-28 17:26:35.0 
+0200
+++ /work/SRC/openSUSE:12.2/.glibc.new/glibc.changes2012-06-29 
11:20:40.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 28 18:46:30 UTC 2012 - a...@suse.de
+
+- Remove not anymore existing nscd.socket.
+
+---



Other differences:
--
++ glibc.spec ++
--- /var/tmp/diff_new_pack.wSNBXO/_old  2012-06-29 11:20:41.0 +0200
+++ /var/tmp/diff_new_pack.wSNBXO/_new  2012-06-29 11:20:41.0 +0200
@@ -1079,11 +1079,18 @@
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/libc.info.gz
 
 %preun -n nscd
+
 %stop_on_removal nscd
 
 %post -n nscd
 %{insserv_force_if_yast nscd}
 mkdir -p /var/run/nscd
+# Previously we had nscd.socket, remove it
+test -x /usr/bin/systemctl  /usr/bin/systemctl stop nscd.socket || :
+test -x /usr/bin/systemctl  /usr/bin/systemctl disable nscd.socket || :
+# Hard removal in case the above did not work
+rm -f /etc/systemd/system/sockets.target.wants/nscd.socket
+exit 0
 
 %postun -n nscd
 %restart_on_update nscd



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



commit gsl for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package gsl for openSUSE:12.2 checked in at 
2012-06-29 10:20:10

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


Package is gsl, Maintainer is p...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/gsl/gsl.changes 2012-06-25 15:34:46.0 
+0200
+++ /work/SRC/openSUSE:12.2/.gsl.new/gsl.changes2012-06-29 
11:20:45.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 29 07:10:33 UTC 2012 - co...@suse.com
+
+- the buildrequire for specific gcc libraries seems unneeded (and broke)
+
+---



Other differences:
--
++ gsl.spec ++
--- /var/tmp/diff_new_pack.CMhkKn/_old  2012-06-29 11:20:46.0 +0200
+++ /var/tmp/diff_new_pack.CMhkKn/_new  2012-06-29 11:20:46.0 +0200
@@ -22,7 +22,6 @@
 %if 0%{?suse_version}
 BuildRequires:  libtool
 %endif
-BuildRequires:  libquadmath46
 BuildRequires:  pkgconfig
 %if 0%{?fedora_version}
 Requires:   info

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



commit js for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package js for openSUSE:12.2 checked in at 
2012-06-29 10:20:41

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


Package is js, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/js/js.changes   2012-06-25 15:36:09.0 
+0200
+++ /work/SRC/openSUSE:12.2/.js.new/js.changes  2012-06-29 11:20:52.0 
+0200
@@ -1,0 +2,5 @@
+Thu Jun 28 06:52:40 UTC 2012 - adr...@suse.de
+
+- do not enforce wrong build flags on arm (fixes build)
+
+---

New:

  do-not-enforce-wrong-arm-flags.patch



Other differences:
--
++ js.spec ++
--- /var/tmp/diff_new_pack.24o2nQ/_old  2012-06-29 11:20:53.0 +0200
+++ /var/tmp/diff_new_pack.24o2nQ/_new  2012-06-29 11:20:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package js
 #
-# 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
@@ -16,19 +16,24 @@
 #
 
 
-
 Name:   js
 Summary:JavaScript interpreter
-Version:1.8.5
-Release:3
 License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Group:  Development/Languages/Other
+Version:1.8.5
+Release:0
 Url:http://www.mozilla.org/js/
 Source0:http://ftp.mozilla.org/pub/mozilla.org/js/js185-1.0.0.tar.bz2
 Patch0: js-64bitbigendian.patch 
 Patch1: js-filter.patch
+Patch2: do-not-enforce-wrong-arm-flags.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf213 gcc-c++ mozilla-nspr-devel pkg-config python zip
+BuildRequires:  autoconf213
+BuildRequires:  gcc-c++
+BuildRequires:  mozilla-nspr-devel
+BuildRequires:  pkg-config
+BuildRequires:  python
+BuildRequires:  zip
 
 %description
 JavaScript is the Netscape-developed object scripting language used in millions
@@ -38,7 +43,6 @@
 
 %package -n libmozjs185-1_0
 Summary:JavaScript library
-License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Group:  System/Libraries
 
 %description -n libmozjs185-1_0
@@ -50,7 +54,6 @@
 
 %package devel
 Summary:Header files, libraries and development documentation for 
%{name}
-License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Group:  Development/Libraries/Other
 Requires:   libmozjs185-1_0 = %{version}-%{release}
 Requires:   pkg-config
@@ -65,6 +68,7 @@
 %setup -q -n %{name}-%{version}
 %patch0 -p1
 %patch1
+%patch2
 
 %build
 # no need to add build time to binaries

++ do-not-enforce-wrong-arm-flags.patch ++
--- js/src/configure.in.orig2012-06-28 08:47:35.002113771 +0200
+++ js/src/configure.in 2012-06-28 08:49:33.384116471 +0200
@@ -3546,23 +3546,6 @@
 fi
 AC_SUBST(HAVE_ARM_SIMD)
 
-AC_MSG_CHECKING(for ARM NEON support in compiler)
-_SAVE_CFLAGS=$CFLAGS
-if test $GNU_CC; then
-  # gcc needs -mfpu=neon to recognize NEON instructions
-  CFLAGS=$CFLAGS -mfpu=neon -mfloat-abi=softfp
-fi
-AC_TRY_COMPILE([],
-   [asm(vadd.i8 d0, d0, d0);],
-   result=yes, result=no)
-AC_MSG_RESULT($result)
-if test $result = yes; then
-AC_DEFINE(HAVE_ARM_NEON)
-HAVE_ARM_NEON=1
-fi
-CFLAGS=$_SAVE_CFLAGS
-AC_SUBST(HAVE_ARM_NEON)
-
 dnl 
 dnl = pthread support
 dnl = Start by checking whether the system support pthreads
@@ -4660,74 +4643,6 @@
 MOZ_ARM_ARCH=armv7
   ;;
 esac
-dnl 
-dnl = Enable building the Thumb2 instruction set
-dnl 
-MOZ_ARG_ENABLE_BOOL(thumb2,
- [  --enable-thumb2 Enable Thumb2 instruction set (implies ARMv7)],
-MOZ_THUMB2=1,
-MOZ_THUMB2=)
-if test -n $MOZ_THUMB2; then
-  MOZ_ARM_ARCH=armv7
-fi
-
-dnl 
-dnl = Enable building for ARM specific CPU features
-dnl 
-MOZ_ARG_WITH_STRING(cpu-arch,
-[  --with-cpu-arch=arch  Use specific arm architecture CPU features, 
default armv7],
-MOZ_ARM_ARCH=$withval)
-
-if test -n $MOZ_THUMB2; then
-  case $target_cpu in
-arm*)
-  if test $MOZ_ARM_ARCH != armv7; then
-AC_MSG_ERROR([--enable-thumb2 is not compatible with 
cpu-arch=$MOZ_ARM_ARCH])
-  fi
-  if test $GNU_CC; then
-AC_DEFINE(MOZ_THUMB2)
-AC_DEFINE(MOZ_ARM_ARCH)
-CFLAGS=$CFLAGS -march=armv7-a -mthumb -mfloat-abi=softfp 
$MOZ_ARM_VFP_FLAGS
-

commit ocaml for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package ocaml for openSUSE:12.2 checked in 
at 2012-06-29 10:21:12

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


Package is ocaml, Maintainer is dlova...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/ocaml/ocaml.changes 2012-06-25 15:47:22.0 
+0200
+++ /work/SRC/openSUSE:12.2/.ocaml.new/ocaml.changes2012-06-29 
11:21:15.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 27 10:51:13 UTC 2012 - dval...@suse.com
+
+- refresh ppc64 patch
+- Link dllthreads.so with -lpthread so that pthread_atfork
+  is included statically. 
+
+---



Other differences:
--
++ ocaml.spec ++
--- /var/tmp/diff_new_pack.AJvZzB/_old  2012-06-29 11:21:16.0 +0200
+++ /var/tmp/diff_new_pack.AJvZzB/_new  2012-06-29 11:21:16.0 +0200
@@ -271,7 +271,7 @@
 %patch6
 %patch7
 %patch8
-%patch9
+%patch9 -p1
 %patch10 -p1
 
 find -name .cvsignore | xargs -r rm -f

++ ocaml-3.09-rpmoptflags.patch ++
--- /var/tmp/diff_new_pack.AJvZzB/_old  2012-06-29 11:21:16.0 +0200
+++ /var/tmp/diff_new_pack.AJvZzB/_new  2012-06-29 11:21:16.0 +0200
@@ -57,8 +57,12 @@
 ===
 --- otherlibs/systhreads/Makefile.orig
 +++ otherlibs/systhreads/Makefile
-@@ -33,7 +33,7 @@ libthreads.a: $(BYTECODE_C_OBJS)
-   $(MKLIB) -o threads $(BYTECODE_C_OBJS)
+@@ -30,10 +30,10 @@
+ allopt: libthreadsnat.a threads.cmxa
+ 
+ libthreads.a: $(BYTECODE_C_OBJS)
+-  $(MKLIB) -o threads $(BYTECODE_C_OBJS)
++  $(MKLIB) -o threads $(BYTECODE_C_OBJS) -lpthread
  
  st_stubs_b.o: st_stubs.c st_posix.h
 -  $(BYTECC) -O -I../../byterun $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS) \
@@ -66,7 +70,7 @@
   -c st_stubs.c
mv st_stubs.o st_stubs_b.o
  
-@@ -43,7 +43,7 @@ libthreadsnat.a: $(NATIVECODE_C_OBJS)
+@@ -43,7 +43,7 @@
$(AR) rc libthreadsnat.a $(NATIVECODE_C_OBJS)
  
  st_stubs_n.o: st_stubs.c st_posix.h


++ ocaml-ppc64.patch ++
--- /var/tmp/diff_new_pack.AJvZzB/_old  2012-06-29 11:21:16.0 +0200
+++ /var/tmp/diff_new_pack.AJvZzB/_new  2012-06-29 11:21:16.0 +0200
@@ -1,7 +1,48 @@
-diff -uNr asmcomp.orig/power64/arch.ml asmcomp/power64/arch.ml
 asmcomp.orig/power64/arch.ml1969-12-31 19:00:00.0 -0500
-+++ asmcomp/power64/arch.ml  2008-02-29 08:37:45.0 -0500
-@@ -0,0 +1,84 @@
+From b25707437651811a22acaab5a9461eb4ab742f6e Mon Sep 17 00:00:00 2001
+From: Richard W.M. Jones rjo...@redhat.com
+Date: Tue, 29 May 2012 20:47:07 +0100
+Subject: [PATCH 6/8] Add support for ppc64.
+
+Note (1): This patch was rejected upstream because they don't have
+appropriate hardware for testing.
+
+Note (2): Upstream powerpc directory has some support for ppc64, but
+only for Macs, and I couldn't get it to work at all with IBM hardware.
+
+This patch was collaborated on by several people, most notably
+David Woodhouse.
+
+Includes fix for position of stack arguments to external C functions
+when there are more than 8 parameters (RHBZ#829187).
+
+Includes fix for minor heap corruption because of unaligned minor heap
+register (RHBZ#826649).
+---
+ asmcomp/power64/arch.ml   |   83 
+ asmcomp/power64/emit.mlp  |  989 +
+ asmcomp/power64/proc.ml   |  241 ++
+ asmcomp/power64/reload.ml |   18 +
+ asmcomp/power64/scheduling.ml |   65 +++
+ asmcomp/power64/selection.ml  |  103 +
+ asmrun/Makefile   |6 +
+ asmrun/power64-elf.S  |  486 
+ asmrun/stack.h|9 +
+ configure |5 +-
+ 10 files changed, 2004 insertions(+), 1 deletion(-)
+ create mode 100644 asmcomp/power64/arch.ml
+ create mode 100644 asmcomp/power64/emit.mlp
+ create mode 100644 asmcomp/power64/proc.ml
+ create mode 100644 asmcomp/power64/reload.ml
+ create mode 100644 asmcomp/power64/scheduling.ml
+ create mode 100644 asmcomp/power64/selection.ml
+ create mode 100644 asmrun/power64-elf.S
+
+diff --git a/asmcomp/power64/arch.ml b/asmcomp/power64/arch.ml
+new file mode 100644
+index 000..55dd593
+--- /dev/null
 b/asmcomp/power64/arch.ml
+@@ -0,0 +1,83 @@
 +(***)
 +(* *)
 +(*   Objective Caml*)
@@ -14,7 +55,7 @@
 +(* *)
 +(***)
 +
-+(* $Id: ocaml-3.11.0-ppc64.patch,v 1.1 2008/11/20 

commit openjpeg for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package openjpeg for openSUSE:12.2 checked 
in at 2012-06-29 10:21:38

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


Package is openjpeg, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/openjpeg/openjpeg.changes   2012-06-25 
15:47:37.0 +0200
+++ /work/SRC/openSUSE:12.2/.openjpeg.new/openjpeg.changes  2012-06-29 
11:21:17.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 28 18:42:41 UTC 2012 - asterios.dra...@gmail.com
+
+- Added a patch (heap_corruption_fix.patch) to fix heap corruption when
+  processing certain Gray16 TIFF images - (CVE-2009-5030), (bnc#757260).
+
+---

New:

  heap_corruption_fix.patch



Other differences:
--
++ openjpeg.spec ++
--- /var/tmp/diff_new_pack.0Fadt2/_old  2012-06-29 11:21:17.0 +0200
+++ /var/tmp/diff_new_pack.0Fadt2/_new  2012-06-29 11:21:17.0 +0200
@@ -32,6 +32,8 @@
 Patch2: openjpeg-1.5.0-cmake_libdir.patch
 # PATCH-FIX-UPSTREAM openjpeg-1.5.0-pkgconfig_includedir.patch 
asterios.dra...@gmail.com -- Fix includedir in pkgconfig file (taken from 
Fedora)
 Patch3: openjpeg-1.5.0-pkgconfig_includedir.patch
+# PATCH-FIX-UPSTREAM heap_corruption_fix.patch CVE-2009-5030 bnc#757260 
asterios.dra...@gmail.com -- Fix heap corruption when processing certain Gray16 
TIFF images (http://code.google.com/p/openjpeg/source/detail?r=1703)
+Patch4: heap_corruption_fix.patch
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  liblcms2-devel
@@ -69,6 +71,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 # Remove build time references so build-compare can do its work
 sed -i s/HTML_TIMESTAMP = YES/HTML_TIMESTAMP = NO/g 
doc/Doxyfile.dox.cmake.in

++ heap_corruption_fix.patch ++
--- openjpeg-1.5.0/libopenjpeg/tcd.c2012-02-07 12:49:55.0 +0200
+++ openjpeg-1.5.0/libopenjpeg/tcd.c.r1703  2012-06-28 20:34:17.633818590 
+0300
@@ -333,7 +333,7 @@
cblk-y0 = 
int_max(cblkystart, prc-y0);
cblk-x1 = 
int_min(cblkxend, prc-x1);
cblk-y1 = 
int_min(cblkyend, prc-y1);
-   cblk-data = (unsigned 
char*) opj_calloc(8192+2, sizeof(unsigned char));
+   cblk-data = (unsigned 
char*) opj_calloc(9728+2, sizeof(unsigned char));
/* FIXME: mqc_init_enc 
and mqc_byteout underrun the buffer if we don't do this. Why? */
cblk-data += 2;
cblk-layers = 
(opj_tcd_layer_t*) opj_calloc(100, sizeof(opj_tcd_layer_t));
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-cryptopp for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package python-cryptopp for openSUSE:12.2 
checked in at 2012-06-29 10:22:57

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


Package is python-cryptopp, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/python-cryptopp/python-cryptopp.changes 
2012-06-25 15:50:57.0 +0200
+++ /work/SRC/openSUSE:12.2/.python-cryptopp.new/python-cryptopp.changes
2012-06-29 11:21:41.0 +0200
@@ -1,0 +2,12 @@
+Fri Dec  9 12:05:58 UTC 2011 - cfarr...@suse.com
+
+- license update: GPL-2.0+ or SUSE-TGPPL-1.0+
+  Package has a dual license. Use SPDX format (the SUSE prefix indicates
+  that the license is not yet upstreamed)
+
+---
+Thu Dec  8 13:07:23 UTC 2011 - co...@suse.com
+
+- COPYING.GPL says it's GPL-2.0+
+
+---



Other differences:
--
++ python-cryptopp.spec ++
--- /var/tmp/diff_new_pack.msOdbj/_old  2012-06-29 11:21:41.0 +0200
+++ /var/tmp/diff_new_pack.msOdbj/_new  2012-06-29 11:21:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cryptopp
 #
-# 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
@@ -20,15 +20,19 @@
 
 Name:   python-cryptopp
 Version:0.5.29
-Release:1
+Release:0
 Summary:Python Wrappers for the Crypto++ Library
-Url:http://allmydata.org/trac/pycryptopp
-License:GPL
+License:GPL-2.0+ or SUSE-TGPPL-1.0+
 Group:  Development/Libraries/Python
+Url:http://allmydata.org/trac/pycryptopp
 Source: %{modname}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{py_requires}
-BuildRequires:  gcc-c++ libcryptopp-devel python-devel python-setuptools 
python-xml
+BuildRequires:  gcc-c++
+BuildRequires:  libcryptopp-devel
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
+BuildRequires:  python-xml
 Patch0: pycryptopp-0.5.29-disable-w-flag.patch
 
 %description

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



commit tiff for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package tiff for openSUSE:12.2 checked in at 
2012-06-29 10:24:44

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


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

Changes:

--- /work/SRC/openSUSE:12.2/tiff/tiff.changes   2012-06-25 15:55:55.0 
+0200
+++ /work/SRC/openSUSE:12.2/.tiff.new/tiff.changes  2012-06-29 
11:21:57.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 28 10:16:29 UTC 2012 - meiss...@suse.com
+
+- RGBA is packed in host order, use the right macros to unpack
+  and verify in raw_decode test.
+
+---

New:

  tiff-bigendian.patch



Other differences:
--
++ tiff.spec ++
--- /var/tmp/diff_new_pack.4OUjnC/_old  2012-06-29 11:21:57.0 +0200
+++ /var/tmp/diff_new_pack.4OUjnC/_new  2012-06-29 11:21:57.0 +0200
@@ -49,6 +49,7 @@
 Patch2: tiff-%{version}-seek.patch
 Patch3: tiff-%{version}-tiff2pdf-colors.patch
 Patch9: tiff-%{version}-dont-fancy-upsampling.patch
+Patch10:tiff-bigendian.patch
 # FYI: this issue is solved another way
 # http://bugzilla.maptools.org/show_bug.cgi?id=1985#c1
 # Patch9: tiff-%{version}-lzw-CVE-2009-2285.patch
@@ -95,6 +96,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch9 -p1
+%patch10 -p1
 
 %build
 %configure --disable-static --with-pic

++ tiff-bigendian.patch ++
--- tiff-4.0.2/test/raw_decode.c.xx 2012-06-28 11:48:43.0 +0200
+++ tiff-4.0.2/test/raw_decode.c2012-06-28 12:15:46.0 +0200
@@ -85,9 +85,9 @@
 static int check_rgba_pixel( int pixel, int red, int green, int blue, int 
alpha, unsigned char *buffer ) {
/* RGBA images are upside down - adjust for normal ordering */
int adjusted_pixel = pixel % 128 + (127 - (pixel/128)) * 128;
-   unsigned char *rgba = buffer + 4 * adjusted_pixel;
-   
-   if( rgba[0] == red  rgba[1] == green  rgba[2] == blue  rgba[3] == 
alpha ) {
+   unsigned int *rgba = (unsigned int*)(buffer + 4 * adjusted_pixel);
+
+   if( TIFFGetR(*rgba) == red  TIFFGetG(*rgba) == green  
TIFFGetB(*rgba) == blue  TIFFGetA(*rgba) == alpha ) {
return 0;
}
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gjs for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package gjs for openSUSE:Factory checked in 
at 2012-06-29 11:30:53

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


Package is gjs, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gjs/gjs.changes  2012-03-29 13:51:26.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gjs.new/gjs.changes 2012-06-29 
11:30:54.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 28 21:14:51 UTC 2012 - dims...@opensuse.org
+
+- Add gjs-getpid_uid_gid.patch: system: add getpid(), getuid(),
+  getgid().
+
+---

New:

  gjs-getpid_uid_gid.patch



Other differences:
--
++ gjs.spec ++
--- /var/tmp/diff_new_pack.mSDa9v/_old  2012-06-29 11:30:55.0 +0200
+++ /var/tmp/diff_new_pack.mSDa9v/_new  2012-06-29 11:30:55.0 +0200
@@ -25,6 +25,8 @@
 Group:  Development/Libraries/GNOME
 Url:http://live.gnome.org/Gjs
 Source: 
http://download.gnome.org/sources/gjs/1.32/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gjs-getpid_uid_gid.patch bnc#751211 bgo#646187 
dims...@opensuse.org -- Add getpid(), getuid() getgid(), taken from upstream 
git.
+Patch0: gjs-getpid_uid_gid.patch
 BuildRequires:  gcc-c++
 BuildRequires:  python
 BuildRequires:  readline-devel
@@ -73,6 +75,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \


++ gjs-getpid_uid_gid.patch ++
From 457a90fecc74c0a36da1b9252c9f9028932f42a0 Mon Sep 17 00:00:00 2001
From: Giovanni Campagna gcampa...@src.gnome.org
Date: Tue, 7 Feb 2012 15:36:26 +0100
Subject: [PATCH] system: add getpid(), getuid(), getgid()

These functions are useful sometimes (for example when building
a PolkitSubject), and have no equivalent in GLib, therefore it's
appropriate to place them in the system module.

https://bugzilla.gnome.org/show_bug.cgi?id=646187
---
 modules/system.c |   64 ++
 1 file changed, 64 insertions(+)

diff --git a/modules/system.c b/modules/system.c
index ea8a9a8..c7c5b5c 100644
--- a/modules/system.c
+++ b/modules/system.c
@@ -24,6 +24,9 @@
 
 #include config.h
 
+#include sys/types.h
+#include unistd.h
+
 #include gjs/gjs-module.h
 #include jsapi.h
 
@@ -75,6 +78,49 @@ gjs_gc(JSContext *context,
 JS_GC(context);
 return JS_TRUE;
 }
+
+static JSBool
+gjs_getpid(JSContext *context,
+   uintN  argc,
+   jsval *vp)
+{
+jsval *argv = JS_ARGV(cx, vp);
+jsval rval;
+if (!gjs_parse_args(context, getpid, , argc, argv))
+return JS_FALSE;
+rval = INT_TO_JSVAL(getpid());
+JS_SET_RVAL(context, vp, rval);
+return JS_TRUE;
+}
+
+static JSBool
+gjs_getuid(JSContext *context,
+   uintN  argc,
+   jsval *vp)
+{
+jsval *argv = JS_ARGV(cx, vp);
+jsval rval;
+if (!gjs_parse_args(context, getuid, , argc, argv))
+return JS_FALSE;
+rval = INT_TO_JSVAL(getuid());
+JS_SET_RVAL(context, vp, rval);
+return JS_TRUE;
+}
+
+static JSBool
+gjs_getgid(JSContext *context,
+   uintN  argc,
+   jsval *vp)
+{
+jsval *argv = JS_ARGV(cx, vp);
+jsval rval;
+if (!gjs_parse_args(context, getgid, , argc, argv))
+return JS_FALSE;
+rval = INT_TO_JSVAL(getgid());
+JS_SET_RVAL(context, vp, rval);
+return JS_TRUE;
+}
+
 JSBool
 gjs_js_define_system_stuff(JSContext *context,
JSObject  *module)
@@ -97,6 +143,24 @@ gjs_js_define_system_stuff(JSContext *context,
0, GJS_MODULE_PROP_FLAGS))
 return JS_FALSE;
 
+if (!JS_DefineFunction(context, module,
+   getpid,
+   (JSNative) gjs_getpid,
+   0, GJS_MODULE_PROP_FLAGS))
+return FALSE;
+
+if (!JS_DefineFunction(context, module,
+   getuid,
+   (JSNative) gjs_getuid,
+   0, GJS_MODULE_PROP_FLAGS))
+return FALSE;
+
+if (!JS_DefineFunction(context, module,
+   getgid,
+   (JSNative) gjs_getgid,
+   0, GJS_MODULE_PROP_FLAGS))
+return FALSE;
+
 return JS_TRUE;
 }
 
-- 
1.7.10
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gjs for openSUSE:12.2

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package gjs for openSUSE:12.2 checked in at 
2012-06-29 11:30:58

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


Package is gjs, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/gjs/gjs.changes 2012-06-25 15:20:13.0 
+0200
+++ /work/SRC/openSUSE:12.2/.gjs.new/gjs.changes2012-06-29 
11:30:59.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 28 21:14:51 UTC 2012 - dims...@opensuse.org
+
+- Add gjs-getpid_uid_gid.patch: system: add getpid(), getuid(),
+  getgid().
+
+---

New:

  gjs-getpid_uid_gid.patch



Other differences:
--
++ gjs.spec ++
--- /var/tmp/diff_new_pack.o9yEj5/_old  2012-06-29 11:30:59.0 +0200
+++ /var/tmp/diff_new_pack.o9yEj5/_new  2012-06-29 11:30:59.0 +0200
@@ -25,6 +25,8 @@
 Group:  Development/Libraries/GNOME
 Url:http://live.gnome.org/Gjs
 Source: 
http://download.gnome.org/sources/gjs/1.32/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gjs-getpid_uid_gid.patch bnc#751211 bgo#646187 
dims...@opensuse.org -- Add getpid(), getuid() getgid(), taken from upstream 
git.
+Patch0: gjs-getpid_uid_gid.patch
 BuildRequires:  gcc-c++
 BuildRequires:  python
 BuildRequires:  readline-devel
@@ -73,6 +75,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \


++ gjs-getpid_uid_gid.patch ++
From 457a90fecc74c0a36da1b9252c9f9028932f42a0 Mon Sep 17 00:00:00 2001
From: Giovanni Campagna gcampa...@src.gnome.org
Date: Tue, 7 Feb 2012 15:36:26 +0100
Subject: [PATCH] system: add getpid(), getuid(), getgid()

These functions are useful sometimes (for example when building
a PolkitSubject), and have no equivalent in GLib, therefore it's
appropriate to place them in the system module.

https://bugzilla.gnome.org/show_bug.cgi?id=646187
---
 modules/system.c |   64 ++
 1 file changed, 64 insertions(+)

diff --git a/modules/system.c b/modules/system.c
index ea8a9a8..c7c5b5c 100644
--- a/modules/system.c
+++ b/modules/system.c
@@ -24,6 +24,9 @@
 
 #include config.h
 
+#include sys/types.h
+#include unistd.h
+
 #include gjs/gjs-module.h
 #include jsapi.h
 
@@ -75,6 +78,49 @@ gjs_gc(JSContext *context,
 JS_GC(context);
 return JS_TRUE;
 }
+
+static JSBool
+gjs_getpid(JSContext *context,
+   uintN  argc,
+   jsval *vp)
+{
+jsval *argv = JS_ARGV(cx, vp);
+jsval rval;
+if (!gjs_parse_args(context, getpid, , argc, argv))
+return JS_FALSE;
+rval = INT_TO_JSVAL(getpid());
+JS_SET_RVAL(context, vp, rval);
+return JS_TRUE;
+}
+
+static JSBool
+gjs_getuid(JSContext *context,
+   uintN  argc,
+   jsval *vp)
+{
+jsval *argv = JS_ARGV(cx, vp);
+jsval rval;
+if (!gjs_parse_args(context, getuid, , argc, argv))
+return JS_FALSE;
+rval = INT_TO_JSVAL(getuid());
+JS_SET_RVAL(context, vp, rval);
+return JS_TRUE;
+}
+
+static JSBool
+gjs_getgid(JSContext *context,
+   uintN  argc,
+   jsval *vp)
+{
+jsval *argv = JS_ARGV(cx, vp);
+jsval rval;
+if (!gjs_parse_args(context, getgid, , argc, argv))
+return JS_FALSE;
+rval = INT_TO_JSVAL(getgid());
+JS_SET_RVAL(context, vp, rval);
+return JS_TRUE;
+}
+
 JSBool
 gjs_js_define_system_stuff(JSContext *context,
JSObject  *module)
@@ -97,6 +143,24 @@ gjs_js_define_system_stuff(JSContext *context,
0, GJS_MODULE_PROP_FLAGS))
 return JS_FALSE;
 
+if (!JS_DefineFunction(context, module,
+   getpid,
+   (JSNative) gjs_getpid,
+   0, GJS_MODULE_PROP_FLAGS))
+return FALSE;
+
+if (!JS_DefineFunction(context, module,
+   getuid,
+   (JSNative) gjs_getuid,
+   0, GJS_MODULE_PROP_FLAGS))
+return FALSE;
+
+if (!JS_DefineFunction(context, module,
+   getgid,
+   (JSNative) gjs_getgid,
+   0, GJS_MODULE_PROP_FLAGS))
+return FALSE;
+
 return JS_TRUE;
 }
 
-- 
1.7.10
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kernel-source for openSUSE:Factory

2012-06-29 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2012-06-29 11:31:45

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/kernel-debug.changes   
2012-06-15 19:43:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-debug.changes  
2012-06-29 11:31:48.0 +0200
@@ -1,0 +2,40 @@
+Wed Jun 27 09:53:34 CEST 2012 - jbeul...@novell.com
+
+- Update Xen patches to c/s 1182.
+- Update Xen and EC2 config files.
+- commit 1f9dec5
+
+---
+Mon Jun 25 22:15:56 CEST 2012 - je...@suse.com
+
+- Updated Patch-mainline for 
patches.fixes/mm-correctly-synchronize-rss-counters-at-exit-exec.patch.
+- commit d022daf
+
+---
+Mon Jun 25 21:52:07 CEST 2012 - je...@suse.com
+
+- NFS: Force the legacy idmapper to be single threaded
+  (bnc#766514).
+- commit b73cb98
+
+---
+Mon Jun 25 11:16:31 CEST 2012 - jsl...@suse.cz
+
+- Linux 3.4.4.
+- Refresh patches.xen/xen3-patch-2.6.35.
+- commit 25f83ba
+
+---
+Sun Jun 17 22:27:20 CEST 2012 - jsl...@suse.cz
+
+- Linux 3.4.3.
+- Delete patches.suse/suse-hv-pata_piix-ignore-disks.patch.
+- commit 76639c2
+
+---
+Fri Jun 15 10:02:46 CEST 2012 - mho...@suse.cz
+
+- mm: correctly synchronize rss-counters at exit/exec (bnc#767152).
+- commit f3bb35c
+
+---
kernel-default.changes: same change
kernel-desktop.changes: same change
kernel-docs.changes: same change
kernel-ec2.changes: same change
kernel-imx51.changes: same change
kernel-omap2plus.changes: same change
kernel-pae.changes: same change
kernel-ppc64.changes: same change
kernel-s390.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-tegra.changes: same change
kernel-trace.changes: same change
kernel-u8500.changes: same change
kernel-vanilla.changes: same change
kernel-xen.changes: same change



Other differences:
--
++ kernel-debug.spec ++
--- /var/tmp/diff_new_pack.dMtzde/_old  2012-06-29 11:31:57.0 +0200
+++ /var/tmp/diff_new_pack.dMtzde/_new  2012-06-29 11:31:57.0 +0200
@@ -18,7 +18,7 @@
 # norootforbuild
 
 %define srcversion 3.4
-%define patchversion 3.4.2
+%define patchversion 3.4.4
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -57,7 +57,7 @@
 
 Name:   kernel-debug
 Summary:A Debug Version of the Kernel
-Version:3.4.2
+Version:3.4.4
 Release:0
 License:GPL-2.0
 Group:  System/Kernel

kernel-default.spec: same change
kernel-desktop.spec: same change
++ kernel-docs.spec ++
--- /var/tmp/diff_new_pack.dMtzde/_old  2012-06-29 11:31:57.0 +0200
+++ /var/tmp/diff_new_pack.dMtzde/_new  2012-06-29 11:31:57.0 +0200
@@ -17,14 +17,14 @@
 
 # norootforbuild
 
-%define patchversion 3.4.2
+%define patchversion 3.4.4
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
 
 Name:   kernel-docs
 Summary:Kernel Documentation
-Version:3.4.2
+Version:3.4.4
 Release:0
 BuildRequires:  docbook-toys docbook-utils ghostscript_any libjpeg-devel 
texlive transfig xmlto xorg-x11-devel
 BuildRequires:  kernel-source%variant

++ kernel-ec2.spec ++
--- /var/tmp/diff_new_pack.dMtzde/_old  2012-06-29 11:31:57.0 +0200
+++ /var/tmp/diff_new_pack.dMtzde/_new  2012-06-29 11:31:57.0 +0200
@@ -18,7 +18,7 @@
 # norootforbuild
 
 %define srcversion 3.4
-%define patchversion 3.4.2
+%define patchversion 3.4.4
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -57,7 +57,7 @@
 
 Name:   kernel-ec2
 Summary:The Amazon EC2 Xen Kernel
-Version:3.4.2
+Version:3.4.4
 Release:0
 License:GPL-2.0
 Group:  System/Kernel

kernel-imx51.spec: same change
kernel-omap2plus.spec: same change
kernel-pae.spec: same change
kernel-ppc64.spec: same change
kernel-s390.spec: same change
++ kernel-source.spec ++
--- /var/tmp/diff_new_pack.dMtzde/_old  2012-06-29 11:31:57.0 +0200
+++ /var/tmp/diff_new_pack.dMtzde/_new  2012-06-29 11:31:57.0 +0200
@@ -19,7 +19,7 @@
 # icecream 0
 
 %define srcversion 3.4
-%define patchversion 3.4.2
+%define patchversion 3.4.4
 %define variant %{nil}