commit zypper for openSUSE:Factory

2012-05-03 Thread h_root
Hello community,

here is the log from the commit of package zypper for openSUSE:Factory checked 
in at 2012-05-03 11:02:14

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


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

Changes:

--- /work/SRC/openSUSE:Factory/zypper/zypper.changes2012-04-20 
15:22:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.zypper.new/zypper.changes   2012-05-03 
11:02:30.0 +0200
@@ -1,0 +2,11 @@
+Tue Apr 24 18:49:50 CEST 2012 - m...@suse.de
+
+- More fixes for multibyte string output (bnc#735016)
+- version 1.7.2
+
+---
+Sun Apr 22 01:16:09 CEST 2012 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---

Old:

  zypper-1.7.1.tar.bz2

New:

  zypper-1.7.2.tar.bz2



Other differences:
--
++ zypper.spec ++
--- /var/tmp/diff_new_pack.j5urq7/_old  2012-05-03 11:02:32.0 +0200
+++ /var/tmp/diff_new_pack.j5urq7/_new  2012-05-03 11:02:32.0 +0200
@@ -34,7 +34,7 @@
 Group:  System/Packages
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Command line software manager using libzypp
-Version:1.7.1
+Version:1.7.2
 Release:0
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc

++ zypper-1.7.1.tar.bz2 -> zypper-1.7.2.tar.bz2 ++
/work/SRC/openSUSE:Factory/zypper/zypper-1.7.1.tar.bz2 
/work/SRC/openSUSE:Factory/.zypper.new/zypper-1.7.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 yast2-sshd for openSUSE:Factory

2012-05-03 Thread h_root
Hello community,

here is the log from the commit of package yast2-sshd for openSUSE:Factory 
checked in at 2012-05-03 11:02:05

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


Package is "yast2-sshd", Maintainer is "loci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-sshd/yast2-sshd.changes2011-10-02 
11:19:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-sshd.new/yast2-sshd.changes   
2012-05-03 11:02:26.0 +0200
@@ -1,0 +2,11 @@
+Tue Apr 24 16:37:15 CEST 2012 - u...@suse.de
+
+- fixed schema definition in desktop file
+- 2.22.0
+
+---
+Thu Mar 29 16:05:19 CEST 2012 - jsuch...@suse.cz
+
+- merge proofread texts 
+
+---

Old:

  yast2-sshd-2.21.3.tar.bz2

New:

  yast2-sshd-2.22.0.tar.bz2



Other differences:
--
++ yast2-sshd.spec ++
--- /var/tmp/diff_new_pack.DPXMjA/_old  2012-05-03 11:02:29.0 +0200
+++ /var/tmp/diff_new_pack.DPXMjA/_new  2012-05-03 11:02:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-sshd
 #
-# 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
@@ -19,14 +19,12 @@
 
 
 Name:   yast2-sshd
-Version:2.21.3
+Version:2.22.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-sshd-%{version}.tar.bz2
 
-Prefix: /usr
-
 Group:  System/YaST
 License:GPL-2.0+
 # Wizard::SetDesktopTitleAndIcon
@@ -44,23 +42,23 @@
 %setup -n yast2-sshd-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 
 %{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
+[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
 d=${f##*/}
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
@@ -76,8 +74,8 @@
 /usr/share/YaST2/clients/sshd_auto.ycp
 /usr/share/YaST2/modules/*.ybc
 /usr/share/YaST2/modules/*.ycp
-%{prefix}/share/applications/YaST2/sshd.desktop
+%{_prefix}/share/applications/YaST2/sshd.desktop
 /usr/share/YaST2/schema/autoyast/rnc/sshd_config.rnc
-%doc %{prefix}/share/doc/packages/yast2-sshd
+%doc %{_prefix}/share/doc/packages/yast2-sshd
 
 %changelog

++ yast2-sshd-2.21.3.tar.bz2 -> yast2-sshd-2.22.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sshd-2.21.3/Makefile.am 
new/yast2-sshd-2.22.0/Makefile.am
--- old/yast2-sshd-2.21.3/Makefile.am   2011-09-26 15:15:15.0 +0200
+++ new/yast2-sshd-2.22.0/Makefile.am   2012-04-24 16:37:54.0 +0200
@@ -20,7 +20,6 @@
 IS_DEVTOOLS= $(findstring yast2-devtools,$(RPMNAME))
 
 DEVTOOLS_DIR   = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES   = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR   = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 
 COPYRIGHT_files_gpl= README COPYING
@@ -155,7 +154,7 @@
$(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
done
 
-package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
+package: check-up-to-date check-tagversion check-textdomain package-local
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
@@ -185,21 +184,6 @@
 check-parse:
@echo "Not running parseycp."
 
-check-all-packages:
-   @if [ ! -e "$(ALL_PACKAGES)" ]; then\
- 

commit yast2-sound for openSUSE:Factory

2012-05-03 Thread h_root
Hello community,

here is the log from the commit of package yast2-sound for openSUSE:Factory 
checked in at 2012-05-03 11:02:00

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


Package is "yast2-sound", Maintainer is "lsle...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-sound/yast2-sound.changes  2012-03-20 
13:30:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-sound.new/yast2-sound.changes 
2012-05-03 11:02:25.0 +0200
@@ -1,0 +2,22 @@
+Thu Apr 26 08:28:45 UTC 2012 - lsle...@suse.cz
+
+- 2.22.1
+
+---
+Wed Apr 25 10:55:40 UTC 2012 - lsle...@suse.cz
+
+- path to asound.state has been changed (now stored in /var/lib/alsa
+  instead of /etc)
+
+---
+Tue Apr 24 14:16:09 UTC 2012 - lsle...@suse.cz
+
+- reimplemented driver reloading ("rcalsasound reload" does not
+  work with systemd) (bnc#751689)
+
+---
+Thu Mar 29 16:04:11 CEST 2012 - jsuch...@suse.cz
+
+- merge proofread texts 
+
+---

Old:

  yast2-sound-2.22.0.tar.bz2

New:

  yast2-sound-2.22.1.tar.bz2



Other differences:
--
++ yast2-sound.spec ++
--- /var/tmp/diff_new_pack.4YfUKd/_old  2012-05-03 11:02:26.0 +0200
+++ /var/tmp/diff_new_pack.4YfUKd/_new  2012-05-03 11:02:26.0 +0200
@@ -16,31 +16,59 @@
 #
 
 
-
 Name:   yast2-sound
-Version:2.22.0
+Version:2.22.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-sound-%{version}.tar.bz2
 
-Group:  System/YaST
-License:GPL-2.0+
-BuildRequires:  alsa-devel doxygen gcc-c++ kernel-default libtool 
perl-XML-Writer ruby update-desktop-files yast2 yast2-core-devel yast2-devtools 
yast2-testsuite
+BuildRequires:  alsa-devel
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  kernel-default
+BuildRequires:  libtool
+BuildRequires:  perl-XML-Writer
+BuildRequires:  ruby
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
+BuildRequires:  yast2-core-devel
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-testsuite
 
 # GetInstArgs::automatic_configuration
 # Wizard::SetDesktopTitleAndIcon
-Requires:   yast2 >= 2.21.22
 Requires:   alsa
+Requires:   yast2 >= 2.21.22
 
-Provides:   yast2-config-sound yast2-agent-audio yast2-agent-audio-devel
-Obsoletes:  yast2-config-sound yast2-agent-audio yast2-agent-audio-devel
-Provides:   yast2-trans-sound yast2-trans-soundd y2c_snd y2t_snd y2t_sndd
-Obsoletes:  yast2-trans-sound yast2-trans-soundd y2c_snd y2t_snd y2t_sndd
-Provides:   y2c_sparc y2c_sprc yast2-db-sound y2d_snd
-Obsoletes:  y2c_sparc y2c_sprc yast2-db-sound y2d_snd
+Provides:   yast2-agent-audio
+Provides:   yast2-agent-audio-devel
+Provides:   yast2-config-sound
+Obsoletes:  yast2-agent-audio
+Obsoletes:  yast2-agent-audio-devel
+Obsoletes:  yast2-config-sound
+Provides:   y2c_snd
+Provides:   y2t_snd
+Provides:   y2t_sndd
+Provides:   yast2-trans-sound
+Provides:   yast2-trans-soundd
+Obsoletes:  y2c_snd
+Obsoletes:  y2t_snd
+Obsoletes:  y2t_sndd
+Obsoletes:  yast2-trans-sound
+Obsoletes:  yast2-trans-soundd
+Provides:   y2c_sparc
+Provides:   y2c_sprc
+Provides:   y2d_snd
+Provides:   yast2-db-sound
+Obsoletes:  y2c_sparc
+Obsoletes:  y2c_sprc
+Obsoletes:  y2d_snd
+Obsoletes:  yast2-db-sound
 
 Summary:YaST2 - Sound Configuration
+License:GPL-2.0+
+Group:  System/YaST
 
 %description
 This package contains the YaST2 component for sound card configuration.
@@ -56,6 +84,7 @@
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 
+%{?suse_update_config:%{suse_update_config -f}}
 ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
@@ -91,6 +120,8 @@
 %{_prefix}/share/applications/YaST2/sound.desktop
 %{_prefix}/share/applications/YaST2/joystick.desktop
 %{_prefix}/lib/YaST2/bin/copyfonts
+%{_prefix}/lib/YaST2/bin/alsadrivers
+%{_prefix}/lib/YaST2/bin/joystickdrivers
 /usr/share/YaST2/modules/Sound.*
 /usr/share/YaST2/modules/Joystick.*
 /usr/share/YaST2/modules/PulseAudio.*

++ yast2-sound-2.22.0.tar.bz2 -> yast2-sound-2.22.1.tar.bz2 ++
 17260 lines of diff (skipped)

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

commit yast2-schema for openSUSE:Factory

2012-05-03 Thread h_root
Hello community,

here is the log from the commit of package yast2-schema for openSUSE:Factory 
checked in at 2012-05-03 11:01:54

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


Package is "yast2-schema", Maintainer is "mvid...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-schema/yast2-schema.changes
2011-09-23 12:53:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-schema.new/yast2-schema.changes   
2012-05-03 11:02:20.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 24 16:00:17 CEST 2012 - u...@suse.de
+
+- fix for pxe.rnc from the autoyast package
+- 2.22.0
+
+---
+Tue Apr 24 15:41:04 CEST 2012 - u...@suse.de
+
+- added yast2-online-update-configuration to
+  BUILDREQUIRES
+
+---

Old:

  yast2-schema-2.18.2.tar.bz2

New:

  yast2-schema-2.22.0.tar.bz2



Other differences:
--
++ yast2-schema.spec ++
--- /var/tmp/diff_new_pack.1Q29rK/_old  2012-05-03 11:02:24.0 +0200
+++ /var/tmp/diff_new_pack.1Q29rK/_new  2012-05-03 11:02:24.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package yast2-schema (Version 2.18.2)
+# spec file for package yast2-schema
 #
-# Copyright (c) 2009 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
@@ -19,53 +19,69 @@
 
 
 Name:   yast2-schema
-Version:2.18.2
-Release:1
+Version:2.22.0
+Release:0
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-schema-2.18.2.tar.bz2
-Prefix: /usr
+Source0:yast2-schema-%{version}.tar.bz2
+
 Group:  System/YaST
 License:GPL-2.0+
+
+# FIXME: drop yast2-all-packages some day
 BuildRequires:  java2-devel-packages trang yast2-all-packages
+
+# not covered by yast2-all-packages
+BuildRequires:  yast2-online-update-configuration
+
 # yast2-core omited from some reason in buildservice, adding explicitly
 BuildRequires:  yast2-core
 #!BuildIgnore: yast2-build-test yast2-online-update
+
 # optimization suggested by AJ:
 #!BuildIgnore: tomcat5
+
 # ignoring conflicting packages
 #!BuildIgnore: yast2-branding-SLED yast2-branding-openSUSE
 #!BuildIgnore: yast2-theme yast2-theme-SLED yast2-theme-openSUSE 
yast2-theme-SLE
+
 # Hotfix to build a package, bnc #427684
 #!BuildIgnore: xerces-j2-bootstrap libusb-0_1-4 crimson
+
 # Just a S390 thingie
 #!BuildIgnore: yast2-reipl
+
 # To speedup && to easily recover from dependency hell
 #!BuildIgnore: yast2-pkg-bindings-devel-doc yast2-pkg-bindings zypper libzypp 
yast2-gtk yast2-qt yast2-ncurses yast2-qt-pkg yast2-ncurses-pkg
+
 BuildArch:  noarch
+
 Summary:YaST2 - AutoYaST Schema
 
 %description
 AutoYaST Syntax Schema
 
 %prep
-%setup -n yast2-schema-2.18.2
+%setup -n yast2-schema-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
+
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
+
 %{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
+[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
 d=${f##*/}
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
@@ -80,5 +96,6 @@
 /usr/share/YaST2/schema/autoyast/rnc/includes.rnc
 %dir /usr/share/YaST2/schema/autoyast/rng
 /usr/share/YaST2/schema/autoyast/rng/*.rng
-%doc %{prefix}/share/doc/packages/yast2-schema 
+%doc %{_prefix}/share/doc/packages/yast2-schema 
+
 %changelog

++ yast2-schema-2.18.2.tar.bz2 -> yast2-schema-2.22.0.tar.bz2 ++
 4393 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsi

commit yast2-dns-server for openSUSE:Factory

2012-05-03 Thread h_root
Hello community,

here is the log from the commit of package yast2-dns-server for 
openSUSE:Factory checked in at 2012-05-03 11:01:49

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


Package is "yast2-dns-server", Maintainer is "loci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-dns-server/yast2-dns-server.changes
2012-04-17 22:04:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-dns-server.new/yast2-dns-server.changes   
2012-05-03 11:02:12.0 +0200
@@ -1,0 +2,19 @@
+Tue Apr 24 10:38:54 CEST 2012 - loci...@suse.com
+
+- Fixed redrawing records settings UI entries when deleting
+  records (BNC#758745).
+- 2.23.2
+
+--
+Fri Apr 20 16:16:11 CEST 2012 - loci...@suse.com
+
+- Fixed removing RRs from LDAP when they share the same LDAP
+  object with another non-deleted RRs (BNC#755592).
+
+--
+Tue Apr 17 16:53:59 CEST 2012 - loci...@suse.com
+
+- Triggering the global "modified" flag while adding/modifying
+  a zone to be correctly stored later (BNC#753038).
+
+--

Old:

  yast2-dns-server-2.23.1.tar.bz2

New:

  yast2-dns-server-2.23.2.tar.bz2



Other differences:
--
++ yast2-dns-server.spec ++
--- /var/tmp/diff_new_pack.7OlSyR/_old  2012-05-03 11:02:18.0 +0200
+++ /var/tmp/diff_new_pack.7OlSyR/_new  2012-05-03 11:02:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-dns-server
-Version:2.23.1
+Version:2.23.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-dns-server-2.23.1.tar.bz2 -> yast2-dns-server-2.23.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-dns-server-2.23.1/VERSION 
new/yast2-dns-server-2.23.2/VERSION
--- old/yast2-dns-server-2.23.1/VERSION 2012-04-17 11:17:59.0 +0200
+++ new/yast2-dns-server-2.23.2/VERSION 2012-04-24 14:57:14.0 +0200
@@ -1 +1 @@
-2.23.1
+2.23.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-dns-server-2.23.1/configure 
new/yast2-dns-server-2.23.2/configure
--- old/yast2-dns-server-2.23.1/configure   2012-04-17 11:18:07.0 
+0200
+++ new/yast2-dns-server-2.23.2/configure   2012-04-24 14:57:22.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-dns-server 2.23.1.
+# Generated by GNU Autoconf 2.68 for yast2-dns-server 2.23.2.
 #
 # Report bugs to .
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-dns-server'
 PACKAGE_TARNAME='yast2-dns-server'
-PACKAGE_VERSION='2.23.1'
-PACKAGE_STRING='yast2-dns-server 2.23.1'
+PACKAGE_VERSION='2.23.2'
+PACKAGE_STRING='yast2-dns-server 2.23.2'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1229,7 +1229,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-dns-server 2.23.1 to adapt to many kinds of 
systems.
+\`configure' configures yast2-dns-server 2.23.2 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1301,7 +1301,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-dns-server 2.23.1:";;
+ short | recursive ) echo "Configuration of yast2-dns-server 2.23.2:";;
esac
   cat <<\_ACEOF
 
@@ -1381,7 +1381,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-dns-server configure 2.23.1
+yast2-dns-server configure 2.23.2
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1398,7 +1398,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-dns-server $as_me 2.23.1, which was
+It was created by yast2-dns-server $as_me 2.23.2, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2328,7 +2328,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-dns-server'
- VERSION='2.23.1'
+ VERSION='2.23.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2450,7 +2450,7 @@
 
 
 
-VERSION="2.23.1"
+VERSION="2.23.2"
 RPMNAME="yast2-dns-server"
 MAINTAINER="Lukas Ocilka "
 
@@ -3380,7 +3380,7 @@
 # report actual input values of CONFIG_FILES etc. instead of t

commit yast2-audit-laf for openSUSE:Factory

2012-05-03 Thread h_root
Hello community,

here is the log from the commit of package yast2-audit-laf for openSUSE:Factory 
checked in at 2012-05-03 11:01:44

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


Package is "yast2-audit-laf", Maintainer is "g...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-audit-laf/yast2-audit-laf.changes  
2012-04-17 22:04:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-audit-laf.new/yast2-audit-laf.changes 
2012-05-03 11:01:46.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 24 15:34:00 CEST 2012 - u...@suse.de
+
+- fixed desktop file for autoyast
+- 2.22.2
+
+---

Old:

  yast2-audit-laf-2.22.1.tar.bz2

New:

  yast2-audit-laf-2.22.2.tar.bz2



Other differences:
--
++ yast2-audit-laf.spec ++
--- /var/tmp/diff_new_pack.TqHx7U/_old  2012-05-03 11:01:47.0 +0200
+++ /var/tmp/diff_new_pack.TqHx7U/_new  2012-05-03 11:01:47.0 +0200
@@ -15,10 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+# norootforbuild
 
 
 Name:   yast2-audit-laf
-Version:2.22.1
+Version:2.22.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -49,6 +50,7 @@
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 
+%{?suse_update_config:%{suse_update_config -f}}
 ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works

++ yast2-audit-laf-2.22.1.tar.bz2 -> yast2-audit-laf-2.22.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-audit-laf-2.22.1/VERSION 
new/yast2-audit-laf-2.22.2/VERSION
--- old/yast2-audit-laf-2.22.1/VERSION  2012-04-17 12:19:58.0 +0200
+++ new/yast2-audit-laf-2.22.2/VERSION  2012-04-24 16:17:08.0 +0200
@@ -1 +1 @@
-2.22.1
+2.22.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-audit-laf-2.22.1/configure 
new/yast2-audit-laf-2.22.2/configure
--- old/yast2-audit-laf-2.22.1/configure2012-04-17 12:20:34.0 
+0200
+++ new/yast2-audit-laf-2.22.2/configure2012-04-24 16:17:45.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-audit-laf 2.22.1.
+# Generated by GNU Autoconf 2.68 for yast2-audit-laf 2.22.2.
 #
 # Report bugs to .
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-audit-laf'
 PACKAGE_TARNAME='yast2-audit-laf'
-PACKAGE_VERSION='2.22.1'
-PACKAGE_STRING='yast2-audit-laf 2.22.1'
+PACKAGE_VERSION='2.22.2'
+PACKAGE_STRING='yast2-audit-laf 2.22.2'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1229,7 +1229,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-audit-laf 2.22.1 to adapt to many kinds of 
systems.
+\`configure' configures yast2-audit-laf 2.22.2 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1300,7 +1300,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-audit-laf 2.22.1:";;
+ short | recursive ) echo "Configuration of yast2-audit-laf 2.22.2:";;
esac
   cat <<\_ACEOF
 
@@ -1380,7 +1380,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-audit-laf configure 2.22.1
+yast2-audit-laf configure 2.22.2
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1397,7 +1397,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-audit-laf $as_me 2.22.1, which was
+It was created by yast2-audit-laf $as_me 2.22.2, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2327,7 +2327,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-audit-laf'
- VERSION='2.22.1'
+ VERSION='2.22.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2449,7 +2449,7 @@
 
 
 
-VERSION="2.22.1"
+VERSION="2.22.2"
 RPMNAME="yast2-audit-laf"
 MAINTAINER="Gabriele Mohr "
 
@@ -3379,7 +3379,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-audit-laf $as_me 2.22.1, which was
+This file was extended by yast2-audit-

commit xen for openSUSE:Factory

2012-05-03 Thread h_root
Hello community,

here is the log from the commit of package xen for openSUSE:Factory checked in 
at 2012-05-03 11:01:36

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


Package is "xen", Maintainer is "carn...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xen/xen.changes  2012-04-02 19:53:08.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xen.new/xen.changes 2012-05-03 
11:01:40.0 +0200
@@ -1,0 +2,8 @@
+Tue Apr  3 08:33:36 MDT 2012 - carn...@novell.com
+
+- Upstream patches from Jan
+  25098-x86-emul-lock-UD.patch
+  25101-x86-hpet-disable.patch
+  ioemu-9877-MSI-X-device-cleanup.patch
+
+---

New:

  25098-x86-emul-lock-UD.patch
  25101-x86-hpet-disable.patch
  ioemu-9877-MSI-X-device-cleanup.patch



Other differences:
--
++ xen.spec ++
--- /var/tmp/diff_new_pack.8rfywn/_old  2012-05-03 11:01:45.0 +0200
+++ /var/tmp/diff_new_pack.8rfywn/_new  2012-05-03 11:01:45.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   xen
 ExclusiveArch:  %ix86 x86_64
 %define xvers 4.1
@@ -100,7 +99,7 @@
 BuildRequires:  module-init-tools
 BuildRequires:  xorg-x11
 %endif
-Version:4.1.2_15
+Version:4.1.2_17
 Release:0
 PreReq: %insserv_prereq %fillup_prereq
 Summary:Xen Virtualization: Hypervisor (aka VMM aka Microkernel)
@@ -366,11 +365,14 @@
 Patch24970: 24970-x86-cpuidle-deny-port-access.patch
 Patch24996: 24996-x86-cpuidle-array-overrun.patch
 Patch25041: 25041-tapdisk2-create-init-name.patch
+Patch25098: 25098-x86-emul-lock-UD.patch
+Patch25101: 25101-x86-hpet-disable.patch
 # Upstream qemu patches
 Patch100:   ioemu-9868-MSI-X.patch
 Patch101:   ioemu-9869-MSI-X-init.patch
 Patch102:   ioemu-9873-MSI-X-fix-unregister_iomem.patch
-Patch103:   cve-2012-0029-qemu-xen-unstable.patch
+Patch103:   ioemu-9877-MSI-X-device-cleanup.patch
+Patch104:   cve-2012-0029-qemu-xen-unstable.patch
 # Our patches
 Patch300:   xen-config.diff
 Patch301:   xend-config.diff
@@ -1087,11 +1089,14 @@
 %patch24970 -p1
 %patch24996 -p1
 %patch25041 -p1
+%patch25098 -p1
+%patch25101 -p1
 # Qemu
 %patch100 -p1
 %patch101 -p1
 %patch102 -p1
 %patch103 -p1
+%patch104 -p1
 # Our patches
 %patch300 -p1
 %patch301 -p1

++ 25098-x86-emul-lock-UD.patch ++
# HG changeset patch
# User Andrew Cooper 
# Date 1332535516 0
# Node ID 2e45b26bc412099a2b8f009bcf111e4b6c23847b
# Parent  2ca43b65718fbe2d3f9ea36132e139ef774d9a11
x86_emulate: raise #UD rather than #GP on invalid use of LOCK prefix

From: Andrew Cooper 
Signed-off-by: Keir Fraser 
Committed-by: Keir Fraser 

# HG changeset patch
# User Keir Fraser 
# Date 1332535908 0
# Node ID 4bd752a4cdf323c41c50f8cd6286f566d67adeae
# Parent  2e45b26bc412099a2b8f009bcf111e4b6c23847b
x86_emulate: Do not push an error code onto a #UD exception stack

Signed-off-by: Keir Fraser 

--- a/xen/arch/x86/x86_emulate/x86_emulate.c
+++ b/xen/arch/x86/x86_emulate/x86_emulate.c
@@ -1353,7 +1353,7 @@ x86_emulate(
 }
 
 /* Lock prefix is allowed only on RMW instructions. */
-generate_exception_if((d & Mov) && lock_prefix, EXC_GP, 0);
+generate_exception_if((d & Mov) && lock_prefix, EXC_UD, -1);
 
 /* ModRM and SIB bytes. */
 if ( d & ModRM )
@@ -1572,12 +1572,12 @@ x86_emulate(
 lock_prefix &&
 ((b < 0x20) || (b > 0x23)) && /* MOV CRn/DRn */
 (b != 0xc7),  /* CMPXCHG{8,16}B */
-EXC_GP, 0);
+EXC_UD, -1);
 dst.type = OP_NONE;
 break;
 
 case DstReg:
-generate_exception_if(lock_prefix, EXC_GP, 0);
+generate_exception_if(lock_prefix, EXC_UD, -1);
 dst.type = OP_REG;
 if ( d & ByteOp )
 {
@@ -1633,7 +1633,7 @@ x86_emulate(
 dst = ea;
 if ( dst.type == OP_REG )
 {
-generate_exception_if(lock_prefix, EXC_GP, 0);
+generate_exception_if(lock_prefix, EXC_UD, -1);
 switch ( dst.bytes )
 {
 case 1: dst.val = *(uint8_t  *)dst.reg; break;
@@ -3645,14 +3645,14 @@ x86_emulate(
 struct segment_register cs = { 0 }, ss = { 0 };
 int rc;
 
-generate_exception_if(in_realmode(ctxt, ops), EXC_UD, 0);
-generate_exception_if(!in_protmode(ctxt, ops), EXC_UD, 0);
+generate_exception_if(in_realmode(ctxt, ops), EXC_UD, -1);
+generate_exception_if(!in_protmode(ctxt, ops), EXC_UD, -1);
 
 /* Inject #UD if syscall/sysret are disabled. */
 fail_if(ops->read_msr == NULL);
 if ( (rc = ops->read_m

commit vm-install for openSUSE:Factory

2012-05-03 Thread h_root
Hello community,

here is the log from the commit of package vm-install for openSUSE:Factory 
checked in at 2012-05-03 11:01:31

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


Package is "vm-install", Maintainer is "carn...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/vm-install/vm-install.changes2012-04-17 
07:50:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.vm-install.new/vm-install.changes   
2012-05-03 11:01:32.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr 23 10:53:41 MDT 2012 - carn...@novell.com
+
+- Updated numerous language files 
+
+---
+Thu Apr 19 15:07:57 MDT 2012 - carn...@novell.com
+
+- bnc#757346 - XEN guest OS installation (SLES 11 SP2 guest) fails
+  on SLED 11 SP2
+
+---

Old:

  vm-install-0.6.2.tar.bz2

New:

  vm-install-0.6.3.tar.bz2



Other differences:
--
++ vm-install.spec ++
--- /var/tmp/diff_new_pack.zK9rcu/_old  2012-05-03 11:01:34.0 +0200
+++ /var/tmp/diff_new_pack.zK9rcu/_new  2012-05-03 11:01:34.0 +0200
@@ -22,12 +22,12 @@
 BuildRequires:  update-desktop-files
 # For directory ownership:
 BuildRequires:  yast2
-Version:0.6.2
+Version:0.6.3
 Release:0
 Summary:Tool to Define a Virtual Machine and Install Its Operating 
System
 License:GPL-2.0
 Group:  System/Emulators/PC
-Source0:%{name}-0.6.2.tar.bz2
+Source0:%{name}-0.6.3.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64
 Requires:   libvirt python-urlgrabber libxml2-python libvirt-python 
virt-utils udhcp kdump

++ vm-install-0.6.2.tar.bz2 -> vm-install-0.6.3.tar.bz2 ++
 55223 lines of diff (skipped)

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



commit virt-viewer for openSUSE:Factory

2012-05-03 Thread h_root
Hello community,

here is the log from the commit of package virt-viewer for openSUSE:Factory 
checked in at 2012-05-03 11:01:26

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


Package is "virt-viewer", Maintainer is "carn...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/virt-viewer/virt-viewer.changes  2012-03-29 
11:42:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.virt-viewer.new/virt-viewer.changes 
2012-05-03 11:01:28.0 +0200
@@ -1,0 +2,8 @@
+Tue Apr 24 10:54:33 MDT 2012 - carn...@novell.com
+
+- Fix failure of viewer to close when guest is terminated 
+  virtview-git-vnc-close.patch
+- Additional upstream fix
+  virtview-git-uri-crash.patch
+
+---

New:

  virtview-git-uri-crash.patch
  virtview-git-vnc-close.patch



Other differences:
--
++ virt-viewer.spec ++
--- /var/tmp/diff_new_pack.Qrjwvg/_old  2012-05-03 11:01:29.0 +0200
+++ /var/tmp/diff_new_pack.Qrjwvg/_new  2012-05-03 11:01:29.0 +0200
@@ -25,6 +25,8 @@
 Url:http://www.virt-manager.org
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:virt-viewer-0.5.2.tar.gz
+Patch0: virtview-git-uri-crash.patch
+Patch1: virtview-git-vnc-close.patch
 Patch20:netcat.diff
 Patch21:windows-keycombo.patch
 Patch22:netware-keycombo.patch
@@ -64,6 +66,8 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1

++ virtview-git-uri-crash.patch ++

Subject: Do not crash so easily when given invalid uri
From: Marc-André Lureau marcandre.lur...@gmail.com Fri Mar 16 13:17:09 2012 
+0100
Date: Fri Mar 16 17:16:57 2012 +0100:
Git: e06c822023ac2f5d2b2dae50dd813f4a0d5e908b

'remote-viewer foobar' shouldn't crash

Index: virt-viewer-0.5.2/src/remote-viewer.c
===
--- virt-viewer-0.5.2.orig/src/remote-viewer.c
+++ virt-viewer-0.5.2/src/remote-viewer.c
@@ -728,7 +728,7 @@ remote_viewer_start(VirtViewerApp *app)
 DEBUG_LOG("Opening display to %s", guri);
 g_object_set(app, "title", guri, NULL);
 
-if (virt_viewer_util_extract_host(guri, &type, NULL, NULL, NULL, NULL) 
< 0) {
+if (virt_viewer_util_extract_host(guri, &type, NULL, NULL, NULL, NULL) 
< 0 || type == NULL) {
 virt_viewer_app_simple_message_dialog(app, _("Cannot determine the 
connection type from URI"));
 goto cleanup;
 }
Index: virt-viewer-0.5.2/src/virt-viewer-app.c
===
--- virt-viewer-0.5.2.orig/src/virt-viewer-app.c
+++ virt-viewer-0.5.2/src/virt-viewer-app.c
@@ -669,6 +669,7 @@ virt_viewer_app_create_session(VirtViewe
 g_return_val_if_fail(VIRT_VIEWER_IS_APP(self), -1);
 VirtViewerAppPrivate *priv = self->priv;
 g_return_val_if_fail(priv->session == NULL, -1);
+g_return_val_if_fail(type != NULL, -1);
 
 #ifdef HAVE_GTK_VNC
 if (g_ascii_strcasecmp(type, "vnc") == 0) {
Index: virt-viewer-0.5.2/src/virt-viewer-util.c
===
--- virt-viewer-0.5.2.orig/src/virt-viewer-util.c
+++ virt-viewer-0.5.2/src/virt-viewer-util.c
@@ -81,7 +81,7 @@ virt_viewer_util_extract_host(const char
   int *port)
 {
 xmlURIPtr uri;
-char *offset;
+char *offset = NULL;
 
 if (uristr == NULL ||
 !g_ascii_strcasecmp(uristr, "xen"))
@@ -107,16 +107,17 @@ virt_viewer_util_extract_host(const char
 if (port)
 *port = uri->port;
 
-offset = strchr(uri->scheme, '+');
+if (uri->scheme)
+offset = strchr(uri->scheme, '+');
 
 if (transport) {
 if (offset)
-*transport = g_strdup(offset+1);
+*transport = g_strdup(offset + 1);
 else
 *transport = NULL;
 }
 
-if (scheme) {
+if (scheme && uri->scheme) {
 if (offset)
 *scheme = g_strndup(uri->scheme, offset - uri->scheme);
 else
++ virtview-git-vnc-close.patch ++

Subject: Fix close of VNC displays
From: Daniel P. Berrange berra...@redhat.com Tue Apr 3 17:31:39 2012 +0100
Date: Wed Apr 4 10:41:32 2012 +0100:
Git: 831ebf5dabd23d11186af9707631c29a1ecb3578

When clicking the close button on a virt-viewer window with
a VNC session open, while the VNC session terminates, the
window does not go away.

The problem is that the virt_viewer_session_vnc_disconnected
method never gets invoked. The close button triggers a call
to virt_viewer_session_clear_displays which unrefs the
VirtViewerDisplayVnc instance. This in turn triggers a call
to

commit virt-utils for openSUSE:Factory

2012-05-03 Thread h_root
Hello community,

here is the log from the commit of package virt-utils for openSUSE:Factory 
checked in at 2012-05-03 11:01:22

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


Package is "virt-utils", Maintainer is "brog...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/virt-utils/virt-utils.changes2012-02-16 
15:03:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.virt-utils.new/virt-utils.changes   
2012-05-03 11:01:24.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 24 17:29:24 UTC 2012 - brog...@suse.com
+
+- update qemu utils to latest stable release: 1.0.1
+  For changes see: http://wiki.qemu.org/ChangeLog/1.0
+
+---

Old:

  qemu-0.15.0.tar.bz2
  qemu-img-git-vpc-fix.patch
  qemu-img-vpc-fixed-disk.patch
  qemu-img-vpc-roundup-fix.patch

New:

  qemu-1.0.1.tar.bz2



Other differences:
--
++ virt-utils.spec ++
--- /var/tmp/diff_new_pack.pvw3AQ/_old  2012-05-03 11:01:26.0 +0200
+++ /var/tmp/diff_new_pack.pvw3AQ/_new  2012-05-03 11:01:26.0 +0200
@@ -24,18 +24,14 @@
 BuildRequires:  glib2-devel
 BuildRequires:  python
 BuildRequires:  zlib-devel
-Version:1.1.7
+Version:1.1.8
 Release:0
 Summary:Virtualization Utilities
 License:GPL-2.0
 Group:  System/Kernel
-# git commit id for following rc0 release: b8095f2
-Source0:qemu-0.15.0.tar.bz2
+Source0:qemu-1.0.1.tar.bz2
 Source1:vm-snapshot-disk
 Patch1: qemu-img-vmdk-scsi.patch
-Patch2: qemu-img-git-vpc-fix.patch
-Patch3: qemu-img-vpc-fixed-disk.patch
-Patch4: qemu-img-vpc-roundup-fix.patch
 Url:http://www.qemu.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -58,11 +54,8 @@
 
 %prep
 %if %{?qemu_utils}0
-%setup -q -n qemu-0.15.0
+%setup -q -n qemu-1.0.1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 %endif
 
 %build

++ qemu-0.15.0.tar.bz2 -> qemu-1.0.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/virt-utils/qemu-0.15.0.tar.bz2 
/work/SRC/openSUSE:Factory/.virt-utils.new/qemu-1.0.1.tar.bz2 differ: char 11, 
line 1

++ qemu-img-vmdk-scsi.patch ++
--- /var/tmp/diff_new_pack.pvw3AQ/_old  2012-05-03 11:01:26.0 +0200
+++ /var/tmp/diff_new_pack.pvw3AQ/_new  2012-05-03 11:01:26.0 +0200
@@ -1,23 +1,23 @@
-From 09686f619707ec98e073bf671b0334a2f65934ad Mon Sep 17 00:00:00 2001
+From dca5711f3a271a3a0f41207e03f7bf5c7c24d08f Mon Sep 17 00:00:00 2001
 From: Ulrich Hecht 
 Date: Tue, 14 Apr 2009 16:37:42 +0200
-Subject: [PATCH 11/17] qemu-img-vmdk-scsi
+Subject: [PATCH] qemu-img-vmdk-scsi
 
 Support creation of SCSI VMDK images in qemu-img.
 
 Signed-off-by: Ulrich Hecht 
 ---
  block.c  |5 -
- block/vmdk.c |7 +--
+ block/vmdk.c |   12 ++--
  block_int.h  |2 ++
  qemu-img.c   |8 +++-
- 4 files changed, 18 insertions(+), 4 deletions(-)
+ 4 files changed, 23 insertions(+), 4 deletions(-)
 
-Index: qemu-0.15.0/block.c
-===
 qemu-0.15.0.orig/block.c
-+++ qemu-0.15.0/block.c
-@@ -2900,7 +2900,7 @@ int bdrv_img_create(const char *filename
+diff --git a/block.c b/block.c
+index d015887..4b9f81d 100644
+--- a/block.c
 b/block.c
+@@ -3151,7 +3151,7 @@ int bdrv_img_create(const char *filename, const char 
*fmt,
  char *options, uint64_t img_size, int flags)
  {
  QEMUOptionParameter *param = NULL, *create_options = NULL;
@@ -26,7 +26,7 @@
  BlockDriverState *bs = NULL;
  BlockDriver *drv, *proto_drv;
  BlockDriver *backing_drv = NULL;
-@@ -3010,6 +3010,9 @@ int bdrv_img_create(const char *filename
+@@ -3261,6 +3261,9 @@ int bdrv_img_create(const char *filename, const char 
*fmt,
  
  printf("Formatting '%s', fmt=%s ", filename, fmt);
  print_option_parameters(param);
@@ -36,11 +36,11 @@
  puts("");
  
  ret = bdrv_create(drv, filename, param);
-Index: qemu-0.15.0/block/vmdk.c
-===
 qemu-0.15.0.orig/block/vmdk.c
-+++ qemu-0.15.0/block/vmdk.c
-@@ -1134,7 +1134,7 @@ static int vmdk_create(const char *filen
+diff --git a/block/vmdk.c b/block/vmdk.c
+index f544159..2b9531d 100644
+--- a/block/vmdk.c
 b/block/vmdk.c
+@@ -1375,7 +1375,7 @@ static int vmdk_create(const char *filename, 
QEMUOptionParameter *options)
  "ddb.geometry.cylinders = \"%" PRId64 "\"\n"
  "ddb.geometry.heads = \"16\"\n"
  "ddb.geometry.sectors = \"63\"\n"
@@ -49,7 +49,7 @@
  
  if (filename_decompose(filename, path, prefix, postfix, PATH_MAX)) {
  return -EINVAL;
-@@ -1149,6 +1149,8 @

commit valgrind for openSUSE:Factory

2012-05-03 Thread h_root
Hello community,

here is the log from the commit of package valgrind for openSUSE:Factory 
checked in at 2012-05-03 11:01:18

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


Package is "valgrind", Maintainer is "dmuel...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/valgrind/valgrind.changes2011-12-31 
17:20:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.valgrind.new/valgrind.changes   2012-05-03 
11:01:21.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 26 17:41:44 UTC 2012 - joop.boo...@opensuse.org
+
+- Added patch valgrind-3.7.0-automake-1.11.2.patch to fix automake issue
+  * See https://bugs.kde.org/show_bug.cgi?id=290719 
+
+---

New:

  valgrind-3.7.0-automake-1.11.2.patch



Other differences:
--
++ valgrind.spec ++
--- /var/tmp/diff_new_pack.TTxHFy/_old  2012-05-03 11:01:23.0 +0200
+++ /var/tmp/diff_new_pack.TTxHFy/_new  2012-05-03 11:01:23.0 +0200
@@ -40,6 +40,8 @@
 # svn  di svn://svn.valgrind.org/vex/tags/VEX_3_5_0 
svn://svn.valgrind.org/vex/branches/VEX_3_5_BRANCH > VEX_3_5_BRANCH.diff
 Patch1: jit-register-unregister.diff
 Patch2: glibc-2.15.diff
+# added automake 1.11.2 patch https://bugs.kde.org/show_bug.cgi?id=290719 
algrind-3.7.0-automake-1.11.2.patch
+Patch3: valgrind-3.7.0-automake-1.11.2.patch
 # during building the major version of glibc is built into the suppression file
 %define glibc_main_version %(getconf GNU_LIBC_VERSION | cut -d' ' -f2 | cut 
-d. -f1)
 %define glibc_major_version %(getconf GNU_LIBC_VERSION | cut -d' ' -f2 | cut 
-d. -f2)
@@ -94,6 +96,7 @@
 
 %package devel
 Summary:Memory Management Debugger
+Group:  Development/Tools/Debuggers
 Requires:   %name = %version
 
 %description devel
@@ -137,6 +140,7 @@
 cd ..
 %patch1
 %patch2
+%patch3 -p1
 
 %build
 %ifarch %arm

++ valgrind-3.7.0-automake-1.11.2.patch ++
diff -Nur valgrind-3.7.0.orig/coregrind/Makefile.am 
valgrind-3.7.0/coregrind/Makefile.am
--- valgrind-3.7.0.orig/coregrind/Makefile.am   2011-10-27 12:55:06.0 
+0200
+++ valgrind-3.7.0/coregrind/Makefile.am2012-01-06 17:23:48.717115986 
+0100
@@ -495,7 +495,8 @@
m_gdbserver/powerpc-altivec64l.xml
 
 # so as to make sure these get copied into the install tree
-pkglib_DATA  = $(GDBSERVER_XML_FILES)
+vgdatadir = $(pkglibdir)
+vgdata_DATA  = $(GDBSERVER_XML_FILES)
 
 # so as to make sure these get copied into the tarball
 EXTRA_DIST  += $(GDBSERVER_XML_FILES)
diff -Nur valgrind-3.7.0.orig/Makefile.am valgrind-3.7.0/Makefile.am
--- valgrind-3.7.0.orig/Makefile.am 2011-10-26 23:24:45.0 +0200
+++ valgrind-3.7.0/Makefile.am  2012-01-06 17:23:17.445114847 +0100
@@ -61,7 +61,8 @@
 # default.supp, as it is built from the base .supp files at compile-time.
 dist_noinst_DATA = $(SUPP_FILES)
 
-pkglib_DATA = default.supp
+vgdatadir = $(pkglibdir)
+vgdata_DATA = default.supp
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = valgrind.pc
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit v8 for openSUSE:Factory

2012-05-03 Thread h_root
Hello community,

here is the log from the commit of package v8 for openSUSE:Factory checked in 
at 2012-05-03 11:01:13

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


Package is "v8", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/v8/v8.changes2012-04-20 15:21:50.0 
+0200
+++ /work/SRC/openSUSE:Factory/.v8.new/v8.changes   2012-05-03 
11:01:19.0 +0200
@@ -1,0 +2,36 @@
+Thu Apr 26 15:32:51 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 3.10.6.0
+  * Fixed some bugs in accessing details of the last regexp match.
+  * Fixed source property of empty RegExp objects. (issue 1982)
+  * Enabled inlining some V8 API functions.  
+
+---
+Thu Apr 26 07:15:50 UTC 2012 - joop.boo...@opensuse.org
+
+- spec file fix for arm, ifarch arm isn't correct needs percent sign before arm
+
+---
+Tue Apr 24 20:42:02 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 3.10.5.0
+  * Put new global var semantics behind a flag until WebKit tests 
+are cleaned up.
+  * Enabled stepping into callback passed to builtins.
+(Chromium issue 109564)
+  * Fixed issues when stressing compaction with WeakMaps.
+  * Fixed missing GVN flag for new-space promotion. 
+(Chromium issue 123919)
+  * Simplify invocation sequence at monomorphic function 
+invocation sites.  (issue 2079)
+  * Fixed several bugs in heap profiles (including issue 2078).
+  * Throw syntax errors on illegal escape sequences.
+  * Implemented rudimentary module linking (behind --harmony flag)
+  * Implemented ES5 erratum: Global declarations should shadow
+inherited properties.
+  * Made handling of const more consistent when combined with 'eval'
+and 'with'.
+  * Fixed V8 on MinGW-x64 (issue 2026).
+  * Performance and stability improvements on all platforms.
+
+---

Old:

  v8.3.10.2.1.tar.lzma

New:

  v8.3.10.6.0.tar.lzma



Other differences:
--
++ v8.spec ++
--- /var/tmp/diff_new_pack.Vexapf/_old  2012-05-03 11:01:21.0 +0200
+++ /var/tmp/diff_new_pack.Vexapf/_new  2012-05-03 11:01:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   v8
-Version:3.10.2.1
+Version:3.10.6.0
 Release:0
 Summary:JavaScript Engine
 License:BSD-3-Clause
@@ -113,7 +113,7 @@
 # Now, lets make it right.
 g++ %{optflags} -shared -Wl,-soname,libv8preparser.so.%{somajor} -o 
libv8preparser.so.%{sover} obj/release/allocation.os obj/release/bignum-dtoa.os 
obj/release/bignum.os obj/release/cached-powers.os obj/release/conversions.os 
obj/release/diy-fp.os obj/release/dtoa.os obj/release/fast-dtoa.os 
obj/release/fixed-dtoa.os obj/release/preparse-data.os 
obj/release/preparser-api.os obj/release/preparser.os obj/release/scanner.os 
obj/release/strtod.os obj/release/token.os obj/release/unicode.os 
obj/release/utils.os -lpthread
 rm obj/release/preparser-api.os
-%ifarch arm
+%ifarch %arm
 g++ %{optflags} -shared -Wl,-soname,libv8.so.%{somajor} -o libv8.so.%{sover} 
obj/release/*.os obj/release/arm/*.os obj/release/extensions/*.os -lpthread
 %endif
 %ifarch %{ix86}

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



commit tellico for openSUSE:Factory

2012-05-03 Thread h_root
Hello community,

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

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


Package is "tellico", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/tellico/tellico.changes  2012-01-26 
14:08:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.tellico.new/tellico.changes 2012-05-03 
11:01:05.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 19 11:22:45 UTC 2012 - dmuel...@suse.com
+
+- fix build for older distros
+
+---



Other differences:
--
++ tellico.spec ++
--- /var/tmp/diff_new_pack.LCh5fC/_old  2012-05-03 11:01:06.0 +0200
+++ /var/tmp/diff_new_pack.LCh5fC/_new  2012-05-03 11:01:06.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   tellico
 Version:2.3.5
 Release:0
@@ -33,10 +34,10 @@
 BuildRequires:  libpoppler-qt4-devel
 BuildRequires:  libqimageblitz-devel
 BuildRequires:  libqjson-devel
+BuildRequires:  libtag-devel
 BuildRequires:  libv4l-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  libyaz-devel
-BuildRequires:  taglib-devel
 BuildRequires:  pkgconfig(libxml-2.0)
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files

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



commit telepathy-glib for openSUSE:Factory

2012-05-03 Thread h_root
Hello community,

here is the log from the commit of package telepathy-glib for openSUSE:Factory 
checked in at 2012-05-03 11:00:57

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


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

Changes:

--- /work/SRC/openSUSE:Factory/telepathy-glib/telepathy-glib.changes
2012-04-12 09:53:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.telepathy-glib.new/telepathy-glib.changes   
2012-05-03 11:00:58.0 +0200
@@ -1,0 +2,24 @@
+Mon Apr 23 08:08:35 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.18.1:
+  + Enhancements:
+- Make various methods of the form get_foo() available to
+  gobject-introspection
+- Improve stream tube examples
+- Improve documentation
+  + Fixes:
+- Change the type of TpStreamTubeConnection::closed's argument
+  from POINTER to ERROR so PyGI can bind it
+- Avoid TpCallChannel potentially returning a TpContact with no
+  identifier
+- Use the right macro to avoid post-2.30 GLib APIs
+- Fix warnings with newer gtk-doc and g-ir-scanner (fdo#48592,
+  fdo#48363, fdo#48620)
+- Make various warnings non-fatal for this stable branch: GIR
+  scanner warnings, documentation completeness, and deprecated
+  functions (fdo#48363)
+- Don't hard-code use of a particular abstract socket in
+  dbus-tube-chan test, fixing test failure on non-Linux
+  (fdo#48600)
+
+---

Old:

  telepathy-glib-0.18.0.tar.gz

New:

  telepathy-glib-0.18.1.tar.gz



Other differences:
--
++ telepathy-glib.spec ++
--- /var/tmp/diff_new_pack.TRnEUM/_old  2012-05-03 11:01:00.0 +0200
+++ /var/tmp/diff_new_pack.TRnEUM/_new  2012-05-03 11:01:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   telepathy-glib
-Version:0.18.0
+Version:0.18.1
 Release:0
 Summary:GObject-based library for the Telepathy D-Bus API
 License:LGPL-2.1+

++ telepathy-glib-0.18.0.tar.gz -> telepathy-glib-0.18.1.tar.gz ++
 4693 lines of diff (skipped)

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



commit ssh-contact for openSUSE:Factory

2012-05-03 Thread h_root
Hello community,

here is the log from the commit of package ssh-contact for openSUSE:Factory 
checked in at 2012-05-03 11:00:47

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


Package is "ssh-contact", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/ssh-contact/ssh-contact.changes  2012-03-26 
14:03:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.ssh-contact.new/ssh-contact.changes 
2012-05-03 11:00:48.0 +0200
@@ -1,0 +2,10 @@
+Sat Apr 14 19:16:25 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.7:
+  + Use newer telepathy-glib high-level API.
+  + Throw error if account has no contacts.
+  + Remove vinagre plugin, it never worked.
+- Drop libX11-devel BuildRequires: as we don't bootstrap, we do not
+  care for AC_PATH_XTRA not being available.
+
+---

Old:

  ssh-contact-0.6.tar.gz

New:

  ssh-contact-0.7.tar.gz



Other differences:
--
++ ssh-contact.spec ++
--- /var/tmp/diff_new_pack.D7zGNa/_old  2012-05-03 11:00:49.0 +0200
+++ /var/tmp/diff_new_pack.D7zGNa/_new  2012-05-03 11:00:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ssh-contact
 #
-# 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
@@ -17,20 +17,18 @@
 
 
 Name:   ssh-contact
-Version:0.6
-Release:1
-License:GPL-2.0+
+Version:0.7
+Release:0
 Summary:Tool to connect to telepathy IM contacts via SSH
-Url:http://telepathy.freedesktop.org/wiki/SSH-Contact
+License:GPL-2.0+
 Group:  Productivity/Networking/Instant Messenger
+Url:http://telepathy.freedesktop.org/wiki/SSH-Contact
 Source0:
http://telepathy.freedesktop.org/releases/ssh-contact/%{name}-%{version}.tar.gz
 Source1:README.openSUSE
 BuildRequires:  intltool
-# needed only because of AC_PATH_XTRA
-BuildRequires:  libX11-devel
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.28
-BuildRequires:  pkgconfig(telepathy-glib) >= 0.13.9
+BuildRequires:  pkgconfig(telepathy-glib) >= 0.15.5
 Requires:   %{name}-client = %{version}
 Requires:   %{name}-service = %{version}
 

++ ssh-contact-0.6.tar.gz -> ssh-contact-0.7.tar.gz ++
 22709 lines of diff (skipped)

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



commit tboot for openSUSE:Factory

2012-05-03 Thread h_root
Hello community,

here is the log from the commit of package tboot for openSUSE:Factory checked 
in at 2012-05-03 11:00:51

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


Package is "tboot", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/tboot/tboot.changes  2012-03-02 
13:50:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.tboot.new/tboot.changes 2012-05-03 
11:00:52.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 25 23:16:20 CEST 2012 - meiss...@suse.de
+
+- reenable exclusivearch to avoid building it on ppc and arm.
+
+---



Other differences:
--
++ tboot.spec ++
--- /var/tmp/diff_new_pack.djob6p/_old  2012-05-03 11:00:53.0 +0200
+++ /var/tmp/diff_new_pack.djob6p/_new  2012-05-03 11:00:53.0 +0200
@@ -29,8 +29,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  openssl-devel
 BuildRequires:  trousers-devel
-
-#ExclusiveArch: %{ix86} x86_64
+ExclusiveArch:  %{ix86} x86_64
 
 %description
 Trusted Boot (tboot) is an open source, pre-kernel/VMM module that uses

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



commit sqlite3 for openSUSE:Factory

2012-05-03 Thread h_root
Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2012-05-03 11:00:40

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


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

Changes:

--- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes  2011-10-27 
19:39:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.sqlite3.new/sqlite3.changes 2012-05-03 
11:00:42.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 26 22:04:07 UTC 2012 - behri...@users.sourceforge.net
+
+- fixing tcl macro for old or non-SuSE builds
+
+---



Other differences:
--
++ sqlite3.spec ++
--- /var/tmp/diff_new_pack.x7IEBN/_old  2012-05-03 11:00:43.0 +0200
+++ /var/tmp/diff_new_pack.x7IEBN/_new  2012-05-03 11:00:43.0 +0200
@@ -26,6 +26,9 @@
 
 Name:   sqlite3
 BuildRequires:  pkg-config readline-devel tcl-devel
+%if 0%{?suse_version} < 1100
+%define tcl_archdir %(echo 'puts [lindex $tcl_pkgPath 0]'|tclsh)  
+%endif
 %if %{?suse_version:1}%{?!suse_version:0}
 BuildRequires:  update-desktop-files
 %endif

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



commit rubygem-sass for openSUSE:Factory

2012-05-03 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sass for openSUSE:Factory 
checked in at 2012-05-03 11:00:35

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


Package is "rubygem-sass", Maintainer is "jmassaguer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sass/rubygem-sass.changes
2012-04-17 22:02:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-sass.new/rubygem-sass.changes   
2012-05-03 11:00:38.0 +0200
@@ -1,0 +2,13 @@
+Tue Apr 24 13:30:55 UTC 2012 - co...@suse.com
+
+- update to 3.1.16
+Fix some bugs in sass-convert selector parsing when converting from CSS.
+Substantially improve compilation performance on Ruby 1.8.
+Support the @-moz-document directive’s non-standard url-prefix and domain 
function syntax.
+Support the @supports directive.
+Fix a performance issue when using /*! */ comments with the Rails asset 
pipeline.
+Support -moz-element.
+Properly handle empty lists in sass-convert.
+Move from FSSM to Listen for file-system monitoring.
+
+---

Old:

  sass-3.1.15.gem

New:

  sass-3.1.16.gem



Other differences:
--
++ rubygem-sass.spec ++
--- /var/tmp/diff_new_pack.fXOcGg/_old  2012-05-03 11:00:39.0 +0200
+++ /var/tmp/diff_new_pack.fXOcGg/_new  2012-05-03 11:00:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-sass
-Version:3.1.15
+Version:3.1.16
 Release:0
 %define mod_name sass
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-mail-2_4 for openSUSE:Factory

2012-05-03 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mail-2_4 for 
openSUSE:Factory checked in at 2012-05-03 11:00:27

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


Package is "rubygem-mail-2_4", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mail-2_4/rubygem-mail-2_4.changes
2012-04-02 10:31:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-mail-2_4.new/rubygem-mail-2_4.changes   
2012-05-03 11:00:37.0 +0200
@@ -1,0 +2,14 @@
+Mon Apr 23 08:57:30 UTC 2012 - sasc...@suse.de
+
+- Also require rubygem-i18n-0_6 instead of rubygem-i18n
+
+---
+Tue Apr  3 07:59:12 UTC 2012 - co...@suse.com
+
+- update to 2.4.4
+ * Fix security vulnerability allowing command line exploit when using file 
delivery method
+ * Fix security vulnerability allowing command line exploit when using exim or 
sendmail from the command line
+ * Change Mail#deliver! to also inform the interceptors
+ * Encodings.value_decode(str): Treat lines with mixed encoding correctly when 
the line ends with a plain text part.
+
+---

Old:

  mail-2.4.1.gem

New:

  mail-2.4.4.gem



Other differences:
--
++ rubygem-mail-2_4.spec ++
--- /var/tmp/diff_new_pack.6S5M8R/_old  2012-05-03 11:00:38.0 +0200
+++ /var/tmp/diff_new_pack.6S5M8R/_new  2012-05-03 11:00:38.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package rubygem-mail
+# spec file for package rubygem-mail-2_4
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   rubygem-mail-2_4
-Version:2.4.1
+Version:2.4.4
 Release:0
-License:MIT
 Summary:Mail provides a nice Ruby DSL for making, sending and reading 
emails
-Url:http://github.com/mikel/mail
+License:MIT
 Group:  Development/Languages/Ruby
+Url:http://github.com/mikel/mail
 %define mod_name mail
 %define mod_full_name %{mod_name}-%{version}
 Source: %{mod_full_name}.gem
@@ -31,7 +32,7 @@
 BuildRequires:  rubygem-mime-types-1 >= 1.16
 BuildRequires:  rubygem-treetop-1_4 >= 1.4.8
 BuildRequires:  rubygems_with_buildroot_patch
-Requires:   rubygem-i18n >= 0.4.0
+Requires:   rubygem-i18n-0_6 >= 0.4.0
 Requires:   rubygem-mime-types-1 >= 1.16
 Requires:   rubygem-treetop-1_4 >= 1.4.8
 Provides:   rubygem-%{mod_name} = %{version}

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



commit qtcurve-kde4 for openSUSE:Factory

2012-05-03 Thread h_root
Hello community,

here is the log from the commit of package qtcurve-kde4 for openSUSE:Factory 
checked in at 2012-05-03 11:00:18

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


Package is "qtcurve-kde4", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/qtcurve-kde4/qtcurve-kde4.changes
2012-03-20 11:34:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.qtcurve-kde4.new/qtcurve-kde4.changes   
2012-05-03 11:00:21.0 +0200
@@ -1,0 +2,7 @@
+Wed Apr 25 09:42:56 UTC 2012 - m...@suse.com
+
+- Update to version 1.8.12
+  * Dont setup KDE4 fonts/colours in constructor - seems to mess things up 
when using 
+proxy styles. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638629
+
+---

Old:

  QtCurve-KDE4-1.8.11.tar.bz2

New:

  QtCurve-KDE4-1.8.12.tar.bz2



Other differences:
--
++ qtcurve-kde4.spec ++
--- /var/tmp/diff_new_pack.yS6UZe/_old  2012-05-03 11:00:23.0 +0200
+++ /var/tmp/diff_new_pack.yS6UZe/_new  2012-05-03 11:00:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   qtcurve-kde4
-Version:1.8.11
+Version:1.8.12
 Release:0
 Summary:QtCurve style for KDE 4
 License:GPL-2.0+

++ QtCurve-KDE4-1.8.11.tar.bz2 -> QtCurve-KDE4-1.8.12.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/QtCurve-KDE4-1.8.11/CMakeLists.txt 
new/QtCurve-KDE4-1.8.12/CMakeLists.txt
--- old/QtCurve-KDE4-1.8.11/CMakeLists.txt  2012-02-28 22:29:57.0 
+0100
+++ new/QtCurve-KDE4-1.8.12/CMakeLists.txt  2012-04-24 23:20:01.0 
+0200
@@ -8,7 +8,7 @@
 set(CPACK_SOURCE_GENERATOR "TBZ2")
 set(CPACK_PACKAGE_VERSION_MAJOR "1")
 set(CPACK_PACKAGE_VERSION_MINOR "8")
-set(CPACK_PACKAGE_VERSION_PATCH "11")
+set(CPACK_PACKAGE_VERSION_PATCH "12")
 set(CPACK_PACKAGE_CONTACT "Craig Drummond ")
 set(QTCURVE_VERSION 
"${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}")
 set(QTCURVE_VERSION_FULL "${QTCURVE_VERSION}.${CPACK_PACKAGE_VERSION_PATCH}")
@@ -75,7 +75,7 @@
 endif (NOT QTC_QT_ONLY)
 find_package(Qt4 REQUIRED)
 
-configure_file(config.h.cmake ${CMAKE_BINARY_DIR}/config.h)
+configure_file(config.h.cmake ${CMAKE_BINARY_DIR}/config.h @ONLY)
 
 if (NOT QTC_QT_ONLY)
 find_package(KDE4 REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/QtCurve-KDE4-1.8.11/ChangeLog 
new/QtCurve-KDE4-1.8.12/ChangeLog
--- old/QtCurve-KDE4-1.8.11/ChangeLog   2012-02-28 22:29:57.0 +0100
+++ new/QtCurve-KDE4-1.8.12/ChangeLog   2012-04-24 23:20:01.0 +0200
@@ -1,3 +1,9 @@
+1.8.12
+--
+1. Dont setup KDE4 fonts/colours in constructor - seems to mess things up when
+   using proxy styles.
+   See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638629
+
 1.8.11
 --
 1. Fix flashing of clementine's position slider tooltip.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/QtCurve-KDE4-1.8.11/config/qtcurveconfigbase.ui 
new/QtCurve-KDE4-1.8.12/config/qtcurveconfigbase.ui
--- old/QtCurve-KDE4-1.8.11/config/qtcurveconfigbase.ui 2012-02-28 
22:29:57.0 +0100
+++ new/QtCurve-KDE4-1.8.12/config/qtcurveconfigbase.ui 2012-04-24 
23:20:01.0 +0200
@@ -2361,7 +2361,7 @@

 
  
-  

If enabled, the titlebar buttons will be drawn using the cusom colors defined in the next page. +

If enabled, the titlebar buttons will be drawn using the custom colors defined in the next page. Use custom background colors @@ -3702,7 +3702,7 @@

Warning: Experimental!

-

Some applications - such as Kate, Kaffeine, and GIMP - produce dialogs that have no 'parent'. This causes the dialog to recieve an entry in the taskbar, and allows the dialog to be minimised independantly of the main application window.

+

Some applications - such as Kate, Kaffeine, and GIMP - produce dialogs that have no 'parent'. This causes the dialog to receive an entry in the taskbar, and allows the dialog to be minimised independantly of the main application window.

If you enable this option, QtCurve will try to 'fix' this by assigning the dialogs a parent.

@@ -4398,7 +4398,7 @@ -

QtCurve uses dark/light borders to create etch and shadow effects. By default QtCurve tries to lighten (or darken) the parent's background to achieve this - if no parent can be found, then white/black is used with an alpha value


commit rpcbind for openSUSE:Factory

Hello community,

here is the log from the commit of package rpcbind for openSUSE:Factory checked 
in at 2012-05-03 11:00:23

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


Package is "rpcbind", Maintainer is "o...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rpcbind/rpcbind.changes  2012-02-14 
19:07:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.rpcbind.new/rpcbind.changes 2012-05-03 
11:00:24.0 +0200
@@ -1,0 +2,11 @@
+Wed Apr 18 23:46:52 CEST 2012 - je...@suse.de
+
+- socket-activation: Fix rpcbind.service to use separate
+  sockets (bnc#757909).
+
+---
+Wed Apr 18 05:47:20 CEST 2012 - je...@suse.de
+
+- socket-activation: don't unlink socket we didn't create (bnc#757667).
+
+---

New:

  socket-activation-don-t-unlink-socket-we-didn-t-create
  socket-activation-fix-rpcbind-service-to-use-separate-sockets



Other differences:
--
++ rpcbind.spec ++
--- /var/tmp/diff_new_pack.CCcPmd/_old  2012-05-03 11:00:25.0 +0200
+++ /var/tmp/diff_new_pack.CCcPmd/_new  2012-05-03 11:00:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rpcbind
 #
-# 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,13 +16,12 @@
 #
 
 
-
 Name:   rpcbind
-License:BSD-3-Clause
-Group:  Productivity/Networking/System
 Version:0.2.0_git201103171419
-Release:1
+Release:0
 Summary:Transport independent RPC portmapper
+License:BSD-3-Clause
+Group:  Productivity/Networking/System
 Url:http://git.infradead.org/users/steved/rpcbind.git
 Source: %{name}-%{version}.tar.bz2
 Source1:rpcbind.init
@@ -31,15 +30,18 @@
 Source4:pmap_set.c
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libtirpc-devel
-BuildRequires:  tcpd-devel
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
+BuildRequires:  tcpd-devel
 Provides:   portmap = 6.0+git20070716
 Obsoletes:  portmap <= 6.0+git20070716
 # hopefully soon we will have this autogenerated from rpm
-Provides:   sysvinit(portmap) sysvinit(rpcbind)
+Provides:   sysvinit(portmap)
+Provides:   sysvinit(rpcbind)
 PreReq: %insserv_prereq %fillup_prereq /sbin/checkproc 
sysvinit(network) syslog
 Patch0: 0001-systemd-add-support-for-system-bus-activation.patch
+Patch1: socket-activation-don-t-unlink-socket-we-didn-t-create
+Patch2: socket-activation-fix-rpcbind-service-to-use-separate-sockets
 %define statefile /var/lib/portmap.state
 %if 0%{?suse_version} > 1140
 BuildRequires:  systemd-devel
@@ -65,6 +67,8 @@
 %setup -q
 cp %{SOURCE4} .
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf -fiv


++ socket-activation-don-t-unlink-socket-we-didn-t-create ++
From: Jeff Mahoney 
Subject: socket-activation: don't unlink socket we didn't create
References: bnc#757667

 On an unpatched system, try this:
 rpcinfo 
 rcrpcbind restart
 rpcinfo 

 This is due to rpcbind unlinking the socket file when it exits. It
 doesn't own the socket file when socket activation is used - systemd
 does. Systemd still has an open reference to it and when rpcbind is
 restarted, it passes the open reference back to it and rpcbind is
 perfectly happy to accept it. Unfortunately, everything that needs to
 talk to rpcbind no longer can because the socket file each of those
 users needs to open is no longer on the file system.

 This patch adds a new global that's used to avoid unlinking the
 rpcbind.sock socket file during shutdown.

Signed-off-by: Jeff Mahoney 
---

 src/rpcbind.c |   12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

--- a/src/rpcbind.c
+++ b/src/rpcbind.c
@@ -80,6 +81,7 @@
 int debugging = 0; /* Tell me what's going on */
 int doabort = 0;   /* When debugging, do an abort on errors */
 int dofork = 1;/* fork? */
+int sock_needs_unlink = 1; /* we created rpcbind.sock */
 
 rpcblist_ptr list_rbl; /* A list of version 3/4 rpcbind services */
 
@@ -365,6 +396,14 @@ init_transport(struct netconfig *nconf)
nconf->nc_netid);
goto error;
}
+
+   /*
+* We were passed the open UNIX socket
+* and shouldn't remove it.
+*/
+   if (sa.sa.sa_family

commit python-sip for openSUSE:Factory

Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2012-05-03 11:00:12

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


Package is "python-sip", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2012-03-26 
11:05:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2012-05-03 11:00:13.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 10 20:38:21 UTC 2012 - asterios.dra...@gmail.com
+
+- Link against libpython. Fixes bnc#756282 and bnc#721280.
+- Remove SUSE_ASNEEDED=0 from spec file.
+
+---
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2011-11-22 
17:49:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2012-05-03 11:00:13.0 +0200
@@ -1,0 +2,9 @@
+Wed Apr 11 13:40:14 UTC 2012 - asterios.dra...@gmail.com
+
+- Link against libpython. Fixes bnc#756282 and bnc#721280.
+- license update: GPL-2.0 or GPL-3.0 or SUSE-SIP
+  Use SUSE- proprietary extension until SIP license is accepted upstream at
+  spdx.org
+- Remove SUSE_ASNEEDED=0 from spec file.
+
+---



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.xXG2I9/_old  2012-05-03 11:00:15.0 +0200
+++ /var/tmp/diff_new_pack.xXG2I9/_new  2012-05-03 11:00:15.0 +0200
@@ -15,21 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+%define rversion %{version}
+
 Name:   python-sip
-BuildRequires:  c++_compiler
-BuildRequires:  python
-BuildRequires:  python-devel
+Version:4.13.2
+Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP
 Group:  Development/Libraries/Python
-Version:4.13.2
-Release:0
-%define rversion %version
 Url:http://www.riverbankcomputing.com/software/sip/intro
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:
http://www.riverbankcomputing.com/static/Downloads/sip4/sip-%{rversion}.tar.gz
+# PATCH-FIX-OPENSUSE disable-rpaths.diff -- Disable rpaths
 Patch0: disable-rpaths.diff
+# PATCH-FIX-OPENSUSE build-compare.diff cmorv...@yahoo.es -- Fix build-compare
 Patch1: build-compare.diff
+BuildRequires:  c++_compiler
+BuildRequires:  python
+BuildRequires:  python-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %py_requires
 
 %description
@@ -41,8 +45,10 @@
 %package devel
 Summary:SIP tool to create python bindings
 Group:  Development/Libraries/Python
-Requires:   %name = %version
-Requires:   c++_compiler python-devel python-sip-bin
+Requires:   %{name} = %{version}
+Requires:   c++_compiler
+Requires:   python-devel
+Requires:   python-sip-bin
 
 %description devel
 SIP is a tool that makes it very easy to create Python bindings for C
@@ -53,7 +59,6 @@
 This package contains all the developer tools you need to create your 
 own sip bindings.
 
-
 %package bin
 Summary:SIP tool to create python bindings
 Group:  Development/Libraries/Python
@@ -65,7 +70,7 @@
 Python bindings for the Qt toolkit, but can be used to create bindings
 for any C or C++ library.
 
-This package contains the sip executable
+This package contains the sip executable.
 
 %prep
 %setup -q -n sip-%{rversion}
@@ -73,35 +78,35 @@
 %patch1
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS"
-export SUSE_ASNEEDED=0
-python configure.py --debug CFLAGS+="$RPM_OPT_FLAGS" CXXFLAGS+="$RPM_OPT_FLAGS"
-make %{?jobs:-j %jobs}
+export CFLAGS="%{optflags}"
+export CXXFLAGS="%{optflags}"
+# Link against libpython (fixes bnc#756282 and bnc#721280)
+python configure.py --debug CFLAGS+="%{optflags}" CXXFLAGS+="%{optflags}" 
LIBS+="-lpython%{py_ver}"
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-mkdir -p $RPM_BUILD_ROOT/usr/share/sip
-sed -i 's/"doc" directory/"doc" directory of package %{name}-devel/' README
+make DESTDIR=%{buildroot} install
 
-%clean
-rm -rf $RPM_BUILD_ROOT
+mkdir -p %{buildroot}%{_datadir}/sip
+
+# Point to the correct location for the documentation files
+sed -i 's/"doc" directory/"doc" directory of package %{name}-devel/' README
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc README
 %{py_sitedir}/sip.so
 
 %files bin
-%defattr(-,root,root)
-/usr/bin/sip
+%defattr(-,root,root,-)
+%{_bindir}/sip
 
 %files devel
-%defattr(-,root,root)
-%doc NEWS LICENSE doc
+%defattr(-,root,roo

commit python-py2pack for openSUSE:Factory

Hello community,

here is the log from the commit of package python-py2pack for openSUSE:Factory 
checked in at 2012-05-03 11:00:02

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


Package is "python-py2pack", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-py2pack/python-py2pack.changes
2011-09-26 10:17:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-py2pack.new/python-py2pack.changes   
2012-05-03 11:00:05.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 13 12:13:49 UTC 2012 - sasc...@suse.de
+
+- Update to version 0.4.1.1
+  * spec file template conforms to spec-cleaner
+
+---

Old:

  py2pack-0.3.21.tar.gz

New:

  py2pack-0.4.1.1.tar.gz



Other differences:
--
++ python-py2pack.spec ++
--- /var/tmp/diff_new_pack.U576e6/_old  2012-05-03 11:00:06.0 +0200
+++ /var/tmp/diff_new_pack.U576e6/_new  2012-05-03 11:00:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-py2pack
 #
-# 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
@@ -11,12 +11,12 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 Name:   python-py2pack
-Version:0.3.21
+Version:0.4.1.1
 Release:0
 Url:http://github.com/saschpe/py2pack
 Summary:Generate distribution packages from Python packages on PyPI
@@ -29,13 +29,11 @@
 BuildRequires:  python-Jinja2
 Requires:   python-argparse
 Requires:   python-Jinja2
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
 BuildArch:  noarch
 %endif
-%endif
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
 This script allows to generate RPM spec or DEB dsc files from Python modules.

++ py2pack-0.3.21.tar.gz -> py2pack-0.4.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py2pack-0.3.21/MANIFEST.in 
new/py2pack-0.4.1.1/MANIFEST.in
--- old/py2pack-0.3.21/MANIFEST.in  2011-03-09 09:45:40.0 +0100
+++ new/py2pack-0.4.1.1/MANIFEST.in 2012-03-29 11:45:09.0 +0200
@@ -1,3 +1,3 @@
 include AUTHORS LICENSE README.rst
-include doc/*
+include docs/*
 include py2pack/templates/*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py2pack-0.3.21/PKG-INFO new/py2pack-0.4.1.1/PKG-INFO
--- old/py2pack-0.3.21/PKG-INFO 2011-09-22 12:48:42.0 +0200
+++ new/py2pack-0.4.1.1/PKG-INFO2012-04-13 09:28:43.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: py2pack
-Version: 0.3.21
+Version: 0.4.1.1
 Summary: Generate distribution packages from Python packages on PyPI
 Home-page: http://github.com/saschpe/py2pack
 Author: Sascha Peilicke
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py2pack-0.3.21/doc/py2pack.1 
new/py2pack-0.4.1.1/doc/py2pack.1
--- old/py2pack-0.3.21/doc/py2pack.12011-08-25 13:43:43.0 +0200
+++ new/py2pack-0.4.1.1/doc/py2pack.1   1970-01-01 01:00:00.0 +0100
@@ -1,168 +0,0 @@
-'\" t
-.\" Title: py2pack
-.\"Author: Sascha Peilicke 
-.\" Generator: DocBook XSL Stylesheets v1.76.1 
-.\"  Date: 07/19/2011
-.\"Manual: @VERSION@
-.\"Source: http://github.com/saschpe/py2pack @VERSION@
-.\"  Language: English
-.\"
-.TH "PY2PACK" "1" "07/19/2011" "http://github\&.com/saschpe/py"; "@VERSION@"
-.\" -
-.\" * Define some portability stuff
-.\" -
-.\" ~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~
-.ie \n(.g .ds Aq \(aq
-.el   .ds Aq '
-.\" ---

commit python-pyasn1 for openSUSE:Factory

Hello community,

here is the log from the commit of package python-pyasn1 for openSUSE:Factory 
checked in at 2012-05-03 11:00:06

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


Package is "python-pyasn1", Maintainer is "cth...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/python-pyasn1/python-pyasn1.changes  
2012-03-24 20:10:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyasn1.new/python-pyasn1.changes 
2012-05-03 11:00:08.0 +0200
@@ -1,0 +2,20 @@
+Wed Apr 25 20:11:18 UTC 2012 - mich...@stroeder.com
+
+- updated to upstrean release 0.1.3
+
+From upstream CHANGES:
+- Include class name into asn1 value constraint violation exception.
+- Fix to OctetString.prettyOut() method that looses leading zero when
+  building hex string.
+
+---
+Wed Apr 18 07:46:46 UTC 2012 - sasc...@suse.de
+
+- Fix obsoletes for python-asn1 instead
+
+---
+Tue Apr 17 15:12:23 UTC 2012 - dmuel...@suse.com
+
+- remove self-obsoletes
+
+---

Old:

  pyasn1-0.1.2.tar.gz

New:

  pyasn1-0.1.3.tar.gz



Other differences:
--
++ python-pyasn1.spec ++
--- /var/tmp/diff_new_pack.Yj5Gi7/_old  2012-05-03 11:00:09.0 +0200
+++ /var/tmp/diff_new_pack.Yj5Gi7/_new  2012-05-03 11:00:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyasn1
 #
-# 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,27 +16,24 @@
 #
 
 
-
 Name:   python-pyasn1
-Version:0.1.2
-Release:1
-Url:http://pyasn1.sf.net/
+Version:0.1.3
+Release:0
 Summary:ASN.1 types and codecs
 License:BSD-3-Clause
 Group:  Development/Languages/Python
+Url:http://pyasn1.sf.net/
 Source: 
http://pypi.python.org/packages/source/p/pyasn1/pyasn1-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+Provides:   python-asn1 = %{version}
+Obsoletes:  python-asn1 < 0.1.2
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
 BuildArch:  noarch
 %endif
-%endif
-Provides:   python-pyasn1 = %{version}
-Obsoletes:  python-pyasn1 < %{version}
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
 This is an implementation of ASN.1 types and codecs in Python programming
@@ -48,15 +45,11 @@
 %setup -q -n pyasn1-%{version}
 
 %build
-export CFLAGS="%{optflags}"
 python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc CHANGES LICENSE README THANKS TODO doc

++ pyasn1-0.1.2.tar.gz -> pyasn1-0.1.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyasn1-0.1.2/CHANGES new/pyasn1-0.1.3/CHANGES
--- old/pyasn1-0.1.2/CHANGES2011-11-21 11:00:30.0 +0100
+++ new/pyasn1-0.1.3/CHANGES2012-04-20 20:57:59.0 +0200
@@ -1,3 +1,10 @@
+Revision 0.1.3
+--
+
+- Include class name into asn1 value constraint violation exception.
+- Fix to OctetString.prettyOut() method that looses leading zero when
+  building hex string.
+
 Revision 0.1.2
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyasn1-0.1.2/LICENSE new/pyasn1-0.1.3/LICENSE
--- old/pyasn1-0.1.2/LICENSE2011-01-23 20:17:36.0 +0100
+++ new/pyasn1-0.1.3/LICENSE2012-02-23 10:50:47.0 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2005-2011 Ilya Etingof , all rights reserved.
+Copyright (c) 2005-2012 Ilya Etingof , all rights reserved.
 
 THIS SOFTWARE IS NOT FAULT TOLERANT AND SHOULD NOT BE USED IN ANY SITUATION
 ENDANGERING HUMAN LIFE OR PROPERTY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyasn1-0.1.2/PKG-INFO new/pyasn1-0.1.3/PKG-INFO
--- old/pyasn1-0.1.2/PKG-INFO   2011-12-07 17:04:52.000

commit pure-ftpd for openSUSE:Factory

Hello community,

here is the log from the commit of package pure-ftpd for openSUSE:Factory 
checked in at 2012-05-03 10:59:56

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


Package is "pure-ftpd", Maintainer is "mvysko...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pure-ftpd/pure-ftpd.changes  2012-04-12 
09:51:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.pure-ftpd.new/pure-ftpd.changes 2012-05-03 
11:00:02.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 20 11:55:23 UTC 2012 - highwaystar...@gmail.com
+
+- spec file: fixed pure-ftpd.service file installation
+
+---



Other differences:
--
++ pure-ftpd.spec ++
--- /var/tmp/diff_new_pack.t9LyeY/_old  2012-05-03 11:00:04.0 +0200
+++ /var/tmp/diff_new_pack.t9LyeY/_new  2012-05-03 11:00:04.0 +0200
@@ -146,7 +146,7 @@
 %{__install} -m 644 %{S:5} 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%name
 
 %if 0%{?have_systemd}
-%{__install} -D -m0644 %{S:2} %{buildroot}%{_unitdir}/%{name}.service
+%{__install} -D -m0644 %{S:6} %{buildroot}%{_unitdir}/%{name}.service
 %endif
 
 %clean


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



commit ppc64-diag for openSUSE:Factory

Hello community,

here is the log from the commit of package ppc64-diag for openSUSE:Factory 
checked in at 2012-05-03 10:59:52

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


Package is "ppc64-diag", Maintainer is "jloe...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/ppc64-diag/ppc64-diag.changes2011-11-07 
14:29:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.ppc64-diag.new/ppc64-diag.changes   
2012-05-03 10:59:53.0 +0200
@@ -1,0 +2,10 @@
+Tue Apr 24 12:13:09 UTC 2012 - dval...@suse.com
+
+- Change upstream Url
+- fix build with gcc 4.7
+- update to 2.4.3
+  - Added message catalogs for the ipr, ixgb, lpfc, and qla2xxx 
+drivers
+  - Removed obsolete ppc64_diag_servagent script
+
+---

Old:

  ppc64-diag-2.4.2.tar.bz2

New:

  ppc64-diag-2.4.3.tar.gz
  ppc64-diag.unistd.patch
  ppc64-diag.varunused.patch



Other differences:
--
++ ppc64-diag.spec ++
--- /var/tmp/diff_new_pack.nRCZv0/_old  2012-05-03 10:59:54.0 +0200
+++ /var/tmp/diff_new_pack.nRCZv0/_new  2012-05-03 10:59:54.0 +0200
@@ -16,10 +16,9 @@
 #
 
 
-Url:http://linux-diag.sourceforge.net/ppc64-diag/
-
+Url:http://sourceforge.net/projects/linux-diag/files/ppc64-diag 
 Name:   ppc64-diag
-Version:2.4.2
+Version:2.4.3
 Release:1
 Summary:Linux for Power Platform Diagnostics
 Group:  System/Monitoring
@@ -35,9 +34,11 @@
 PreReq: %insserv_prereq
 PreReq: aaa_base
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:%{name}-%{version}.tar.bz2
-Patch0:ppc64-diag.makefile.patch
-Patch1: ppc64-diag.rtas_errd.patch
+Source0:
http://downloads.sourceforge.net/project/linux-diag/ppc64-diag/%{version}/%{name}-%{version}.tar.gz
 
+Patch0:%{name}.makefile.patch
+Patch1: %{name}.rtas_errd.patch
+Patch2: %{name}.varunused.patch
+Patch3: %{name}.unistd.patch
 
 %description
 Platform diagnostics for Linux for Power writes events reported by the
@@ -58,6 +59,8 @@
 %setup -q
 %patch0
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 make

++ ppc64-diag.unistd.patch ++
Index: ppc64-diag-2.4.3/ela/add_regex.cpp
===
--- ppc64-diag-2.4.3.orig/ela/add_regex.cpp
+++ ppc64-diag-2.4.3/ela/add_regex.cpp
@@ -1,6 +1,7 @@
 using namespace std;
 
 #include 
+#include 
 #include 
 #include "catalogs.h"
 
++ ppc64-diag.varunused.patch ++
Index: ppc64-diag-2.4.3/diags/7031_D24_T24.c
===
--- ppc64-diag-2.4.3.orig/diags/7031_D24_T24.c
+++ ppc64-diag-2.4.3/diags/7031_D24_T24.c
@@ -64,7 +64,8 @@ get_enclosure_scsi_id(struct pearl_diag_
 static int
 print_drive_status(uint32_t status)
 {
-   int fail = 0, printed = 0, rc = OK;
+   __attribute__((unused)) int fail = 0;
+int printed = 0, rc = OK;
 
if ((status & 0x0F00) == 0x0500) {
printf("(empty)  ");
@@ -162,7 +163,8 @@ print_ps_fan_status(uint32_t status)
 static int
 print_repeater_status(uint32_t status)
 {
-   int printed = 0, fail = 0, rc = OK;
+   int printed = 0, rc = OK;
+   __attribute__((unused)) int fail = 0;
 
if ((status & 0x0F00) == 0x0100)
printf("ok  ");
@@ -348,7 +350,8 @@ int
 diag_7031_D24_T24(int fd, struct dev_vpd *vpd, int se, int verbose)
 {
struct pearl_diag_page2 dp;
-   int failure = 0, rc, encl_id;
+   int failure = 0, encl_id;
+   __attribute__((unused)) int rc;
int buf_len = sizeof(dp);
int ps1, ps2, fan1, fan2, fan3, rpt, vpd_card;
 
Index: ppc64-diag-2.4.3/rtas_errd/ela.c
===
--- ppc64-diag-2.4.3.orig/rtas_errd/ela.c
+++ ppc64-diag-2.4.3/rtas_errd/ela.c
@@ -1787,7 +1787,7 @@ process_v1_epow(struct event *event, int
int class;
int ext_epow;
int ext_epow_nofan;
-   int fan_num;
+   __attribute__((unused)) int fan_num;
 
/*
 * The following EPOW error logs found in CHRP, Ver. 1
Index: ppc64-diag-2.4.3/rtas_errd/epow.c
===
--- ppc64-diag-2.4.3.orig/rtas_errd/epow.c
+++ ppc64-diag-2.4.3/rtas_errd/epow.c
@@ -48,7 +48,7 @@ static int time_remaining = 0;
 void 
 epow_timer_handler(int sig, siginfo_t siginfo, void *context)
 {
-   int rc, state;
+   int __attribute__((unused)) rc, state;
struct itimerval tv;
 
if (time_remaining <= 0) {
@@ -149,7 +149,7 @@ parse_ep

commit phpMyAdmin for openSUSE:Factory

Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2012-05-03 10:59:43

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


Package is "phpMyAdmin", Maintainer is "crrodrig...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes2012-04-12 
09:45:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2012-05-03 10:59:46.0 +0200
@@ -1,0 +2,10 @@
+Thu Apr 26 19:49:16 UTC 2012 - ch...@computersalat.de
+
+- update to 3.4.11.0
+  * bug sf#3486970 [import] Exception on XML import
+  * bug sf#3488777 [navi] $cfg['ShowTooltipAliasTB'] and blank names
+in navigation
+  * bug sf#3512565 [navi] Fixed missing word "Rows" in table list
+tooltip after click
+
+---

Old:

  phpMyAdmin-3.4.10.2-all-languages.tar.bz2

New:

  phpMyAdmin-3.4.11-all-languages.tar.bz2



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.Z6wJ6C/_old  2012-05-03 10:59:48.0 +0200
+++ /var/tmp/diff_new_pack.Z6wJ6C/_new  2012-05-03 10:59:48.0 +0200
@@ -34,7 +34,7 @@
 Summary:Administration of MySQL over the web
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Frontends
-Version:3.4.10.2
+Version:3.4.11
 Release:0
 Url:http://www.phpMyAdmin.net
 Source0:%{name}-%{version}-all-languages.tar.bz2

++ phpMyAdmin-3.4.10.2-all-languages.tar.bz2 -> 
phpMyAdmin-3.4.11-all-languages.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-3.4.10.2-all-languages/ChangeLog 
new/phpMyAdmin-3.4.11-all-languages/ChangeLog
--- old/phpMyAdmin-3.4.10.2-all-languages/ChangeLog 2012-03-28 
18:50:38.0 +0200
+++ new/phpMyAdmin-3.4.11-all-languages/ChangeLog   2012-04-14 
13:42:20.0 +0200
@@ -1,6 +1,11 @@
 phpMyAdmin - ChangeLog
 ==
 
+3.4.11.0 (2012-04-14)
+- bug #3486970 [import] Exception on XML import
+- bug #3488777 [navi] $cfg['ShowTooltipAliasTB'] and blank names in navigation
+- bug #3512565 [navi] Fixed missing word "Rows" in table list tooltip after 
click
+
 3.4.10.2 (2012-03-28)
 - [security] Fixed local path disclosure vulnerability, see PMASA-2012-2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-3.4.10.2-all-languages/Documentation.html 
new/phpMyAdmin-3.4.11-all-languages/Documentation.html
--- old/phpMyAdmin-3.4.10.2-all-languages/Documentation.html2012-03-28 
18:50:38.0 +0200
+++ new/phpMyAdmin-3.4.11-all-languages/Documentation.html  2012-04-14 
13:42:20.0 +0200
@@ -9,7 +9,7 @@
 
 
 
-phpMyAdmin 3.4.10.2 - Documentation
+phpMyAdmin 3.4.11 - Documentation
 
 
 
@@ -17,7 +17,7 @@
 
 
 http://www.phpmyadmin.net/";>phpMyAdmin
-3.4.10.2
+3.4.11
 Documentation
 
 
@@ -4352,7 +4352,7 @@
 Documentation is being translated using po4a and gettext (see 
 http://www.phpmyadmin.net/home_page/docs.php";>documentation
 for existing translations). To start, checkout
-http://phpmyadmin.git.sourceforge.net/git/gitweb.cgi?p=phpmyadmin/localized_docs;a=tree;f=po";>localized_docs/po
+http://github.com/phpmyadmin/localized_docs/tree/master/po";>localized_docs/po
 from Git, or just go to the https://l10n.cihar.com/projects/pmadoc/";>translation server
 and translate it online. If your language is missing, just contact
 mailto:mic...@cihar.com";>Michal ÄŒihaÅ™; he will add 
it. If
@@ -4367,8 +4367,7 @@
  The following method is preferred for new developers:
 
 fetch the current git repository over anonymous git:
-git clone
-
git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
+git clone git://github.com/phpmyadmin/phpmyadmin.git
 
 add your stuff
 generate patch with your changes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-3.4.10.2-all-languages/Documentation.txt 
new/phpMyAdmin-3.4.11-all-languages/Documentation.txt
--- old/phpMyAdmin-3.4.10.2-all-languages/Documentation.txt 2012-03-28 
18:50:38.0 +0200
+++ new/phpMyAdmin-3.4.11-all-languages/Documentation.txt   2012-04-14 
13:42:20.0 +0200
@@ -1,4 +1,4 @@
-phpMyAdmin 3.4.10.2 Documentation
+phpMyAdmin 3.4.11 Documentation
 
   * Top
   * Requirements
@@ -3226,8 +3226,7 @@
 The following method is preferred for new developers:
 
  1. fetch the current git repository over anonymous git:
-  

commit perl-Bootloader for openSUSE:Factory

Hello community,

here is the log from the commit of package perl-Bootloader for openSUSE:Factory 
checked in at 2012-05-03 10:59:28

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


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

Changes:

--- /work/SRC/openSUSE:Factory/perl-Bootloader/perl-Bootloader.changes  
2012-04-02 10:30:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Bootloader.new/perl-Bootloader.changes 
2012-05-03 10:59:31.0 +0200
@@ -1,0 +2,20 @@
+Fri Apr 27 12:06:09 CEST 2012 - mch...@suse.de
+
+- fix after grub2 package update, the system become unbootable. (bnc#758570)
+  also fix running update-bootloader --refresh returns error when extended
+  partition is to be installed.
+- 0.6.3
+
+---
+Mon Apr 23 11:26:15 CEST 2012 - mch...@suse.de
+
+- add read/write grub2-efi's settings for global options from yast2's
+  bootloader option widgets, including timeout, hiddenmenu, vgamode, append
+  and default
+- add read/write grub2's settings for serial console from yast2's bootloader
+  option widgets
+- add read/write grub2's settings for global options from yast2's bootloader
+  option widgets, including timeout, hiddenmenu, vgamode, append and default
+- fix bootloader_entry util to correctly handle grub2's case (bnc#755183)
+
+---

Old:

  perl-Bootloader-0.6.1.tar.bz2

New:

  perl-Bootloader-0.6.3.tar.bz2



Other differences:
--
++ perl-Bootloader.spec ++
--- /var/tmp/diff_new_pack.QI5uiV/_old  2012-05-03 10:59:36.0 +0200
+++ /var/tmp/diff_new_pack.QI5uiV/_new  2012-05-03 10:59:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Bootloader
-Version:0.6.1
+Version:0.6.3
 Release:0
 Requires:   perl-base = %{perl_version}
 Requires:   e2fsprogs

++ bootloader_entry ++
--- /var/tmp/diff_new_pack.QI5uiV/_old  2012-05-03 10:59:36.0 +0200
+++ /var/tmp/diff_new_pack.QI5uiV/_new  2012-05-03 10:59:36.0 +0200
@@ -194,6 +194,10 @@
update_bootloader --refresh || exit 1
;;
esac
+   elif [ -f 
$PERL_BOOTLOADER_TESTSUITE_PATH/etc/sysconfig/bootloader ] &&
+[ -f $PERL_BOOTLOADER_TESTSUITE_PATH/boot/grub2/grub.cfg 
-o \
+  -f 
$PERL_BOOTLOADER_TESTSUITE_PATH/boot/grub2-efi/grub.cfg ]; then
+   update_bootloader --refresh || exit 1
fi
fi
 }
@@ -266,6 +270,10 @@
 
# Run the bootloader (e.g., lilo).
update_bootloader --refresh || exit 1
+   elif [ -f 
$PERL_BOOTLOADER_TESTSUITE_PATH/etc/sysconfig/bootloader ] &&
+[ -f $PERL_BOOTLOADER_TESTSUITE_PATH/boot/grub2/grub.cfg 
-o \
+  -f 
$PERL_BOOTLOADER_TESTSUITE_PATH/boot/grub2-efi/grub.cfg ]; then
+   update_bootloader --refresh || exit 1
 fi
fi
 }

++ perl-Bootloader-0.6.1.tar.bz2 -> perl-Bootloader-0.6.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.6.1/bootloader_entry 
new/perl-Bootloader-0.6.3/bootloader_entry
--- old/perl-Bootloader-0.6.1/bootloader_entry  2012-03-30 11:47:45.0 
+0200
+++ new/perl-Bootloader-0.6.3/bootloader_entry  2012-04-27 12:07:25.0 
+0200
@@ -194,6 +194,10 @@
update_bootloader --refresh || exit 1
;;
esac
+   elif [ -f 
$PERL_BOOTLOADER_TESTSUITE_PATH/etc/sysconfig/bootloader ] &&
+[ -f $PERL_BOOTLOADER_TESTSUITE_PATH/boot/grub2/grub.cfg 
-o \
+  -f 
$PERL_BOOTLOADER_TESTSUITE_PATH/boot/grub2-efi/grub.cfg ]; then
+   update_bootloader --refresh || exit 1
fi
fi
 }
@@ -266,6 +270,10 @@
 
# Run the bootloader (e.g., lilo).
update_bootloader --refresh || exit 1
+   elif [ -f 
$PERL_BOOTLOADER_TESTSUITE_PATH/etc/sysconfig/bootloader ] &&
+[ -f $PERL_BOOTLOADER_TESTSUITE_PATH/boot/grub2/grub.cfg 
-o \
+  -f 
$PERL_BOOTLOADER_TESTSUITE_PATH/boot/grub2-efi/grub.cfg ]; then
+   update_bootloader --refresh || exit 1
 fi
fi
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.6.1/perl-Bootloader.changes 
new/perl-Boo

commit package-translations for openSUSE:Factory

Hello community,

here is the log from the commit of package package-translations for 
openSUSE:Factory checked in at 2012-05-03 10:59:23

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/package-translations/package-translations.changes
2012-04-17 07:47:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.package-translations.new/package-translations.changes
   2012-05-03 10:59:28.0 +0200
@@ -2 +2 @@
-Fri Apr 13 16:13:32 CEST 2012 - 
+Mon Apr 16 16:13:29 CEST 2012 - 
@@ -4 +4 @@
-- automated update on 2012-04-13
+- automated update on 2012-04-16



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

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



commit perl-YAML-LibYAML for openSUSE:Factory

Hello community,

here is the log from the commit of package perl-YAML-LibYAML for 
openSUSE:Factory checked in at 2012-05-03 10:59:39

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


Package is "perl-YAML-LibYAML", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-YAML-LibYAML/perl-YAML-LibYAML.changes  
2011-10-03 09:24:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-YAML-LibYAML.new/perl-YAML-LibYAML.changes 
2012-05-03 10:59:40.0 +0200
@@ -1,0 +2,8 @@
+Wed Apr 25 23:01:47 UTC 2012 - pascal.ble...@opensuse.org
+
+- CVE-2012-1152: added patch to fix multiple format string flaws:
+  A remote attacker could provide a specially-crafted YAML document, which once
+  processed by the perl-YAML-LibYAML interface would lead to perl-YAML-LibYAML
+  based process crash. bnc#751503
+
+---

New:

  CVE-2012-1152-YAML-LibYAML-0.35-format-error.patch



Other differences:
--
++ perl-YAML-LibYAML.spec ++
--- /var/tmp/diff_new_pack.EBGayg/_old  2012-05-03 10:59:41.0 +0200
+++ /var/tmp/diff_new_pack.EBGayg/_new  2012-05-03 10:59:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-YAML-LibYAML
 #
-# 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,17 +16,17 @@
 #
 
 
-
 Name:   perl-YAML-LibYAML
 Version:0.37
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Release:0
 %define cpan_name YAML-LibYAML
 Summary:YAML::LibYAML Perl module
-Url:http://search.cpan.org/dist/YAML-LibYAML/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/YAML-LibYAML/
 #Source: 
http://www.cpan.org/authors/id/I/IN/INGY/YAML-LibYAML-%{version}.tar.gz
 Source: %{cpan_name}-%{version}.tar.gz
+Patch1: CVE-2012-1152-YAML-LibYAML-0.35-format-error.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -45,6 +45,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch1 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++ CVE-2012-1152-YAML-LibYAML-0.35-format-error.patch ++
diff -urbaN YAML-LibYAML-0.35-orig//LibYAML/perl_libyaml.c 
YAML-LibYAML-0.35/LibYAML/perl_libyaml.c
--- YAML-LibYAML-0.35-orig//LibYAML/perl_libyaml.c  2011-04-03 
18:28:08.0 +0200
+++ YAML-LibYAML-0.35/LibYAML/perl_libyaml.c2011-04-08 09:25:49.633009787 
+0200
@@ -188,7 +188,7 @@
 return;
 
 load_error:
-croak(loader_error_msg(&loader, NULL));
+croak("%s", loader_error_msg(&loader, NULL));
 }
 
 /*
@@ -271,7 +271,7 @@
 return return_sv;
 
 load_error:
-croak(loader_error_msg(loader, NULL));
+croak("%s", loader_error_msg(loader, NULL));
 }
 
 /*
@@ -314,7 +314,7 @@
 else if (strlen(tag) <= strlen(prefix) ||
 ! strnEQ(tag, prefix, strlen(prefix))
 ) croak(
-loader_error_msg(loader, form("bad tag found for hash: '%s'", tag))
+"%s", loader_error_msg(loader, form("bad tag found for hash: 
'%s'", tag))
 );
 class = tag + strlen(prefix);
 sv_bless(hash_ref, gv_stashpv(class, TRUE)); 
@@ -347,7 +347,7 @@
 else if (strlen(tag) <= strlen(prefix) ||
 ! strnEQ(tag, prefix, strlen(prefix))
 ) croak(
-loader_error_msg(loader, form("bad tag found for array: '%s'", 
tag))
+"%s", loader_error_msg(loader, form("bad tag found for array: 
'%s'", tag))
 );
 class = tag + strlen(prefix);
 sv_bless(array_ref, gv_stashpv(class, TRUE)); 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Class-Method-Modifiers for openSUSE:Factory

Hello community,

here is the log from the commit of package perl-Class-Method-Modifiers for 
openSUSE:Factory checked in at 2012-05-03 10:59:33

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


Package is "perl-Class-Method-Modifiers", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Class-Method-Modifiers/perl-Class-Method-Modifiers.changes
  2011-10-27 19:24:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Class-Method-Modifiers.new/perl-Class-Method-Modifiers.changes
 2012-05-03 10:59:36.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 19 13:17:11 UTC 2012 - tabra...@novell.com
+
+- updated to 1.09
+  - Install modified subs in the proper namespace [#74569]
+(Karen Etheridge)
+
+---

Old:

  Class-Method-Modifiers-1.08.tar.gz

New:

  Class-Method-Modifiers-1.09.tar.gz



Other differences:
--
++ perl-Class-Method-Modifiers.spec ++
--- /var/tmp/diff_new_pack.wAjNfI/_old  2012-05-03 10:59:37.0 +0200
+++ /var/tmp/diff_new_pack.wAjNfI/_new  2012-05-03 10:59:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-Method-Modifiers
 #
-# 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,48 +16,29 @@
 #
 
 
-
 Name:   perl-Class-Method-Modifiers
-Version:1.08
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:1.09
+Release:0
 %define cpan_name Class-Method-Modifiers
-Summary:provides Moose-like method modifiers
-Url:http://search.cpan.org/dist/Class-Method-Modifiers/
+Summary:Provides Moose-like method modifiers
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Class-Method-Modifiers/
 Source: 
http://www.cpan.org/authors/id/S/SA/SARTAK/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.36
 BuildRequires:  perl(Test::Fatal)
-#BuildRequires: perl(Carp)
+BuildRequires:  perl(Test::More)
 #BuildRequires: perl(Class::Method::Modifiers)
-#BuildRequires: perl(Config)
-#BuildRequires: perl(Cwd)
-#BuildRequires: perl(Exporter)
-#BuildRequires: perl(ExtUtils::Manifest)
-#BuildRequires: perl(ExtUtils::MM_Cygwin)
-#BuildRequires: perl(ExtUtils::MM_Unix)
-#BuildRequires: perl(ExtUtils::MM_Win32)
-#BuildRequires: perl(Fcntl)
-#BuildRequires: perl(File::Basename)
-#BuildRequires: perl(File::Find)
-#BuildRequires: perl(FileHandle)
-#BuildRequires: perl(File::Path)
-#BuildRequires: perl(File::Spec)
-#BuildRequires: perl(FindBin)
 #BuildRequires: perl(inc::Module::Install)
 #BuildRequires: perl(JSON)
 #BuildRequires: perl(LWP::Simple)
 #BuildRequires: perl(Module::Build)
 #BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Net::FTP)
 #BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(Socket)
-#BuildRequires: perl(Test::More)
-#BuildRequires: perl(vars)
 #BuildRequires: perl(YAML::Tiny)
 %{perl_requires}
 

++ Class-Method-Modifiers-1.08.tar.gz -> Class-Method-Modifiers-1.09.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Method-Modifiers-1.08/Changes 
new/Class-Method-Modifiers-1.09/Changes
--- old/Class-Method-Modifiers-1.08/Changes 2011-10-15 17:05:22.0 
+0200
+++ new/Class-Method-Modifiers-1.09/Changes 2012-04-03 02:09:22.0 
+0200
@@ -1,5 +1,9 @@
 Revision history for Class-Method-Modifiers
 
+1.092012-04-02
+Install modified subs in the proper namespace [#74569]
+(Karen Etheridge)
+
 1.08Sun Oct 16 2011
 Document install_modifier (requested by Tokuhiro Matsuno)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Method-Modifiers-1.08/MANIFEST 
new/Class-Method-Modifiers-1.09/MANIFEST
--- old/Class-Method-Modifiers-1.08/MANIFEST2011-02-24 05:55:38.0 
+0100
+++ new/Class-Method-Modifiers-1.09/MANIFEST2012-04-03 02:11:41.0 
+0200
@@ -1,5 +1,6 @@
 Changes
 inc/Module/Install.pm
+inc/Module/Install/AuthorRequires.pm
 inc/Module/Install/Base.pm
 inc/Module/Install/Can.pm
 inc/Module/Install/Fetch.pm
@@ -36,3 +37,4 @@
 t/081-sub-and-modifi

commit open-vm-tools for openSUSE:Factory

Hello community,

here is the log from the commit of package open-vm-tools for openSUSE:Factory 
checked in at 2012-05-03 10:59:11

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


Package is "open-vm-tools", Maintainer is "prus...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/open-vm-tools/open-vm-tools.changes  
2012-04-12 09:44:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.open-vm-tools.new/open-vm-tools.changes 
2012-05-03 10:59:13.0 +0200
@@ -1,0 +2,9 @@
+Fri Apr  6 21:18:39 UTC 2012 - dims...@opensuse.org
+
+- Update to version 8.8.2:
+  + Updated code for compatibility with newer Linux kernel
+releases.
+  + Minor tweaks in Unity and Resolution set plugins
+- Drop vmhgfs-2011.12.20.patch: fixed upstream.
+
+---

Old:

  open-vm-tools-8.8.1-528969.tar.gz
  vmhgfs-2011.12.20.patch

New:

  open-vm-tools-8.8.2-590212.tar.gz



Other differences:
--
++ open-vm-tools.spec ++
--- /var/tmp/diff_new_pack.8IPHm3/_old  2012-05-03 10:59:15.0 +0200
+++ /var/tmp/diff_new_pack.8IPHm3/_new  2012-05-03 10:59:15.0 +0200
@@ -32,9 +32,9 @@
 %define with_X 1
 
 Name:   open-vm-tools
-Version:8.8.1
+Version:8.8.2
 Release:0
-%define svn_rev 528969
+%define svn_rev 590212
 Summary:Open Virtual Machine Tools
 License:BSD-3-Clause ; GPL-2.0 ; LGPL-2.1
 Group:  System/Emulators/PC
@@ -47,7 +47,6 @@
 Source6:open-vm-tools-modprobe.conf
 Source7:tools.conf
 Source98:   preamble
-Patch0: vmhgfs-2011.12.20.patch
 BuildRequires:  gcc-c++
 # don't use pkgconfig(gtk+-2.0) so we can build on SLE
 BuildRequires:  gtk2-devel
@@ -159,7 +158,6 @@
 
 %prep
 %setup -q -n %{name}-%{version}-%{svn_rev}
-%patch0 -p1
 chmod -x AUTHORS COPYING ChangeLog NEWS README
 # fix for an rpmlint warning regarding wrong line feeds
 sed -i -e "s/\r//" README

++ open-vm-tools-8.8.1-528969.tar.gz -> open-vm-tools-8.8.2-590212.tar.gz 
++
 53015 lines of diff (skipped)

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



commit openexr for openSUSE:Factory

Hello community,

here is the log from the commit of package openexr for openSUSE:Factory checked 
in at 2012-05-03 10:59:07

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


Package is "openexr", Maintainer is "mvysko...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/openexr/openexr.changes  2011-11-02 
12:09:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.openexr.new/openexr.changes 2012-05-03 
10:59:10.0 +0200
@@ -1,0 +2,11 @@
+Tue Apr 24 13:26:54 UTC 2012 - mvysko...@suse.cz
+
+- disable the test at all, as running them in OBS seems not to be
+  reliable 
+
+---
+Sun Jan 29 17:50:27 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+
+---



Other differences:
--
++ openexr.spec ++
--- /var/tmp/diff_new_pack.G8wnQR/_old  2012-05-03 10:59:12.0 +0200
+++ /var/tmp/diff_new_pack.G8wnQR/_new  2012-05-03 10:59:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openexr
 #
-# 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,21 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   openexr
 Summary:Utilities for work with HDR images in OpenEXR format
-Version:1.7.0
-Release:8
 License:BSD-3-Clause ; GPL-2.0+
 Group:  Productivity/Graphics/Other
+Version:1.7.0
+Release:0
 Url:http://www.openexr.com/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libilmbase-devel
 BuildRequires:  fltk-devel
 BuildRequires:  freeglut-devel
 BuildRequires:  gcc-c++
+BuildRequires:  libilmbase-devel
 # bug437293
 %ifarch ppc64
 Obsoletes:  OpenEXR-64bit
@@ -58,9 +56,8 @@
 * exrmultiview, combine two or more images into one multi-view
 
 %package -n libIlmImf6
-License:BSD-3-Clause ; GPL-2.0+
-Group:  Development/Libraries/C and C++
 Summary:Library to Handle EXR Pictures in 16-Bit Floating-Point Format
+Group:  Development/Libraries/C and C++
 # provide also the most expected symbol
 Provides:   libopenexr6 = %{version}
 
@@ -71,15 +68,14 @@
 This package contains libIlmImf.so.6
 
 %package -n libopenexr-devel
-License:BSD-3-Clause ; GPL-2.0+
-Group:  Development/Libraries/C and C++
 Summary:Library to Handle EXR Pictures (16-bit floating-point format)
+Group:  Development/Libraries/C and C++
 Obsoletes:  OpenEXR-devel <= 1.6.1
 Provides:   OpenEXR-devel = %{version}
-Requires:   libopenexr6 = %{version}
-Requires:   zlib-devel
 Requires:   libilmbase-devel
+Requires:   libopenexr6 = %{version}
 Requires:   pkg-config
+Requires:   zlib-devel
 
 %description -n libopenexr-devel
 OpenEXR is a high dynamic-range (HDR) image file format developed by
@@ -88,9 +84,8 @@
 This package contains header files.
 
 %package doc
-License:BSD-3-Clause ; GPL-2.0+
-Group:  Development/Libraries/C and C++
 Summary:Library to Handle EXR Pictures in 16-Bit Floating-Point Format
+Group:  Development/Libraries/C and C++
 Obsoletes:  OpenEXR-doc <= 1.6.1
 Provides:   OpenEXR-doc = %{version}
 
@@ -101,7 +96,7 @@
 This package contains a documentation
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 %patch0 -b .sav
 %patch1 -b .sav
 %patch2 -p1 -b .sav
@@ -125,15 +120,14 @@
 %{__rm} -f %{buildroot}%{_libdir}/*.la
 
 %check
-%{__make} check
+#XXX: it seems running tests in BS is not very reliable, so
+# so let disable it
+# % {__make} check
 
 %post -n libIlmImf6 -p /sbin/ldconfig
 
 %postun -n libIlmImf6 -p /sbin/ldconfig
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING LICENSE NEWS README*

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



commit ocfs2-tools for openSUSE:Factory

Hello community,

here is the log from the commit of package ocfs2-tools for openSUSE:Factory 
checked in at 2012-05-03 10:59:02

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


Package is "ocfs2-tools", Maintainer is "mfas...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/ocfs2-tools/ocfs2-tools.changes  2011-12-25 
17:37:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.ocfs2-tools.new/ocfs2-tools.changes 
2012-05-03 10:59:08.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 24 20:04:54 UTC 2012 - dims...@opensuse.org
+
+- Add ocfs2-tools-kernel33.patch: Fix build with kernel 3.3, which
+  dropped umode_t.
+
+---

New:

  ocfs2-tools-kernel33.patch



Other differences:
--
++ ocfs2-tools.spec ++
--- /var/tmp/diff_new_pack.ZzFEVv/_old  2012-05-03 10:59:10.0 +0200
+++ /var/tmp/diff_new_pack.ZzFEVv/_new  2012-05-03 10:59:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocfs2-tools
 #
-# 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
@@ -49,11 +49,17 @@
 Patch202:   fix-configure-check-libs.patch
 Patch203:   fix-ocfs2_controld-crmcommon-link.patch
 Patch204:   dont-use-var-lock-subsys.patch
+Patch205:   ocfs2-tools-kernel33.patch
 Url:http://oss.oracle.com/projects/ocfs2-tools/
-Requires:   net-tools, modutils, e2fsprogs, /sbin/chkconfig, glib2 >= 2.2.3
+Requires:   /sbin/chkconfig
+Requires:   e2fsprogs
+Requires:   glib2 >= 2.2.3
+Requires:   modutils
+Requires:   net-tools
 PreReq: %insserv_prereq %fillup_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   libdlm openais
+Requires:   libdlm
+Requires:   openais
 %if %suse_version < 1120  
 # There's no separate kmp for openSUSE 11.2  
 Recommends: ocfs2-kmp
@@ -67,10 +73,15 @@
 
 %package -n ocfs2console
 Summary:Oracle Cluster Filesystem 2 GUI tools
+Group:  System/Filesystems
 Obsoletes:  ocfs2-support
 Requires:   ocfs2-tools = %{version}
 AutoReqProv:No
-Requires:   e2fsprogs, glib2 >= 2.2.3, vte >= 0.11.10, python-gtk >= 
1.99.16, ocfs2-tools = %{version}
+Requires:   e2fsprogs
+Requires:   glib2 >= 2.2.3
+Requires:   ocfs2-tools = %{version}
+Requires:   python-gtk >= 1.99.16
+Requires:   vte >= 0.11.10
 
 %description -n ocfs2console
 OCFS is the Oracle Cluster Filesystem.
@@ -79,7 +90,10 @@
 
 %package devel
 Summary:Oracle Cluster File System 2 Development files
-Requires:   ocfs2-tools = %{version}, libcom_err, libcom_err-devel
+Group:  System/Filesystems
+Requires:   libcom_err
+Requires:   libcom_err-devel
+Requires:   ocfs2-tools = %{version}
 
 %description devel
 OCFS is the Oracle Cluster File System.
@@ -89,6 +103,7 @@
 
 %package o2cb
 Summary:Oracle Cluster File System 2 Core Tools
+Group:  System/Filesystems
 Requires:   ocfs2-tools = %{version}
 
 %description o2cb
@@ -110,6 +125,7 @@
 %patch202 -p1
 %patch203 -p1
 %patch204 -p1
+%patch205 -p1
 
 %build
 export CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}"

++ ocfs2-tools-kernel33.patch ++
Index: ocfs2-tools/include/ocfs2-kernel/ocfs2_fs.h
===
--- ocfs2-tools.orig/include/ocfs2-kernel/ocfs2_fs.h
+++ ocfs2-tools/include/ocfs2-kernel/ocfs2_fs.h
@@ -316,6 +316,9 @@
  */
 #define OCFS2_CLUSTER_O2CB_GLOBAL_HEARTBEAT(0x01)
 
+// Reintroduce umode_t, which disappeared in kernel 3.3
+typedef unsigned short  umode_t;
+
 struct ocfs2_system_inode_info {
char*si_name;
int si_iflags;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit netcdf for openSUSE:Factory

Hello community,

here is the log from the commit of package netcdf for openSUSE:Factory checked 
in at 2012-05-03 10:58:58

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


Package is "netcdf", Maintainer is "prus...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/netcdf/netcdf.changes2012-04-12 
09:42:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.netcdf.new/netcdf.changes   2012-05-03 
10:59:00.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 26 20:22:19 UTC 2012 - behri...@users.sourceforge.net
+
+- upstream removed Texinfo documentation
+
+---



Other differences:
--
++ netcdf.spec ++
--- /var/tmp/diff_new_pack.Al5jeZ/_old  2012-05-03 10:59:01.0 +0200
+++ /var/tmp/diff_new_pack.Al5jeZ/_new  2012-05-03 10:59:01.0 +0200
@@ -46,7 +46,6 @@
 %ifarch %ix86 x86_64 ppc ppc64 s390x armv7l
 BuildRequires:  valgrind
 %endif
-PreReq: %install_info_prereq
 Requires:   hdf5
 
 %description
@@ -150,31 +149,11 @@
 # make install DESTDIR=%%{buildroot}
 mkdir -p %{buildroot}%{_mandir}/man1
 install -m644 %{S:1} %{buildroot}%{_mandir}/man1
-rm -f %{buildroot}%{_infodir}/dir
 rm -f %{buildroot}%{_libdir}/*.la
 
 %check
 make check
 
-%post devel
-for i in netcdf-c netcdf-tutorial netcdf-f90 netcdf-f77 netcdf-install netcdf 
netcdf-cxx; do
-  %install_info --info-dir=%{_infodir} %{_infodir}/$i.info.gz
-done
-
-%postun devel
-for i in netcdf-c netcdf-tutorial netcdf-f90 netcdf-f77 netcdf-install netcdf 
netcdf-cxx; do
-  %install_info_delete --info-dir=%{_infodir} %{_infodir}/$i.info.gz
-done
-
-%post doc
-/sbin/install-info %{_infodir}/netcdf.info %{_infodir}/dir 2>/dev/null || :
-
-%postun doc
-if [ "$1" = 0 ]; then
-  /sbin/install-info --delete %{_infodir}/netcdf.info \
-%{_infodir}/dir 2>/dev/null || :
-fi
-
 %post -n libnetcdf%{ncdf_so_major} -p /sbin/ldconfig
 
 %postun -n libnetcdf%{ncdf_so_major} -p /sbin/ldconfig


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



commit mockobjects for openSUSE:Factory

Hello community,

here is the log from the commit of package mockobjects for openSUSE:Factory 
checked in at 2012-05-03 10:58:35

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


Package is "mockobjects", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/mockobjects/mockobjects.changes  2011-09-23 
02:13:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.mockobjects.new/mockobjects.changes 
2012-05-03 10:58:37.0 +0200
@@ -1,0 +2,5 @@
+Thu Jan 12 11:30:47 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+---



Other differences:
--
++ mockobjects.spec ++
--- /var/tmp/diff_new_pack.XI3uya/_old  2012-05-03 10:58:38.0 +0200
+++ /var/tmp/diff_new_pack.XI3uya/_new  2012-05-03 10:58:38.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package mockobjects (Version 0.09)
+# spec file for package mockobjects
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2008, JPackage Project
 # All rights reserved.
 #
@@ -17,18 +17,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define sectionfree
 #%define j2ee12  %{?_with_j2ee12:1}%{!?_without_j2ee12:0}
 #%define j2ee13  %{?_with_j2ee13:1}%{!?_without_j2ee13:0}
 
 Name:   mockobjects
 Version:0.09
-Release:3
+Release:0
 Summary:Java MockObjects package
-License:BSD Style
-Url:http://www.mockobjects.com/
+License:BSD-3-Clause
 Group:  Development/Libraries/Java
+Url:http://www.mockobjects.com/
 #Vendor: JPackage Project
 #Distribution:   JPackage
 Source0:http://www.mockobjects.com/dist/%{name}-%{version}.tar.bz2
@@ -55,12 +54,12 @@
 Requires:   java >= 1.4.2
 Requires:   junit
 #BuildRequires:java-devel = 1.5.0
-BuildRequires:  java-devel
 BuildRequires:  ant >= 1.6.5
 BuildRequires:  ant-junit
+BuildRequires:  geronimo-j2ee-1_4-apis
 BuildRequires:  jakarta-commons-httpclient3
+BuildRequires:  java-devel
 BuildRequires:  junit
-BuildRequires:  geronimo-j2ee-1_4-apis
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(post):   jpackage-utils >= 1.7.5
@@ -76,7 +75,6 @@
 easier to write or to use.
 
 %package jdk1_4
-License:BSD Style
 Summary:MockObjects for 1.4 JDK
 Group:  Development/Libraries/Java
 Provides:   %{name}-jdk1.4 = %{version}-%{release}
@@ -87,7 +85,6 @@
 MockObjects specific to JDK >= 1.4.x
 
 %package httpclient
-License:BSD Style
 Summary:MockObjects for Commons HttpClient
 Group:  Development/Libraries/Java
 Requires:   %{name} = %{version}-%{release}
@@ -97,7 +94,6 @@
 MockObjects for Jakarta Commons HttpClient
 
 %package alt-httpclient
-License:BSD Style
 Summary:Mockable API for Commons HttpClient
 Group:  Development/Libraries/Java
 Requires:   %{name} = %{version}-%{release}
@@ -108,7 +104,6 @@
 Alternative API for Jakarta Commons HttpClient to allow for testing
 
 %package alt-jdk1_4
-License:BSD Style
 Summary:Mockable API for JDK 1.4
 Group:  Development/Libraries/Java
 Provides:   %{name}-alt-jdk1.4 = %{version}-%{release}
@@ -120,7 +115,6 @@
 Alternative API for JDK 1.4 to allow for testing
 
 %package jdk1_4-j2ee1_4
-License:BSD Style
 Summary:Mockable J2EE API for JDK 1.4 and J2EE 1.4
 Group:  Development/Libraries/Java
 Provides:   %{name}-jdk1.4-j2ee1.4 = %{version}-%{release}

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



commit mkvtoolnix for openSUSE:Factory

Hello community,

here is the log from the commit of package mkvtoolnix for openSUSE:Factory 
checked in at 2012-05-03 10:58:31

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


Package is "mkvtoolnix", Maintainer is "se...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/mkvtoolnix/mkvtoolnix.changes2012-04-12 
09:41:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.mkvtoolnix.new/mkvtoolnix.changes   
2012-05-03 10:58:35.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 26 19:28:50 UTC 2012 - reddw...@opensuse.org
+
+- Use system version of rake instead of the included drake. Fixes
+  build in Factory/12.2.
+
+---



Other differences:
--
++ mkvtoolnix.spec ++
--- /var/tmp/diff_new_pack.6kDMmq/_old  2012-05-03 10:58:36.0 +0200
+++ /var/tmp/diff_new_pack.6kDMmq/_new  2012-05-03 10:58:36.0 +0200
@@ -30,7 +30,7 @@
 BuildRequires:  libebml-devel >= 1.2.2
 BuildRequires:  libmatroska-devel >= 1.3.0
 BuildRequires:  lzo-devel
-BuildRequires:  ruby
+BuildRequires:  rubygem-rake
 BuildRequires:  pkgconfig(bzip2)
 BuildRequires:  pkgconfig(flac)
 BuildRequires:  pkgconfig(libcurl)
@@ -57,11 +57,12 @@
 
 %build
 %configure --without-build-timestamp --docdir=%{_docdir}/%{name}
-# V=1 so post-build-checks can check if a file is compiled without optflags
-./drake %{?_smp_mflags} V=1
+# The included drake version segfaults in Factory and we don't provide a 
package
+# for it. So we use rake even if it doesn't support parallel builds.
+rake V=1
 
 %install
-./drake install DESTDIR=%{buildroot}
+rake install DESTDIR=%{buildroot}
 install -pm 0644 AUTHORS ChangeLog COPYING README 
%{buildroot}%{_docdir}/%{name}
 cp -a examples %{buildroot}%{_docdir}/%{name}
 # I guess this is the correct thing to do until bnc#737549 is fixed

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



commit mcelog for openSUSE:Factory

Hello community,

here is the log from the commit of package mcelog for openSUSE:Factory checked 
in at 2012-05-03 10:58:17

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


Package is "mcelog", Maintainer is "tr...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/mcelog/mcelog.changes2011-11-25 
10:12:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.mcelog.new/mcelog.changes   2012-05-03 
10:58:30.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 24 23:43:56 YEKT 2012 - avm-xan...@yandex.ru
+
+- Fixed description in init-file.
+
+---



Other differences:
--
++ mcelog.service ++
--- /var/tmp/diff_new_pack.0LZEBm/_old  2012-05-03 10:58:31.0 +0200
+++ /var/tmp/diff_new_pack.0LZEBm/_new  2012-05-03 10:58:31.0 +0200
@@ -27,7 +27,7 @@
 # Default-Stop:
 # Short-Description: Machine Check Architecture/Error (MCA/MCE) implementations
 # Description:Depending on the configuration, the mcelog service will log
-#HW initiated Machine Check Excpetions or also react on them intelligently
+#HW initiated Machine Check Exceptions or also react on them intelligently
 ### END INIT INFO
 
 . /etc/rc.status

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



commit linux-glibc-devel for openSUSE:Factory

Hello community,

here is the log from the commit of package linux-glibc-devel for 
openSUSE:Factory checked in at 2012-05-03 10:58:13

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


Package is "linux-glibc-devel", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/linux-glibc-devel/linux-glibc-devel.changes  
2012-03-20 12:04:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.linux-glibc-devel.new/linux-glibc-devel.changes 
2012-05-03 10:58:28.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 25 18:35:49 UTC 2012 - a...@suse.de
+
+- Fix typo: it's __NR_mq_getsetattr
+
+---

New:

  getsetattr.patch



Other differences:
--
++ linux-glibc-devel.spec ++
--- /var/tmp/diff_new_pack.Tcyimj/_old  2012-05-03 10:58:29.0 +0200
+++ /var/tmp/diff_new_pack.Tcyimj/_new  2012-05-03 10:58:29.0 +0200
@@ -38,6 +38,7 @@
 Source: %{name}-%{upstream_version}.tar.bz2
 Source1:install_all.sh
 Patch1: linux-glibc-devel.SuSE.SO_BSDCOMPAT.patch
+Patch2: getsetattr.patch
 
 %description
 This package provides Linux kernel headers, the kernel API description
@@ -51,6 +52,7 @@
 %prep
 %setup -q -n linux-glibc-devel-%{upstream_version}
 %patch1
+%patch2 -p1
 
 %build
 cat > version.h <<-BOGUS

++ getsetattr.patch ++
Index: linux-glibc-devel-3.3/usr/include/asm-x86/unistd_32.h
===
--- linux-glibc-devel-3.3.orig/usr/include/asm-x86/unistd_32.h
+++ linux-glibc-devel-3.3/usr/include/asm-x86/unistd_32.h
@@ -280,7 +280,7 @@
 #define __NR_mq_timedsend 279
 #define __NR_mq_timedreceive 280
 #define __NR_mq_notify 281
-#define __NR_mq_getsetaddr 282
+#define __NR_mq_getsetattr 282
 #define __NR_kexec_load 283
 #define __NR_waitid 284
 #define __NR_add_key 286
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libzypp for openSUSE:Factory

Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2012-05-03 10:58:06

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2012-04-23 
16:11:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2012-05-03 
10:58:26.0 +0200
@@ -1,0 +2,10 @@
+Wed Apr 25 18:50:20 CEST 2012 - m...@suse.de
+
+- Fix lost device info when mounting CD/DVD
+
+---
+Sun Apr 22 01:15:46 CEST 2012 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.Ug2nMd/_old  2012-05-03 10:58:27.0 +0200
+++ /var/tmp/diff_new_pack.Ug2nMd/_new  2012-05-03 10:58:27.0 +0200
@@ -54,7 +54,8 @@
 BuildRequires:  dejagnu
 BuildRequires:  doxygen
 %if 0%{?force_gcc_46}
-BuildRequires:  gcc-c++ = 4.6
+BuildRequires:  gcc46
+BuildRequires:  gcc46-c++
 %else
 BuildRequires:  gcc-c++ >= 4.6
 %endif

++ libzypp-11.4.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-11.4.0/libzypp.spec.cmake 
new/libzypp-11.4.0/libzypp.spec.cmake
--- old/libzypp-11.4.0/libzypp.spec.cmake   2012-04-20 12:25:15.0 
+0200
+++ new/libzypp-11.4.0/libzypp.spec.cmake   2012-04-26 10:36:57.0 
+0200
@@ -54,7 +54,8 @@
 BuildRequires:  dejagnu
 BuildRequires:  doxygen
 %if 0%{?force_gcc_46}
-BuildRequires:  gcc-c++ = 4.6
+BuildRequires:  gcc46
+BuildRequires:  gcc46-c++
 %else
 BuildRequires:  gcc-c++ >= 4.6
 %endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-11.4.0/package/libzypp.changes 
new/libzypp-11.4.0/package/libzypp.changes
--- old/libzypp-11.4.0/package/libzypp.changes  2012-04-20 12:25:15.0 
+0200
+++ new/libzypp-11.4.0/package/libzypp.changes  2012-04-26 10:36:57.0 
+0200
@@ -1,4 +1,14 @@
 ---
+Wed Apr 25 18:50:20 CEST 2012 - m...@suse.de
+
+- Fix lost device info when mounting CD/DVD
+
+---
+Sun Apr 22 01:15:46 CEST 2012 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
 Thu Apr 19 10:19:05 CEST 2012 - m...@suse.de
 
 - Always consider (block) devices passed as url option (bnc#755815)
Files old/libzypp-11.4.0/po/zypp-po.tar.bz2 and 
new/libzypp-11.4.0/po/zypp-po.tar.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-11.4.0/zypp/media/MediaCD.cc 
new/libzypp-11.4.0/zypp/media/MediaCD.cc
--- old/libzypp-11.4.0/zypp/media/MediaCD.cc2012-04-20 12:25:15.0 
+0200
+++ new/libzypp-11.4.0/zypp/media/MediaCD.cc2012-04-26 10:36:57.0 
+0200
@@ -453,6 +453,8 @@
   }
   DBG << "trying device " << dinfo << endl;
 
+  temp.maj_nr = dinfo.major();
+  temp.min_nr = dinfo.minor();
   MediaSourceRef media( new MediaSource(temp));
   AttachedMedia ret( findAttachedMedia( media));
 
@@ -540,9 +542,10 @@
 
   // wait for /etc/mtab update ...
   // (shouldn't be needed)
-  int limit = 5;
+  int limit = 2;
   while( !(mountsucceeded=isAttached()) && --limit)
   {
+   WAR << "Wait for /proc/mounts update and retry" << endl;
 sleep(1);
   }
 

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



commit libusb-compat for openSUSE:Factory

Hello community,

here is the log from the commit of package libusb-compat for openSUSE:Factory 
checked in at 2012-05-03 10:58:01

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


Package is "libusb-compat", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libusb-compat/libusb-compat.changes  
2012-04-12 09:38:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.libusb-compat.new/libusb-compat.changes 
2012-05-03 10:58:23.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr 26 20:30:02 CEST 2012 - sbra...@suse.cz
+
+- Update to version 0.1.4:
+  * Fix usb_*_write() prototypes.
+  * Fix usb_detach_kernel_driver_np() error mapping
+(libusb#42, bnc#683307).
+
+---

Old:

  libusb-compat-0.1.3.tar.bz2
  libusb-compat-usb_detach_kernel_driver_np-error.patch

New:

  libusb-compat-0.1.4.tar.bz2



Other differences:
--
++ libusb-compat.spec ++
--- /var/tmp/diff_new_pack.ifPsEP/_old  2012-05-03 10:58:24.0 +0200
+++ /var/tmp/diff_new_pack.ifPsEP/_new  2012-05-03 10:58:24.0 +0200
@@ -21,12 +21,10 @@
 Summary:libusb-1.0 Compatibility Layer for libusb-0.1
 License:BSD-3-Clause ; LGPL-2.1+
 Group:  System/Libraries
-Version:0.1.3
+Version:0.1.4
 Release:0
 Source: %{name}-%{version}.tar.bz2
-Source2:baselibs.conf
-# PATCH-FIX-UPSTREAM libusb-compat-usb_detach_kernel_driver_np-error.patch 
bnc683307 sbra...@suse.cz -- Properly emulate error codes of 
usb_detach_kernel_driver_np().
-Patch:  libusb-compat-usb_detach_kernel_driver_np-error.patch
+Source1:baselibs.conf
 BuildRequires:  libtool
 BuildRequires:  libusb-1_0-devel
 BuildRequires:  pkg-config
@@ -38,12 +36,6 @@
 work with libusb-1.0. libusb-compat-0.1 attempts to look, feel, smell
 and walk like libusb-0.1.
 
-
-
-Authors:
-
-Daniel Drake 
-
 %package -n libusb-0_1-4
 # A better version than 0.1.12 provided by libusb-0_1:
 Version:0.1.13
@@ -56,20 +48,12 @@
 # This symbol is also required by several third party packages!
 Provides:   libusb = 0.1.13
 Obsoletes:  libusb < 0.1.13
-# SuSE specific non-conflicting version: openSUSE == 11.1:
-Obsoletes:  libusb-0_1-5
 
 %description -n libusb-0_1-4
 A compatibility layer allowing applications written for libusb-0.1 to
 work with libusb-1.0. libusb-compat-0.1 attempts to look, feel, smell
 and walk like libusb-0.1.
 
-
-
-Authors:
-
-Daniel Drake 
-
 %package devel
 Summary:libusb-1.0 Compatibility Layer for libusb-0.1
 Group:  Development/Libraries/C and C++
@@ -87,19 +71,12 @@
 work with libusb-1.0. libusb-compat-0.1 attempts to look, feel, smell
 and walk like libusb-0.1.
 
-
-
-Authors:
-
-Daniel Drake 
-
 %prep
 %setup -q
-%patch -p1
 
 %build
 %if %suse_version > 1100
-autoreconf -f -i
+mkdir m4 ; autoreconf -f -i
 %endif
 %configure\
--with-pic\

++ libusb-compat-0.1.3.tar.bz2 -> libusb-compat-0.1.4.tar.bz2 ++
 33170 lines of diff (skipped)

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



commit lensfun for openSUSE:Factory

Hello community,

here is the log from the commit of package lensfun for openSUSE:Factory checked 
in at 2012-05-03 10:57:56

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


Package is "lensfun", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/lensfun/lensfun.changes  2011-12-21 
10:00:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.lensfun.new/lensfun.changes 2012-05-03 
10:58:21.0 +0200
@@ -1,0 +2,10 @@
+Wed Apr 25 07:43:04 UTC 2012 - adr...@suse.de
+
+- update lens data for Sony, Olympus and Pentax
+
+---
+Thu Apr 19 11:21:27 UTC 2012 - dmuel...@suse.com
+
+- fix build for older distros
+
+---



Other differences:
--
++ lensfun.spec ++
--- /var/tmp/diff_new_pack.FNb5xt/_old  2012-05-03 10:58:23.0 +0200
+++ /var/tmp/diff_new_pack.FNb5xt/_new  2012-05-03 10:58:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lensfun
 #
-# 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
@@ -35,9 +35,9 @@
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  libpng-devel
-BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  python
 BuildRequires:  zlib
+BuildRequires:  pkgconfig(glib-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -61,7 +61,9 @@
 Summary:Data files for %{name}/%{name}-devel
 Group:  System/Libraries
 Requires:   lib%{name}%{sonum} = %{version}
+%if %suse_version > 1130
 BuildArch:  noarch
+%endif
 
 %description data
 The goal of the lensfun library is to provide a open source database

++ lens_database_update.diff ++
 1110 lines (skipped)
 between /work/SRC/openSUSE:Factory/lensfun/lens_database_update.diff
 and /work/SRC/openSUSE:Factory/.lensfun.new/lens_database_update.diff

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



commit kvm for openSUSE:Factory

Hello community,

here is the log from the commit of package kvm for openSUSE:Factory checked in 
at 2012-05-03 10:57:49

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kvm/kvm.changes  2012-01-25 10:37:43.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kvm.new/kvm.changes 2012-05-03 
10:58:16.0 +0200
@@ -1,0 +2,20 @@
+Mon Apr 23 22:10:09 UTC 2012 - brog...@suse.com
+
+- Update to qemu-kvm v1.0.1
+  - see http://wiki.qemu.org/ChangeLog/1.0 for details
+
+- Update SeaBIOS to v1.7.0, which includes the following:
+  - Many enhancements to VGA BIOS code - it should now be feature
+complete with LGPL vgabios
+  - Support for virtio-scsi
+  - Improved USB drive (usb-msc) support
+  - Several USB controller bug fixes and improvements
+  - Runtime ACPI AML PCI hotplug construction
+  - Support for running on i386 and i486 CPUs
+  - Enhancements to PCI init when running on emulators
+  - Several bug fixes
+
+- Update to iPXE v1.0.0
+  - many misc fixes
+
+---

Old:

  ipxe-git-aaf7a35.tar.bz2
  kvm-qemu-preXX-e1000-check-for-overflow-whenever-issuing-PCI-dma-reads.patch
  qemu-kvm-1.0.tar.bz2
  seabios-1.6.3.tar.bz2

New:

  ipxe-1.0.0.tar.bz2
  kvm-qemu-avoid-zero-length-memset.patch
  qemu-kvm-1.0.1.tar.bz2
  seabios-1.7.0.tar.bz2



Other differences:
--
++ kvm.spec ++
--- /var/tmp/diff_new_pack.MMog4J/_old  2012-05-03 10:58:18.0 +0200
+++ /var/tmp/diff_new_pack.MMog4J/_new  2012-05-03 10:58:18.0 +0200
@@ -19,10 +19,10 @@
 
 %bcond_without spice
 
-%define package_true_version 1.0
-%define package_base_version 1.0
-%define bios_id seabios-1.6.3
-%define pxe_rom_id ipxe-git-aaf7a35
+%define package_true_version 1.0.1
+%define package_base_version 1.0.1
+%define bios_id seabios-1.7.0
+%define pxe_rom_id ipxe-1.0.0
 %define vgabios_id vgabios-0.6c
 # sgabios comes from: http://sgabios.googlecode.com/svn/trunk, Rev 8
 %define sgabios_id sgabios
@@ -89,8 +89,8 @@
 %endif
 BuildRequires:  pwdutils
 Requires:   pwdutils
-Requires:   virt-utils
 Requires:   python-curses
+Requires:   virt-utils
 %if 0%{?suse_version} < 1110
 Requires:   kvm-kmp
 %endif
@@ -127,6 +127,7 @@
 Patch61:kvm-qemu-default-memsize.patch
 Patch62:kvm-qemu-user-space-tool-name.patch
 Patch63:kvm-qemu-madvise-DONTFORK-for-tight-memory-migration.patch
+Patch64:kvm-qemu-avoid-zero-length-memset.patch
 
 # Post-release upstream patches
 Patch100:   kvm-qemu-preXX-dictzip1.patch
@@ -136,7 +137,6 @@
 Patch104:   kvm-qemu-madvise-hugepages.patch
 Patch105:   kvm-qemu-preXX-dictzip3.patch
 Patch106:   
kvm-qemu-preXX-g_thread_init-users-don-t-call-it-if-glib-2.31.patch
-Patch107:   
kvm-qemu-preXX-e1000-check-for-overflow-whenever-issuing-PCI-dma-reads.patch
 
 Patch150:   qemu-kvm-common-code-fixes-for-s390-build.patch
 
@@ -222,6 +222,7 @@
 %patch61 -p1
 %patch62 -p1
 %patch63 -p1
+%patch64 -p1
 
 # Post-release patches
 %patch100 -p1
@@ -231,7 +232,6 @@
 %patch104 -p1
 %patch105 -p1
 %patch106 -p1
-%patch107 -p1
 
 %patch150 -p1
 
@@ -329,6 +329,7 @@
 # Firmware
 %ifarch %ix86 x86_64
 %if %{build_fw_from_source}
+echo "%{bios_id}" > roms/seabios/.version
 make -C roms/seabios %{?jobs:-j%jobs}
 cp roms/seabios/out/bios.bin pc-bios/bios.bin
 
@@ -343,6 +344,7 @@
 cp roms/vgabios/VGABIOS-lgpl-latest.vmware.bin pc-bios/vgabios-vmware.bin
 cp roms/vgabios/VGABIOS-lgpl-latest.qxl.bin pc-bios/vgabios-qxl.bin
 cd ../%{pxe_rom_id}/src
+make NO_WERROR=1 bin/blib.a %{?jobs:-j%jobs}
 make bin/8086100e.rom %{?jobs:-j%jobs}
 make bin/10222000.rom %{?jobs:-j%jobs}
 make bin/10500940.rom %{?jobs:-j%jobs}

++ ipxe-git-aaf7a35.tar.bz2 -> ipxe-1.0.0.tar.bz2 ++
 340422 lines of diff (skipped)

++ kvm-qemu-avoid-zero-length-memset.patch ++
Index: qemu-kvm-1.0.1/slirp/misc.c
===
--- qemu-kvm-1.0.1.orig/slirp/misc.c
+++ qemu-kvm-1.0.1/slirp/misc.c
@@ -398,7 +398,8 @@ void slirp_connection_info(Slirp *slirp,
 dst_addr = so->so_faddr;
 dst_port = so->so_fport;
 }
-memset(&buf[n], ' ', 19 - n);
+if (n < 19)
+memset(&buf[n], ' ', 19 - n);
 buf[19] = 0;
 monitor_printf(mon, "%s %3d %15s %5d ", buf, so->s,
src.sin_addr.s_addr ? inet_ntoa(src.sin_addr) : "*",
++ qemu-kvm-1.0.tar.bz2 -> qemu-kvm-1.0.1.tar.bz2 ++
 2197 lines of diff (skipped)

++ seabios-1.6.3.tar.bz2 -> seabios-1.7.0.tar.bz2 ++
 23283 lines of di

commit kturtle for openSUSE:Factory

Hello community,

here is the log from the commit of package kturtle for openSUSE:Factory checked 
in at 2012-05-03 10:57:44

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


Package is "kturtle", Maintainer is "adr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/kturtle/kturtle.changes  2012-04-12 
09:36:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.kturtle.new/kturtle.changes 2012-05-03 
10:57:49.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 17 08:39:57 UTC 2012 - dmuel...@suse.com
+
+- reduce buildrequires
+
+---



Other differences:
--
++ kturtle.spec ++
--- /var/tmp/diff_new_pack.GnUEfA/_old  2012-05-03 10:57:50.0 +0200
+++ /var/tmp/diff_new_pack.GnUEfA/_new  2012-05-03 10:57:50.0 +0200
@@ -21,26 +21,14 @@
 BuildRequires:  freeglut-devel
 BuildRequires:  gsl-devel
 BuildRequires:  kdebase4-workspace-devel
-BuildRequires:  libcfitsio-devel
 BuildRequires:  libeigen2-devel
 BuildRequires:  libgmm++-devel
-BuildRequires:  libindi-devel
 BuildRequires:  libkdeedu4-devel
 BuildRequires:  libopenbabel-devel
 BuildRequires:  libqalculate-devel
 BuildRequires:  libspectre-devel
-BuildRequires:  python-qt4-devel
 BuildRequires:  readline-devel
 BuildRequires:  xz
-%if 0%{?sles_version} == 0
-BuildRequires:  glew-devel
-BuildRequires:  python
-BuildRequires:  python-devel
-%if 0%{?suse_version} > 1120
-BuildRequires:  avogadro-devel
-%endif
-%py_requires 
-%endif
 
 # currently in DOESNOTBUILD (2008-07-03)
 %ifnarch ppc ppc64 s390 s390x


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



commit kile for openSUSE:Factory

Hello community,

here is the log from the commit of package kile for openSUSE:Factory checked in 
at 2012-05-03 10:57:40

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


Package is "kile", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/kile/kile.changes2012-01-30 
12:25:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.kile.new/kile.changes   2012-05-03 
10:57:44.0 +0200
@@ -1,0 +2,18 @@
+Thu Apr 26 17:51:54 UTC 2012 - ctri...@opensuse.org
+
+- Update to 2.1.2
+  * Correctly convert special characters that were typed with caps
+lock enabled into LaTeX. This fix works from KDE 4.3 upwards. 
+(kde#296123)
+  * Use 'utf8' instead of 'utf8x' as default encoding (in document
+templates). It should be sufficient in most cases and it is 
+installed by default in LaTeX distributions.
+  * Correctly insert '\c{c}' for the cedilla character (kde#296006,
+kde#289529)
+  * Use the correct name for some icons. In this way, they can be
+used even if the current icon theme is not Oxygen.
+(Patch by Pino Toscano)
+  * Correctly restore VI input mode key settings (kde#293262)
+  * Update 'biblatex.cwl'. Thanks to Denis Bitouzé!
+
+---

Old:

  kile-2.1.1.tar.bz2

New:

  kile-2.1.2.tar.bz2



Other differences:
--
++ kile.spec ++
--- /var/tmp/diff_new_pack.gXR0zW/_old  2012-05-03 10:57:45.0 +0200
+++ /var/tmp/diff_new_pack.gXR0zW/_new  2012-05-03 10:57:45.0 +0200
@@ -17,9 +17,8 @@
 #
 
 
-
 Name:   kile
-Version:2.1.1
+Version:2.1.2
 Release:0
 Summary:A LaTeX Source Editor and TeX Shell
 License:GPL-2.0+

++ kile-2.1.1.tar.bz2 -> kile-2.1.2.tar.bz2 ++
 591673 lines of diff (skipped)

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



commit kdemultimedia4 for openSUSE:Factory

Hello community,

here is the log from the commit of package kdemultimedia4 for openSUSE:Factory 
checked in at 2012-05-03 10:57:35

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


Package is "kdemultimedia4", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/kdemultimedia4/kdemultimedia4.changes
2012-04-12 09:32:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdemultimedia4.new/kdemultimedia4.changes   
2012-05-03 10:57:41.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 19 09:53:08 UTC 2012 - dmuel...@suse.com
+
+- fix buildrequires
+
+---



Other differences:
--
++ kdemultimedia4.spec ++
--- /var/tmp/diff_new_pack.9cS7Dt/_old  2012-05-03 10:57:43.0 +0200
+++ /var/tmp/diff_new_pack.9cS7Dt/_new  2012-05-03 10:57:43.0 +0200
@@ -33,11 +33,11 @@
 BuildRequires:  libmusicbrainz3-devel
 BuildRequires:  libpulse-devel
 BuildRequires:  libsamplerate-devel
+BuildRequires:  libtag-devel
 BuildRequires:  libtheora-devel
 BuildRequires:  libtunepimp-devel
 BuildRequires:  libvorbis-devel
 BuildRequires:  speex-devel
-BuildRequires:  taglib-devel
 BuildRequires:  xine-devel
 BuildRequires:  xine-lib
 BuildRequires:  xz


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



commit kde3-knemo for openSUSE:Factory

Hello community,

here is the log from the commit of package kde3-knemo for openSUSE:Factory 
checked in at 2012-05-03 10:57:31

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


Package is "kde3-knemo", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/kde3-knemo/kde3-knemo.changes2011-09-23 
02:05:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde3-knemo.new/kde3-knemo.changes   
2012-05-03 10:57:40.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 24 13:30:00 UTC 2012 - an...@opensuse.org
+
+- use sys backend by default instead of nettools
+
+---

New:

  knemod.sys-def.diff



Other differences:
--
++ kde3-knemo.spec ++
--- /var/tmp/diff_new_pack.23xI1k/_old  2012-05-03 10:57:41.0 +0200
+++ /var/tmp/diff_new_pack.23xI1k/_new  2012-05-03 10:57:41.0 +0200
@@ -12,9 +12,6 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
-
-# norootforbuild
 
 %define_prefix /opt/kde3
 
@@ -30,6 +27,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-build
 
 Source0:   12956-knemo-%{version}.tar.bz2
+Patch0: knemod.sys-def.diff
 
 BuildRequires: bzip2 kdelibs3-devel wireless-tools libjpeg-devel 
update-desktop-files
 
@@ -40,13 +38,9 @@
 KNemo offers a network monitor similar to the one found in Windows. For every 
network interface
 it displays an icon in the systray.
 
-
-Authors:
-
-Percy Leonhardt
-
 %prep
 %setup -q -n knemo-%{version}
+%patch0 -p1
 
 %build
 . /etc/opt/kde3/common_options
@@ -54,7 +48,6 @@
 
 make %{?jobs:-j%jobs}
 
-
 %install
 %makeinstall
 
@@ -71,10 +64,6 @@
 %find_lang kcm_knemo knemo.lang
 %find_lang knemod knemo.lang
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files -f knemo.lang
 %defattr(-,root,root)
 %{_libdir}/kde3/kcm_knemo.la

++ knemod.sys-def.diff ++
diff -uNr knemo.orig/src/kcm/configdialog.cpp knemo/src/kcm/configdialog.cpp
--- knemo.orig/src/kcm/configdialog.cpp 2012-04-14 02:14:14.0 -0500
+++ knemo/src/kcm/configdialog.cpp  2012-04-17 23:38:44.627171353 -0500
@@ -69,11 +69,11 @@
 : KCModule( KNemoFactory::instance(), parent, name ),
   mLock( false ),
   mDlg( new ConfigDlg( this ) ),
-  mColorVLines( 0x04FB1D ),
-  mColorHLines( 0x04FB1D ),
-  mColorIncoming( 0x1889FF ),
+  mColorVLines( 0x101726 ),
+  mColorHLines( 0x30394C ),
+  mColorIncoming( 0x556FFF ),
   mColorOutgoing( 0xFF7F08 ),
-  mColorBackground( 0x313031 )
+  mColorBackground( 0x090D14 )
 {
 KGlobal::locale()->insertCatalogue("kcm_knemo");
 setupToolTipArray();
@@ -268,8 +268,9 @@
 mToolTipContent = config->readNumEntry( "ToolTipContent", 2 );
 
 // select the backend from the config file
+// set default backend to Sys (kernels >= 2.6)
 bool foundBackend = false;
-QString backend = config->readEntry( "Backend", "Nettools" );
+QString backend = config->readEntry( "Backend", "Sys" );
 int i;
 for ( i = 0; KCMRegistry[i].name != QString::null; i++ )
 {
@@ -282,7 +283,8 @@
 
 if ( !foundBackend )
 {
-i = 0; // use the first backend (Nettools)
+i = 1; // use the second backend ('Sys' as default kernel >=2.6 )
+
 }
 mDlg->comboBoxBackends->setCurrentItem( i );
 mDlg->textLabelBackendDescription->setText( KCMRegistry[i].description );
@@ -494,8 +496,8 @@
 mDlg->numInputPollInterval->setValue( 1 );
 mDlg->numInputSaveInterval->setValue( 60 );
 mDlg->lineEditStatisticsDir->setText( KGlobal::dirs()->saveLocation( 
"data", "knemo/" ) );
-mDlg->comboBoxBackends->setCurrentItem( 0 );
-mDlg->textLabelBackendDescription->setText( KCMRegistry[0].description );
+mDlg->comboBoxBackends->setCurrentItem( 1 );
+mDlg->textLabelBackendDescription->setText( KCMRegistry[1].description );
 
 // Default tool tips
 mToolTipContent = 2;
diff -uNr knemo.orig/src/knemod/knemodaemon.cpp knemo/src/knemod/knemodaemon.cpp
--- knemo.orig/src/knemod/knemodaemon.cpp   2012-02-08 18:04:27.0 
-0600
+++ knemo/src/knemod/knemodaemon.cpp2012-04-18 00:01:59.532147406 -0500
@@ -44,11 +44,11 @@
 
 KNemoDaemon::KNemoDaemon( const QCString& name )
 : KDEDModule( name ),
-  mColorVLines( 0x04FB1D ),
-  mColorHLines( 0x04FB1D ),
-  mColorIncoming( 0x1889FF ),
+  mColorVLines( 0x101726 ),
+  mColorHLines( 0x30394C ),
+  mColorIncoming( 0x556FFF ),
   mColorOutgoing( 0xFF7F08 ),
-  mColorBackground( 0x313031 ),
+  mColorBackground( 0x090D14 ),
   mInstance( new KIns

commit kaffeine for openSUSE:Factory

Hello community,

here is the log from the commit of package kaffeine for openSUSE:Factory 
checked in at 2012-05-03 10:57:26

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


Package is "kaffeine", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/kaffeine/kaffeine.changes2012-04-19 
08:49:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.kaffeine.new/kaffeine.changes   2012-05-03 
10:57:38.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 19 09:46:10 UTC 2012 - dmuel...@suse.com
+
+- provide/obsolete kaffeine-lang
+
+---



Other differences:
--
++ kaffeine.spec ++
--- /var/tmp/diff_new_pack.8YnNxc/_old  2012-05-03 10:57:40.0 +0200
+++ /var/tmp/diff_new_pack.8YnNxc/_new  2012-05-03 10:57:40.0 +0200
@@ -52,6 +52,8 @@
 BuildRequires:  update-desktop-files
 %endif
 Requires:   libqt4-sql-sqlite
+Provides:   kaffeine-lang = %version
+Obsoletes:  kaffeine-lang < %version
 %kde4_runtime_requires
 
 %description

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



commit jhbuild for openSUSE:Factory

Hello community,

here is the log from the commit of package jhbuild for openSUSE:Factory checked 
in at 2012-05-03 10:57:18

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


Package is "jhbuild", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/jhbuild/jhbuild.changes  2011-10-13 
12:30:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.jhbuild.new/jhbuild.changes 2012-05-03 
10:57:37.0 +0200
@@ -1,0 +2,29 @@
+Wed Apr 18 21:18:37 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.4.0:
+  + Use parallel make by default.
+  + Remove arch support.
+  + Use new documentation infrastructure.
+  + Many updates to modulesets.
+  + Bugs fixed: bgo#634985, bgo#650533, bgo#654555, bgo#654686,
+bgo#654872, bgo#655164, bgo#655688, bgo#656399, bgo#656789,
+bgo#658601, bgo#660939, bgo#661010, bgo#661367, bgo#661412,
+bgo#661533, bgo#661641, bgo#661848, bgo#662392, bgo#662928,
+bgo#663003, bgo#663189, bgo#663255, bgo#663839, bgo#664154,
+bgo#664230, bgo#664231, bgo#664304, bgo#664796, bgo#665030,
+bgo#665499, bgo#666425, bgo#666546, bgo#666577, bgo#668107,
+bgo#668368, bgo#668434, bgo#668879, bgo#669205, bgo#669437,
+bgo#669475, bgo#669589, bgo#669658, bgo#669750, bgo#669953,
+bgo#669956, bgo#670094, bgo#670123, bgo#670127, bgo#670154,
+bgo#670343, bgo#670349, bgo#670533, bgo#670625, bgo#670698,
+bgo#670774, bgo#670799, bgo#670801, bgo#670917, bgo#670940,
+bgo#670943, bgo#670993, bgo#671162, bgo#671217, bgo#671226,
+bgo#671353, bgo#671365, bgo#671460, bgo#671634, bgo#671697,
+bgo#671700, bgo#671789, bgo#671891, bgo#672172, bgo#672206,
+bgo#672266, bgo#672634, bgo#673950, bgo#673957, bgo#673994,
+bgo#673999, bgo#674007.
+  + Updated translations.
+- Replace gnome-doc-utils-devel with yelp-tools-devel, following
+  upstream change.
+
+---

Old:

  jhbuild-3.2.1.tar.bz2

New:

  jhbuild-3.4.0.tar.xz



Other differences:
--
++ jhbuild.spec ++
--- /var/tmp/diff_new_pack.W4zcor/_old  2012-05-03 10:57:38.0 +0200
+++ /var/tmp/diff_new_pack.W4zcor/_new  2012-05-03 10:57:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jhbuild
 #
-# 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,24 +16,23 @@
 #
 
 
-
 Name:   jhbuild
+Version:3.4.0
+Release:0
+Summary:Tool to build GNOME
 License:GPL-2.0+
 Group:  Development/Tools/Building
-Version:3.2.1
-Release:1
-Summary:Tool to build GNOME
 Url:http://live.gnome.org/Jhbuild
-Source0:
http://download.gnome.org/sources/jhbuild/3.2/%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/jhbuild/3.4/%{name}-%{version}.tar.xz
 Source1:README.deps
 Source2:sample.jhbuildrc
 BuildRequires:  fdupes
-BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
 BuildRequires:  pkg-config
 BuildRequires:  python
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+BuildRequires:  yelp-tools
 Requires:   python-gtk
 Recommends: git-core
 Recommends: subversion
@@ -52,7 +51,6 @@
 
 %package recommended-deps
 Summary:Recommended dependencies to use jhbuild
-License:GPL-2.0+
 Group:  Development/Tools/Building
 Requires:   %{name} = %{version}
 # Note: the order is order in jhbuild moduleset files

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



commit i4l-base for openSUSE:Factory

Hello community,

here is the log from the commit of package i4l-base for openSUSE:Factory 
checked in at 2012-05-03 10:57:12

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


Package is "i4l-base", Maintainer is "kk...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/i4l-base/i4l-base.changes2011-10-16 
12:50:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.i4l-base.new/i4l-base.changes   2012-05-03 
10:57:14.0 +0200
@@ -1,0 +2,22 @@
+Sat Mar 10 08:05:07 UTC 2012 - jeng...@medozas.de
+
+- Employ shlib policy for libcapi20.so
+- Remove .la files in standard directories
+
+---
+Wed Feb  8 15:54:49 UTC 2012 - dlova...@suse.com
+
+- fixed bnc#743146 - added -fPIE/-pie/-fPIC flags to compilation and linking 
of isdnctrl and vboxbeep
+
+---
+Tue Jan  3 20:31:14 UTC 2012 - jeng...@medozas.de
+
+- Use desired interpreter properly in %post
+- Remove redundant sections
+
+---
+Thu Dec 22 12:19:33 CET 2011 - dmuel...@suse.de
+
+- fix build on arm (fix va_list usage)
+
+---

New:

  arm-fix-va_arg-usage.diff
  isdnctrl-pie.patch
  vboxbeep-pie.patch



Other differences:
--
++ i4l-base.spec ++
--- /var/tmp/diff_new_pack.m424rF/_old  2012-05-03 10:57:16.0 +0200
+++ /var/tmp/diff_new_pack.m424rF/_new  2012-05-03 10:57:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package i4l-base
 #
-# 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,22 +15,35 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   i4l-base
-BuildRequires:  atk-devel cairo-devel freetype2-devel gcc-c++ glib2-devel 
gtk2-devel intltool libpcap-devel libpng-devel
-BuildRequires:  libsndfile-devel ncurses-devel openssl-devel ppp-devel 
sgmltool tcl-devel tk-devel xorg-x11 xorg-x11-devel
+BuildRequires:  atk-devel
+BuildRequires:  cairo-devel
+BuildRequires:  freetype2-devel
+BuildRequires:  gcc-c++
+BuildRequires:  glib2-devel
+BuildRequires:  gtk2-devel
+BuildRequires:  intltool
+BuildRequires:  libpcap-devel
+BuildRequires:  libpng-devel
+BuildRequires:  libsndfile-devel
 BuildRequires:  libtool
+BuildRequires:  ncurses-devel
+BuildRequires:  openssl-devel
+BuildRequires:  ppp-devel
+BuildRequires:  sgmltool
+BuildRequires:  tcl-devel
+BuildRequires:  tk-devel
+BuildRequires:  xorg-x11
+BuildRequires:  xorg-x11-devel
 Url:http://www.isdn4linux.de
-License:GPLv2+ ; LGPLv2.1+
-Group:  Hardware/ISDN
 Provides:   i4l
-AutoReqProv:on
 Obsoletes:  i4l
 Version:2011.8.29
-Release:1
+Release:0
 Summary:ISDN for Linux Basic Utilities
+License:GPL-2.0+ ; LGPL-2.1+
+Group:  Hardware/ISDN
 Source: isdn4k-utils.v3.13.tar.bz2
 Source1:i4l_suse.tar.bz2
 Source2:firmware.tar.bz2
@@ -40,12 +53,15 @@
 Source6:baselibs.conf
 Patch:  isdn4k-utils.dif
 Patch1: capi20_fixes.diff
+Patch4: arm-fix-va_arg-usage.diff
 Patch11:i4l_suse.diff
 Patch12:i4l_suse-sleep.diff
 Patch31:divactrl_2.1-gcc.diff
 Patch32:divactrl_2.1-fix.diff
 Patch33:divactrl_2.1-dprintf.diff
 #Patch10:  i4l_suse-auto.diff
+Patch34:vboxbeep-pie.patch
+Patch35:isdnctrl-pie.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: /bin/cat fileutils %fillup_prereq
 PreReq: permissions
@@ -62,12 +78,9 @@
 connections are also included.
 
 %package -n ppp-userpass
-License:GPLv2+ ; LGPLv2.1+
-Version:2011.8.29
-Release:1
 Summary:Password plugin for pppd
+License:GPL-2.0+ ; LGPL-2.1+
 Group:  Productivity/Networking/PPP
-AutoReqProv:on
 Requires:   ppp = %ppp_version
 
 %description -n ppp-userpass
@@ -76,16 +89,29 @@
 chap-secrets files. It is particularly useful to define ppp connections
 in a single pppd options file under /etc/ppp/peers .
 
+%package -n libcapi20-2
+Summary:CAPI 2.0 library
+License:LGPL-2.1+
+Group:  System/Libraires
+
+%description -n libcapi20-2
+This package contains the CAPI 2.0 runtime library files.
+
+%package -n libcapi20-3
+Summary:CAPI 2.0 library
+License:LGPL-2.1

commit hplip for openSUSE:Factory

Hello community,

here is the log from the commit of package hplip for openSUSE:Factory checked 
in at 2012-05-03 10:57:07

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


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

Changes:

--- /work/SRC/openSUSE:Factory/hplip/hplip.changes  2012-04-23 
16:11:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.hplip.new/hplip.changes 2012-05-03 
10:57:09.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 24 13:51:03 CEST 2012 - jsm...@suse.de
+
+-  hplip.SuSEfirewall2 is no longer provided
+   (see SUSE Bugzilla bnc#757354 comment #10).
+
+---

Old:

  hplip.SuSEfirewall2



Other differences:
--
++ hplip.spec ++
--- /var/tmp/diff_new_pack.CzFX65/_old  2012-05-03 10:57:10.0 +0200
+++ /var/tmp/diff_new_pack.CzFX65/_new  2012-05-03 10:57:10.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   hplip
 # BuildRequires foomatic-filters to avoid /usr/lib/rpm/brp-symlink ERROR:
 # link target doesn't exist (neither in build root nor in installed system):
@@ -89,8 +88,9 @@
 # Source105 hplip.SuSEfirewall2 provides support
 # to open UDP ports 5353(mdns) and 427(svrloc) for mDNS support
 # according to the init-suse-firewall in the tar ball
-# (compare also Novell/Suse Bugzilla bnc#498429):
-Source105:  hplip.SuSEfirewall2
+# (compare also Novell/Suse Bugzilla bnc#498429)
+# hplip.SuSEfirewall2 is no longer provided
+# see https://bugzilla.novell.com/show_bug.cgi?id=757354#c10
 # Source106 is a wrapper for hp-systray which tests via "lpstat"
 # whether or not a 'hp:/...' print queue exists and exits otherwise,
 # see https://bugzilla.novell.com/show_bug.cgi?id=649280
@@ -470,10 +470,6 @@
 # Install the man page for /usr/bin/hpijs:
 install -d %{buildroot}%{_mandir}/man1
 install -m 644 %{SOURCE102} %{buildroot}%{_mandir}/man1/
-# Source105 hplip.SuSEfirewall2 provides support
-# to open UDP ports 5353(mdns) and 427(svrloc) for mDNS support:
-install -d %{buildroot}/etc/sysconfig/SuSEfirewall2.d/services/
-install -m 644 %{SOURCE105} 
%{buildroot}/etc/sysconfig/SuSEfirewall2.d/services/hplip
 # Begin "Desktop autostart notification tray stuff":
 # Install the wrapper for hp-systray:
 install -m 755 %{SOURCE106} %{buildroot}%{_bindir}/hp-systray.wrapper
@@ -554,7 +550,6 @@
 %files
 %defattr(-, root, root)
 %config %{_sysconfdir}/xdg/autostart/hplip-systray.desktop
-%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/hplip
 %dir %{_sysconfdir}/udev
 %dir %{_sysconfdir}/udev/rules.d
 %config %{_sysconfdir}/udev/rules.d/55-hpmud.rules


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



commit hawk for openSUSE:Factory

Hello community,

here is the log from the commit of package hawk for openSUSE:Factory checked in 
at 2012-05-03 10:57:02

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


Package is "hawk", Maintainer is "tser...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/hawk/hawk.changes2012-02-24 
12:05:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.hawk.new/hawk.changes   2012-05-03 
10:57:04.0 +0200
@@ -1,0 +2,38 @@
+Thu Mar 29 07:46:46 UTC 2012 - l...@novell.com
+
+- Requite appropriate version of pacemaker package for ticket support
+  (bnc#752242, bnc#752241)
+
+---
+Tue Mar 27 08:58:52 UTC 2012 - tser...@suse.com
+
+- GUI: summary_view, simulator: Support standby/activate tickets (bnc#752242)
+- GUI: simulator: Sort ticket names in inject dialog
+- Misc: Cib model: Look for ticket state in "/cib/status/tickets/ticket_state"
+- Build: Bump spec file version to 0.5.2
+- Upstream version cs:aca681a3c2fb
+
+---
+Fri Mar 16 04:31:20 UTC 2012 - tser...@suse.com
+
+- GUI: summary_view: show last granted time for tickets
+- GUI: summary_view: Allow viewing details of all tickets, nodes,
+  resources simultaneously
+- GUI: summary_view: Right align item counts
+- GUI: simulator: Support granting/revoking tickets
+- GUI: Constraints: Add arrows to ticket constraint display, show
+  loss policy in constraint list
+- Misc: Cib model: Pick up tickets from rsc_ticket constraints in
+  addition to status section
+- Upstream version cs:d1abac6f90da
+
+---
+Mon Mar  5 08:32:33 UTC 2012 - tser...@suse.com
+
+- GUI: summary_view: Show ticket status
+- GUI: Add ability to configure ticket constraints
+- Misc: Cib model: Skip pending monitor ops
+- Misc: Update copyright date in footer
+- Upstream version cs:3eff1782dc83
+
+---

Old:

  hawk-0.5.1.tar.bz2

New:

  hawk-0.5.2.tar.bz2



Other differences:
--
++ hawk.spec ++
--- /var/tmp/diff_new_pack.yvCyQX/_old  2012-05-03 10:57:06.0 +0200
+++ /var/tmp/diff_new_pack.yvCyQX/_new  2012-05-03 10:57:06.0 +0200
@@ -28,7 +28,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  Productivity/Clustering/HA
-Version:0.5.1
+Version:0.5.2
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
@@ -40,11 +40,15 @@
 %define__find_requires /bin/sh %{SOURCE1}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   hawk-templates >= %{version}-%{release}
+%if 0%{?suse_version}
+Requires:   pacemaker-ticket-support >= 2.0
+%else
 Requires:   pacemaker
-Requires:   ruby
-Requires:   lighttpd >= 1.4.20
+%endif
 Requires:   graphviz
 Requires:   graphviz-gd
+Requires:   lighttpd >= 1.4.20
+Requires:   ruby
 Recommends: graphviz-gnome
 BuildRequires:  glib2-devel
 BuildRequires:  libxml2-devel
@@ -53,10 +57,10 @@
 BuildRequires:  rubygem-rake
 BuildRequires:  rubygems
 PreReq: permissions
-BuildRequires:  ruby-fcgi
 BuildRequires:  fdupes
-BuildRequires:  rubygem-rails-2_3
 BuildRequires:  libpacemaker-devel
+BuildRequires:  ruby-fcgi
+BuildRequires:  rubygem-rails-2_3
 # Temporary, prevents confusion between rubygem-rack and rubygem-rack-1_3
 BuildRequires:  rubygem-rack < 1.3
 # Require startproc respecting -p, bnc#559534#c44

++ hawk-0.5.1.tar.bz2 -> hawk-0.5.2.tar.bz2 ++
 1640 lines of diff (skipped)

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



commit gupnp-av for openSUSE:Factory

Hello community,

here is the log from the commit of package gupnp-av for openSUSE:Factory 
checked in at 2012-05-03 10:56:57

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gupnp-av/gupnp-av.changes2012-01-09 
15:17:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.gupnp-av.new/gupnp-av.changes   2012-05-03 
10:56:59.0 +0200
@@ -1,0 +2,15 @@
+Mon Apr 23 11:38:21 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.10.2:
+  + Update Autotools integration.
+  + Several fixes from static code analysis.
+  + Fix an endless loop on really large {Source,Sink}ProtocolInfo
+strings.
+  + Fix a crash in gupnp_didl_lite_contributor_get_name.
+  + Fix documentation for gupnp_didl_lite_object_get_parent_id.
+  + Fix a memory leak in resolution parsing.
+  + Allow OP, CI and PS params without DLNA profile.
+  + Bugs fixed: bgo#653894, bgo#671246, bgo#674319, bgo#674324,
+bgo#674325.
+
+---

Old:

  gupnp-av-0.10.1.tar.bz2

New:

  gupnp-av-0.10.2.tar.xz



Other differences:
--
++ gupnp-av.spec ++
--- /var/tmp/diff_new_pack.BghEjF/_old  2012-05-03 10:57:00.0 +0200
+++ /var/tmp/diff_new_pack.BghEjF/_new  2012-05-03 10:57:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gupnp-av
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,14 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gupnp-av
-Version:0.10.1
+Version:0.10.2
 Release:0
 Summary:Library to ease the handling and implementation of UPnP A/V 
profiles
 License:LGPL-2.0+
 Group:  Development/Libraries/C and C++
 Url:http://www.gupnp.org/
-Source: 
http://download.gnome.org/sources/gupnp-av/0.10/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gupnp-av/0.10/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  libgupnp-devel >= 0.17.0
 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 guile for openSUSE:Factory

Hello community,

here is the log from the commit of package guile for openSUSE:Factory checked 
in at 2012-05-03 10:56:51

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-02-14 
13:06:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.guile.new/guile.changes 2012-05-03 
10:56:57.0 +0200
@@ -1,0 +2,7 @@
+Mon Apr 23 17:16:38 UTC 2012 - dval...@suse.com
+
+- mark this threads test as unresolved since it may produce false 
+  negatives, depending on the behavior/timing of the garbage 
+  collector. 
+
+---

New:

  guile-threads-test.patch



Other differences:
--
++ guile.spec ++
--- /var/tmp/diff_new_pack.Mgrasz/_old  2012-05-03 10:56:58.0 +0200
+++ /var/tmp/diff_new_pack.Mgrasz/_new  2012-05-03 10:56:58.0 +0200
@@ -44,6 +44,7 @@
 # Fix the wrong FSF address in a few headers.
 Patch3: %{name}-fix_fsf_add.patch
 Patch4: %{name}-turn-off-gc-test.patch
+Patch5: %{name}-threads-test.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: fileutils sh-utils
 PreReq: %install_info_prereq
@@ -109,6 +110,7 @@
 %patch2
 %patch3
 %patch4 -p1
+%patch5 -p1
 # force rebuild with non-broken makeinfo
 #rm -f doc/*/*.info
 

++ guile-threads-test.patch ++
Index: guile-2.0.5/test-suite/tests/threads.test
===
--- guile-2.0.5.orig/test-suite/tests/threads.test
+++ guile-2.0.5/test-suite/tests/threads.test
@@ -414,8 +414,10 @@
 
 (gc) (gc)
 (let ((m (g)))
-  (and (mutex? m)
-   (eq? (mutex-owner m) (current-thread)))
+  (or
+   (and (mutex? m)
+(eq? (mutex-owner m) (current-thread)))
+   (throw 'unresolved))
 
   ;;
   ;; mutex lock levels
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gramofile for openSUSE:Factory

Hello community,

here is the log from the commit of package gramofile for openSUSE:Factory 
checked in at 2012-05-03 10:56:43

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


Package is "gramofile", Maintainer is "p...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/gramofile/gramofile.changes  2011-10-06 
16:03:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.gramofile.new/gramofile.changes 2012-05-03 
10:56:56.0 +0200
@@ -1,0 +2,18 @@
+Fri Apr 20 16:04:10 CEST 2012 - p...@suse.de
+
+- Add all patches from debian that we don't already have:
+  20-overflow-fixes.dpatch
+  20-shell-quoting.dpatch
+  20-via-kludge.dpatch
+  20-warning-fixes.dpatch
+  30-basename-fix.dpatch
+  40-fast-swap-and-buffer.dpatch
+  50-cmf3.dpatch
+  60-bplay_in_gramo.dpatch
+  70-endian-fixes.dpatch
+  91_rename_cdrecord_wodim.dpatch
+
+  70-endian-fixes.dpatch is the most important one as it fixes
+  endianess bugs as well as making 64 bit binaries work again.
+
+---

New:

  20-overflow-fixes.dpatch
  20-shell-quoting.dpatch
  20-via-kludge.dpatch
  20-warning-fixes.dpatch
  30-basename-fix.dpatch
  40-fast-swap-and-buffer.dpatch
  50-cmf3.dpatch
  60-bplay_in_gramo.dpatch
  70-endian-fixes.dpatch
  80_fix_wav_length.dpatch
  91_rename_cdrecord_wodim.dpatch



Other differences:
--
++ gramofile.spec ++
--- /var/tmp/diff_new_pack.r2eWVP/_old  2012-05-03 10:56:57.0 +0200
+++ /var/tmp/diff_new_pack.r2eWVP/_new  2012-05-03 10:56:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gramofile
 #
-# 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,23 +15,34 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   gramofile
 BuildRequires:  ncurses-devel
+#BuildRequires:  fftw3-devel
 Url:http://www.opensourcepartners.nl/~costar/gramofile/
 Version:1.6
-Release:379
+Release:0
+Summary:Digitize Audio Records
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
-Summary:Digitize Audio Records
 Source0:gramofile-%{version}.tar.gz
 Source1:gramofile.1
 Patch1: gramofile-1.6-makefiles.dif
 Patch2: gramofile-codecleanup.dif
-Patch20:20-no-busy-wait-after-rec.dpatch
-Patch90:90_report_recording_errors.dpatch
+Patch3: 20-no-busy-wait-after-rec.dpatch
+Patch4: 90_report_recording_errors.dpatch
+Patch5: 20-overflow-fixes.dpatch
+Patch6: 20-shell-quoting.dpatch
+Patch7: 20-via-kludge.dpatch
+Patch8: 20-warning-fixes.dpatch
+Patch9: 30-basename-fix.dpatch
+Patch10:40-fast-swap-and-buffer.dpatch
+Patch11:50-cmf3.dpatch
+Patch12:60-bplay_in_gramo.dpatch
+Patch13:70-endian-fixes.dpatch
+Patch14:80_fix_wav_length.dpatch
+Patch15:91_rename_cdrecord_wodim.dpatch
+
 Provides:   gramofil = %{version}-%{release}
 Obsoletes:  gramofil < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -53,8 +64,20 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
-%patch20 -p0
-%patch90 -p0
+%patch3
+%patch4
+%patch5
+%patch6
+%patch7
+%patch8
+%patch9
+%patch10
+# Disable for now, needs to be ported to fftw3
+#%%patch11
+%patch12
+%patch13
+%patch14
+%patch15
 
 %build
 %{__make} %{?_smp_mflags} CC="%__cc"

++ 20-no-busy-wait-after-rec.dpatch ++
--- /var/tmp/diff_new_pack.r2eWVP/_old  2012-05-03 10:56:57.0 +0200
+++ /var/tmp/diff_new_pack.r2eWVP/_new  2012-05-03 10:56:57.0 +0200
@@ -1,7 +1,6 @@
 # Do not busy wait for confirmation after recording. [dk]
 #PATCHOPTIONS: -p0
-Index: bplaysrc/shmbuf.c
-===
+
 --- bplaysrc/shmbuf.c.orig
 +++ bplaysrc/shmbuf.c
 @@ -443,7 +443,7 @@ printw(" %d",cbuff);

++ 20-overflow-fixes.dpatch ++
# Patch by James Tappin 
# Rediffed into unified format. [dk]

--- signpr_cmf2.c   2011-08-14 13:21:45.869218469 +0200
+++ signpr_cmf2.c   2011-08-14 13:27:14.797217296 +0200
@@ -646,19 +646,25 @@
 
   /* Should be /64, but the signal is extremely soft, so divide by less to
  get more quantization levels (more accurate) */
-  sum.left /= 10;
-  sum.right /= 10;
+  sum.left /= 4;
+  sum.right /= 4;
 #endif
 
-  if (sum.left < 32767)
-sample.left = sum.left;
-  else
+  if (sum.l

commit gnome-do-plugins for openSUSE:Factory

Hello community,

here is the log from the commit of package gnome-do-plugins for 
openSUSE:Factory checked in at 2012-05-03 10:56:16

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gnome-do-plugins/gnome-do-plugins.changes
2012-01-25 12:18:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-do-plugins.new/gnome-do-plugins.changes   
2012-05-03 10:56:19.0 +0200
@@ -1,0 +2,8 @@
+Tue Apr 17 12:50:18 UTC 2012 - dims...@opensuse.org
+
+- Add gnome-do-mono-detection.patch: Synchronize the mono compiler
+  detection with gnome-do 0.9 (default changed from gmcs to dmcs).
+- Add gnome-common BuildRequires and call to autoreconf, as above
+  patch touches the build system.
+
+---

New:

  gnome-do-mono-detection.patch



Other differences:
--
++ gnome-do-plugins.spec ++
--- /var/tmp/diff_new_pack.FScwl7/_old  2012-05-03 10:56:20.0 +0200
+++ /var/tmp/diff_new_pack.FScwl7/_new  2012-05-03 10:56:20.0 +0200
@@ -23,9 +23,13 @@
 Release:0
 Url:http://do.davebsd.com
 Source: 
http://launchpad.net/do-plugins/trunk/0.8.4/+download/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM gnome-do-mono-detection.patch dims...@opensuse.org -- 
synchronize the mono compiler detection with gnome-do 0.9 (change already in 
bzr)
+Patch0: gnome-do-mono-detection.patch
 Summary:Plugins for GNOME Do
 License:GPL-3.0
 Group:  Productivity/Other
+# Needed by patch0
+BuildRequires:  gnome-common
 BuildRequires:  gnome-do >= 0.8.1
 BuildRequires:  intltool
 BuildRequires:  mono-data-sqlite
@@ -59,9 +63,9 @@
 BuildRequires:  pkgconfig(dbus-sharp-1.0)
 BuildRequires:  pkgconfig(dbus-sharp-glib-1.0)
 %endif
+Requires:   %{name}-lang = %{version}
 Requires:   gnome-do
 Requires:   xdg-utils
-Requires:   %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -77,8 +81,11 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+# Needed by patch0
+autoreconf -fi
 %configure
 %__make %{?jobs: -j%jobs}
 

++ gnome-do-mono-detection.patch ++
Index: gnome-do-plugins-0.8.4/m4/shamrock/mono.m4
===
--- gnome-do-plugins-0.8.4.orig/m4/shamrock/mono.m4
+++ gnome-do-plugins-0.8.4/m4/shamrock/mono.m4
@@ -11,7 +11,18 @@ AC_DEFUN([SHAMROCK_FIND_MONO_2_0_COMPILE
 AC_DEFUN([SHAMROCK_FIND_C_SHARP_3_0_COMPILER],
 [  
AC_REQUIRE([SHAMROCK_FIND_MONO_RUNTIME])
-   SHAMROCK_FIND_PROGRAM_OR_BAIL(MCS, gmcs)
+   AC_PATH_PROG(DMCS, dmcs, no)
+   if test "x$DMCS" = "xno"; then
+   AC_PATH_PROG(GMCS, gmcs, no)
+   if test "x$GMCS" = "xno"; then
+   AC_MSG_ERROR([You need to install a C♯ compiler.'])
+   else
+   MCS=$GMCS
+   fi
+   else
+   MCS=$DMCS
+   fi
+   AC_SUBST(MCS)
changequote(<<, >>)
MCS_VERSION=$($MCS --version | egrep -o "([[:digit:]]\.)+[[:digit:]]+")
changequote([, ])
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-do for openSUSE:Factory

Hello community,

here is the log from the commit of package gnome-do for openSUSE:Factory 
checked in at 2012-05-03 10:56:11

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gnome-do/gnome-do.changes2012-01-25 
12:18:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-do.new/gnome-do.changes   2012-05-03 
10:56:14.0 +0200
@@ -1,0 +2,21 @@
+Sat Apr 14 19:30:39 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.9:
+  + New DynamicItemSource API. This allows plugins to notify Do
+when a new item is available,
+  + The Application item source uses this new API. You are now able
+to launch freshly-installed applications immediately from Do,
+rather than having to wait for them to be indexed.
+  + Numerous bug fixes
+  + Switch from the unmaintained NDesk.DBus to dbus-sharp.
+  + Bugs fixed: lp#289556, lp#330505, lp#551056, lp#551059,
+lp#551102, lp#551125, lp#551180, lp#589649, lp#706299,
+lp#897450, lp#907678.
+- Drop pkgconfig(ndesk-dbus-1.0) and pkgconfig(ndesk-dbus-glib-1.0)
+  and add pkgconfig(dbus-sharp-1.0) and
+  pkgconfig(dbus-sharp-glib-1.0) BuildRequires after the switch
+  from NDesk.DBus to dbus-sharp.
+- Drop gnome-do-fix-warning-empty-keybinding.patch: fixed upstream.
+- Drop gnome-do-glib-2.31.patch: fixed upstream.
+
+---

Old:

  gnome-do-0.8.5.tar.gz
  gnome-do-fix-warning-empty-keybinding.patch
  gnome-do-glib-2.31.patch

New:

  gnome-do-0.9.tar.gz



Other differences:
--
++ gnome-do.spec ++
--- /var/tmp/diff_new_pack.WkInyA/_old  2012-05-03 10:56:16.0 +0200
+++ /var/tmp/diff_new_pack.WkInyA/_new  2012-05-03 10:56:16.0 +0200
@@ -15,20 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   gnome-do
-Version:0.8.5
+Version:0.9
 Release:0
 # FIXME: check if removal of locales in %install is still needed (last 
checked: 2010-12-11)
 Url:http://do.davebsd.com/
-Source: 
http://launchpad.net/do/trunk/0.8.5/+download/%{name}-%{version}.tar.gz
+Source: 
https://launchpad.net/do/trunk/0.9/+download/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM gnome-do-OnlyShowIn.patch lp#413575 
dominique-...@leuenberger.net -- Show gnome-do only in gnome desktop.
 Patch0: gnome-do-OnlyShowIn.patch
 # PATCH-FIX-UPSTREAM gnome-do-quiet-autostart.patch lp#413596 vu...@novell.com 
-- Do not show the dialog when autostarted
 Patch1: gnome-do-quiet-autostart.patch
-# PATCH-FIX-UPSTREAM gnome-do-fix-warning-empty-keybinding.patch lp#722996 
vu...@opensuse.org -- Do not register OS bindings to empty keys
-Patch7: gnome-do-fix-warning-empty-keybinding.patch
-# PATCH-FIX-UPSREAM gnome-do-glib-2.31.patch lp#897450 dims...@opensuse.org -- 
Fix build with glib 2.31
-Patch8: gnome-do-glib-2.31.patch
 Summary:A powerful, speedy, and sexy remote control for your GNOME 
Desktop
 License:GPL-3.0+
 Group:  Productivity/Other
@@ -38,6 +36,8 @@
 BuildRequires:  libtool
 BuildRequires:  mono-devel
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(dbus-sharp-1.0)
+BuildRequires:  pkgconfig(dbus-sharp-glib-1.0)
 BuildRequires:  pkgconfig(gconf-sharp-2.0)
 BuildRequires:  pkgconfig(gdk-2.0)
 BuildRequires:  pkgconfig(gdk-x11-2.0)
@@ -53,8 +53,6 @@
 BuildRequires:  pkgconfig(mono-addins)
 BuildRequires:  pkgconfig(mono-addins-gui)
 BuildRequires:  pkgconfig(mono-addins-setup)
-BuildRequires:  pkgconfig(ndesk-dbus-1.0)
-BuildRequires:  pkgconfig(ndesk-dbus-glib-1.0)
 BuildRequires:  pkgconfig(notify-sharp)
 BuildRequires:  pkgconfig(rsvg2-sharp-2.0)
 BuildRequires:  pkgconfig(wnck-sharp-1.0)
@@ -84,8 +82,6 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch7 -p1
-%patch8 -p1
 
 %build
 autoreconf -fi

++ gnome-do-0.8.5.tar.gz -> gnome-do-0.9.tar.gz ++
 33422 lines of diff (skipped)

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



commit gnome-disk-utility for openSUSE:Factory

Hello community,

here is the log from the commit of package gnome-disk-utility for 
openSUSE:Factory checked in at 2012-05-03 10:56:07

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gnome-disk-utility/gnome-disk-utility.changes
2012-03-29 19:02:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-disk-utility.new/gnome-disk-utility.changes   
2012-05-03 10:56:11.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 23 08:08:41 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.1:
+  + Updated translations.
+
+---

Old:

  gnome-disk-utility-3.4.0.tar.xz

New:

  gnome-disk-utility-3.4.1.tar.xz



Other differences:
--
++ gnome-disk-utility.spec ++
--- /var/tmp/diff_new_pack.2th1Xr/_old  2012-05-03 10:56:12.0 +0200
+++ /var/tmp/diff_new_pack.2th1Xr/_new  2012-05-03 10:56:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-disk-utility
-Version:3.4.0
+Version:3.4.1
 Release:0
 Summary:Disks application for dealing with storage devices
 License:LGPL-2.0+ and GPL-2.0+

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



commit gmime for openSUSE:Factory

Hello community,

here is the log from the commit of package gmime for openSUSE:Factory checked 
in at 2012-05-03 10:56:01

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


Package is "gmime", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/gmime/gmime.changes  2012-03-19 
09:56:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.gmime.new/gmime.changes 2012-05-03 
10:56:08.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr 23 12:30:08 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.6.9:
+  + Properly handle application/x-pkcs7-signature (bgo#674032)
+- Changes from version 2.6.8:
+  + Bugs fixed: bgo#671785, bgo#673493.
+
+---

Old:

  gmime-2.6.7.tar.xz

New:

  gmime-2.6.9.tar.xz



Other differences:
--
++ gmime.spec ++
--- /var/tmp/diff_new_pack.7Nsu63/_old  2012-05-03 10:56:11.0 +0200
+++ /var/tmp/diff_new_pack.7Nsu63/_new  2012-05-03 10:56:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gmime
-Version:2.6.7
+Version:2.6.9
 Release:0
 Url:http://spruce.sourceforge.net/gmime/
 Summary:MIME Parser and Utility Library

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



commit gdl for openSUSE:Factory

Hello community,

here is the log from the commit of package gdl for openSUSE:Factory checked in 
at 2012-05-03 10:55:48

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gdl/gdl.changes  2012-04-02 10:29:23.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gdl.new/gdl.changes 2012-05-03 
10:55:54.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr 23 08:08:44 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.2:
+  + Use correct so name (bgo#673010)
+  + Updated translations.
+- Drop gdl-soversion.patch: fixed upstream.
+
+---

Old:

  gdl-3.4.1.tar.xz
  gdl-soversion.patch

New:

  gdl-3.4.2.tar.xz



Other differences:
--
++ gdl.spec ++
--- /var/tmp/diff_new_pack.2lTHBK/_old  2012-05-03 10:55:55.0 +0200
+++ /var/tmp/diff_new_pack.2lTHBK/_new  2012-05-03 10:55:55.0 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   gdl
-Version:3.4.1
+Version:3.4.2
 Release:0
 Summary:Gnome Devtool Libraries
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/
 Source: 
http://download.gnome.org/sources/gdl/3.4/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gdl-soversion.patch vu...@opensuse.org -- Taken from git, 
fix soversion of library
-Patch0: gdl-soversion.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk3-devel
@@ -77,7 +75,6 @@
 %prep
 %setup -q
 translation-update-upstream
-%patch0 -p1
 
 %build
 %configure

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



commit gcc41 for openSUSE:Factory

Hello community,

here is the log from the commit of package gcc41 for openSUSE:Factory checked 
in at 2012-05-03 10:55:43

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gcc41/gcc41.changes  2012-02-07 
22:12:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.gcc41.new/gcc41.changes 2012-05-03 
10:55:44.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 24 12:44:31 UTC 2012 - rguent...@suse.com
+
+- Add xorg-x11-devel BuildRequires for openSUSE 12.2+
+
+---
libgcj41.changes: same change



Other differences:
--
++ gcc41.spec ++
--- /var/tmp/diff_new_pack.QT2V49/_old  2012-05-03 10:55:48.0 +0200
+++ /var/tmp/diff_new_pack.QT2V49/_new  2012-05-03 10:55:48.0 +0200
@@ -77,6 +77,9 @@
 BuildRequires:  gtk2-devel
 BuildRequires:  libart_lgpl-devel
 BuildRequires:  unzip
+%if %{suse_version} > 1210
+BuildRequires:  xorg-x11-devel
+%endif
 %endif
 %if %{build_fortran}
 BuildRequires:  mpfr-devel
@@ -161,8 +164,9 @@
 # COMMON-END
 
 %if 0%{?!building_libjava:1}
-Requires:   binutils glibc-devel
+Requires:   binutils
 Requires:   cpp41 = %{version}-%{release}
+Requires:   glibc-devel
 Requires:   libgcc%{libgcc_s} >= %{version}-%{release}
 Obsoletes:  gcc41-mudflap
 Requires:   libmudflap0 >= %{version}-%{release}
@@ -297,8 +301,8 @@
 Requires:   gcc41 = %{version}-%{release}
 Requires:   libgcc%{libgcc_s}-32bit >= %{version}-%{release}
 Obsoletes:  gcc41-mudflap-32bit
-Requires:   libmudflap0-32bit >= %{version}-%{release}
 Requires:   glibc-devel-32bit
+Requires:   libmudflap0-32bit >= %{version}-%{release}
 
 %description -n gcc41-32bit 
 This package contains 32bit support for the GNU Compiler Collection.
@@ -309,8 +313,8 @@
 Requires:   gcc41 = %{version}-%{release}
 Requires:   libgcc%{libgcc_s}-64bit >= %{version}-%{release}
 Obsoletes:  gcc41-mudflap-64bit
-Requires:   libmudflap0-64bit >= %{version}-%{release}
 Requires:   glibc-devel-64bit
+Requires:   libmudflap0-64bit >= %{version}-%{release}
 
 %description -n gcc41-64bit
 This package contains 64bit support for the GNU Compiler Collection.
@@ -338,8 +342,8 @@
 %package -n libstdc++41-devel
 Summary:Include Files and Libraries mandatory for Development
 Group:  System/Libraries
-Requires:   libstdc++6 >= %{version}-%{release}
 Requires:   glibc-devel
+Requires:   libstdc++6 >= %{version}-%{release}
 %ifarch ia64
 Requires:   libunwind-devel
 %endif
@@ -353,8 +357,8 @@
 %package -n libstdc++41-devel-32bit
 Summary:Include Files and Libraries mandatory for Development
 Group:  System/Libraries
-Requires:   libstdc++6-32bit >= %{version}-%{release}
 Requires:   glibc-devel-32bit
+Requires:   libstdc++6-32bit >= %{version}-%{release}
 %ifarch ia64
 Requires:   libunwind-devel
 %endif
@@ -368,8 +372,8 @@
 %package -n libstdc++41-devel-64bit
 Summary:Include Files and Libraries mandatory for Development
 Group:  System/Libraries
-Requires:   libstdc++6-64bit >= %{version}-%{release}
 Requires:   glibc-devel-64bit
+Requires:   libstdc++6-64bit >= %{version}-%{release}
 %ifarch ia64
 Requires:   libunwind-devel
 %endif
@@ -675,8 +679,8 @@
 %package obj-c++
 Summary:GNU Objective C++ Compiler
 Group:  Development/Languages/Other
-Requires:   gcc41-objc = %{version}-%{release}
 Requires:   gcc41-c++ = %{version}-%{release}
+Requires:   gcc41-objc = %{version}-%{release}
 
 %description obj-c++
 This package contains the GNU Objective C++ compiler. Objective C++ is an
@@ -964,11 +968,11 @@
 %package -n libgcj41-devel
 Summary:Include Files and Libraries mandatory for Development.
 Group:  Development/Libraries/Java
-Requires:   libstdc++41-devel = %{version}
-Requires:   libgcj >= %{version}-%{release}
+Requires:   glibc-devel
 Requires:   gtk2-devel
 Requires:   libart_lgpl-devel
-Requires:   glibc-devel
+Requires:   libgcj >= %{version}-%{release}
+Requires:   libstdc++41-devel = %{version}
 Requires:   zlib-devel
 %ifarch ia64
 Requires:   libunwind-devel

++ libgcj41.spec ++
--- /var/tmp/diff_new_pack.QT2V49/_old  2012-05-03 10:55:48.0 +0200
+++ /var/tmp/diff_new_pack.QT2V49/_new  2012-05-03 10:55:48.0 +0200
@@ -16,6 +16,7 @@
 #
 # icecream 0
 
+
 %define building_libjava 1
 %define run_tests 1
 #
@@ -87,6 +88,9 @@
 BuildRequires:  gtk2-devel
 BuildRequires:  libart_lgpl-devel
 BuildRequires:  unzip
+%if %{suse_version} > 

commit gcc33 for openSUSE:Factory

Hello community,

here is the log from the commit of package gcc33 for openSUSE:Factory checked 
in at 2012-05-03 10:55:37

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gcc33/gcc33.changes  2012-02-07 
14:45:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.gcc33.new/gcc33.changes 2012-05-03 
10:55:41.0 +0200
@@ -1,0 +2,5 @@
+Sun Feb 26 15:46:53 CET 2012 - dmuel...@suse.de
+
+- exclude from build on arm - does not build and not needed 
+
+---
libgcj33.changes: same change



Other differences:
--
++ gcc33.spec ++
--- /var/tmp/diff_new_pack.gRNfu3/_old  2012-05-03 10:55:44.0 +0200
+++ /var/tmp/diff_new_pack.gRNfu3/_new  2012-05-03 10:55:44.0 +0200
@@ -60,6 +60,7 @@
 BuildRequires:  gettext-devel
 BuildRequires:  glibc-devel-32bit
 BuildRequires:  zlib-devel
+ExcludeArch:%arm
 %if %{build_ada}
 BuildRequires:  gcc-ada
 %endif

++ libgcj33.spec ++
--- /var/tmp/diff_new_pack.gRNfu3/_old  2012-05-03 10:55:44.0 +0200
+++ /var/tmp/diff_new_pack.gRNfu3/_new  2012-05-03 10:55:44.0 +0200
@@ -16,6 +16,8 @@
 #
 # icecream 0
 
+
+
 %define building_libjava 1
 %define run_tests 1
 #
@@ -70,6 +72,7 @@
 BuildRequires:  gettext-devel
 BuildRequires:  glibc-devel-32bit
 BuildRequires:  zlib-devel
+ExcludeArch:%arm
 %if %{build_ada}
 BuildRequires:  gcc-ada
 %endif

++ gcc.spec.in ++
--- /var/tmp/diff_new_pack.gRNfu3/_old  2012-05-03 10:55:44.0 +0200
+++ /var/tmp/diff_new_pack.gRNfu3/_new  2012-05-03 10:55:44.0 +0200
@@ -51,6 +51,7 @@
 
 Name:  gcc@base_ver@
 BuildRequires: glibc-devel-32bit flex bison gettext-devel zlib-devel
+ExcludeArch:   %arm
 %if %{build_ada}
 BuildRequires: gcc-ada
 %endif

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



commit dovecot20 for openSUSE:Factory

Hello community,

here is the log from the commit of package dovecot20 for openSUSE:Factory 
checked in at 2012-05-03 10:55:30

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


Package is "dovecot20", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/dovecot20/dovecot20.changes  2012-03-29 
11:36:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.dovecot20.new/dovecot20.changes 2012-05-03 
10:55:38.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr  9 17:01:59 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 2.0.20:
+  + doveadm user: Added -m parameter to show some of the mail settings.
+  - doveadm import didn't import messages' flags
+  - Make sure IMAP clients can't create directories when accessing
+nonexistent users' mailboxes via shared namespace.
+  - Dovecot auth clients authenticating via TCP socket could have failed
+with bogus "PID already in use" errors.
+
+---

Old:

  dovecot-2.0.19.tar.bz2

New:

  dovecot-2.0.20.tar.bz2



Other differences:
--
++ dovecot20.spec ++
--- /var/tmp/diff_new_pack.ujY0k7/_old  2012-05-03 10:55:39.0 +0200
+++ /var/tmp/diff_new_pack.ujY0k7/_new  2012-05-03 10:55:39.0 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   dovecot20
-Version:2.0.19
+Version:2.0.20
 Release:0
 %define pkg_name dovecot
 %define sieve_version 2.0
-%define dovecot_version 2.0.19
+%define dovecot_version 2.0.20
 %define dovecot_pigeonhole_docdir   
%{_docdir}/%{pkg_name}/dovecot-pigeonhole
 #define with_unfinished_sieve_features 1
 #

++ dovecot-2.0.19.tar.bz2 -> dovecot-2.0.20.tar.bz2 ++
 2877 lines of diff (skipped)

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



commit digikam for openSUSE:Factory

Hello community,

here is the log from the commit of package digikam for openSUSE:Factory checked 
in at 2012-05-03 10:55:18

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


Package is "digikam", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/digikam/digikam.changes  2012-04-02 
19:54:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.digikam.new/digikam.changes 2012-05-03 
10:55:20.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 24 18:27:43 UTC 2012 - dims...@opensuse.org
+
+- Add digikam-gcc47.patch: Fix build with gcc 4.7.
+
+---

New:

  digikam-gcc47.patch



Other differences:
--
++ digikam.spec ++
--- /var/tmp/diff_new_pack.o77n0t/_old  2012-05-03 10:55:22.0 +0200
+++ /var/tmp/diff_new_pack.o77n0t/_new  2012-05-03 10:55:22.0 +0200
@@ -40,6 +40,8 @@
 Patch6: digikam_no_build_vkontakte.diff
 # PATCH-FIX-UPSTREAM digikam-boost-1.48.patch idoen...@suse.de -- Compile with 
Boost 1.48+, upstream commit d18ea6da2d3e2359f411
 Patch7: digikam-boost-1.48.patch
+# PATCH-FIX-UPSTREAM digikam-gcc47.patch dims...@opensuse.org -- Fix build 
with gcc 4.7
+Patch8: digikam-gcc47.patch
 BuildRequires:  ImageMagick
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
@@ -261,6 +263,7 @@
 %patch5
 %patch6 -p0
 %patch7 -p1
+%patch8 -p1
 
 # Remove build time references so build-compare can do its work
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')

++ digikam-gcc47.patch ++
Index: digikam-2.5.0/core/utilities/cameragui/devices/gpcamera.cpp
===
--- digikam-2.5.0.orig/core/utilities/cameragui/devices/gpcamera.cpp
+++ digikam-2.5.0/core/utilities/cameragui/devices/gpcamera.cpp
@@ -34,6 +34,7 @@ extern "C"
 
 // C++ includes
 
+#include 
 #include 
 #include 
 
Index: digikam-2.5.0/extra/kipi-plugins/printimages/wizard/wizard.cpp
===
--- digikam-2.5.0.orig/extra/kipi-plugins/printimages/wizard/wizard.cpp
+++ digikam-2.5.0/extra/kipi-plugins/printimages/wizard/wizard.cpp
@@ -88,7 +88,7 @@ public:
 WizardPage ( KAssistantDialog* dialog, const QString& title )
 : QWidget ( dialog )
 {
-setupUi ( this );
+this->setupUi ( this );
 layout()->setMargin ( 0 );
 mPage = dialog->addPage ( this, title );
 }
Index: digikam-2.5.0/extra/kipi-plugins/htmlexport/wizard.cpp
===
--- digikam-2.5.0.orig/extra/kipi-plugins/htmlexport/wizard.cpp
+++ digikam-2.5.0/extra/kipi-plugins/htmlexport/wizard.cpp
@@ -78,7 +78,7 @@ class WizardPage : public QWidget, publi
 public:
 WizardPage(KAssistantDialog* dialog, const QString& title)
 : QWidget(dialog) {
-setupUi(this);
+this->setupUi(this);
 layout()->setMargin(0);
 mPage = dialog->addPage(this, title);
 }
Index: digikam-2.5.0/core/libs/database/imagehistory/imagehistorygraph_boost.h
===
--- digikam-2.5.0.orig/core/libs/database/imagehistory/imagehistorygraph_boost.h
+++ digikam-2.5.0/core/libs/database/imagehistory/imagehistorygraph_boost.h
@@ -1362,7 +1362,7 @@ protected:
 template 
 void discover_vertex(VertexType u, const GraphType&) const
 {
-record(u);
+this->record(u);
 }
 };
 
@@ -1373,7 +1373,7 @@ protected:
 template 
 void discover_vertex(VertexType u, const GraphType&) const
 {
-record(u);
+this->record(u);
 }
 };
 
Index: digikam-2.5.0/core/digikam/album/albummanager.h
===
--- digikam-2.5.0.orig/core/digikam/album/albummanager.h
+++ digikam-2.5.0/core/digikam/album/albummanager.h
@@ -831,7 +831,7 @@ public:
 {
 foreach(T* t, list)
 {
-append(AlbumPointer(t));
+this->append(AlbumPointer(t));
 }
 return *this;
 }
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit dietlibc for openSUSE:Factory

Hello community,

here is the log from the commit of package dietlibc for openSUSE:Factory 
checked in at 2012-05-03 10:55:13

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


Package is "dietlibc", Maintainer is "vdziewie...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/dietlibc/dietlibc.changes2012-03-17 
13:20:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.dietlibc.new/dietlibc.changes   2012-05-03 
10:55:16.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 16 15:32:15 UTC 2012 - dval...@suse.com
+
+- rework ppc patch. Needs to be applied only on ppc64 
+
+---



Other differences:
--


++ dietlibc-ppc.patch ++
--- /var/tmp/diff_new_pack.HcCePE/_old  2012-05-03 10:55:18.0 +0200
+++ /var/tmp/diff_new_pack.HcCePE/_new  2012-05-03 10:55:18.0 +0200
@@ -1,16 +1,3 @@
-Index: dietlibc-0.31/ppc/start.S
-===
 dietlibc-0.31.orig/ppc/start.S
-+++ dietlibc-0.31/ppc/start.S
-@@ -38,7 +38,7 @@ _start:
-   bl  CALL_IN_STARTCODE
- #endif
-   b   exit
--.size _start,.-_start
-+.size ._start,.-._start
- 
- 
- /* Define a symbol for the first piece of initialized data.  */
 Index: dietlibc-0.31/ppc64/start.S
 ===
 --- dietlibc-0.31.orig/ppc64/start.S

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



commit deja-dup for openSUSE:Factory

Hello community,

here is the log from the commit of package deja-dup for openSUSE:Factory 
checked in at 2012-05-03 10:55:08

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


Package is "deja-dup", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/deja-dup/deja-dup.changes2012-03-26 
15:36:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.deja-dup.new/deja-dup.changes   2012-05-03 
10:55:14.0 +0200
@@ -1,0 +2,7 @@
+Wed Apr 18 21:49:45 UTC 2012 - dims...@opensuse.org
+
+- Update to version 22.1:
+  + Allow resuming an encrypted but incomplete backup (lp#902985).
+  + Updated translations.
+
+---

Old:

  deja-dup-22.0.tar.xz

New:

  deja-dup-22.1.tar.xz



Other differences:
--
++ deja-dup.spec ++
--- /var/tmp/diff_new_pack.T1AL3q/_old  2012-05-03 10:55:16.0 +0200
+++ /var/tmp/diff_new_pack.T1AL3q/_new  2012-05-03 10:55:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   deja-dup
-Version:22.0
+Version:22.1
 Release:0
 # FIXME: reenable "make check" in %%check, when lp#940110 is fixed
 # FIXME: the %%{_datadir}/help/$locale/ files be found by %%find_lang
@@ -26,7 +26,7 @@
 License:GPL-3.0+
 Group:  Productivity/Archiving/Backup
 Url:https://launchpad.net/deja-dup
-Source0:%{name}-%{version}.tar.xz
+Source0:
https://launchpad.net/deja-dup/22/%{version}/+download/%{name}-%{version}.tar.xz
 # For make check to work, we need dbus-launch
 BuildRequires:  dbus-1-x11
 BuildRequires:  fdupes

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



commit dbus-1 for openSUSE:Factory

Hello community,

here is the log from the commit of package dbus-1 for openSUSE:Factory checked 
in at 2012-05-03 10:55:04

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


Package is "dbus-1", Maintainer is "thoe...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/dbus-1/dbus-1-x11.changes2012-02-28 
14:12:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.dbus-1.new/dbus-1-x11.changes   2012-05-03 
10:55:05.0 +0200
@@ -1,0 +2,39 @@
+Thu Apr 19 20:44:39 CEST 2012 - thoe...@suse.de
+
+- More news from the dependency hell: Let dbus-1-devel require
+  dbus-1.
+
+---
+Wed Apr 18 11:54:42 CEST 2012 - thoe...@suse.de
+
+- Split dbus-1 into libdbus-1 and dbus-1. 
+
+---
+Wed Mar 28 09:19:14 CEST 2012 - thoe...@suse.de
+
+- Update to version 1.5.12:
+  - Add public API to validate various string types:
+dbus_validate_path(), dbus_validate_interface(),
+dbus_validate_member(), dbus_validate_error_name(),
+dbus_validate_bus_name(), dbus_validate_utf8()
+(fd.o #39549, Simon McVittie)
+
+  - Turn DBusBasicValue into public API so bindings don't need to
+invent their own "union of everything" type (fd.o #11191, Simon
+McVittie)
+
+  - Enumerate data files included in the build rather than using
+find(1) (fd.o #33840, Simon McVittie)
+
+  - Add support for policy rules like
+ in dbus-daemon
+(fd.o #46273, Alban Crequy)
+
+  - Windows-specific:
+- make dbus-daemon.exe --print-address (and --print-pid) work
+  again on Win32, but not on WinCE (fd.o #46049, Simon
+  McVittie)
+- fix duplicate case value when compiling against mingw-w64
+  (fd.o #47321, Andoni Morales Alastruey)
+
+---
--- /work/SRC/openSUSE:Factory/dbus-1/dbus-1.changes2012-03-29 
07:45:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.dbus-1.new/dbus-1.changes   2012-05-03 
10:55:05.0 +0200
@@ -1,0 +2,17 @@
+Sun Apr 22 16:28:41 UTC 2012 - alinm.el...@gmail.com
+
+- added libdbus-1-3 to build for -32bit... 
+- adeed post and postun sections for libdbus-1-3 
+
+---
+Thu Apr 19 20:44:39 CEST 2012 - thoe...@suse.de
+
+- More news from the dependency hell: Let dbus-1-devel require
+  dbus-1.
+
+---
+Wed Apr 18 11:54:42 CEST 2012 - thoe...@suse.de
+
+- Split dbus-1 into libdbus-1 and dbus-1. 
+
+---



Other differences:
--
++ dbus-1.spec ++
--- /var/tmp/diff_new_pack.clUcWr/_old  2012-05-03 10:55:07.0 +0200
+++ /var/tmp/diff_new_pack.clUcWr/_new  2012-05-03 10:55:07.0 +0200
@@ -18,6 +18,7 @@
 
 Name:   dbus-1
 %define _name   dbus
+%define _libname libdbus-1-3
 Url:http://dbus.freedesktop.org/
 Summary:D-Bus Message Bus System
 License:GPL-2.0+ or AFL-2.1
@@ -67,11 +68,17 @@
 # COMMON1-END
 PreReq: permissions /usr/sbin/groupadd /usr/sbin/useradd /sbin/insserv 
/etc/init.d/boot.localfs
 
+%package -n %{_libname}
+
+Summary:Library package for D-Bus
+Group:  Development/Libraries/Other
+
 %package -n dbus-1-devel
 
 Summary:Developer package for D-Bus
 Group:  Development/Libraries/Other
-Requires:   %{name} = %{version}
+Requires:   %{_libname} = %{version}
+Requires:   dbus-1
 Requires:   glibc-devel
 
 %package -n dbus-1-devel-doc
@@ -91,6 +98,14 @@
 any two apps to communicate directly (without going through the message
 bus daemon).
 
+%description -n %{_libname}
+D-Bus is a message bus system, a simple way for applications to talk to
+one another. D-Bus supplies both a system daemon and a
+per-user-login-session daemon. Also, the message bus is built on top of
+a general one-to-one message passing framework, which can be used by
+any two apps to communicate directly (without going through the message
+bus daemon).
+
 %description -n dbus-1-devel
 D-Bus is a message bus system, a simple way for applications to talk to
 one another. D-Bus supplies both a system daemon and a
@@ -202,6 +217,9 @@
 /sbin/ldconfig
 %endif
 
+%post -n %{_libname} -p /sbin/ldconfig
+%postun -n %{_libname} -p /sbin/ldconfig
+
 %files
 %defattr(-, root, root)
 %dir %{_datadir}/dbus-1
@@ -224,7 +242,6 @@
 /bin/dbus-monitor
 /bin/dbus-send
 /bin/dbus-uuidgen
-/%{_lib}/libdbus-1.so.*
 %{_mandir}/man1/dbus-cleanup-sockets.1.*
 %{_mandir}/man1/dbus-daemon.1.*
 %{_mandir}/man1/dbus-monitor.1.*
@@ -247,6 +264,10 @@

commit csync2 for openSUSE:Factory

Hello community,

here is the log from the commit of package csync2 for openSUSE:Factory checked 
in at 2012-05-03 10:54:54

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


Package is "csync2", Maintainer is "j...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/csync2/csync2.changes2012-02-21 
12:17:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.csync2.new/csync2.changes   2012-05-03 
10:54:56.0 +0200
@@ -1,0 +2,6 @@
+Mon Mar 19 12:51:03 UTC 2012 - tser...@suse.com
+
+- Force debug output off completely when running under xinetd (fixes
+  protocol breakage when target directories don't exist; bnc#752563)
+
+---

New:

  force-debug-stderr-off-inetd.patch



Other differences:
--
++ csync2.spec ++
--- /var/tmp/diff_new_pack.KofoEL/_old  2012-05-03 10:54:57.0 +0200
+++ /var/tmp/diff_new_pack.KofoEL/_new  2012-05-03 10:54:57.0 +0200
@@ -33,6 +33,7 @@
 Patch2: csync2-1.34-pure-gnutls-r2.patch
 BuildRequires:  pkg-config
 %endif
+Patch3: force-debug-stderr-off-inetd.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(post): openssl 
 Requires:   gnutls
@@ -64,6 +65,7 @@
 %if 0%{?suse_version} > 1120
 %patch2 -p1
 %endif
+%patch3 -p1
 install -p -m 644 %{SOURCE1} README.quickstart
 
 %build

++ force-debug-stderr-off-inetd.patch ++
Index: csync2-1.34/csync2.c
===
--- csync2-1.34.orig/csync2.c
+++ csync2-1.34/csync2.c
@@ -458,6 +458,16 @@ int main(int argc, char ** argv)
for (i=0; myhostname[i]; i++)
myhostname[i] = tolower(myhostname[i]);
 
+   if ( mode == MODE_INETD ) {
+   /* Force debug level below zero when running under inetd,
+* else stderr junk may be emitted back to some other host
+* which breaks the protocol.  One case is where a target
+* directory does not exist resulting in allegations of
+* I/O error during rsync write (bnc#752563)
+*/
+   csync_debug_level = -1;
+   }
+
/* Stand-alone server mode. This is a hack..
 */
if ( mode == MODE_SERVER || mode == MODE_SINGLE ) {
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit crmsh for openSUSE:Factory

Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2012-05-03 10:54:50

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


Package is "crmsh", Maintainer is "dmuhameda...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2012-02-16 
12:19:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2012-05-03 
10:54:51.0 +0200
@@ -1,0 +2,33 @@
+Mon Apr 23 10:59:48 UTC 2012 - tser...@suse.com
+
+- Add libxslt-tools to BuildRequires
+
+---
+Thu Mar 29 08:15:31 UTC 2012 - l...@novell.com
+
+- Change how appropriate version of pacemaker for ticket support is
+  required (bnc#752241)
+
+---
+Tue Mar 27 12:59:13 UTC 2012 - dmuhameda...@suse.com
+
+- drop dependency on python-xdg (lives in SDK repo)
+
+---
+Tue Mar 27 12:34:51 UTC 2012 - dmuhameda...@suse.com
+
+- add Requires pacemaker >= 1.1.6-2 to the spec file
+
+---
+Mon Mar 26 15:52:23 UTC 2012 - dmuhameda...@suse.com
+
+- move user files to standard locations (XDG)
+- site: ticket standby and activate commands
+- cibstatus: ticket management
+- site: update interface to crm_ticket
+- cibconf: use uname instead of id when listing nodes (cl#5043)
+- ra: use only effective UID when choosing RA interface
+- ra: always use lrmadmin with glue 1.0.10 (cl#5036)
+- upstream cs: 9569a7f283cb
+
+---



Other differences:
--
++ crmsh.spec ++
--- /var/tmp/diff_new_pack.GOziAd/_old  2012-05-03 10:54:52.0 +0200
+++ /var/tmp/diff_new_pack.GOziAd/_new  2012-05-03 10:54:52.0 +0200
@@ -44,26 +44,35 @@
 Url:http://savannah.nongnu.org/projects/crmsh
 Source0:crmsh.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires(pre): pacemaker
+Requires(pre): pacemaker-ticket-support >= 2.0
+Requires(pre): pacemaker >= 1.1.6
+Requires:   pssh
 Requires:   python >= 2.4
-Requires:   pssh python-dateutil
+Requires:   python-dateutil
 
 %if 0%{?suse_version}
 # Suse splits this off into a separate package
-Requires:   python-curses python-xml
+Requires:   python-curses
+Requires:   python-xml
 BuildRequires:  python-curses
 BuildRequires:  python-xml
 %endif
 
 # Required for core functionality
+BuildRequires:  asciidoc
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  pkgconfig
-BuildRequires:  python
 BuildRequires:  libglue-devel
 BuildRequires:  libpacemaker-devel
-BuildRequires:  asciidoc
 BuildRequires:  libtool
+BuildRequires:  pkgconfig
+BuildRequires:  python
+%if 0%{?suse_version} > 1210
+# xsltproc is necessary for manpage generation; this is split out into
+# libxslt-tools as of openSUSE 12.2.  Possibly strictly should be
+# required by asciidoc
+BuildRequires:  libxslt-tools
+%endif
 
 %if 0%{?with_regression_tests}
 BuildRequires:  corosync

++ crmsh.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh/.hg_archival.txt new/crmsh/.hg_archival.txt
--- old/crmsh/.hg_archival.txt  2012-02-03 12:13:57.0 +0100
+++ new/crmsh/.hg_archival.txt  2012-03-26 17:48:33.0 +0200
@@ -1,5 +1,5 @@
 repo: 13c3bd69e935090cd25213c474cafc3f01b5910b
-node: c06b8cf8fcf8d4345157048974313aaf48db1ef8
+node: 9569a7f283cba50c9ce5f862d5da8e70556f70d2
 branch: default
 latesttag: Pacemaker-1.1.5
-latesttagdistance: 96
+latesttagdistance: 104
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh/crmsh.spec new/crmsh/crmsh.spec
--- old/crmsh/crmsh.spec2012-02-03 12:13:57.0 +0100
+++ new/crmsh/crmsh.spec2012-03-26 17:48:33.0 +0200
@@ -26,7 +26,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-build
 AutoReqProv:   on
 Requires(pre): pacemaker
-Requires:  python >= 2.4
+Requires:  python >= 2.4 python-xdg
 
 %if 0%{?suse_version}
 # Suse splits this off into a separate package
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh/doc/crm.8.txt new/crmsh/doc/crm.8.txt
--- old/crmsh/doc/crm.8.txt 2012-02-03 12:13:57.0 +0100
+++ new/crmsh/doc/crm.8.txt 2012-03-26 17:48:33.0 +0200
@@ -1155,7 +1155,7 @@
 
 Usage:
 ...
-ticket {grant|revoke|show|time|delete} 
+ticket {grant|revoke|standby|activate|show|time|delete} 
 ...
 Example:
 ...

commit coreutils for openSUSE:Factory

Hello community,

here is the log from the commit of package coreutils for openSUSE:Factory 
checked in at 2012-05-03 10:54:45

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


Package is "coreutils", Maintainer is "p...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/coreutils/coreutils.changes  2012-04-23 
09:12:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.coreutils.new/coreutils.changes 2012-05-03 
10:54:49.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 27 12:38:23 CEST 2012 - p...@suse.de
+
+- Make stdbuf binary find libstdbuf.so by looking in the right
+  path (bnc#741241).
+
+---



Other differences:
--
++ coreutils.spec ++
--- /var/tmp/diff_new_pack.8Gz3KF/_old  2012-05-03 10:54:51.0 +0200
+++ /var/tmp/diff_new_pack.8Gz3KF/_new  2012-05-03 10:54:51.0 +0200
@@ -124,7 +124,7 @@
 %build
 AUTOPOINT=true autoreconf -fi
 export CFLAGS="%optflags -Wall"
-%configure --without-included-regex \
+%configure --libexecdir=%{_libdir} --without-included-regex \
--enable-install-program=arch,su \
gl_cv_func_printf_directive_n=yes \
gl_cv_func_isnanl_works=yes \



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



commit collectd for openSUSE:Factory

Hello community,

here is the log from the commit of package collectd for openSUSE:Factory 
checked in at 2012-05-03 10:54:40

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


Package is "collectd", Maintainer is "sch...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/collectd/collectd.changes2011-10-18 
14:10:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.collectd.new/collectd.changes   2012-05-03 
10:54:46.0 +0200
@@ -1,0 +2,47 @@
+Mon Apr 23 10:56:57 UTC 2012 - a...@suse.de
+
+- Drop collectd-fix_new_yajl_lib.patch and collect-libnotify_070.patch 
+  both are handled in the new version.
+
+---
+Tue Apr 17 15:26:43 UTC 2012 - pascal.ble...@opensuse.org
+
+- changed copyright from GPL-2.0+ to GPL-2.0, see bnc#757527:
+  https://bugzilla.novell.com/show_bug.cgi?id=757527
+- added myself to the copyright header in the spec file, have been maintaining
+  this spec file since 2005 ;)
+
+---
+Mon Apr 16 20:04:52 UTC 2012 - a...@suse.de
+
+- Remove modbus support since modbus is not in openSUSE:Factory.
+- Fix buildrequires: it's libxtables-devel for 12.2.
+
+---
+Tue Apr  3 16:52:48 UTC 2012 - pascal.ble...@opensuse.org
+
+- update to 5.0.4
+
+---
+Sun Feb 19 23:36:46 UTC 2012 - pascal.ble...@opensuse.org
+
+- add modbus support
+
+---
+Sun Feb 19 17:07:34 UTC 2012 - pascal.ble...@opensuse.org
+
+- fix apache configuration for collectd-js, thanks to Bruno Friedmann
+   for reporting
+
+---
+Sun Feb 19 17:04:32 UTC 2012 - pascal.ble...@opensuse.org
+
+- update to 5.0.3: too many changes to list, please read ChangeLog in the main
+  package
+
+---
+Thu Jan 12 11:30:32 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+---

Old:

  collectd-4.10.3.tar.bz2
  collectd-fix_new_yajl_lib.patch
  collectd-iptc.diff
  collectd-libnotify_070.patch

New:

  collectd-5.0.4.tar.bz2
  collectd-fix_own_iptc.patch



Other differences:
--
++ collectd.spec ++
--- /var/tmp/diff_new_pack.tdYuJ2/_old  2012-05-03 10:54:48.0 +0200
+++ /var/tmp/diff_new_pack.tdYuJ2/_new  2012-05-03 10:54:48.0 +0200
@@ -1,7 +1,9 @@
+# vim: set sw=4 ts=4 et nu:
 #
 # spec file for package collectd
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2005-2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +18,9 @@
 #
 
 
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 %if 0%{?_with_xmms:1}0
 %define xmms 1
 %else
@@ -103,20 +108,19 @@
 %define pinba_plugin %{nil}
 %endif
 
-%if 0%{?suse_version} >= 1210
-%define ipvs_plugin %{nil}
-%else
 %define ipvs_plugin ipvs
-%endif
 
 %define libnetlink_version 2.6.37
+%define intree_netlink 1
 
-%define plugins apache apcups battery %{expand:%bind_plugin} curl 
%{expand:%curl_json_plugin} %{expand:%curl_xml_plugin} conntrack contextswitch 
cpu cpufreq csv df disk dns email entropy exec filecount fscache hddtemp 
interface %{expand:%ipvs_plugin} irq load logfile match_empty_counter 
match_hashed match_regex match_timediff match_value mbmon 
%{expand:%memcached_plugin} memory multimeter netlink network nfs nginx ntpd 
olsrd openvpn perl ping protocols powerdns processes rrdtool sensors serial 
swap syslog table tail target_notification target_replace target_scale 
target_set tcpconns teamspeak2 ted thermal unixsock uptime users uuid vmem 
vserver wireless write_http %{expand:%ascent_plugin} %{expand:%iptables_plugin} 
%{expand:%madwifi_plugin} %{expand:%rrdcached_plugin}
+%define plugins apache apcups battery %{expand:%bind_plugin} curl 
%{expand:%curl_json_plugin} %{expand:%curl_xml_plugin} conntrack contextswitch 
cpu cpufreq csv df disk dns email entropy exec filecount fscache hddtemp 
interface %{expand:%ipvs_plugin} irq load logfile match_empty_counter 
match_hashed match_regex match_timediff match_value mbmon 
%{expand:%memcached_plugin} memory multimeter netlink network nfs nginx ntpd 
olsrd openvpn perl ping protocols powerdns processes rrdtool sensors serial 
swap syslog tabl

commit cogl for openSUSE:Factory

Hello community,

here is the log from the commit of package cogl for openSUSE:Factory checked in 
at 2012-05-03 10:54:35

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


Package is "cogl", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/cogl/cogl.changes2012-03-29 
11:35:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.cogl.new/cogl.changes   2012-05-03 
10:54:43.0 +0200
@@ -1,0 +2,15 @@
+Fri Apr 20 12:27:19 UTC 2012 - vu...@opensuse.org
+
+- Update to version 1.10.2:
+  + Fix for fallback path in cogl_texture_get_data when reading
+from an FBO doesn't work.
+  + Bug fix to make cogl_pipeline_get_depth_state work.
+  + The cogl-crate and cogl-msaa examples now show error messages
+if it fails to initialise.
+  + cogl_context_new no longer crashes if initialisation fails when
+passed a NULL display.
+  + Visual Studio build fixes.
+  + Bugs fixed: bgo#672533, bgo#673137.
+  + Updated translations.
+
+---

Old:

  cogl-1.10.0.tar.xz

New:

  cogl-1.10.2.tar.xz



Other differences:
--
++ cogl.spec ++
--- /var/tmp/diff_new_pack.c91v3L/_old  2012-05-03 10:54:45.0 +0200
+++ /var/tmp/diff_new_pack.c91v3L/_new  2012-05-03 10:54:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cogl
-Version:1.10.0
+Version:1.10.2
 Release:0
 Summary:An object oriented GL/GLES Abstraction/Utility Layer
 License:LGPL-2.1+

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



commit CodeAnalyst for openSUSE:Factory

Hello community,

here is the log from the commit of package CodeAnalyst for openSUSE:Factory 
checked in at 2012-05-03 10:54:30

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


Package is "CodeAnalyst", Maintainer is "to...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/CodeAnalyst/CodeAnalyst.changes  2012-01-30 
12:23:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.CodeAnalyst.new/CodeAnalyst.changes 
2012-05-03 10:54:42.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 20 12:45:47 UTC 2012 - dims...@opensuse.org
+
+- Add CodeAnalyst-gcc47.patch: Fix build with gcc 4.7.
+
+---

New:

  CodeAnalyst-gcc47.patch



Other differences:
--
++ CodeAnalyst.spec ++
--- /var/tmp/diff_new_pack.A8TU3Y/_old  2012-05-03 10:54:43.0 +0200
+++ /var/tmp/diff_new_pack.A8TU3Y/_new  2012-05-03 10:54:43.0 +0200
@@ -36,6 +36,8 @@
 Patch3: ca-fix-oprofile-ibs-check.patch
 Patch4: gcc46.patch
 Patch5: ca-support-oprofile-0.9.7.patch
+# PATCH-FIX-UPSTREAM CodeAnalyst-gcc47.patch dims...@opensuse.org -- Fix build 
with gcc 4.7
+Patch6: CodeAnalyst-gcc47.patch
 Requires:   binutils
 Requires:   oprofile >= 0.9.4
 PreReq: pwdutils
@@ -70,6 +72,7 @@
 %patch3 -p0 -b .ca-fix-oprofile-ibs-check
 %patch4
 %patch5
+%patch6 -p1
 
 %build
 ./autogen.sh

++ CodeAnalyst-gcc47.patch ++
Index: CodeAnalyst-2_12_3_0126-Public/src/ca_agent/libCAagent/slock.cpp
===
--- CodeAnalyst-2_12_3_0126-Public.orig/src/ca_agent/libCAagent/slock.cpp
+++ CodeAnalyst-2_12_3_0126-Public/src/ca_agent/libCAagent/slock.cpp
@@ -8,6 +8,7 @@
 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
Index: CodeAnalyst-2_12_3_0126-Public/src/ca/libs/libopdata/opdata_handler.cpp
===
--- CodeAnalyst-2_12_3_0126-Public.orig/src/ca/libs/libopdata/opdata_handler.cpp
+++ CodeAnalyst-2_12_3_0126-Public/src/ca/libs/libopdata/opdata_handler.cpp
@@ -20,6 +20,7 @@
 
 
 #include 
+#include 
 #include 
 #include 
 #include 
Index: CodeAnalyst-2_12_3_0126-Public/src/ca/libs/libca/dwarfengine.cpp
===
--- CodeAnalyst-2_12_3_0126-Public.orig/src/ca/libs/libca/dwarfengine.cpp
+++ CodeAnalyst-2_12_3_0126-Public/src/ca/libs/libca/dwarfengine.cpp
@@ -18,6 +18,7 @@
 */
 
 #include 
+#include 
 #include 
 #include 
 #include 
Index: CodeAnalyst-2_12_3_0126-Public/src/ca/gui/application.h
===
--- CodeAnalyst-2_12_3_0126-Public.orig/src/ca/gui/application.h
+++ CodeAnalyst-2_12_3_0126-Public/src/ca/gui/application.h
@@ -23,6 +23,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include "cawfile.h"
 #include "projectwindow.h"
Index: CodeAnalyst-2_12_3_0126-Public/src/ca/gui/MonitorDockView.cpp
===
--- CodeAnalyst-2_12_3_0126-Public.orig/src/ca/gui/MonitorDockView.cpp
+++ CodeAnalyst-2_12_3_0126-Public/src/ca/gui/MonitorDockView.cpp
@@ -17,6 +17,7 @@
 */
 
 #include 
+#include 
 
 #include "MonitorDockView.h"
 
Index: CodeAnalyst-2_12_3_0126-Public/src/ca/diffgui/DiffAnalystWindow.h
===
--- CodeAnalyst-2_12_3_0126-Public.orig/src/ca/diffgui/DiffAnalystWindow.h
+++ CodeAnalyst-2_12_3_0126-Public/src/ca/diffgui/DiffAnalystWindow.h
@@ -19,6 +19,7 @@
 #ifndef __DIFFANALYSTWINDOW_H_
 #define __DIFFANALYSTWINDOW_H_
 
+#include 
 #include 
 #include 
 #include 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cluster-glue for openSUSE:Factory

Hello community,

here is the log from the commit of package cluster-glue for openSUSE:Factory 
checked in at 2012-05-03 10:54:25

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


Package is "cluster-glue", Maintainer is "dmuhameda...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/cluster-glue/cluster-glue.changes
2012-02-16 12:19:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.cluster-glue.new/cluster-glue.changes   
2012-05-03 10:54:26.0 +0200
@@ -1,0 +2,25 @@
+Thu Mar 22 12:12:04 GMT 2012 - aspi...@suse.com
+
+- add dependency on perl-TimeDate for hb_report (bnc#753562)
+
+---
+Wed Mar 21 15:53:10 UTC 2012 - dmuhameda...@suse.com
+
+- clplumbing: cl_msg: increase max message size to 512Kb
+- clplumbing: cl_msg: increase compression threshold
+- clplumbing: cl_msg: don't use traditional compression by default
+- clplumbing: cl_msg: try compressing message before rejecting it as too big
+- clplumbing: load bz2 compression module by default
+- clplumbing: ipc: fix message size checks (bnc#752231)
+- stonith: external/vcenter: return list of configured hosts on gethosts
+- Upstream version cs: 6766d7061071
+
+---
+Tue Mar 13 16:56:14 UTC 2012 - dmuhameda...@suse.com
+
+- LRM: lrmd: add basic authentication (lf#2547)
+- LRM: lrmd: if set, get max-children from the LRMD_MAX_CHILDREN environment 
var
+- hb_report: add /etc/booth/booth.conf to the list of configurations 
(bnc#750049)
+- Upstream version cs: 58686d5ae302
+
+---



Other differences:
--
++ cluster-glue.spec ++
--- /var/tmp/diff_new_pack.vLqHvw/_old  2012-05-03 10:54:27.0 +0200
+++ /var/tmp/diff_new_pack.vLqHvw/_new  2012-05-03 10:54:27.0 +0200
@@ -71,11 +71,12 @@
 %endif
 Conflicts:  heartbeat-common < 3.0.2
 Obsoletes:  heartbeat-common < 3.0.2
+Requires:   perl-TimeDate
 Requires(pre):/usr/sbin/groupadd /usr/bin/getent /usr/sbin/useradd
 # SLES10 needs tcpd-devel but doesn't have libcurl
 %if 0%{?suse_version} < 1020
-BuildRequires:  tcpd-devel
 BuildRequires:  sgml-skel
+BuildRequires:  tcpd-devel
 %else
 BuildRequires:  libcurl-devel
 %endif
@@ -238,6 +239,7 @@
 %dir %{_libdir}/heartbeat/plugins
 %dir %{_libdir}/heartbeat/plugins/RAExec
 %dir %{_libdir}/heartbeat/plugins/InterfaceMgr
+%dir %{_libdir}/heartbeat/plugins/compress
 %dir %{_libdir}/stonith
 %dir %{_libdir}/stonith/plugins
 %dir %{_libdir}/stonith/plugins/stonith2
@@ -266,6 +268,7 @@
 %{_libdir}/heartbeat/ha_logd
 %{_libdir}/heartbeat/plugins/RAExec/*.so
 %{_libdir}/heartbeat/plugins/InterfaceMgr/*.so
+%{_libdir}/heartbeat/plugins/compress/*.so
 %{_libdir}/stonith/plugins/external
 %exclude %{_libdir}/stonith/plugins/stonith2/null.so
 %exclude %{_libdir}/stonith/plugins/stonith2/ssh.so

++ bug-728579_glue-stonith-dev-id.patch ++
--- /var/tmp/diff_new_pack.vLqHvw/_old  2012-05-03 10:54:27.0 +0200
+++ /var/tmp/diff_new_pack.vLqHvw/_new  2012-05-03 10:54:27.0 +0200
@@ -1,10 +1,10 @@
 # HG changeset patch
-# Parent 4b08977bece328dd582ba23e9d92a7aa728133fd
+# Parent 58686d5ae302fffcf62ca337cefcaf792e47014a
 Low: stonith: add CRM stonith resource name to log messages
 
-diff -r 4b08977bece3 -r 118235d7af04 lib/stonith/ha_log.sh
 a/lib/stonith/ha_log.shFri Nov 04 17:59:44 2011 +0100
-+++ b/lib/stonith/ha_log.shThu Nov 10 10:50:40 2011 +0100
+diff -r 58686d5ae302 lib/stonith/ha_log.sh
+--- a/lib/stonith/ha_log.shTue Mar 13 16:53:03 2012 +0100
 b/lib/stonith/ha_log.shTue Mar 13 17:10:30 2012 +0100
 @@ -54,16 +54,24 @@ level_pres() {
esac
  }
@@ -12,8 +12,8 @@
 +set_logtag() {
 +  # add parent pid to the logtag
 +  if [ "$HA_LOGTAG" ]; then
-+  if [ -n "$CRM_st_device_id" ]; then
-+  HA_LOGTAG="$HA_LOGTAG($CRM_st_device_id)[$PPID]"
++  if [ -n "$CRM_meta_st_device_id" ]; then
++  HA_LOGTAG="$HA_LOGTAG($CRM_meta_st_device_id)[$PPID]"
 +  else
 +  HA_LOGTAG="$HA_LOGTAG[$PPID]"
 +  fi

++ cluster-glue-1.0.9.tar.bz2 ++
 3517 lines of diff (skipped)

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



commit clisp for openSUSE:Factory

Hello community,

here is the log from the commit of package clisp for openSUSE:Factory checked 
in at 2012-05-03 10:54:20

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


Package is "clisp", Maintainer is "wer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/clisp/clisp.changes  2012-01-19 
16:54:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.clisp.new/clisp.changes 2012-05-03 
10:54:23.0 +0200
@@ -1,0 +2,10 @@
+Wed Apr 18 16:04:38 UTC 2012 - dval...@suse.com
+
+- fix libsigsegv link. To make service run happy 
+
+---
+Tue Mar 27 18:14:39 UTC 2012 - sweet_...@gmx.de
+
+- update to libsigsegv 2.9 to fix ppc build
+
+---

Old:

  _service
  libsigsegv-2.8.tar.bz2

New:

  libsigsegv-2.9.tar.gz



Other differences:
--
++ clisp.spec ++
--- /var/tmp/diff_new_pack.0HQsl8/_old  2012-05-03 10:54:25.0 +0200
+++ /var/tmp/diff_new_pack.0HQsl8/_new  2012-05-03 10:54:25.0 +0200
@@ -39,18 +39,18 @@
 # to BuildRequires
 #
 %define debug  no
-License:GPL-2.0+
-Group:  Development/Languages/Other
 Requires(pre):  vim
 Version:2.49
 Release:0
 Summary:A Common Lisp Interpreter
+License:GPL-2.0+
+Group:  Development/Languages/Other
 Url:http://clisp.cons.org
 Source0:
http://switch.dl.sourceforge.net/sourceforge/clisp/clisp-2.49.tar.bz2
 # Original source at http://www.haible.de/bruno/gnu/ffcall-1.10.tar.gz
 # adopted to work with clisp-2.43 and higher
 Source1:ffcall-1.10+2.43.tar.bz2
-Source2:ftp://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-2.8.tar.bz2
+Source2:ftp://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-2.9.tar.gz
 Source3:clisp-rpmlintrc
 Source4:README.SuSE
 Patch0: clisp-2.49.dif

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



commit c++-gtk-utils for openSUSE:Factory

Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2012-05-03 10:54:14

Comparing /work/SRC/openSUSE:Factory/c++-gtk-utils (Old)
 and  /work/SRC/openSUSE:Factory/.c++-gtk-utils.new (New)


Package is "c++-gtk-utils", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/c++-gtk-utils/c++-gtk-utils.changes  
2012-03-29 11:35:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2012-05-03 10:54:21.0 +0200
@@ -1,0 +2,14 @@
+Thu Apr 12 12:40:12 UTC 2012 - malcolmle...@opensuse.org
+
+- Update to version 2.0.7:
+  + Fix compilation with gcc-4.7.
+  + Provide unit test for Future asynchronous functions.
+  + Avoid types deprecated in gtk+-3.4 in the Application unit
+test, when compiled against gtk+-3.4.
+  + Update FSF address in relevant copyright notices.
+  + Update documentation.
+- Drop c++-gtk-utils-fix-incorrect-fsf-address.patch: fixed
+  upstream.
+- Drop c++-gtk-utils-gcc47.patch: fixed upstream.
+
+---

Old:

  c++-gtk-utils-2.0.6.tar.gz
  c++-gtk-utils-fix-incorrect-fsf-address.patch
  c++-gtk-utils-gcc47.patch

New:

  c++-gtk-utils-2.0.7.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.9UZ9a3/_old  2012-05-03 10:54:23.0 +0200
+++ /var/tmp/diff_new_pack.9UZ9a3/_new  2012-05-03 10:54:23.0 +0200
@@ -20,17 +20,13 @@
 %define soname 2_0-0
 
 Name:   c++-gtk-utils
-Version:2.0.6
+Version:2.0.7
 Release:0
 Summary:Lightweight library for GTK+ programs using C++
 License:LGPL-2.1
 Group:  System/Libraries
 Url:http://cxx-gtk-utils.sourceforge.net/
-Source0:
http://sourceforge.net/projects/cxx-gtk-utils/files/cxx-gtk-utils/%{version}/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM c++-gtk-utils-fix-incorrect-fsf-address.patch sf#3484267 
malcolmle...@opensuse.org -- Fix incorrect FSF address.
-Patch0: c++-gtk-utils-fix-incorrect-fsf-address.patch
-# PATCH-FIX-UPSTREAM c++-gtk-utils-gcc47.patch sf#3510500 dims...@opensuse.org 
-- Fix build with gcc 4.7
-Patch1: c++-gtk-utils-gcc47.patch
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.0.7/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
 %if 0%{?favor_gtk2}
 %define _gtk 2
@@ -70,8 +66,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %if 0%{?favor_gtk2}

++ c++-gtk-utils-2.0.6.tar.gz -> c++-gtk-utils-2.0.7.tar.gz ++
 15353 lines of diff (skipped)

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



commit cairo for openSUSE:Factory

Hello community,

here is the log from the commit of package cairo for openSUSE:Factory checked 
in at 2012-05-03 10:54:10

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


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

Changes:

--- /work/SRC/openSUSE:Factory/cairo/cairo.changes  2012-03-29 
11:35:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.cairo.new/cairo.changes 2012-05-03 
10:54:19.0 +0200
@@ -1,0 +2,6 @@
+Sat Apr 21 15:34:36 UTC 2012 - je...@suse.com
+
+- Add cairo-fix-wrong-allocation: fix wrong allocation in
+  _cairo_pdf_surface_add_source_surface (bnc#758422).
+
+---

New:

  cairo-fix-wrong-allocation.patch



Other differences:
--
++ cairo.spec ++
--- /var/tmp/diff_new_pack.0BMJUE/_old  2012-05-03 10:54:21.0 +0200
+++ /var/tmp/diff_new_pack.0BMJUE/_new  2012-05-03 10:54:21.0 +0200
@@ -30,6 +30,8 @@
 Source99:   baselibs.conf
 # PATCH-FIX-UPSTREAM cairo-modules-no-version.patch dims...@opensuse.org -- 
Build modules with -module -avoid-version.
 Patch0: cairo-modules-no-version.patch
+# PATCH-FIX-UPSTREAM cairo-fix-wrong-allocation bnc#758422 fdo#49089 
je...@suse.com -- Fix wrong allocation in _cairo_pdf_surface_add_source_surface
+Patch1: cairo-fix-wrong-allocation.patch
 # These libraries are needed only for tests.
 # Do not enable tests in build systems, it causes build loop!
 #BuildRequires:  librsvg-devel poppler-devel
@@ -146,6 +148,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 NOCONFIGURE=1 ./autogen.sh

++ cairo-fix-wrong-allocation.patch ++
From: Jeff Mahoney 
Subject: cairo: Fix wrong allocation in _cairo_pdf_surface_add_source_surface
References: bnc#758422

 _cairo_pdf_surface_add_source_surface allocates unique_id with
 size unique_id_length but then copies surface_key.unique_id_length into it.

 This causes e.g. evince to crash predictably while trying to print with:
  *** buffer overflow detected ***: evince terminated

 We should be using surface_key.unique_id_length instead.

Signed-off-by: Jeff Mahoney 
---
 src/cairo-pdf-surface.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/src/cairo-pdf-surface.c
+++ b/src/cairo-pdf-surface.c
@@ -1379,7 +1379,7 @@ _cairo_pdf_surface_add_source_surface (c
goto release_source;
 
if (surface_key.unique_id && surface_key.unique_id_length > 0) {
-   unique_id = malloc (unique_id_length);
+   unique_id = malloc (surface_key.unique_id_length);
if (unique_id == NULL) {
status = _cairo_error (CAIRO_STATUS_NO_MEMORY);
goto release_source;

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



commit autoyast2 for openSUSE:Factory

Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2012-05-03 10:54:04

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


Package is "autoyast2", Maintainer is "u...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2012-02-02 
17:56:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2012-05-03 
10:54:16.0 +0200
@@ -1,0 +2,28 @@
+Tue Apr 24 13:04:03 CEST 2012 - u...@suse.de
+
+- added postpartitioning-scripts to rnc file
+  (bnc#752896)
+- 2.22.1
+
+---
+Mon Apr 16 16:55:42 CEST 2012 - u...@suse.de
+
+- setting disklabel to gpt did not work (bnc#757324)
+
+---
+Tue Apr 10 16:26:08 CEST 2012 - u...@suse.de
+
+- license to gpl v2
+
+---
+Thu Mar 29 13:56:04 CEST 2012 - jsuch...@suse.cz
+
+- merged proofread texts 
+
+---
+Thu Mar  1 13:47:17 CET 2012 - u...@suse.de
+
+- autoyast init-scripts got a parameter "2" because of a bug
+  in /etc/init.d/autoyast (bnc#749214)
+
+---

Old:

  autoyast2-2.22.0.tar.bz2

New:

  autoyast2-2.22.1.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.OSiPfD/_old  2012-05-03 10:54:17.0 +0200
+++ /var/tmp/diff_new_pack.OSiPfD/_new  2012-05-03 10:54:17.0 +0200
@@ -19,14 +19,14 @@
 
 
 Name:   autoyast2
-Version:2.22.0
+Version:2.22.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:autoyast2-%{version}.tar.bz2
 
 Group:  System/YaST
-License:GPL-2.0+
+License:GPL-2.0
 BuildRequires:  daps docbook-xsl-stylesheets libxslt perl-XML-Writer 
pkg-config python-xml sgml-skel update-desktop-files xorg-x11-libs 
yast2-bootloader yast2-country yast2-devtools yast2-mouse yast2-slp 
yast2-testsuite yast2-transfer
 # API for Disabled Modules (ProductControl)
 BuildRequires:  yast2 >= 2.16.36
@@ -63,7 +63,7 @@
 installation sources.
 
 %package installation
-Version:2.22.0
+Version:2.22.1
 
 
 Summary:YaST2 - Auto Installation Modules

++ autoyast2-2.22.0.tar.bz2 -> autoyast2-2.22.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-2.22.0/VERSION new/autoyast2-2.22.1/VERSION
--- old/autoyast2-2.22.0/VERSION2012-02-01 16:28:01.0 +0100
+++ new/autoyast2-2.22.1/VERSION2012-04-25 14:12:08.0 +0200
@@ -1 +1 @@
-2.22.0
+2.22.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-2.22.0/configure 
new/autoyast2-2.22.1/configure
--- old/autoyast2-2.22.0/configure  2012-02-02 12:05:24.0 +0100
+++ new/autoyast2-2.22.1/configure  2012-04-25 14:12:30.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for autoyast2 2.22.0.
+# Generated by GNU Autoconf 2.68 for autoyast2 2.22.1.
 #
 # Report bugs to .
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='autoyast2'
 PACKAGE_TARNAME='autoyast2'
-PACKAGE_VERSION='2.22.0'
-PACKAGE_STRING='autoyast2 2.22.0'
+PACKAGE_VERSION='2.22.1'
+PACKAGE_STRING='autoyast2 2.22.1'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1237,7 +1237,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures autoyast2 2.22.0 to adapt to many kinds of systems.
+\`configure' configures autoyast2 2.22.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1308,7 +1308,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of autoyast2 2.22.0:";;
+ short | recursive ) echo "Configuration of autoyast2 2.22.1:";;
esac
   cat <<\_ACEOF
 
@@ -1388,7 +1388,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-autoyast2 configure 2.22.0
+autoyast2 configure 2.22.1
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1405,7 +1405,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It wa

commit arts for openSUSE:Factory

Hello community,

here is the log from the commit of package arts for openSUSE:Factory checked in 
at 2012-05-03 10:53:59

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


Package is "arts", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/arts/arts.changes2012-01-20 
22:06:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.arts.new/arts.changes   2012-05-03 
10:54:01.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 25 18:52:53 UTC 2012 - an...@opensuse.org
+
+- fix build with automake 1.11.5 (the script identified 1.11.5 as 1.5)
+
+---



Other differences:
--
++ arts.spec ++
--- /var/tmp/diff_new_pack.uxyajv/_old  2012-05-03 10:54:03.0 +0200
+++ /var/tmp/diff_new_pack.uxyajv/_new  2012-05-03 10:54:03.0 +0200
@@ -97,6 +97,7 @@
 
 %build
 # no unsermake because of build dependencies hell
+sed -i 's|1.5|xxx|g' admin/cvs.sh
 make -f admin/Makefile.common cvs
 FLAGS="--with-alsa --disable-rpath"
 %ifarch s390 alpha

++ arts-allautomakes.diff ++
--- /var/tmp/diff_new_pack.uxyajv/_old  2012-05-03 10:54:03.0 +0200
+++ /var/tmp/diff_new_pack.uxyajv/_new  2012-05-03 10:54:03.0 +0200
@@ -25,7 +25,7 @@
  exit 1
  ;;
 -  automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | 
automake*1.10*)
-+  automake*)
++  automake* )
  echo "*** $AUTOMAKE_STRING found."
  UNSERMAKE=no
  ;;


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



commit accountsservice for openSUSE:Factory

Hello community,

here is the log from the commit of package accountsservice for openSUSE:Factory 
checked in at 2012-05-03 10:53:55

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


Package is "accountsservice", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/accountsservice/accountsservice.changes  
2012-04-20 15:10:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.accountsservice.new/accountsservice.changes 
2012-05-03 10:53:56.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr 23 07:57:30 UTC 2012 - vu...@opensuse.org
+
+- Add back accountsservice-filter-more-accounts.patch to filter the
+  at user.
+- Add accountsservice-filter-no-shell.patch to filter users with no
+  shell, which happens when NIS is setup.
+- This should fix bnc#757662.
+- Rebase accountsservice-filter-suse-accounts.patch.
+
+---

New:

  accountsservice-filter-more-accounts.patch
  accountsservice-filter-no-shell.patch



Other differences:
--
++ accountsservice.spec ++
--- /var/tmp/diff_new_pack.pIYiCT/_old  2012-05-03 10:54:01.0 +0200
+++ /var/tmp/diff_new_pack.pIYiCT/_new  2012-05-03 10:54:01.0 +0200
@@ -27,8 +27,12 @@
 # WARNING: do not remove/significantly change patch0 without updating the 
relevant patch in gdm too
 # PATCH-FIX-OPENSUSE accountsservice-sysconfig.patch bnc#688071 
vu...@opensuse.org -- Read/write autologin configuration from sysconfig, like 
gdm (see gdm-sysconfig-settings.patch)
 Patch0: accountsservice-sysconfig.patch
+# PATCH-FIX-UPSTREAM accountsservice-filter-more-accounts.patch fdo#48178 
vu...@opensuse.org -- Filter out more system users (at)
+Patch1: accountsservice-filter-more-accounts.patch
+# PATCH-FIX-UPSTREAM accountsservice-filter-no-shell.patch fdo#48859 
vu...@opensuse.org -- Filter out users with no shell (which happens when NIS is 
setup)
+Patch2: accountsservice-filter-no-shell.patch
 # PATCH-FIX-OPENSUSE accountsservice-filter-suse-accounts.patch 
vu...@opensuse.org -- Filter out some system users that are specific to openSUSE
-Patch2: accountsservice-filter-suse-accounts.patch
+Patch3: accountsservice-filter-suse-accounts.patch
 # needed for patch0
 BuildRequires:  gnome-common
 BuildRequires:  gobject-introspection-devel
@@ -88,7 +92,9 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 # needed for patch0


++ accountsservice-filter-more-accounts.patch ++
>From 9bbea12e0592530349c0b07669430186cfeed5a1 Mon Sep 17 00:00:00 2001
From: Vincent Untz 
Date: Wed, 18 Apr 2012 08:55:50 +0200
Subject: [PATCH] daemon: Also exclude "at" user

---
 src/daemon.c |1 +
 1 file changed, 1 insertion(+)

diff --git a/src/daemon.c b/src/daemon.c
index d186ab6..0103632 100644
--- a/src/daemon.c
+++ b/src/daemon.c
@@ -79,6 +79,7 @@ static const char *default_excludes[] = {
 "ftp",
 "games",
 "man",
+"at",
 NULL
 };
 
-- 
1.7.9.2

++ accountsservice-filter-no-shell.patch ++
>From dc95009e692071f56a194b6b1466c9a2b284feee Mon Sep 17 00:00:00 2001
From: Vincent Untz 
Date: Wed, 18 Apr 2012 08:57:11 +0200
Subject: [PATCH] daemon: Exclude users with no shell

The NIS entry in /etc/passwd seems to be:
+::

We obviously don't want a user with no shell to be visible, so use this
more generic solution.
---
 src/daemon.c |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/daemon.c b/src/daemon.c
index d186ab6..be98de7 100644
--- a/src/daemon.c
+++ b/src/daemon.c
@@ -163,8 +163,8 @@ daemon_local_user_is_excluded (Daemon *daemon, const gchar 
*username, const gcha
 char *basename, *nologin_basename, *false_basename;
 int ret;
 
-if (shell == NULL) {
-return FALSE;
+if (shell == NULL || shell[0] == '\0') {
+return TRUE;
 }
 
 ret = FALSE;
-- 
1.7.9.2

++ accountsservice-filter-suse-accounts.patch ++
--- /var/tmp/diff_new_pack.pIYiCT/_old  2012-05-03 10:54:01.0 +0200
+++ /var/tmp/diff_new_pack.pIYiCT/_new  2012-05-03 10:54:01.0 +0200
@@ -3,9 +3,9 @@
 --- accountsservice-0.6.17.orig/src/daemon.c
 +++ accountsservice-0.6.17/src/daemon.c
 @@ -79,6 +79,8 @@ static const char *default_excludes[] =
- "ftp",
  "games",
  "man",
+ "at",
 +"beagleindex",
 +"suse-ncc",
  NULL

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