commit ctags for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package ctags for openSUSE:Factory
checked in at Mon Aug 1 09:39:18 CEST 2011.




--- ctags/ctags.changes 2009-12-21 23:40:10.0 +0100
+++ /mounts/work_src_done/STABLE/ctags/ctags.changes2011-07-29 
19:05:42.0 +0200
@@ -1,0 +2,43 @@
+Fri Jul 29 16:49:36 UTC 2011 - pu...@novell.com
+
+- update to ctags-5.8 
+ - Removed ".ml" as a Lisp extension (now OCaml) [Lisp].
+ - Added support for Ant language, contributed by David Fishburn.
+ - Added support for DOS Batch language, contributed by David
+   Fishburn.
+ - Added support for Flex (Adobe) language, contributed by David
+   Fishburn.
+ - Added support for MATLAB language, contributed by David Fishburn.
+ - Added support for Objective Camel (OCaml), provided by Vincent
+   Berthoux
+ - Added support for TeX language, contributed by David Fishburn.
+ - Added support for VHDL language, contributed by Nicolas Vincent
+ - Added support for Pyrex/Cython declarations [Python].
+ - Added support for "v" kind, for variables [Python].
+ - Added support for class and member variables
+ - Added support for recent enhancements to Eiffel language
+   [Eiffel].
+ - Added support for ASP classes, contributed by Zendhi Nagao;
+   changes meaning of 'c' kind flag [ASP].
+ - Added regex support when compiling with MinGW. Gnu regex module
+   now included in all distributions.
+ - Fixed detection of triple strings inside other strings
+ - Fixed an endless loop with comments in triple strings
+ - Fixed bug where functions were sometimes seen as methods
+ - Fixed parsing of method parameter annotations, fix contributed by
+   Paolo "blaisorblade" Giarrusso
+ - Fixed parsing of global scope qualifiers in base class lists
+ - Fixed bug where namespace members were given kinds corresponding
+   to globals 
+ - Fixed parsing of "else"
+ - Fixed parsing of derived enums
+ - Fixed parsing of "foreach"
+ - Fixed parsing of simple generic classes
+ - Fixed bug with detecting identifiers inside variables
+ - Fixed bug with detecting identifiers at the start of variables
+ - Fixed parsing of triple single-quoted multi-line strings
+- disabled YCP parser for now (does not apply)
+- add ctags-date-time.patch
+- use spec-cleaner
+
+---

calling whatdependson for head-i586


Old:

  ctags-5.7.tar.bz2

New:

  ctags-5.8.tar.gz
  ctags-date-time.patch



Other differences:
--
++ ctags.spec ++
--- /var/tmp/diff_new_pack.QyMcgI/_old  2011-08-01 09:21:22.0 +0200
+++ /var/tmp/diff_new_pack.QyMcgI/_new  2011-08-01 09:21:22.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ctags (Version 2009.12.21)
+# spec file for package ctags
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,21 +18,24 @@
 
 
 Name:   ctags
-License:GPLv2+
-Group:  Development/Tools/Navigators
-AutoReqProv:on
-%define ctags_ver  5.7
+%define ctags_ver  5.8
 %define etags_ver  17.38.1.4
-Version:2009.12.21
+# Let the date means last update of either ctags or etags tarball
+Version:2011.7.29
 Release:1
+License:GPLv2+
 Summary:A Program to Generate Tag Files for Use with vi and Other 
Editors
 Url:http://ctags.sourceforge.net/
-Source0:
ftp://ftp.sourceforge.net/pub/sourceforge/c/ct/ctags/ctags-%{ctags_ver}.tar.bz2
+Group:  Development/Tools/Navigators
+Source0:ctags-%{ctags_ver}.tar.gz
 Source1:etags-%{etags_ver}.tar.gz
 Source2:README.SuSE
-Patch0: ctags-%{ctags_ver}.diff
-Patch1: ctags-ycp-parser.diff
-Patch2: etags-%{etags_ver}.diff
+Patch1: ctags-5.7.diff
+# No resources to make this patch work with ctags-5.8 (applied to ctags-5.7)
+# Anyone is welcome to make it work again.
+#Patch2:ctags-ycp-parser.diff
+Patch3: ctags-date-time.patch
+Patch4: etags-%{etags_ver}.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -44,51 +47,44 @@
 Pascal, Cobol, Ada, Perl, LaTeX, Scheme, Emacs Lisp/Common Lisp,
 Postscript, Erlang, Python, Prolog, and most assembler-like syntaxes.
 
-
-
-Authors:
-
-Darren Hiebert 
-Ken Arnold
-Francesco Potort� 
-
 %prep
 %setup -q -n ctags-%{ctags_ver} -b 1
-%patch0
 %patch1
+#%#patch2
+%patch3 -p1
 cd ../etags-%{etags_ver}
-%patch2
+%patch4
 
 %build
 CC=gcc
-CFLAGS="$RPM_OPT_FLAGS -Wall"
+CFLAGS="%{optflags} -Wall"
 export CFLAGS CC
 ./configure --prefix=/usr --mandir=%{_mandir} --disable-etags
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 cd ../etags-%{etags_ver}
 CFLA

commit pulseaudio for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package pulseaudio for openSUSE:Factory
checked in at Mon Aug 1 09:40:09 CEST 2011.




--- pulseaudio/pulseaudio.changes   2011-07-22 18:04:56.0 +0200
+++ /mounts/work_src_done/STABLE/pulseaudio/pulseaudio.changes  2011-07-27 
19:18:49.0 +0200
@@ -1,0 +2,10 @@
+Wed Jul 27 13:29:24 CEST 2011 - ti...@suse.de
+
+- Updated to version 0.9.23:
+  Bugfix only update, see changelog at
+http://pulseaudio.org/milestone/0.9.23
+- Suppress too verbose error message at socket connection failure
+  from a client; this is annoying when alsa-plugins-pulse fallback
+  is used
+
+---

calling whatdependson for head-i586


Old:

  bnc666350-fix-incorrect-check-of-return-value.patch
  pulseaudio-0.9.22.tar.bz2

New:

  pulseaudio-0.9.23.tar.gz
  suppress-socket-error-msg.diff



Other differences:
--
++ pulseaudio.spec ++
--- /var/tmp/diff_new_pack.troV6x/_old  2011-08-01 09:39:37.0 +0200
+++ /var/tmp/diff_new_pack.troV6x/_new  2011-08-01 09:39:37.0 +0200
@@ -17,22 +17,21 @@
 
 # norootforbuild
 
-%define drvver 0.9.22
+%define drvver 0.9.23
 
 Name:   pulseaudio
 Summary:A Networked Sound Server
-Version:0.9.22
-Release:10
+Version:0.9.23
+Release:1
 License:GPLv2+ ; LGPLv2.1+
 Group:  System/Sound Daemons
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://freedesktop.org/software/pulseaudio/releases/%{name}-%{version}.tar.gz
 Source1:default.pa-for-gdm
 Source2:setup-pulseaudio
 Source3:sysconfig.sound-pulseaudio
 Source99:   baselibs.conf
 Patch0: disabled-start.diff
-# PATCH-FIX-UPSTREAM bnc666350-fix-incorrect-check-of-return-value.patch 
sree...@novell.com -- fix to correctly report realtime status
-Patch1: bnc666350-fix-incorrect-check-of-return-value.patch
+Patch1: suppress-socket-error-msg.diff
 Url:http://pulseaudio.org
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  alsa-devel
@@ -392,6 +391,7 @@
 %{_libdir}/pulse-%{drvver}/modules/module-intended-roles.so
 %{_libdir}/pulse-%{drvver}/modules/module-rygel-media-server.so
 %{_libdir}/pulse-%{drvver}/modules/module-udev-detect.so
+%{_libdir}/pulse-%{drvver}/modules/module-echo-cancel.so
 %dir %{_datadir}/pulseaudio
 %dir %{_datadir}/pulseaudio/alsa-mixer
 %dir %{_datadir}/pulseaudio/alsa-mixer/paths
@@ -438,6 +438,7 @@
 %defattr(-,root,root)
 %{_libdir}/pulse-%{drvver}/modules/module-jack-sink.so
 %{_libdir}/pulse-%{drvver}/modules/module-jack-source.so
+%{_libdir}/pulse-%{drvver}/modules/module-jackdbus-detect.so
 
 %files module-bluetooth
 %defattr(-,root,root)
@@ -482,9 +483,7 @@
 %{_libdir}/libpulse-simple.so
 %{_libdir}/libpulse-browse.so
 %{_libdir}/pkgconfig/libpulse*.pc
-%dir %{_datadir}/vala
-%dir %{_datadir}/vala/vapi
-%{_datadir}/vala/vapi/libpulse.vapi
+%{_datadir}/vala
 
 %files utils
 %defattr(-,root,root)

++ suppress-socket-error-msg.diff ++
---
 src/pulsecore/socket-client.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/src/pulsecore/socket-client.c
+++ b/src/pulsecore/socket-client.c
@@ -258,7 +258,7 @@
 c->local = pa_socket_address_is_local(sa);
 
 if ((c->fd = socket(sa->sa_family, SOCK_STREAM, 0)) < 0) {
-pa_log("socket(): %s", pa_cstrerror(errno));
+/*pa_log("socket(): %s", pa_cstrerror(errno));*/
 return -1;
 }
 





Remember to have fun...

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



commit openldap2 for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package openldap2 for openSUSE:Factory
checked in at Mon Aug 1 09:43:30 CEST 2011.




--- openldap2/openldap2-client.changes  2011-03-29 17:31:51.0 +0200
+++ /mounts/work_src_done/STABLE/openldap2/openldap2-client.changes 
2011-07-07 17:04:11.0 +0200
@@ -1,0 +2,35 @@
+Thu Jul  7 14:43:05 UTC 2011 - rha...@suse.de
+
+- Update to 2.4.26
+  * Added libldap LDAP_OPT_X_TLS_PACKAGE (ITS#6969)
+  * Fixed libldap descriptor leak (ITS#6929)
+  * Fixed libldap socket leak (ITS#6930)
+  * Fixed libldap get option crash (ITS#6931)
+  * Fixed libldap lockup (ITS#6898)
+  * Fixed libldap ASYNC TLS setup (ITS#6828)
+  * Fixed libldap with missing \n terminations (ITS#6947)
+  * Fixed tools double free (ITS#6946)
+  * Fixed tools verbose output (ITS#6977)
+  * Fixed ldapmodify SEGV on invalid LDIF (ITS#6978)
+  * Added slapd extra_attrs database option (ITS#6513)
+  * Fixed slapd asserts (ITS#6932)
+  * Fixed slapd configfile param on windows (ITS#6933)
+  * Fixed slapd config with global chaining (ITS#6843)
+  * Fixed slapd uninitialized variables (ITS#6935)
+  * Fixed slapd config objectclass is readonly (ITS#6963)
+  * Fixed slapd entry response with control (ITS#6899)
+  * Fixed slapd with unknown attrs (ITS#6819)
+  * Fixed slapd normalization of schema RDN (ITS#6967)
+  * Fixed slapd operations cache to 10 op limit (ITS#6944)
+  * Fixed slapd syncrepl crash with non-replicated ops (ITS#6892)
+  * Fixed slapd-bdb/hdb with sparse index ranges (ITS#6961)
+  * Fixed back-ldap ppolicy updates (ITS#6711)
+  * Fixed back-ldap with id-assert (ITS#6817)
+  * Fixed various slapo-pcache issues (ITS#6823, ITS#6950,
+ITS#6951, ITS#6953, ITS#6954)
+  * Fixed slapo-pcache database corruption (ITS#6831)
+  * Fixed slapo-syncprov with replicated subtrees (ITS#6872)
+- backported delete support for child entries of overlays from
+  master (bnc#704398)
+
+---
openldap2.changes: same change

calling whatdependson for head-i586


Old:

  openldap-2.3.37.tar.bz2
  openldap-2.4.25.tar.bz2

New:

  0011-config-delete-overlay-fixes.dif
  0012-backport-ConfigLDAPdel-callback-from-current-master.dif
  openldap-2.3.37.tgz
  openldap-2.4.26.tgz



Other differences:
--
++ openldap2-client.spec ++
--- /var/tmp/diff_new_pack.y6Mcu9/_old  2011-08-01 09:41:39.0 +0200
+++ /var/tmp/diff_new_pack.y6Mcu9/_new  2011-08-01 09:41:39.0 +0200
@@ -24,7 +24,7 @@
 %if %sles_version == 9 || %sles_version == 10
 BuildRequires:  -libopenssl-devel -pwdutils openssl-devel
 %endif
-Version:2.4.25
+Version:2.4.26
 Release:1
 Url:http://www.openldap.org
 License:BSD3c(or similar) ; openldap 2.8
@@ -45,7 +45,7 @@
 Summary:The OpenLDAP commandline client tools
 %endif
 AutoReqProv:on
-Source: openldap-%{version}.tar.bz2
+Source: openldap-%{version}.tgz
 Source1:openldap-rc.tgz
 Source2:addonschema.tar.gz
 Source3:DB_CONFIG
@@ -53,7 +53,7 @@
 Source5:README.update
 Source6:README.dynamic-overlays
 Source7:schema2ldif
-Source100:  openldap-2.3.37.tar.bz2
+Source100:  openldap-2.3.37.tgz
 Patch1: 0001-build-adjustments.dif
 Patch2: 0002-slapd.conf.dif
 Patch3: 0003-LDAPI-socket-location.dif
@@ -64,6 +64,8 @@
 Patch8: 0008-Recover-on-DB-version-change.dif
 Patch9: 0009-unregister_supported_control-backport.dif
 Patch10:0010-Fix-exposure-of-SSS-VLV-controls-ITS-6647.dif
+Patch11:0011-config-delete-overlay-fixes.dif
+Patch12:0012-backport-ConfigLDAPdel-callback-from-current-master.dif
 Patch100:   openldap-2.3.37.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if "%{name}" == "openldap2"
@@ -240,6 +242,8 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
+%patch12 -p1
 cp %{SOURCE5} .
 cp %{SOURCE6} .
 cd ../openldap-2.3.37
@@ -481,10 +485,7 @@
 %{_libdir}/libldap*.so.*
 EOF
 cat > openldap2-devel.filelist <
 Date: Wed, 16 Jun 2010 14:04:07 +0200
 Subject: build-adjustments
@@ -20,10 +20,10 @@
  sharedstatedir = @sharedstatedir@
  sysconfdir = @sysconfdir@$(ldap_subdir)
 diff --git a/configure.in b/configure.in
-index 0e44858..4f15898 100644
+index 0872d81..225647b 100644
 --- a/configure.in
 +++ b/configure.in
-@@ -67,7 +67,9 @@ dnl Determine host platform
+@@ -69,7 +69,9 @@ dnl Determine host platform
  dnl   we try not to use this for much
  AC_CANONICAL_TARGET([])
  

++ 0002-slapd.conf.dif ++
--- /var/tmp/diff_new_pack.y6Mcu9/_old  2011-08-01 09:41:39.0 +0200
+++ /var/tmp/diff_new_pack.y6Mcu9/_new  2011-08-01 09:41:39.0 +0200
@@ -1,4 +1,4 @@
-From cd4cb8676956b0db50fae7cc0ccb110d40788644 Mon Sep 17 00:00:00 2001
+From 3a5f7ce7960e64d49ad104cc9abc7941b454d933 Mon S

commit libedit for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package libedit for openSUSE:Factory
checked in at Mon Aug 1 09:44:22 CEST 2011.




--- libedit/libedit.changes 2010-04-24 23:35:17.0 +0200
+++ /mounts/work_src_done/STABLE/libedit/libedit.changes2011-07-31 
22:47:34.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul 31 20:45:38 UTC 2011 - crrodrig...@opensuse.org
+
+- Link with ncurses6w instead of ncurses5 
+- Do not inject artificial dependencies on other packages
+
+---

calling whatdependson for head-i586


New:

  libedit-20100424-3.0-ncurses.patch



Other differences:
--
++ libedit.spec ++
--- /var/tmp/diff_new_pack.cyPpFL/_old  2011-08-01 09:43:46.0 +0200
+++ /var/tmp/diff_new_pack.cyPpFL/_new  2011-08-01 09:43:46.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libedit (Version 3.0.snap20100424)
+# spec file for package libedit
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 
 Name:   libedit
 Version:3.0.snap20100424
-Release:1
+Release:7
 %define pkg_namelibedit
 %define pkg_version 20100424-3.0
 #
@@ -28,13 +28,14 @@
 Group:  Development/Libraries/C and C++
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc-c++ ncurses-devel
+BuildRequires:  gcc-c++ ncurses-devel pkgconfig
 #
 Url:http://www.thrysoee.dk/editline/
 # http://www.thrysoee.dk/editline/%{pkg_name}-%{pkg_version}.tar.gz
 Source: %{pkg_name}-%{pkg_version}.tar.bz2
 Source1:README.SuSE
 Patch1: libedit-downgrade_autoconf.patch
+Patch2: libedit-20100424-3.0-ncurses.patch
 #
 Summary:Command Line Editing and History Library
 
@@ -55,6 +56,7 @@
 
 %package -n %{library_name}
 
+
 License:BSD3c
 Group:  Development/Libraries/C and C++
 Provides:   %{pkg_name} = %{version}-%{release}
@@ -79,7 +81,7 @@
 Group:  Development/Libraries/C and C++
 Requires:   %{library_name} = %{version}
 Provides:   %{library_name}-devel = %{version}-%{release}
-Requires:   ncurses-devel
+Requires:   glibc-devel
 #
 Summary:Development files for libedit
 
@@ -100,6 +102,7 @@
 %setup -n %{pkg_name}-%{pkg_version}
 %{__cp} %{S:1} .
 %patch1
+%patch2
 
 %build
 NOCONFIGURE=1 autoreconf -fiv
@@ -116,6 +119,9 @@
 %clean
 %{?buildroot:%__rm -rf "%{buildroot}"}
 
+%check
+make check
+
 %post   -n %{library_name} -p /sbin/ldconfig
 
 %postun -n %{library_name} -p /sbin/ldconfig

++ libedit-20100424-3.0-ncurses.patch ++
--- configure.ac.orig
+++ configure.ac
@@ -34,7 +34,7 @@ EL_MANTYPE
 
 
 AC_CHECK_LIB(curses, tgetent,,
-   [AC_CHECK_LIB(ncurses, tgetent,,
+   [AC_CHECK_LIB(ncursesw, tgetent,,
   [AC_MSG_ERROR([libcurses or libncurses are required!])] )] )
 
 
--- src/Makefile.am.orig
+++ src/Makefile.am
@@ -44,6 +44,7 @@ libedit_la_SOURCES = chared.c common.c e
histedit.h key.h map.h 
chartype.h parse.h prompt.h read.h refresh.h \
search.h sig.h sys.h 
el_term.h tty.h vis.h filecomplete.h \
editline/readline.h
+libedit_la_CFLAGS = $(shell ncursesw6-config --cflags)
 if WIDECHAR
 libedit_la_SOURCES += eln.c
 endif
@@ -53,5 +54,5 @@ nobase_include_HEADERS = histedit.h edit
 
 nodist_libedit_la_SOURCES = $(BUILT_SOURCES)
 
-libedit_la_LDFLAGS = -no-undefined -version-info $(LT_VERSION)
+libedit_la_LDFLAGS = $(shell ncursesw6-config --libs) -no-undefined 
-version-info $(LT_VERSION)
 
--- libedit.pc.in.orig
+++ libedit.pc.in
@@ -7,6 +7,6 @@ Name: libedit
 Description: command line editor library provides generic line editing, 
history, and tokenization functions.
 Version: @VERSION@
 Requires:
-Libs: -L${libdir} -ledit @LIBS@
+Libs: -ledit
 Cflags: -I${includedir} -I${includedir}/editline
 





Remember to have fun...

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



commit libksba for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package libksba for openSUSE:Factory
checked in at Mon Aug 1 09:52:51 CEST 2011.




--- libksba/libksba.changes 2010-12-03 13:01:36.0 +0100
+++ /mounts/work_src_done/STABLE/libksba/libksba.changes2011-07-29 
18:02:16.0 +0200
@@ -1,0 +2,11 @@
+Fri Jul 29 15:58:31 UTC 2011 - pu...@novell.com
+
+- update to libksba-1.2.0 
+  - New functions to allow the creation of X.509 certificates.
+  - Interface changes relative to the 1.1.0 release:
+ksba_certreq_set_serial  NEW
+ksba_certreq_set_issuer  NEW
+ksba_certreq_set_validityNEW
+ksba_certreq_set_siginfo NEW
+
+---

calling whatdependson for head-i586


Old:

  libksba-1.1.0.tar.bz2

New:

  libksba-1.2.0.tar.bz2



Other differences:
--
++ libksba.spec ++
--- /var/tmp/diff_new_pack.ZIv3So/_old  2011-08-01 09:47:25.0 +0200
+++ /var/tmp/diff_new_pack.ZIv3So/_new  2011-08-01 09:47:25.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libksba (Version 1.1.0)
+# spec file for package libksba
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:   libksba
-Version:1.1.0
+Version:1.2.0
 Release:1
 License:GPLv3+
 Summary:A X.509 Library

++ libksba-1.1.0.tar.bz2 -> libksba-1.2.0.tar.bz2 ++
 12795 lines of diff (skipped)






Remember to have fun...

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



commit libassuan for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package libassuan for openSUSE:Factory
checked in at Mon Aug 1 09:56:14 CEST 2011.




--- libassuan/libassuan.changes 2010-10-31 19:03:36.0 +0100
+++ /mounts/work_src_done/STABLE/libassuan/libassuan.changes2011-07-29 
17:28:06.0 +0200
@@ -1,0 +2,18 @@
+Fri Jul 29 15:26:04 UTC 2011 - pu...@novell.com
+
+- update to libassuan-2.0.2 
+ - A new flag may now be used to convey comments via
+   assuan_transact.
+ - A new flag value may now be used to disable logging.
+ - The gpgcedev.c driver now provides a log device.
+ - It is now possible to overwrite socket and connect functions in
+   struct assuan_system_hooks.
+ - Interface changes relative to the 2.0.1 release:
+   ASSUAN_CONVEY_COMMENTS   NEW.
+   ASSUAN_NO_LOGGINGNEW.
+   assuan_system_hooks_tCHANGED: Added socket and connect members.
+   ASSUAN_SYSTEM_HOOKS_VERSION  CHANGED: Bumped to 2.
+   assuan_register_pre_cmd_notify  NEW.
+- use spec-cleaner
+
+---

calling whatdependson for head-i586


Old:

  libassuan-2.0.1.tar.bz2

New:

  libassuan-2.0.2.tar.bz2



Other differences:
--
++ libassuan.spec ++
--- /var/tmp/diff_new_pack.yc94QV/_old  2011-08-01 09:53:22.0 +0200
+++ /var/tmp/diff_new_pack.yc94QV/_new  2011-08-01 09:53:22.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libassuan (Version 2.0.1)
+# spec file for package libassuan
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   libassuan
-Summary:IPC library used by GnuPG version 2
-Version:2.0.1
-Release:2
+Version:2.0.2
+Release:1
 License:GPLv2+ ; LGPLv2.1+
-Group:  Development/Libraries/C and C++
+Summary:IPC library used by GnuPG version 2
 Url:http://www.gnupg.org/aegypten2/index.html
+Group:  Development/Libraries/C and C++
 Source: libassuan-%{version}.tar.bz2
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -39,27 +38,14 @@
 %description
 Libassuan is the IPC library used by gpg2 (GnuPG version 2)
 
-Authors:
-
-Werner Koch  
-Neal H. Walfield  
-Marcus Brinkmann  
-
 %package -n libassuan0
-Summary:IPC library used by GnuPG version 2
 License:GPLv2+ ; LGPLv2.1+
+Summary:IPC library used by GnuPG version 2
 Group:  Development/Libraries/C and C++
 
 %description -n libassuan0
 Libassuan is the IPC library used by gpg2 (GnuPG version 2)
 
-Authors:
-
-Werner Koch  
-Neal H. Walfield  
-Marcus Brinkmann  
-
-
 %package devel
 License:GPLv2+ ; LGPLv2.1+
 Summary:IPC library used by GnuPG version 2
@@ -78,32 +64,23 @@
 gpgme also uses libassuan to communicate with a libassuan-enabled GnuPG
 v2 server, but it uses it's own copy of libassuan.
 
-
-Authors:
-
-Werner Koch  
-Neal H. Walfield  
-Marcus Brinkmann  
-
 %prep
 %setup -q
 
 %build
 # Compile with PIC, library is linked into shared libraries:
-export CFLAGS="$RPM_OPT_FLAGS"
+export CFLAGS="%{optflags}"
 export LDFLAGS="-fPIC"
 %configure
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 rm -f %{buildroot}%{_libdir}/*.la
 
-%post -n libassuan0
-/sbin/ldconfig
+%post -n libassuan0 -p /sbin/ldconfig
 
-%postun -n libassuan0
-/sbin/ldconfig
+%postun -n libassuan0 -p /sbin/ldconfig
 
 %post devel
 %install_info --info-dir=%{_infodir} %{_infodir}/assuan.info.gz

++ libassuan-2.0.1.tar.bz2 -> libassuan-2.0.2.tar.bz2 ++
 10545 lines of diff (skipped)






Remember to have fun...

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



commit gpgme for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package gpgme for openSUSE:Factory
checked in at Mon Aug 1 10:01:16 CEST 2011.




--- gpgme/gpgme.changes 2011-04-28 08:30:09.0 +0200
+++ /mounts/work_src_done/STABLE/gpgme/gpgme.changes2011-07-29 
17:54:23.0 +0200
@@ -0,0 +1,13 @@
+Fri Jul 29 15:31:36 UTC 2011 - pu...@novell.com
+
+- update to gpgme-1.3.1 
+  - Detect GPG versions not supporting ---passwd.
+  - Interface changes relative to the 1.3.0 release:
+   GPGME_EXPORT_MODE_MINIMAL NEW
+   GPGME_STATUS_SUCCESS  NEW
+   gpgme_err_code_from_syserror  NEW
+   gpgme_err_set_errno   NEW
+   gpgme_error_from_errnoCHANGED: Return gpgme_error_t
+   gpgme_error_from_syserror NEW
+- drop gnupg-2.0.17-test-failure.patch (fixed upstream)
+
@@ -17,0 +31 @@
+>>> ./gpgme.changes.r4f20f9a7e442573486c918b107fed59f

calling whatdependson for head-i586


Old:

  gnupg-2.0.17-test-failure.patch
  gpgme-1.3.0.tar.bz2

New:

  gpgme-1.3.1.tar.bz2



Other differences:
--
++ gpgme.spec ++
--- /var/tmp/diff_new_pack.Fi1rX5/_old  2011-08-01 09:56:42.0 +0200
+++ /var/tmp/diff_new_pack.Fi1rX5/_new  2011-08-01 09:56:42.0 +0200
@@ -24,18 +24,16 @@
 %else
 BuildRequires:  pth >= 2.0.7
 %endif
-Version:1.3.0
-Release:15
+Version:1.3.1
+Release:1
 License:GPLv2+
 Summary:A Library Designed to Give Applications Easy Access to GnuPG
 Url:http://www.gnupg.org/related_software/gpgme/
 Group:  Productivity/Security
 Source: ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2
-Source2:baselibs.conf
 Patch0: gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch
-# PATCH-FIX-UPSTREAM gnupg-2.0.17-test-failure.patch idoen...@suse.de -- Fix 
test failure with gnupg 2.0.17
-Patch1: gnupg-2.0.17-test-failure.patch
-BuildRequires:  libassuan-devel >= 1.1.0
+Source2:baselibs.conf
+BuildRequires:  libassuan-devel >= 2.0.2
 BuildRequires:  libgpg-error-devel >= 1.4
 PreReq: %install_info_prereq
 Requires:   gpg2
@@ -105,7 +103,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 sh autogen.sh

++ gpgme-1.3.0.tar.bz2 -> gpgme-1.3.1.tar.bz2 ++
 18172 lines of diff (skipped)






Remember to have fun...

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



commit mkinitrd for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory
checked in at Mon Aug 1 10:03:20 CEST 2011.




--- mkinitrd/mkinitrd.changes   2011-07-20 11:03:08.0 +0200
+++ /mounts/work_src_done/STABLE/mkinitrd/mkinitrd.changes  2011-07-29 
16:04:36.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 29 13:46:54 UTC 2011 - mma...@suse.cz
+
+- Add the dmesg utility for easier debugging.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ mkinitrd.spec ++
--- /var/tmp/diff_new_pack.bzZcsB/_old  2011-08-01 10:02:13.0 +0200
+++ /var/tmp/diff_new_pack.bzZcsB/_new  2011-08-01 10:02:13.0 +0200
@@ -31,7 +31,7 @@
 %endif
 AutoReqProv:on
 Version:2.7.0
-Release:21
+Release:23
 Conflicts:  udev < 118
 Requires:   dhcpcd
 PreReq: %fillup_prereq

++ mkinitrd.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/mkinitrd.changes 
new/mkinitrd-2.7.0/mkinitrd.changes
--- old/mkinitrd-2.7.0/mkinitrd.changes 2011-07-20 11:01:50.0 +0200
+++ new/mkinitrd-2.7.0/mkinitrd.changes 2011-07-29 15:47:20.0 +0200
@@ -1,4 +1,9 @@
 ---
+Fri Jul 29 13:46:54 UTC 2011 - mma...@suse.cz
+
+- Add the dmesg utility for easier debugging.
+
+---
 Wed Jul 20 08:32:49 UTC 2011 - mma...@novell.com
 
 - Fix typo in boot-mount.sh (bnc#704867#c6).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/boot-start.sh 
new/mkinitrd-2.7.0/scripts/boot-start.sh
--- old/mkinitrd-2.7.0/scripts/boot-start.sh2011-07-20 11:01:50.0 
+0200
+++ new/mkinitrd-2.7.0/scripts/boot-start.sh2011-07-29 15:47:20.0 
+0200
@@ -2,7 +2,7 @@
 #
 #%stage: boot
 #%depends: devfunctions
-#%programs: /bin/bash umount mount mknod mkdir ln date sleep cat /bin/sed 
/sbin/insmod /sbin/modprobe kill /sbin/killall5 /sbin/halt /sbin/reboot 
/sbin/showconsole cp /sbin/pidof mv chmod rm true ls /lib/mkinitrd/bin/*
+#%programs: /bin/bash umount mount mknod mkdir ln date sleep cat /bin/sed 
/sbin/insmod /sbin/modprobe kill /sbin/killall5 /sbin/halt /sbin/reboot 
/sbin/showconsole cp /sbin/pidof mv chmod rm true ls /lib/mkinitrd/bin/* dmesg
 #%modules: $RESOLVED_INITRD_MODULES
 #%udevmodules: $RESOLVED_INITRD_MODULES_UDEV
 #%dontshow






Remember to have fun...

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



commit bridge-utils for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package bridge-utils for openSUSE:Factory
checked in at Mon Aug 1 10:15:44 CEST 2011.




--- bridge-utils/bridge-utils.changes   2009-12-20 14:07:03.0 +0100
+++ /mounts/work_src_done/STABLE/bridge-utils/bridge-utils.changes  
2011-07-26 16:30:05.0 +0200
@@ -1,0 +2,11 @@
+Mon Jul 25 14:16:57 CST 2011 - lidongy...@novell.com
+- bnc#707837 - network:utilities/bridge-utils: Bug in Factory 12.1
+  brctl has changed from /sbin to /usr/sbin
+  revert the changes made to %install section of the spec file
+
+---
+Wed Jun  8 14:22:43 CST 2011 - lidongy...@novell.com
+
+- update to 1.5
+
+---

calling whatdependson for head-i586


Old:

  bridge-utils-1.4-hz.diff
  bridge-utils-1.4-optflags.patch
  bridge-utils-1.4.tar.bz2

New:

  bridge-utils-1.5-hz.diff
  bridge-utils-1.5-optflags.patch
  bridge-utils-1.5.tar.gz



Other differences:
--
++ bridge-utils.spec ++
--- /var/tmp/diff_new_pack.WeB1PU/_old  2011-08-01 10:04:41.0 +0200
+++ /var/tmp/diff_new_pack.WeB1PU/_new  2011-08-01 10:04:41.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package bridge-utils (Version 1.4)
+# spec file for package bridge-utils
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,16 +20,16 @@
 
 Name:   bridge-utils
 BuildRequires:  libsysfs
-Version:1.4
-Release:55
+Version:1.5
+Release:1
 AutoReqProv:on
 Group:  Productivity/Networking/Routing
 License:GPLv2+
 Url:http://www.linux-foundation.org/en/Net:Bridge
 Summary:Utilities for Configuring the Linux Ethernet Bridge
-Source: %{name}-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.gz
 Patch:  %{name}-%{version}-hz.diff
-Patch1: bridge-utils-1.4-optflags.patch
+Patch1: %{name}-%{version}-optflags.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -59,8 +59,10 @@
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
-install -d -m755 $RPM_BUILD_ROOT/sbin
+install -d -m 755 $RPM_BUILD_ROOT/sbin
 mv $RPM_BUILD_ROOT%{_sbindir}/brctl $RPM_BUILD_ROOT/sbin
+install -D -m 644 libbridge/libbridge.h %{buildroot}%{_includedir}/libbridge.h
+install -D -m 644 libbridge/libbridge.a %{buildroot}%{_libdir}/libbridge.a
 
 %clean
 rm -rf $RPM_BUILD_ROOT

++ bridge-utils-1.4-hz.diff -> bridge-utils-1.5-hz.diff ++

++ bridge-utils-1.4-optflags.patch -> bridge-utils-1.5-optflags.patch ++






Remember to have fun...

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



commit python-cups for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package python-cups for openSUSE:Factory
checked in at Mon Aug 1 10:17:20 CEST 2011.




--- python-cups/python-cups.changes 2011-06-09 16:39:08.0 +0200
+++ /mounts/work_src_done/STABLE/python-cups/python-cups.changes
2011-07-30 09:57:55.0 +0200
@@ -1,0 +2,7 @@
+Sat Jul 30 09:57:14 CEST 2011 - vu...@opensuse.org
+
+- Update to version 1.9.58:
+  + Add cups.Connection.adminExportSamba.
+  + Build fixes.
+
+---

calling whatdependson for head-i586


Old:

  pycups-1.9.57.tar.bz2

New:

  pycups-1.9.58.tar.bz2



Other differences:
--
++ python-cups.spec ++
--- /var/tmp/diff_new_pack.zxEGwR/_old  2011-08-01 10:16:09.0 +0200
+++ /var/tmp/diff_new_pack.zxEGwR/_new  2011-08-01 10:16:09.0 +0200
@@ -21,13 +21,13 @@
 Name:   python-cups
 %define _name   pycups
 BuildRequires:  cups-devel python-devel
-Version:1.9.57
+Version:1.9.58
 Release:1
 Group:  Development/Libraries/Python
 License:GPLv2+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://cyberelk.net/tim/software/pycups/
-Source: %{_name}-%{version}.tar.bz2
+Source: http://cyberelk.net/tim/data/pycups/%{_name}-%{version}.tar.bz2
 Summary:Python Bindings for CUPS
 %py_requires
 

++ pycups-1.9.57.tar.bz2 -> pycups-1.9.58.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycups-1.9.57/ChangeLog new/pycups-1.9.58/ChangeLog
--- old/pycups-1.9.57/ChangeLog 2011-06-09 14:25:49.0 +0200
+++ new/pycups-1.9.58/ChangeLog 2011-07-26 13:20:12.0 +0200
@@ -1,3 +1,30 @@
+2011-07-26  Tim Waugh  
+
+   * setup.py: Version 1.9.58.
+
+2011-07-25  Tim Waugh  
+
+   * MANIFEST.in: New file.
+   * Makefile: Use sdist for creating tarballs.
+
+   * setup.py: Added more information ready for PyPI.
+
+2011-07-18  Tim Waugh  
+
+   * cupsconnection.c: Applied patch from Gowtham Narisipalli to
+   add adminExportSamba method.
+
+2011-06-27  Tim Waugh  
+
+   * setup.py: Link against libiconv on darwin (trac #15).
+
+   * cupsppd.c: Fixed feature test for getline() (trac #15).
+
+2011-06-16  Tim Waugh  
+
+   * postscriptdriver.prov: Increase timeout for dynamic driver
+   listing.
+
 2011-06-09  Tim Waugh  
 
* setup.py: Version 1.9.57.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycups-1.9.57/Makefile new/pycups-1.9.58/Makefile
--- old/pycups-1.9.57/Makefile  2011-02-23 12:18:53.0 +0100
+++ new/pycups-1.9.58/Makefile  2011-07-26 13:28:36.0 +0200
@@ -1,5 +1,6 @@
 NAME=pycups
 VERSION:=$(shell python setup.py --version)
+SDIST_ARGS=--formats=bztar -d.
 RPMCONFIGDIR:=$(shell rpm -E "%{_rpmconfigdir}" 2>/dev/null || :)
 
 SOURCES=cupsmodule.c cupsconnection.c cupsppd.c cupsipp.c setup.py \
@@ -10,23 +11,25 @@
examples \
COPYING NEWS README TODO ChangeLog
 
-cups.so: $(SOURCES)
+cups.so: force
python setup.py build
-   ln -sf build/lib*/$@ .
+   mv build/lib*/$@ .
 
 doc:   cups.so
rm -rf html
epydoc -o html --html $<
 
+doczip:doc
+   cd html && zip ../cups-html.zip *
+
 clean:
-rm -rf build cups.so *.pyc *~
 
 dist:
-   rm -rf $(NAME)-$(VERSION)
-   mkdir $(NAME)-$(VERSION)
-   cp -a $(SOURCES) $(DIST) $(NAME)-$(VERSION)
-   tar jcf $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION)
-   rm -rf $(NAME)-$(VERSION)
+   python setup.py sdist $(SDIST_ARGS)
+
+upload:
+   python setup.py sdist $(SDIST_ARGS) upload -s
 
 install:   install-rpmhook
ROOT= ; \
@@ -41,5 +44,4 @@
install -m0755 postscriptdriver.prov "$$RPMCONFIG"/ ; \
fi
 
-.PHONY: doc clean dist install install-rpmhook
-
+.PHONY: doc doczip clean dist install install-rpmhook force
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycups-1.9.57/NEWS new/pycups-1.9.58/NEWS
--- old/pycups-1.9.57/NEWS  2011-06-09 14:26:38.0 +0200
+++ new/pycups-1.9.58/NEWS  2011-07-19 10:42:45.0 +0200
@@ -1,6 +1,10 @@
 NEWS
 
 
+New in 1.9.58:
+
+* cups.Connection.adminExportSamba
+
 New in 1.9.57:
 
 * Fixed rpm provides script for newer versions of rpm.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycups-1.9.57/PKG-INFO new/pycups-1.9.58/PKG-INFO
--- old/pycups-1.9.57/PKG-INFO  1970-01-01 01:00:00.0 +0100
+++ new/pycups-1.9.58/PKG-INFO  2011-07-26 13:29:19.0 +0200
@@ -0,0 +1,31 @@
+Metadata-Version: 1.0
+Name: pycups
+Version: 1.9.58
+Summary: Python bindings for libcups
+Home-page: http://cyberelk.net/tim/software/pycups/
+Author: Tim

commit phpMyAdmin for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory
checked in at Mon Aug 1 10:18:53 CEST 2011.




--- phpMyAdmin/phpMyAdmin.changes   2011-07-04 15:30:23.0 +0200
+++ /mounts/work_src_done/STABLE/phpMyAdmin/phpMyAdmin.changes  2011-07-29 
17:10:57.0 +0200
@@ -1,0 +2,7 @@
+Fri Jul 29 14:57:01 UTC 2011 - ch...@computersalat.de
+
+- update to 3.4.3.2
+  o PMASA-2011-9 to PMASA-2011-12
+http://www.phpmyadmin.net/home_page/security/
+
+---

calling whatdependson for head-i586


Old:

  phpMyAdmin-3.4.3.1-all-languages.tar.bz2

New:

  phpMyAdmin-3.4.3.2-all-languages.tar.bz2



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.jf1KRn/_old  2011-08-01 10:17:41.0 +0200
+++ /var/tmp/diff_new_pack.jf1KRn/_new  2011-08-01 10:17:41.0 +0200
@@ -34,7 +34,7 @@
 %endif
 
 Summary:Administration of MySQL over the web
-Version:3.4.3.1
+Version:3.4.3.2
 Release:1
 License:GPLv2+
 Group:  Productivity/Networking/Web/Frontends

++ phpMyAdmin-3.4.3.1-all-languages.tar.bz2 -> 
phpMyAdmin-3.4.3.2-all-languages.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-3.4.3.1-all-languages/ChangeLog 
new/phpMyAdmin-3.4.3.2-all-languages/ChangeLog
--- old/phpMyAdmin-3.4.3.1-all-languages/ChangeLog  2011-07-03 
03:18:28.0 +0200
+++ new/phpMyAdmin-3.4.3.2-all-languages/ChangeLog  2011-07-23 
14:42:50.0 +0200
@@ -1,6 +1,12 @@
 phpMyAdmin - ChangeLog
 ==
 
+3.4.3.2 (2011-07-23)
+- [security] Fixed XSS vulnerability, see PMASA-2011-9
+- [security] Fixed local file inclusion vulnerability, see PMASA-2011-10
+- [security] Fixed local file inclusion vulnerability and code execution, see 
PMASA-2011-11
+- [security] Fixed possible session manipulation in swekey authentication, see 
PMASA-2011-12
+
 3.4.3.1 (2011-07-02)
 - [security] Fixed possible session manipulation in swekey authentication, see 
PMASA-2011-5
 - [security] Fixed possible code injection incase session variables are 
compromised, see PMASA-2011-6
@@ -95,7 +101,7 @@
 + patch #2974341 [structure] Clicking on table name in db Structure should 
   Browse the table if possible, thanks to bhdouglass - dougboybhd
 + patch #2975533 [search] New search operators, thanks to
-  Martynas Mickevičius
+  Martynas Mickevičius
 + patch #2967320 [designer] Colored relations based on the primary key,
   thanks to GreenRover - greenrover
 - [core] Provide way for vendors to easily change paths to config files.
@@ -249,7 +255,7 @@
 
 3.3.7.0 (2010-09-07)
 - patch #3050492 [PDF scratchboard] Cannot drag table box to the edge after
-  a page size increase, thanks to Martin Schönberger - mad05
+  a page size increase, thanks to Martin Schönberger - mad05
 
 3.3.6.0 (2010-08-28)
 - bug #3033063 [core] Navi gets wrong db name
@@ -270,7 +276,7 @@
 
 3.3.5.0 (2010-07-26)
 - patch #2932113 [information_schema] Slow export when having lots of
-  databases, thanks to Stéphane Pontier - shadow_walker
+  databases, thanks to Stéphane Pontier - shadow_walker
 - bug #3022705 [import] Import button does not work in Catalan when there
   is no progress bar possible
 - bug [replication] Do not offer information_schema in the list of databases
@@ -310,9 +316,9 @@
 - patch #2984893 [engines] InnoDB storage page emits a warning,
   thanks to Madhura Jayaratne - madhuracj
 - bug #2974687, bug #2974692 [compatibility] PHPExcel : IBM AIX iconv() does 
not work,
-  thanks to Björn Wiberg - bwiberg
+  thanks to Björn Wiberg - bwiberg
 - bug #2983066 [interface] Flush table on table operations shows the query 
twice, 
-  thanks to Martynas Mickevičius - BlinK_
+  thanks to Martynas Mickevičius - BlinK_
 - bug #2983060, patch #2987900 [interface] Fix initial state of tables in
   designer, thanks to Sutharshan Balachandren.
 - bug #2983062, patch #2989408 [engines] Fix warnings when changing table
@@ -391,7 +397,7 @@
 + rfe #2839504 [engines] Support InnoDB plugin's new row formats 
 + [core] Added ability for synchronizing databases among servers.
 + [lang] #2843101 Dutch update, thanks to scavenger2008
-+ [lang] Galician update, thanks to Xosé Calvo - xosecalvo
++ [lang] Galician update, thanks to Xosé Calvo - xosecalvo
 + [export] Added MediaWiki export module,
   thanks to Derek Schaefer - drummingds1
 + [lang] Turkish update, thanks to Burak Yavuz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-3.4.3.1-all-languages/Documentation.html 
new/phpMyAdmin-3.4.3.2-all-languages/Documentation.html
--- old/phpMyAdmin-3.4.3.1-all-languages/Documentation.html 2011-07-03 
03:18:28.0 +0200
+++ new/phpMyAdmin-3.4.3.2-all-la

commit lxpanel for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package lxpanel for openSUSE:Factory
checked in at Mon Aug 1 10:20:26 CEST 2011.




--- lxpanel/lxpanel.changes 2011-07-27 00:37:20.0 +0200
+++ /mounts/work_src_done/STABLE/lxpanel/lxpanel.changes2011-07-30 
00:29:44.0 +0200
@@ -1,0 +2,8 @@
+Fri Jul 29 22:26:44 UTC 2011 - and...@opensuse.org
+
+- New upstream bugfix version 0.5.8
+- removed lxpanel-0.5.7-fix-gcc-warnings.patch
+  lxpanel-0.5.7-fix-gcc-warnings.patch and
+  lxpanel-0.5.7-fix-gtkrequisition.patch now in upstream code
+
+---

calling whatdependson for head-i586


Old:

  lxpanel-0.5.7-fix-gcc-warnings.patch
  lxpanel-0.5.7-fix-gtkrequisition.patch
  lxpanel-0.5.7-fix-typo.patch
  lxpanel-0.5.7.tar.bz2

New:

  lxpanel-0.5.8.tar.bz2



Other differences:
--
++ lxpanel.spec ++
--- /var/tmp/diff_new_pack.qsdzV5/_old  2011-08-01 10:19:20.0 +0200
+++ /var/tmp/diff_new_pack.qsdzV5/_new  2011-08-01 10:19:20.0 +0200
@@ -19,16 +19,13 @@
 
 
 Name:   lxpanel
-Version:0.5.7
-Release:4
+Version:0.5.8
+Release:1
 Summary:Lightweight X11 desktop panel based on fbpanel
 Group:  System/GUI/LXDE
 License:GPL
 Url:http://www.lxde.org/
 Source0:%name-%version.tar.bz2
-Patch0: %name-0.5.7-fix-gtkrequisition.patch
-Patch1: %name-0.5.7-fix-gcc-warnings.patch
-Patch2: %name-0.5.7-fix-typo.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  alsa-devel intltool pkg-config update-desktop-files
 BuildRequires:  docbook-utils gtk2-devel menu-cache-devel python-xml
@@ -66,9 +63,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 %configure \

++ lxpanel-0.5.7.tar.bz2 -> lxpanel-0.5.8.tar.bz2 ++
 4520 lines of diff (skipped)






Remember to have fun...

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



commit lxinput for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package lxinput for openSUSE:Factory
checked in at Mon Aug 1 10:25:58 CEST 2011.




--- lxinput/lxinput.changes 2011-03-14 19:55:45.0 +0100
+++ /mounts/work_src_done/STABLE/lxinput/lxinput.changes2011-07-30 
00:23:49.0 +0200
@@ -1,0 +2,8 @@
+Fri Jul 29 22:23:20 UTC 2011 - and...@opensuse.org
+
+- new upstream version 0.3.1
+  * translations updates
+  * gtk3 support
+  * --enable-man is default 
+
+---

calling whatdependson for head-i586


Old:

  lxinput-0.3.0.tar.bz2

New:

  lxinput-0.3.1.tar.bz2



Other differences:
--
++ lxinput.spec ++
--- /var/tmp/diff_new_pack.0GH4ez/_old  2011-08-01 10:21:21.0 +0200
+++ /var/tmp/diff_new_pack.0GH4ez/_new  2011-08-01 10:21:21.0 +0200
@@ -20,8 +20,8 @@
 
 Name:   lxinput
 Summary:Keyboard and mouse configuration tool 
-Version:0.3.0
-Release:5
+Version:0.3.1
+Release:1
 License:GPLv2
 Group:  System/GUI/LXDE
 Url:http://www.lxde.org/
@@ -38,17 +38,14 @@
 %setup -q
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS"
 %configure
 %__make %{?jobs:-j%{jobs}}
 
 %install
 %makeinstall
-%__rm -rf %{buildroot}/%{_datadir}/locale/{ast,es_VE,frp,ur_PK}
 %suse_update_desktop_file %name
-%fdupes -s %{buildroot}
 %find_lang %name
+%fdupes -s %{buildroot}
 
 %clean
 rm -fr %buildroot
@@ -70,6 +67,6 @@
 %_datadir/%name/%name.ui
 %_datadir/%name/input-keyboard.png
 %_datadir/%name/input-mouse.png
-%_mandir/man1/lxinput.1.gz
+%_mandir/man1/%name.1.gz
 
 %changelog

++ lxinput-0.3.0.tar.bz2 -> lxinput-0.3.1.tar.bz2 ++
 18788 lines of diff (skipped)






Remember to have fun...

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



commit lxdm for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package lxdm for openSUSE:Factory
checked in at Mon Aug 1 10:27:53 CEST 2011.




--- lxdm/lxdm.changes   2011-07-29 00:35:16.0 +0200
+++ /mounts/work_src_done/STABLE/lxdm/lxdm.changes  2011-07-30 
00:32:22.0 +0200
@@ -1,0 +2,13 @@
+Fri Jul 29 22:31:51 UTC 2011 - and...@opensuse.org
+
+- new upstream version 0.4.1
+  * translations updates
+  * fix lost data entry when install 
+
+---
+Fri Jul 29 19:02:00 UTC 2011 - g...@opensuse.org
+
+- added lxdm-0.4.0-fix-null-pointer-dereference.patch in order to
+  fix a potential NUll pointer dereference
+
+---

calling whatdependson for head-i586


Old:

  lxdm-0.4.0.tar.bz2

New:

  lxdm-0.4.0-fix-null-pointer-dereference.patch
  lxdm-0.4.1.tar.bz2



Other differences:
--
++ lxdm.spec ++
--- /var/tmp/diff_new_pack.RvAnqP/_old  2011-08-01 10:26:17.0 +0200
+++ /var/tmp/diff_new_pack.RvAnqP/_new  2011-08-01 10:26:17.0 +0200
@@ -20,8 +20,8 @@
 
 Name:   lxdm
 Summary:LXDE Display Manager
-Version:0.4.0
-Release:3
+Version:0.4.1
+Release:1
 License:GPLv2 and LGPLv2
 Group:  System/GUI/LXDE
 Url:http://lxde.org/
@@ -36,6 +36,7 @@
 # PATCH-FIX-OPENSUSE lxdm-0.4.0-common.patch wer...@novell.com
 # this patch fix bnc#586555 lxdm now use common scripts in /etc/X11/xdm
 Patch4: %{name}-0.4.0-common.patch
+Patch5: %{name}-0.4.0-fix-null-pointer-dereference.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf automake gcc gettext-tools make
 BuildRequires:  ConsoleKit-devel gettext-runtime gtk2-devel intltool
@@ -56,6 +57,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch4 -p1
+%patch5 -p1
 
 %__cp %{SOURCE1} .
 

++ lxdm-0.4.0-fix-null-pointer-dereference.patch ++
diff -urNp lxdm-0.4.0.orig/src/config.c lxdm-0.4.0/src/config.c
--- lxdm-0.4.0.orig/src/config.c2011-07-29 20:56:35.0 +0200
+++ lxdm-0.4.0/src/config.c 2011-07-29 20:57:45.0 +0200
@@ -127,24 +127,19 @@ static gboolean image_file_valid(const c
 static void update_face_image(GtkWidget *w)
 {
GdkPixbuf *pixbuf;
-   char *path;
-   path=g_build_filename(user->pw_dir,".face",NULL);
-   if(access(path,R_OK))
-   {
-   g_free(path);
-   if(ui_nobody)
-   
pixbuf=gdk_pixbuf_new_from_file_at_scale(ui_nobody,48,48,FALSE,NULL);
-   if(!pixbuf)
-   
pixbuf=gtk_icon_theme_load_icon(gtk_icon_theme_get_default(),
+   char *path=g_build_filename(user->pw_dir,".face",NULL);
+   pixbuf=gdk_pixbuf_new_from_file_at_scale(path,48,48,FALSE,NULL);
+   g_free(path);
+   if(!pixbuf && ui_nobody)
+   
pixbuf=gdk_pixbuf_new_from_file_at_scale(ui_nobody,48,48,FALSE,NULL);
+   if(!pixbuf)
+   pixbuf=gtk_icon_theme_load_icon(gtk_icon_theme_get_default(),
"avatar-default", 
48,GTK_ICON_LOOKUP_FORCE_SIZE,NULL);
-   }
-   else
+   if(pixbuf)
{
-   pixbuf=gdk_pixbuf_new_from_file_at_scale(path,48,48,FALSE,NULL);
-   g_free(path);
+   gtk_image_set_from_pixbuf(GTK_IMAGE(w),pixbuf);
+   g_object_unref(pixbuf);
}
-   gtk_image_set_from_pixbuf(GTK_IMAGE(w),pixbuf);
-   g_object_unref(pixbuf);
 }
 
 static void set_face_file(const char *filename)
++ lxdm-0.4.0.tar.bz2 -> lxdm-0.4.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxdm-0.4.0/aclocal.m4 new/lxdm-0.4.1/aclocal.m4
--- old/lxdm-0.4.0/aclocal.m4   2011-05-24 15:04:18.0 +0200
+++ new/lxdm-0.4.1/aclocal.m4   2011-07-29 15:43:44.0 +0200
@@ -383,7 +383,7 @@
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 installed software in a non-standard prefix.
 
-_PKG_TEXT])
+_PKG_TEXT])[]dnl
 ])
 elif test $pkg_failed = untried; then
AC_MSG_RESULT([no])
@@ -394,7 +394,7 @@
 
 _PKG_TEXT
 
-To get pkg-config, see .])
+To get pkg-config, see .])[]dnl
 ])
 else
$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxdm-0.4.0/configure new/lxdm-0.4.1/configure
--- old/lxdm-0.4.0/configure2011-07-10 11:35:41.0 +0200
+++ new/lxdm-0.4.1/configure2011-07-29 15:43:47.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for lxdm 0.4.0.
+# Generated by GNU Autoconf 2.68 for lxdm 0.4.1.
 #
 # Repor

commit lxde-common for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package lxde-common for openSUSE:Factory
checked in at Mon Aug 1 10:30:02 CEST 2011.




--- lxde-common/lxde-common.changes 2011-07-27 08:23:06.0 +0200
+++ /mounts/work_src_done/STABLE/lxde-common/lxde-common.changes
2011-07-30 17:26:29.0 +0200
@@ -1,0 +2,16 @@
+Sat Jul 30 10:37:12 UTC 2011 - and...@opensuse.org
+
+- added lxde-common-0.5.5-fix-default-pcmanfm.patch to fix
+  import of default pcmanfm config file now in a different folder 
+
+---
+Sat Jul 30 09:23:36 UTC 2011 - and...@opensuse.org
+
+- New upstream version 0.5.5
+  * full support to pcmanfm2
+  * bugfixes
+  * full support to LXDE "profiles"
+- removed lxde-common-0.5.0-pcmanfm2.patch and
+  lxde-common-startlxde.diff now into upstream code
+
+---

calling whatdependson for head-i586


Old:

  lxde-common-0.5.0-pcmanfm2.patch
  lxde-common-0.5.0.tar.bz2
  lxde-common-startlxde.diff

New:

  lxde-common-0.5.5-fix-default-pcmanfm.patch
  lxde-common-0.5.5.tar.bz2



Other differences:
--
++ lxde-common.spec ++
--- /var/tmp/diff_new_pack.qTOJjh/_old  2011-08-01 10:28:15.0 +0200
+++ /var/tmp/diff_new_pack.qTOJjh/_new  2011-08-01 10:28:15.0 +0200
@@ -19,16 +19,15 @@
 
 
 Name:   lxde-common
-Version:0.5.0
-Release:27
+Version:0.5.5
+Release:1
 License:GPLv2
 Url:http://www.lxde.org/
 Source0:%name-%version.tar.bz2
 Source1:lxde-new-wallpapers.tar.bz2
 Source2:lxde-lock-screen.desktop
-Patch0: %name-startlxde.diff
-Patch1: %name-0.5.0-pcmanfm2.patch
-Patch2: %name-0.5.0-lxde.desktop.patch
+Patch0: %name-0.5.0-lxde.desktop.patch
+Patch1: %name-0.5.5-fix-default-pcmanfm.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf automake intltool update-desktop-files
 BuildRequires:  docbook-utils docbook-xsl-stylesheets fdupes libxslt
@@ -64,10 +63,8 @@
 %setup -q -n %name-%version
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
-autoreconf -fi
 %configure --enable-man
 %__make %{?jobs:-j%{jobs}}
 
@@ -112,8 +109,6 @@
 %files branding-upstream
 %defattr(-,root,root)
 %_bindir/lxde-logout
-%dir %_datadir/lxde/pcmanfm
-%_datadir/lxde/pcmanfm/pcmanfm.conf
 %dir %_datadir/lxde/openbox
 %_datadir/lxde/openbox/*.xml
 %dir %_datadir/lxpanel
@@ -126,8 +121,11 @@
 %_datadir/lxde/images/logout-banner.png
 %_datadir/lxde/images/lxde-icon.png
 %dir %_sysconfdir/xdg/lxsession
+%dir %_sysconfdir/xdg/pcmanfm
 %dir %_sysconfdir/xdg/lxsession/LXDE
+%dir %_sysconfdir/xdg/pcmanfm/LXDE
 %config %_sysconfdir/xdg/lxsession/LXDE/autostart
 %config %_sysconfdir/xdg/lxsession/LXDE/desktop.conf
+%config %_sysconfdir/xdg/pcmanfm/LXDE/pcmanfm.conf
 
 %changelog

++ lxde-common-0.5.5-fix-default-pcmanfm.patch ++
diff -uNr old-lxde-common-0.5.5//startlxde.in lxde-common-0.5.5/startlxde.in
--- old-lxde-common-0.5.5//startlxde.in 2011-07-29 16:04:03.0 +0200
+++ lxde-common-0.5.5/startlxde.in  2011-07-30 12:35:53.15851 +0200
@@ -8,7 +8,7 @@
 PCMANFM_CONF_DIR="$XDG_CONFIG_HOME/pcmanfm/LXDE"
 if [ ! -f "$PCMANFM_CONF_DIR/pcmanfm.conf" ]; then
mkdir -p "$PCMANFM_CONF_DIR"
-   cp @prefix@/share/lxde/pcmanfm/pcmanfm.conf 
"$PCMANFM_CONF_DIR/pcmanfm.conf"
+   cp @sysconfdir@/xdg/pcmanfm/LXDE/pcmanfm.conf 
"$PCMANFM_CONF_DIR/pcmanfm.conf"
 fi
 
 # Ensure the existance of openbox config file
++ lxde-common-0.5.0.tar.bz2 -> lxde-common-0.5.5.tar.bz2 ++
 2903 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/lxde-common-0.5.0/Makefile.am new/lxde-common-0.5.5/Makefile.am
--- old/lxde-common-0.5.0/Makefile.am   2009-12-08 14:32:41.0 +0100
+++ new/lxde-common-0.5.5/Makefile.am   2011-07-29 16:04:03.0 +0200
@@ -31,9 +31,9 @@
openbox/rc.xml \
openbox/menu.xml
 
-pcmanfmdir=$(datadir)/lxde/pcmanfm
+pcmanfmdir=$(sysconfdir)/xdg/pcmanfm/LXDE
 pcmanfm_DATA= \
-   pcmanfm/main.lxde
+   pcmanfm/pcmanfm.conf
 
 EXTRA_DIST = \
autostart \
@@ -45,7 +45,7 @@
openbox/rc.xml.in \
openbox/menu.xml \
openbox-lxde.in \
-   pcmanfm/main.lxde.in \
+   pcmanfm/pcmanfm.conf.in \
$(lxpanel_DATA) \
lxpanel/panel.in
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess 

commit lxde-common-branding-openSUSE for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package lxde-common-branding-openSUSE for 
openSUSE:Factory
checked in at Mon Aug 1 10:39:52 CEST 2011.




--- lxde-common-branding-openSUSE/lxde-common-branding-openSUSE.changes 
2011-07-27 08:23:44.0 +0200
+++ 
/mounts/work_src_done/STABLE/lxde-common-branding-openSUSE/lxde-common-branding-openSUSE.changes
2011-07-30 17:29:05.0 +0200
@@ -1,0 +2,11 @@
+Sat Jul 30 10:48:05 UTC 2011 - and...@opensuse.org
+
+- bunped version to 12.1 
+
+---
+Sat Jul 30 09:46:49 UTC 2011 - and...@opensuse.org
+
+- upgrade suse branding based on new upstream 0.5.5 lxde-common
+- removed patches now in upstream code
+
+---

calling whatdependson for head-i586


Old:

  lxde-common-0.5-openbox-menu.patch
  lxde-common-0.5.0-pcmanfm-default.patch
  lxde-common-0.5.0-pcmanfm2.patch
  lxde-common-0.5.0.tar.bz2
  lxde-common-lxpanel.diff
  lxde-common-openbox-shortcut.patch
  lxde-common-startlxde.diff
  lxde-logout.patch

New:

  lxde-common-0.5.5-lxde-logout.patch
  lxde-common-0.5.5-lxpanel.patch
  lxde-common-0.5.5-openbox-menu.patch
  lxde-common-0.5.5-openbox-shortcut.patch
  lxde-common-0.5.5-pcmanfm-default.patch
  lxde-common-0.5.5.tar.bz2



Other differences:
--
++ lxde-common-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.INvByV/_old  2011-08-01 10:30:41.0 +0200
+++ /var/tmp/diff_new_pack.INvByV/_new  2011-08-01 10:30:41.0 +0200
@@ -17,27 +17,26 @@
 
 # norootforbuild
 
+%defineupstream_ver 0.5.5
 
 Name:   lxde-common-branding-openSUSE
-Version:11.4
-Release:17
+Version:12.1
+Release:1
 License:GPLv2
-Source0:lxde-common-0.5.0.tar.bz2
+Source0:lxde-common-%{upstream_ver}.tar.bz2
 Source1:suse.png
 Source2:suse-logout.png
-Patch0: lxde-common-startlxde.diff
-Patch1: lxde-common-lxpanel.diff
-Patch2: lxde-common-0.5.0-pcmanfm2.patch
-Patch3: lxde-logout.patch
-Patch4: lxde-common-0.5-openbox-menu.patch
-Patch5: lxde-common-openbox-shortcut.patch
-Patch6: lxde-common-0.5.0-pcmanfm-default.patch
+Patch0: lxde-common-0.5.5-pcmanfm-default.patch
+Patch1: lxde-common-0.5.5-openbox-menu.patch
+Patch2: lxde-common-0.5.5-lxpanel.patch
+Patch3: lxde-common-0.5.5-lxde-logout.patch
+Patch4: lxde-common-0.5.5-openbox-shortcut.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf automake intltool update-desktop-files
 BuildRequires:  docbook-utils docbook-xsl-stylesheets fdupes libxslt
 Group:  System/GUI/LXDE
 Url:http://www.opensuse.org
-Summary:OpenSUSE branding
+Summary:OpenSUSE branding for LXDE
 BuildArch:  noarch
 Provides:   lxde-common-branding = %{version}
 Conflicts:  otherproviders(lxde-common-branding)
@@ -49,31 +48,30 @@
 You should always prefer branding-openSUSE packages to branding-upstream.
 
 %prep
-%setup -q -n lxde-common-0.5.0
+%setup -q -n lxde-common-%{upstream_ver}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
-%patch6 -p1
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS"
 # keep enable-man even if not needed or make will fail
 %configure --enable-man
 %__make %{?jobs:-j%{jobs}}
 
 %install
 %makeinstall
-mkdir -p %buildroot/usr/share/applications
-install -c -m 644 lxde-logout.desktop 
%buildroot/%_datadir/applications/lxde-logout.desktop
 %__cp %SOURCE1 %buildroot/%_datadir/lxde/images/
 %__cp %SOURCE2 %buildroot/%_datadir/lxde/images/
+
 #delete not branding files
-%__rm -rf %buildroot/%_datadir/applications
 %__rm -rf %buildroot/%_datadir/xsessions
+%__rm -rf %buildroot/%_bindir/openbox-lxde
+%__rm -rf %buildroot/%_bindir/startlxde
+%__rm -rf %buildroot/%_datadir/lxde/wallpapers
+%__rm -rf %buildroot/%_mandir
+
 %fdupes -s %{buildroot}
 
 %clean
@@ -82,10 +80,6 @@
 %files 
 %defattr(-,root,root)
 %_bindir/lxde-logout
-%dir %_datadir/lxde/pcmanfm
-%_datadir/lxde/pcmanfm/pcmanfm.conf
-%dir %_datadir/lxde/openbox
-%_datadir/lxde/openbox/*.xml
 %dir %_datadir/lxpanel
 %dir %_datadir/lxpanel/profile
 %dir %_datadir/lxpanel/profile/LXDE
@@ -94,19 +88,18 @@
 %_datadir/lxpanel/profile/LXDE/panels/panel
 %dir %_datadir/lxde
 %dir %_datadir/lxde/images
+%dir %_datadir/lxde/openbox
+%_datadir/lxde/openbox/*.xml
 %_datadir/lxde/images/logout-banner.png
 %_datadir/lxde/images/lxde-icon.png
 %_datadir/lxde/images/suse-logout.png
 %_datadir/lxde/images/suse.png
 %dir %_sysconfdir/xdg/lxsession
+%dir %_sysconfdir/xdg/pcmanfm
 %dir %_sysconfdir/xdg/lxsession/LXDE
+%dir %_sysconfdir/xdg/pcmanfm/LXDE
 %config %_sysconfdir/xdg/lxsession/LXDE/autostart
 %config %_sysconfdir/xdg/l

commit lxappearance for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package lxappearance for openSUSE:Factory
checked in at Mon Aug 1 10:40:37 CEST 2011.




--- lxappearance/lxappearance.changes   2011-07-25 00:23:01.0 +0200
+++ /mounts/work_src_done/STABLE/lxappearance/lxappearance.changes  
2011-07-30 00:20:49.0 +0200
@@ -1,0 +2,8 @@
+Fri Jul 29 22:16:21 UTC 2011 - and...@opensuse.org
+
+- new upstream version 0.5.1
+  * translations updates
+  * bug fixes: i.e. fix usage of gtk-xft-hintstyle
+  * --enable-man is default
+
+---

calling whatdependson for head-i586


Old:

  lxappearance-0.5.0.tar.bz2

New:

  lxappearance-0.5.1.tar.bz2



Other differences:
--
++ lxappearance.spec ++
--- /var/tmp/diff_new_pack.w09t6W/_old  2011-08-01 10:40:17.0 +0200
+++ /var/tmp/diff_new_pack.w09t6W/_new  2011-08-01 10:40:17.0 +0200
@@ -20,8 +20,8 @@
 
 Name:   lxappearance
 Summary:It's a desktop-independent theme swither for GTK+
-Version:0.5.0
-Release:9
+Version:0.5.1
+Release:1
 License:GPLv2
 Group:  System/GUI/LXDE
 Url:http://www.lxde.org/
@@ -84,6 +84,7 @@
 %dir %_datadir/%name/ui
 %_datadir/%name/ui/lxappearance.ui
 %_datadir/%name/ui/about.ui
+%_mandir/man1/%name.1.gz
 %dir %_libdir/lxappearance
 %dir %_libdir/lxappearance/plugins
 

++ lxappearance-0.5.0.tar.bz2 -> lxappearance-0.5.1.tar.bz2 ++
 27590 lines of diff (skipped)






Remember to have fun...

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



commit galculator for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package galculator for openSUSE:Factory
checked in at Mon Aug 1 10:41:15 CEST 2011.




--- galculator/galculator.changes   2011-03-14 15:22:38.0 +0100
+++ /mounts/work_src_done/STABLE/galculator/galculator.changes  2011-07-31 
20:08:24.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul 31 18:07:03 UTC 2011 - and...@opensuse.org
+
+- fixed URL
+- use more macros where possible 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ galculator.spec ++
--- /var/tmp/diff_new_pack.PbCov0/_old  2011-08-01 10:40:54.0 +0200
+++ /var/tmp/diff_new_pack.PbCov0/_new  2011-08-01 10:40:54.0 +0200
@@ -21,10 +21,10 @@
 Name:   galculator
 Summary:A GTK 2 based calculator
 Version:1.3.4
-Release:9
+Release:11
 License:GPLv2
 Group:  System/GUI/GNOME
-Url:http://www.nongnu.org/beaver/index.html
+Url:http://galculator.sourceforge.net/index.html
 Source0:%name-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf automake fdupes gcc gcc-c++ make
@@ -41,8 +41,6 @@
 %setup -q
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS"
 %configure
 %__make %{?jobs:-j%{jobs}}
 
@@ -68,12 +66,12 @@
 
 %files -f %name.lang
 %defattr(-,root,root)
-%_bindir/galculator   
-%_datadir/applications/galculator.desktop  
-%dir %_datadir/galculator
-%dir %_datadir/galculator/glade
-%_datadir/galculator/glade/*.glade
-%_mandir/man1/galculator.1.gz
-%_datadir/pixmaps/galculator.*
+%_bindir/%name
+%_datadir/applications/*
+%dir %_datadir/%name
+%dir %_datadir/%name/glade
+%_datadir/%name/glade/*.glade
+%_mandir/man1/%name.1.gz
+%_datadir/pixmaps/%name.*
 
 %changelog






Remember to have fun...

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



commit calibre for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package calibre for openSUSE:Factory
checked in at Mon Aug 1 10:43:10 CEST 2011.




--- calibre/calibre.changes 2011-07-27 10:26:05.0 +0200
+++ /mounts/work_src_done/STABLE/calibre/calibre.changes2011-07-29 
21:26:23.0 +0200
@@ -1,0 +2,26 @@
+Fri Jul 29 19:22:10 UTC 2011 - sascha.ma...@open-slx.de
+
+- New Features
+  o Content server: Return the correct last modified date when serving
+ebook files. Also allow getting of book metadata as /get/opf/
+  o Driver for the COBY MP977
+  o Get Books: Remove epub bud store. Add Ozon.ru and e-knigni.net stores.
+  o Fix broken amazon UK and DE stores.
+  o Add a new tweak to Preferences->Tweaks that allows auto generation of
+series numbers when importing books with a series name, but no number
+- Bug Fixes
+  o Fix a regression in 0.8.11 that broke calibre on linux systems that
+use a file system encoding that cannot support cyrillic characters
+  o Fix long titles not wrapping in cover browser
+  o When adding books, handle the case of files without read permission
+more gracefully.
+  o When changing metadata in EPUB files do not use the opf: namespace
+prefix on newly created elements. Apparently, FBReaderJ doesn't
+understand XML namespaces.
+  o Prevent metadata download from returning published dates earlier than
+101 A.D.
+  o Fix a bug where dates before 101AD in the database could cause errors
+  o Fix an error in the book details panel if the user sets the default
+author link to blank
+
+---

calling whatdependson for head-i586


Old:

  calibre-0.8.11-nofonts.tar.bz2

New:

  calibre-0.8.12-nofonts.tar.bz2



Other differences:
--
++ calibre.spec ++
--- /var/tmp/diff_new_pack.5F4NE1/_old  2011-08-01 10:42:22.0 +0200
+++ /var/tmp/diff_new_pack.5F4NE1/_new  2011-08-01 10:42:22.0 +0200
@@ -19,7 +19,7 @@
 Summary:EBook Management Application
 
 Name:   calibre
-Version:0.8.11
+Version:0.8.12
 Release:1
 Url:http://calibre-ebook.com
 Group:  Productivity/Other

++ calibre-0.8.11-nofonts.tar.bz2 -> calibre-0.8.12-nofonts.tar.bz2 ++
calibre/calibre-0.8.11-nofonts.tar.bz2 
/mounts/work_src_done/STABLE/calibre/calibre-0.8.12-nofonts.tar.bz2 differ: 
char 11, line 1







Remember to have fun...

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



commit rpmlint for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory
checked in at Mon Aug 1 10:48:08 CEST 2011.




--- rpmlint/rpmlint.changes 2011-07-29 11:29:44.0 +0200
+++ /mounts/work_src_done/STABLE/rpmlint/rpmlint.changes2011-08-01 
09:22:53.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  1 07:22:41 UTC 2011 - lnus...@suse.de
+
+- add lightdm user and group (bnc#708205)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ rpmlint.spec ++
--- /var/tmp/diff_new_pack.zU7nux/_old  2011-08-01 10:46:31.0 +0200
+++ /var/tmp/diff_new_pack.zU7nux/_new  2011-08-01 10:46:31.0 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  rpm-python xz
 Summary:Rpm correctness checker
 Version:1.2
-Release:17
+Release:19
 Source0:http://rpmlint.zarb.org/download/rpmlint-%{version}.tar.xz
 Source1:config
 Source1001: config.in

++ config ++
--- /var/tmp/diff_new_pack.zU7nux/_old  2011-08-01 10:46:32.0 +0200
+++ /var/tmp/diff_new_pack.zU7nux/_new  2011-08-01 10:46:32.0 +0200
@@ -102,6 +102,7 @@
 'kmem',
 'kvm',
 'ldap',
+'lightdm',
 'lighttpd',
 'localham',
 'lp',
@@ -206,6 +207,7 @@
 'jboss',
 'jonas',
 'ldap',
+'lightdm',
 'lighttpd',
 'lp',
 'lxdm',







Remember to have fun...

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



commit gjs for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package gjs for openSUSE:Factory
checked in at Mon Aug 1 10:50:37 CEST 2011.




--- GNOME/gjs/gjs.changes   2011-06-17 09:52:07.0 +0200
+++ /mounts/work_src_done/STABLE/gjs/gjs.changes2011-07-31 
09:15:58.0 +0200
@@ -1,0 +2,24 @@
+Sun Jul 31 09:15:06 CEST 2011 - vu...@opensuse.org
+
+- Update to version 1.29.16:
+  + Make choice of javascript package non-automagic.
+  + Install gi/ headers again.
+
+---
+Wed Jul 27 18:33:02 CEST 2011 - vu...@opensuse.org
+
+- Update to version 1.29.15:
+  + Support in arrays of any type.
+  + Rework array+length support, breaking API.
+  + Various other array-related fixes.
+  + Add GVariant support.
+  + ADd GDBus port.
+  + Add dbus conversion rule for 'q' to JS.
+  + Remove SIGSEGV, SIGABRT handlers.
+  + Merge gi.so into gjs.so.
+  + Plug leaks.
+  + console: Remove unwanted g_debug prints.
+  + Various bug fixes.
+  + Test-related changes.
+
+---

calling whatdependson for head-i586


Old:

  gjs-1.29.0.tar.bz2

New:

  gjs-1.29.16.tar.bz2



Other differences:
--
++ gjs.spec ++
--- /var/tmp/diff_new_pack.JKVHzH/_old  2011-08-01 10:48:26.0 +0200
+++ /var/tmp/diff_new_pack.JKVHzH/_new  2011-08-01 10:48:26.0 +0200
@@ -22,14 +22,14 @@
 %define xulrunner_ver 20
 
 Name:   gjs
-Version:1.29.0
+Version:1.29.16
 Release:1
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 License:MIT License (or similar)
 Summary:JavaScript bindings based on gobject-introspection and Mozilla
 Group:  Development/Libraries/GNOME
 Url:http://live.gnome.org/Gjs
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gjs/1.29/%{name}-%{version}.tar.bz2
 BuildRequires:  gcc-c++
 %if %{build_with_xulrunner}
 BuildRequires:  mozilla-xulrunner%{xulrunner_ver}-devel
@@ -105,19 +105,23 @@
 
 %files
 %defattr(-,root,root)
-%{_bindir}/*
+%{_bindir}/gjs
+%{_bindir}/gjs-console
 
 %files -n libgjs0
 %defattr(-,root,root)
 %doc COPYING NEWS README
 %{_datadir}/gjs-1.0/
 %{_libdir}/*.so.*
+%dir %{_libdir}/gjs
+%{_libdir}/gjs/GjsDBus-1.0.typelib
 %{_libdir}/gjs-1.0/
 
 %files -n libgjs-devel
 %defattr(-,root,root)
 %{_includedir}/*
 %{_libdir}/*.so
+%{_libdir}/gjs/GjsDBus-1.0.gir
 %{_libdir}/pkgconfig/*.pc
 %{_datadir}/systemtap/tapset/*.stp
 

++ gjs-1.29.0.tar.bz2 -> gjs-1.29.16.tar.bz2 ++
 26961 lines of diff (skipped)






Remember to have fun...

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



commit goffice for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package goffice for openSUSE:Factory
checked in at Mon Aug 1 12:35:09 CEST 2011.




--- GNOME/goffice/goffice.changes   2011-06-17 05:39:12.0 +0200
+++ /mounts/work_src_done/STABLE/goffice/goffice.changes2011-08-01 
09:08:46.0 +0200
@@ -1,0 +2,7 @@
+Mon Aug  1 09:07:18 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.8.17:
+  + Plug leaks.
+  + Fix noisy leak. [bgo#652420]
+
+---

calling whatdependson for head-i586


Old:

  goffice-0.8.16.tar.bz2

New:

  goffice-0.8.17.tar.bz2



Other differences:
--
++ goffice.spec ++
--- /var/tmp/diff_new_pack.Mm7pwb/_old  2011-08-01 12:34:29.0 +0200
+++ /var/tmp/diff_new_pack.Mm7pwb/_new  2011-08-01 12:34:29.0 +0200
@@ -26,13 +26,13 @@
 BuildRequires:  libgsf-devel
 BuildRequires:  pcre-devel
 BuildRequires:  translation-update-upstream
-Version:0.8.16
+Version:0.8.17
 Release:1
 Url:http://www.gnumeric.org/
 Group:  System/GUI/GNOME
 License:GPLv2 ; GPLv2+
 Summary:GLib/GTK+ Set of Document-Centric Objects and Utilities
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/goffice/0.8/%{name}-%{version}.tar.bz2
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ goffice-0.8.16.tar.bz2 -> goffice-0.8.17.tar.bz2 ++
 10241 lines of diff (skipped)






Remember to have fun...

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



commit autogen for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package autogen for openSUSE:Factory
checked in at Mon Aug 1 13:59:44 CEST 2011.




--- autogen/autogen.changes 2011-03-09 14:56:34.0 +0100
+++ /mounts/work_src_done/STABLE/autogen/autogen.changes2011-07-25 
14:41:35.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 25 12:41:16 UTC 2011 - pgaj...@novell.com
+
+- require pkg-config for build to detect guile-2.0
+
+---

calling whatdependson for head-i586




Other differences:
--
++ autogen.spec ++
--- /var/tmp/diff_new_pack.mGXFpE/_old  2011-08-01 13:59:32.0 +0200
+++ /var/tmp/diff_new_pack.mGXFpE/_new  2011-08-01 13:59:32.0 +0200
@@ -18,10 +18,10 @@
 
 
 Name:   autogen
-BuildRequires:  guile-devel libxml2-devel
+BuildRequires:  guile-devel libxml2-devel pkg-config
 Summary:Automated Text File Generator
 Version:5.11.8
-Release:1
+Release:2
 Group:  Development/Tools/Building
 License:GPLv3+
 Url:http://autogen.sourceforge.net/






Remember to have fun...

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



commit genius for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package genius for openSUSE:Factory
checked in at Mon Aug 1 14:01:36 CEST 2011.




--- GNOME/genius/genius.changes 2011-04-28 12:58:19.0 +0200
+++ /mounts/work_src_done/STABLE/genius/genius.changes  2011-07-31 
09:17:07.0 +0200
@@ -1,0 +2,31 @@
+Sun Jul 31 09:15:04 CEST 2011 - vu...@opensuse.org
+
+- Update to version 1.0.14:
+  + Fix some compilation warnings
+  + Fix a crasher
+  + Optimize and quantize the new pngs for a smaller file
+  + Updated translations.
+- Drop genius-fix-warnings.patch: fixed upstream.
+
+---
+Fri Jul 29 08:36:37 CEST 2011 - vu...@opensuse.org
+
+- Update to version 1.0.13:
+  + Add ShuffleVector
+  + Add increment and swapwith operators
+  + Require gtk 2.18 and fix up some deprecated function usage
+  + Slightly more cache friendly matrix traversal
+  + Optimize Combinations, Permutations, SortVector,
+IntegerQuotient
+  + Lots of tiny random optimizations
+  + Open help even if the URI api is broken
+  + Make pngs in the distribution smaller yet
+  + Make the compiled library slightly smaller
+  + Some more vector functions accept null properly
+  + Minor portability fixes
+  + Updated translations.
+- Add gnome-doc-utils-devel BuildRequires for new dependency.
+- Add genius-fix-warnings.patch: fix build warnings that make the
+  build fail.
+
+---

calling whatdependson for head-i586


Old:

  genius-1.0.12.tar.bz2

New:

  genius-1.0.14.tar.bz2



Other differences:
--
++ genius.spec ++
--- /var/tmp/diff_new_pack.ZMLL87/_old  2011-08-01 13:59:55.0 +0200
+++ /var/tmp/diff_new_pack.ZMLL87/_new  2011-08-01 13:59:55.0 +0200
@@ -19,15 +19,15 @@
 
 
 Name:   genius
-Version:1.0.12
-Release:13
+Version:1.0.14
+Release:1
 License:GPLv3+
 Summary:General purpose calculator and mathematics tool
 Group:  Productivity/Scientific/Math
 Url:http://www.jirka.org/genius.html
-Source: %{name}-%{version}.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source: 
http://download.gnome.org/sources/genius/1.0/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
+BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
 BuildRequires:  mpfr-devel
 BuildRequires:  ncurses-devel
@@ -40,6 +40,7 @@
 BuildRequires:  pkgconfig(gtksourceview-2.0)
 BuildRequires:  pkgconfig(vte)
 Recommends: %{name}-lang
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Genius is a general purpose calculator program similar in some aspects

++ genius-1.0.12.tar.bz2 -> genius-1.0.14.tar.bz2 ++
 224123 lines of diff (skipped)






Remember to have fun...

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



commit gnote for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package gnote for openSUSE:Factory
checked in at Mon Aug 1 14:02:19 CEST 2011.




--- GNOME/gnote/gnote.changes   2011-05-31 15:32:00.0 +0200
+++ /mounts/work_src_done/STABLE/gnote/gnote.changes2011-07-31 
09:19:01.0 +0200
@@ -1,0 +2,21 @@
+Sun Jul 31 09:15:01 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.7.5:
+  + New features:
+- If Search All Notes dialog is shown, make about dialog a
+  child of it
+- Show search window when launching
+- Improved Search All Notes context menus (bgo#601852)
+  + Fixes:
+- When dragging notes to Unfiled notes, the note view is not
+  updated (bgo#655208)
+- When closing Search All Notes dialog, use actual visibility
+  of status icon (bgo#650001)
+- Remove usage of GConf and depending on Tomboy, when importing
+  sticky notes (bgo#605382)
+- Change tomboyimport according recent Tomboy
+- Fix build on FreeBSD and OpenBSD (bgo#649478, bgo#649481,
+  bgo#649472)
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  gnote-0.7.4.tar.bz2

New:

  gnote-0.7.5.tar.bz2



Other differences:
--
++ gnote.spec ++
--- /var/tmp/diff_new_pack.M5eeSb/_old  2011-08-01 14:01:45.0 +0200
+++ /var/tmp/diff_new_pack.M5eeSb/_new  2011-08-01 14:01:45.0 +0200
@@ -19,14 +19,14 @@
 %define build_applet %{?favor_gtk2}
 
 Name:   gnote
-Version:0.7.4
+Version:0.7.5
 Release:1
 # FIXME: on version upgrade, check if build_applet is still needed (last 
checked: 0.7.4)
 License:GNU GPL v3 or later
 Summary:A Port of Tomboy to C++
 Group:  Productivity/Text/Editors
 Url:http://live.gnome.org/Gnote
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gnote/0.7/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM gnote-no-deprecated.patch bgo#651551 vu...@opensuse.org 
-- Do not use deprecated API
 Patch0: gnote-no-deprecated.patch
 BuildRequires:  boost-devel >= 1.34

++ gnote-0.7.4.tar.bz2 -> gnote-0.7.5.tar.bz2 ++
 20328 lines of diff (skipped)






Remember to have fun...

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



commit gnumeric for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package gnumeric for openSUSE:Factory
checked in at Mon Aug 1 14:03:05 CEST 2011.




--- GNOME/gnumeric/gnumeric.changes 2011-07-17 18:25:48.0 +0200
+++ /mounts/work_src_done/STABLE/gnumeric/gnumeric.changes  2011-08-01 
09:18:03.0 +0200
@@ -1,0 +2,16 @@
+Mon Aug  1 09:08:27 CEST 2011 - vu...@opensuse.org
+
+- Update to version 1.10.17:
+  + Import and Export fixes for ODF (bgo#652492, bgo#654214,
+bgo#653186, and more)
+  + Import and Export fixes for xlsx (bgo#655010, and more)
+  + Fix import of Excel 2003 xml files in non-C locale.
+(bgo#64)
+  + Allow document properties to be edited and added.
+  + Add an interface for conditional styles.
+  + Provide undo for cut between 2 gnumeric processes. (bgo#640922)
+  + Implement printing of errors as blanks, dashes or NAs.
+  + Bugs fixed: bgo#648676, bgo#652802, bgo#653378, bgo#654538,
+bgo#655389, rh#726860.
+
+---

calling whatdependson for head-i586


Old:

  gnumeric-1.10.16.tar.bz2

New:

  gnumeric-1.10.17.tar.bz2



Other differences:
--
++ gnumeric.spec ++
--- /var/tmp/diff_new_pack.97gkqd/_old  2011-08-01 14:02:52.0 +0200
+++ /var/tmp/diff_new_pack.97gkqd/_new  2011-08-01 14:02:52.0 +0200
@@ -19,13 +19,13 @@
 
 
 Name:   gnumeric
-Version:1.10.16
-Release:4
+Version:1.10.17
+Release:1
 Summary:Spreadsheet Application
 License:GPLv2+
 Url:http://www.gnumeric.org/
 Group:  Productivity/Office/Spreadsheets
-Source0:gnumeric-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/gnumeric/1.10/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gconf2-devel
 BuildRequires:  goffice-devel

++ gnumeric-1.10.16.tar.bz2 -> gnumeric-1.10.17.tar.bz2 ++
GNOME/gnumeric/gnumeric-1.10.16.tar.bz2 
/mounts/work_src_done/STABLE/gnumeric/gnumeric-1.10.17.tar.bz2 differ: char 11, 
line 1






Remember to have fun...

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



commit lxdm for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package lxdm for openSUSE:Factory
checked in at Mon Aug 1 14:05:11 CEST 2011.




--- lxdm/lxdm.changes   2011-07-30 00:32:22.0 +0200
+++ /mounts/work_src_done/STABLE/lxdm/lxdm.changes  2011-08-01 
12:32:29.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  1 10:31:15 UTC 2011 - and...@opensuse.org
+
+- added desktop file for lxdm-config 
+
+---

calling whatdependson for head-i586


New:

  config-users.png
  lxdm-config.desktop



Other differences:
--
++ lxdm.spec ++
--- /var/tmp/diff_new_pack.8NmL6k/_old  2011-08-01 14:03:17.0 +0200
+++ /var/tmp/diff_new_pack.8NmL6k/_new  2011-08-01 14:03:17.0 +0200
@@ -21,13 +21,15 @@
 Name:   lxdm
 Summary:LXDE Display Manager
 Version:0.4.1
-Release:1
+Release:5
 License:GPLv2 and LGPLv2
 Group:  System/GUI/LXDE
 Url:http://lxde.org/
 Source0:%name-%version.tar.bz2
 Source1:README.SUSE
 Source2:%{name}.pamd
+Source3:lxdm-config.desktop
+Source4:config-users.png
 Patch0: %{name}-0.4.0-background.patch
 # PATCH-FEATURE-OPENSUSE lxdm-0.4.0-use-sysconfig.patch and...@opensuse.org
 # this patch allow lxdm to read system settings from /etc/sysconfig
@@ -41,6 +43,7 @@
 BuildRequires:  autoconf automake gcc gettext-tools make
 BuildRequires:  ConsoleKit-devel gettext-runtime gtk2-devel intltool
 BuildRequires:  fdupes iso-codes-devel pam-devel pkg-config
+BuildRequires:  update-desktop-files
 Requires:   desktop-data-openSUSE
 Requires:   pam
 Provides:   lxdm-conf = %version
@@ -68,6 +71,13 @@
 %install
 %makeinstall
 %__mkdir_p %buildroot/%_bindir
+%__mkdir_p %buildroot/%_datadir/applications
+install %SOURCE3 %buildroot/%_datadir/applications/
+#need by post checks
+%__mkdir_p %buildroot/%_datadir/pixmaps
+install %SOURCE4 %buildroot/%_datadir/pixmaps
+
+%suse_update_desktop_file lxdm-config
 %__rm %buildroot/%_sbindir/%name
 %__rm -rf %buildroot/%_sysconfdir/pam.d/%name
 install %SOURCE2 %buildroot/%_sysconfdir/pam.d/%name
@@ -99,6 +109,7 @@
 %defattr (-,root,root,-)
 %doc AUTHORS README COPYING README.SUSE
 %dir %{_datadir}/%{name}/
+%{_datadir}/applications/lxdm-config.desktop
 %{_datadir}/%{name}/*
 %dir %{_sysconfdir}/%{name}/
 %{_bindir}/%{name}
@@ -118,5 +129,6 @@
 %config(noreplace) %{_sysconfdir}/pam.d/%{name}
 %attr(750,lxdm,lxdm) %dir %{_localstatedir}/lib/%{name}
 %ghost %{_localstatedir}/run/%{name}.pid
+%exclude /%_datadir/pixmaps
 
 %changelog

++ lxdm-config.desktop ++
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=xdg-su -c "lxdm-config"
Name=lxdm-config
GenericName=lxdm-config
Comment=LXDM configurator
Icon=config-users
Categories=GTK;Settings;HardwareSettings;






Remember to have fun...

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



commit system-config-printer for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package system-config-printer for 
openSUSE:Factory
checked in at Mon Aug 1 14:05:45 CEST 2011.




--- GNOME/system-config-printer/system-config-printer.changes   2011-07-04 
09:47:50.0 +0200
+++ 
/mounts/work_src_done/STABLE/system-config-printer/system-config-printer.changes
2011-07-30 09:56:36.0 +0200
@@ -1,0 +2,57 @@
+Sat Jul 30 09:16:19 CEST 2011 - vu...@opensuse.org
+
+- Update to version 1.3.5:
+  + Expose more things via D-Bus: driver selection, missing
+executables checking, and physical device grouping.
+  + Bug fixes:
+- Fixed cupsFilter search in missing executables check.
+- Use PackageKit to resolve missing executable filenames to
+  packages, instead of having a static mapping in the source
+  code.
+- Fixed DNSSD hostname resolution.
+- Fixed firewall code to handle json errors when used with the
+  older system-config-firewall D-Bus service.
+- Fixed LPD probing (rh#726383).
+- Use "hostname" instead of "IP address" when asking for names
+  of browse servers (rh#726134).
+
+---
+Sun Jul 17 23:14:35 CEST 2011 - dims...@opensuse.org
+
+- Update to version 1.3.4:
+  + udev:
+- Don't rely on retriggering printers; enumerate them from
+  systemd instead.
+- Don't complain about missing/invalid device ID for devices
+  we've already handled.
+  + UI:
+- Removed unused Printer Groups feature.
+- Don't show "No printers configured" page if the printers are
+  filtered in any way.
+- URL-quote URIs when using "Find Network Printer" (lp#808137).
+- Downloadable drivers: don't display printers for which there
+  are no drivers (rh#668154).
+- Kerberos support for the SMB 'Verify' button (requires new
+  enough pycups).
+- Removed IPP/HTTP device screen in favour of "Enter URI"
+  (rh#685091).
+- Converted ComboBoxEntry widgets to Entry+EntryCompletion in
+  NewPrinterWindow.ui.
+- Robustness in ppdsloader in the face of errors (lp#766818).
+- Changed Make/Model/State labels into GtkEntry widgets so
+  contents are always fully selectable (rh#719217).
+- Convert iters to paths before comparing (rh#717062,
+  lh#791690, trac#221).
+- Set translation domain in D-Bus service (lp#783967).
+- Ensure consistency in jobviewer if add_job fails (rh#693055,
+  rh#632551).
+  + Driver preferences:
+- Avoid PostScript for HP LaserJet 2100 Series (rh#710231).
+- Raised priority for SpliX driver (lp#793741).
+  + Other:
+- Adjusted test code in asyncpk1.py so it doesn't look like a
+  tempfile vulnerability.
+  + Updated translations.
+- Add xz BuildRequires to be able to decompress the tar.xz source.
+
+---

calling whatdependson for head-i586


Old:

  system-config-printer-1.3.3.tar.bz2

New:

  system-config-printer-1.3.5.tar.xz



Other differences:
--
++ system-config-printer.spec ++
--- /var/tmp/diff_new_pack.ork8M4/_old  2011-08-01 14:05:20.0 +0200
+++ /var/tmp/diff_new_pack.ork8M4/_new  2011-08-01 14:05:20.0 +0200
@@ -21,11 +21,11 @@
 Name:   system-config-printer
 License:GPLv2+
 Group:  Hardware/Printing
-Version:1.3.3
+Version:1.3.5
 Release:1
 Summary:A printer administration tool
 Url:http://cyberelk.net/tim/software/system-config-printer/
-Source0:
http://cyberelk.net/tim/data/system-config-printer/1.3/system-config-printer-%{version}.tar.bz2
+Source0:
http://cyberelk.net/tim/data/system-config-printer/1.3/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE system-config-printer-icon-brp-friendly.patch 
vu...@novell.com -- brp checks don't like the printer icon name, so we have to 
use something else
 Patch13:system-config-printer-icon-brp-friendly.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -46,6 +46,8 @@
 BuildRequires:  python-xml
 BuildRequires:  update-desktop-files
 BuildRequires:  xmlto
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 Requires:   cups
 Requires:   dbus-1-x11
 Requires:   dbus-1-python






Remember to have fun...

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



commit telepathy-logger for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package telepathy-logger for openSUSE:Factory
checked in at Mon Aug 1 14:07:12 CEST 2011.




--- GNOME/telepathy-logger/telepathy-logger.changes 2011-05-27 
10:01:34.0 +0200
+++ /mounts/work_src_done/STABLE/telepathy-logger/telepathy-logger.changes  
2011-08-01 08:55:04.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul 31 21:05:48 CEST 2011 - vu...@opensuse.org
+
+- Fix typo that was disabling parallel build (_smp_mflags, and not
+  _smp_flag).
+
+---

calling whatdependson for head-i586




Other differences:
--
++ telepathy-logger.spec ++
--- /var/tmp/diff_new_pack.SMfmbc/_old  2011-08-01 14:05:55.0 +0200
+++ /var/tmp/diff_new_pack.SMfmbc/_new  2011-08-01 14:05:55.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   telepathy-logger
 Version:0.2.10
-Release:1
+Release:2
 License:LGPLv2.1+
 Summary:Centralized Logging for the Telepathy Framework
 Group:  System/Libraries
@@ -82,7 +82,7 @@
 
 %build
 %configure --disable-static
-make %{?_smp_flag}
+make %{?_smp_mflags}
 
 %install
 %makeinstall






Remember to have fun...

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



commit installation-images for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory
checked in at Mon Aug 1 14:12:31 CEST 2011.




--- installation-images/installation-images.changes 2011-07-25 
12:24:12.0 +0200
+++ 
/mounts/work_src_done/STABLE/installation-images/installation-images.changes
2011-08-01 10:55:13.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug  1 10:55:02 CEST 2011 - snw...@suse.de
+
+- fix ppc config
+- xslt -> xslt1
+
+---

calling whatdependson for head-i586


Old:

  installation-images-13.8.tar.bz2
  needed_space_in_mb

New:

  installation-images-13.9.tar.bz2



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.NcdgO2/_old  2011-08-01 14:07:39.0 +0200
+++ /var/tmp/diff_new_pack.NcdgO2/_new  2011-08-01 14:07:39.0 +0200
@@ -106,9 +106,9 @@
 Obsoletes:  y2image
 AutoReqProv:off
 Summary:Installation Image Files
-Version:13.8
+Version:13.9
 Release:1
-Source: installation-images-13.8.tar.bz2
+Source: installation-images-13.9.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 

++ installation-images-13.8.tar.bz2 -> installation-images-13.9.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.8/VERSION 
new/installation-images-13.9/VERSION
--- old/installation-images-13.8/VERSION2011-07-25 12:23:43.0 
+0200
+++ new/installation-images-13.9/VERSION2011-08-01 10:54:55.0 
+0200
@@ -1 +1 @@
-13.8
+13.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.8/changelog 
new/installation-images-13.9/changelog
--- old/installation-images-13.8/changelog  2011-07-25 12:23:46.0 
+0200
+++ new/installation-images-13.9/changelog  2011-08-01 10:55:00.0 
+0200
@@ -1,4 +1,8 @@
-2011-07-25:HEAD
+2011-08-01:HEAD
+   - fix ppc config
+   - xslt -> xslt1
+
+2011-07-25:13.8
- fix udevd startup
- unify theme handling
- adjust to various lib dependency changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-13.8/data/rescue/rescue.file_list 
new/installation-images-13.9/data/rescue/rescue.file_list
--- old/installation-images-13.8/data/rescue/rescue.file_list   2011-07-22 
13:45:01.0 +0200
+++ new/installation-images-13.9/data/rescue/rescue.file_list   2011-08-01 
10:54:46.0 +0200
@@ -707,28 +707,30 @@
 
   bootsplash:
 /sbin/splash
-endif
 
-libmount*:
-  /
+  firmwarekit:
+/
 
+  acpica:
+/
 
-###
-firmwarekit:
-  /
+  powertop:
+/
 
-acpica:
-  /
+  libnewt*:
+/
+  libslang2:
+/
 
-powertop:
-  /
 
-libnewt*:
-  /
 
-libslang2:
+endif
+
+libmount*:
   /
 
+
+###
 # to keep postin scripts happy
 r /sbin/mkinitrd_setup
 s /bin/true /sbin/mkinitrd_setup
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-13.8/data/root/machbunt.file_list 
new/installation-images-13.9/data/root/machbunt.file_list
--- old/installation-images-13.8/data/root/machbunt.file_list   2011-07-22 
13:45:01.0 +0200
+++ new/installation-images-13.9/data/root/machbunt.file_list   2011-08-01 
10:54:46.0 +0200
@@ -242,7 +242,7 @@
 /etc/slp.reg.d
 /usr/sbin/slpd
 
-  libxslt:
+  libxslt1:
 /usr/lib*
 /usr/bin
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.8/etc/module.config 
new/installation-images-13.9/etc/module.config
--- old/installation-images-13.8/etc/module.config  2011-07-22 
13:45:01.0 +0200
+++ new/installation-images-13.9/etc/module.config  2011-08-01 
10:54:46.0 +0200
@@ -763,6 +763,8 @@
 da903x_bl,-,-
 libahci
 ahci_platform
+swim3,"floppy controller for Super Woz Integrated Machine 3",-
+mscan-mpc5xxx,"Freescale MPC5xxx CAN Bus controller",-
 
 
 [s390]
@@ -874,7 +876,6 @@
 xfsidbg
 ifb,"Intermediate Functional Block support"
 ; pmac floppy
-swim3
 monreader
 vmlogrdr
 parport_ax88796
@@ -950,5 +951,4 @@
 cfspi_slave
 ;
 ll_temac
-mscan-mpc5xxx
 






Remember to have fun...

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



commit libxslt for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package libxslt for openSUSE:Factory
checked in at Mon Aug 1 14:20:36 CEST 2011.




--- libxslt/libxslt-python.changes  2011-07-29 11:41:55.0 +0200
+++ /mounts/work_src_done/STABLE/libxslt/libxslt-python.changes 2011-08-01 
13:04:54.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  1 09:59:25 UTC 2011 - idon...@novell.com
+
+- Correctly obsolete libxslt package in the baselibs.conf too 
+
+---
libxslt.changes: same change

calling whatdependson for head-i586




Other differences:
--
++ libxslt-python.spec ++
--- /var/tmp/diff_new_pack.i9n7gx/_old  2011-08-01 14:20:11.0 +0200
+++ /var/tmp/diff_new_pack.i9n7gx/_new  2011-08-01 14:20:11.0 +0200
@@ -25,7 +25,7 @@
 BuildRequires:  libxml2-devel
 Summary:Python Bindings for libxslt
 Version:1.1.26
-Release:3
+Release:4
 License:MIT License (or similar)
 Group:  Development/Libraries/Python
 Source: libxslt-%{version}.tar.bz2

++ libxslt.spec ++
--- /var/tmp/diff_new_pack.i9n7gx/_old  2011-08-01 14:20:11.0 +0200
+++ /var/tmp/diff_new_pack.i9n7gx/_new  2011-08-01 14:20:11.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   libxslt
 Version:1.1.26
-Release:7
+Release:9
 License:MIT License (or similar)
 Summary:XSL Transformation Library
 Group:  System/Libraries

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.i9n7gx/_old  2011-08-01 14:20:11.0 +0200
+++ /var/tmp/diff_new_pack.i9n7gx/_new  2011-08-01 14:20:11.0 +0200
@@ -1,2 +1,7 @@
 libxslt1
 libxslt-devel
+
+requires -libxslt-
+requires "libxslt1- = "
+obsoletes "libxslt-devel- <= "
+provides "libxslt-devel- = "







Remember to have fun...

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



commit yast2-pkg-bindings for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package yast2-pkg-bindings for 
openSUSE:Factory
checked in at Mon Aug 1 14:21:33 CEST 2011.




--- yast2-pkg-bindings/yast2-pkg-bindings.changes   2011-07-27 
10:15:57.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-pkg-bindings/yast2-pkg-bindings.changes  
2011-08-01 13:35:22.0 +0200
@@ -1,0 +2,7 @@
+Mon Aug  1 09:28:55 UTC 2011 - lsle...@suse.cz
+
+- Pkg::SourceFinishAll() - remove upgrading repositories from the
+  solver, fixes solver crash when called later (bnc#709494)
+- 2.21.6
+
+---

calling whatdependson for head-i586


Old:

  yast2-pkg-bindings-2.21.5.tar.bz2

New:

  yast2-pkg-bindings-2.21.6.tar.bz2



Other differences:
--
++ yast2-pkg-bindings-devel-doc.spec ++
--- /var/tmp/diff_new_pack.wwUIRx/_old  2011-08-01 14:20:49.0 +0200
+++ /var/tmp/diff_new_pack.wwUIRx/_new  2011-08-01 14:20:49.0 +0200
@@ -20,12 +20,12 @@
 
 Name:   yast2-pkg-bindings-devel-doc
 
-Version:2.21.5
+Version:2.21.6
 Release:1
 License:GPL
 Group:  Documentation/HTML
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-pkg-bindings-2.21.5.tar.bz2
+Source0:yast2-pkg-bindings-2.21.6.tar.bz2
 Prefix: %_prefix
 
 # same as in the main package (because we use the same configure.in.in)
@@ -42,7 +42,7 @@
 from the pkg-bindings sources.
 
 %prep
-%setup -n yast2-pkg-bindings-2.21.5
+%setup -n yast2-pkg-bindings-2.21.6
 # build only documentation, ignore all other directories
 echo "doc" > SUBDIRS
 

++ yast2-pkg-bindings.spec ++
--- /var/tmp/diff_new_pack.wwUIRx/_old  2011-08-01 14:20:49.0 +0200
+++ /var/tmp/diff_new_pack.wwUIRx/_new  2011-08-01 14:20:49.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-pkg-bindings
-Version:2.21.5
+Version:2.21.6
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-pkg-bindings-2.21.5.tar.bz2
+Source0:yast2-pkg-bindings-2.21.6.tar.bz2
 
 Prefix: /usr
 
@@ -46,7 +46,7 @@
 library in YaST2.
 
 %prep
-%setup -n yast2-pkg-bindings-2.21.5
+%setup -n yast2-pkg-bindings-2.21.6
 # build only the library, ignore documentation (it is in devel-doc package)
 echo "src" > SUBDIRS
 

++ yast2-pkg-bindings-2.21.5.tar.bz2 -> yast2-pkg-bindings-2.21.6.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-pkg-bindings-2.21.5/VERSION 
new/yast2-pkg-bindings-2.21.6/VERSION
--- old/yast2-pkg-bindings-2.21.5/VERSION   2011-07-27 10:11:36.0 
+0200
+++ new/yast2-pkg-bindings-2.21.6/VERSION   2011-08-01 11:31:16.0 
+0200
@@ -1 +1 @@
-2.21.5
+2.21.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-pkg-bindings-2.21.5/configure 
new/yast2-pkg-bindings-2.21.6/configure
--- old/yast2-pkg-bindings-2.21.5/configure 2011-07-27 10:12:20.0 
+0200
+++ new/yast2-pkg-bindings-2.21.6/configure 2011-08-01 13:34:49.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-pkg-bindings 2.21.5.
+# Generated by GNU Autoconf 2.68 for yast2-pkg-bindings 2.21.6.
 #
 # Report bugs to .
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-pkg-bindings'
 PACKAGE_TARNAME='yast2-pkg-bindings'
-PACKAGE_VERSION='2.21.5'
-PACKAGE_STRING='yast2-pkg-bindings 2.21.5'
+PACKAGE_VERSION='2.21.6'
+PACKAGE_STRING='yast2-pkg-bindings 2.21.6'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1363,7 +1363,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-pkg-bindings 2.21.5 to adapt to many kinds of 
systems.
+\`configure' configures yast2-pkg-bindings 2.21.6 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1435,7 +1435,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-pkg-bindings 2.21.5:";;
+ short | recursive ) echo "Configuration of yast2-pkg-bindings 2.21.6:";;
esac
   cat <<\_ACEOF
 
@@ -1553,7 +1553,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-pkg-bindings configure 2.21.5
+yast2-pkg-bindings configure 2.21.6
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2006,7 +2006,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-pkg-binding

drop last-exit from openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

FYI: Package last-exit was dropped from openSUSE:Factory at Mon Aug  1 14:27:31 
CEST 2011.

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

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

Remember to have fun...

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



commit perl-Mac-PropertyList for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package perl-Mac-PropertyList for 
openSUSE:Factory
checked in at Mon Aug 1 15:24:19 CEST 2011.




--- perl-Mac-PropertyList/perl-Mac-PropertyList.changes 2011-02-21 
05:52:22.0 +0100
+++ 
/mounts/work_src_done/STABLE/perl-Mac-PropertyList/perl-Mac-PropertyList.changes
2011-08-01 14:14:37.0 +0200
@@ -1,0 +2,10 @@
+Sat Jul 30 18:58:53 EST 2011 - greg.freem...@opensuse.com
+
+- upgrade to 1.34
+   * In ReadBinary, handle the data as big-endian. This means you
+  need the > pack modifier introduced in 5.10.
+   * Require 5.10 because I need the > pack modifier
+   * Ensure binary reads are for big endian
+   * Various cleanups for format and whitespace
+
+---

calling whatdependson for head-i586


Old:

  _service
  _service:download_url:Mac-PropertyList-1.33.tar.gz

New:

  Mac-PropertyList-1.34.tar.gz



Other differences:
--
++ perl-Mac-PropertyList.spec ++
--- /var/tmp/diff_new_pack.tzqWxB/_old  2011-08-01 15:23:55.0 +0200
+++ /var/tmp/diff_new_pack.tzqWxB/_new  2011-08-01 15:23:55.0 +0200
@@ -18,15 +18,14 @@
 
 
 Name:   perl-Mac-PropertyList
-Version:1.33
+Version:1.34
 Release:1
 License:GPL+ or Artistic
 %define cpan_name Mac-PropertyList
 Summary:work with Mac plists at a low level
 Url:http://search.cpan.org/dist/Mac-PropertyList/
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/B/BD/BDFOY/Mac-PropertyList-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -48,57 +47,6 @@
 You don't need to be on Mac OS X to use this. It simply parses and
 manipulates a text format that Mac OS X uses.
 
-The Property List format
-The MacOS X Property List format is simple XML. You can read the DTD to
-get the details.
-
-   http://www.apple.com/DTDs/PropertyList-1.0.dtd
-
-One big problem exists--its dict type uses a flat structure to list
-keys and values so that values are only associated with their keys by
-their position in the file rather than by the structure of the DTD.
-This problem is the major design hinderance in this module. A smart XML
-format would have made things much easier.
-
-If the parse_plist encounters an empty key tag in a dict structure
-(i.e. '' ) the function croaks.
-
-The Mac::PropertyList classes
-A plist can have one or more of any of the plist objects, and we have
-to remember the type of thing so we can go back to the XML format. Perl
-treats numbers and strings the same, but the plist format doesn't.
-
-Therefore, everything 'Mac::PropertyList' creates is an object of some
-sort. Container objects like 'Mac::PropertyList::array' and
-'Mac::PropertyList::dict' hold other objects.
-
-There are several types of objects:
-
-   Mac::PropertyList::string
-   Mac::PropertyList::data
-   Mac::PropertyList::real
-   Mac::PropertyList::integer
-   Mac::PropertyList::date
-   Mac::PropertyList::array
-   Mac::PropertyList::dict
-
-* new( VALUE )
-
-  Create the object.
-
-* value
-
-  Access the value of the object. At the moment you cannot change the
-  value
-
-* type
-
-  Access the type of the object (string, data, etc)
-
-* write
-
-  Create a string version of the object, recursively if necessary.
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
@@ -118,7 +66,7 @@
 %{__rm} -rf %{buildroot}
 
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes LICENSE README
+%defattr(-,root,root,755)
+%doc Changes examples LICENSE README
 
 %changelog






Remember to have fun...

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



commit bzip2 for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package bzip2 for openSUSE:Factory
checked in at Mon Aug 1 15:24:51 CEST 2011.




--- bzip2/bzip2.changes 2010-11-29 16:10:47.0 +0100
+++ /mounts/work_src_done/STABLE/bzip2/bzip2.changes2011-07-26 
13:44:05.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 26 11:43:49 UTC 2011 - jeng...@medozas.de
+
+- Update baselibs.conf to ship libbz2-devel-32bit
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bzip2.spec ++
--- /var/tmp/diff_new_pack.wlFQol/_old  2011-08-01 15:24:37.0 +0200
+++ /var/tmp/diff_new_pack.wlFQol/_new  2011-08-01 15:24:37.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package bzip2 (Version 1.0.6)
+# spec file for package bzip2
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 
 Name:   bzip2
 Version:1.0.6
-Release:3
+Release:9
 Provides:   bzip
 Obsoletes:  bzip
 BuildRequires:  pkg-config

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.wlFQol/_old  2011-08-01 15:24:37.0 +0200
+++ /var/tmp/diff_new_pack.wlFQol/_new  2011-08-01 15:24:37.0 +0200
@@ -2,3 +2,6 @@
   obsoletes "bzip2- <= "
   provides "bzip2- = "
   targettype x86 provides "baselibs-x86:/usr/lib/libbz2.so.1"
+libbz2-devel
+  requires -libbz2-
+  requires "libbz2-1- = "








Remember to have fun...

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



commit libmediawiki for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package libmediawiki for openSUSE:Factory
checked in at Mon Aug 1 16:01:54 CEST 2011.




--- libmediawiki/libmediawiki.changes   2011-07-28 11:45:29.0 +0200
+++ /mounts/work_src_done/STABLE/libmediawiki/libmediawiki.changes  
2011-07-28 13:32:09.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 28 13:31:40 UTC 2011 - toddrme2...@gmail.com
+
+- Fix typos in descriptions and summaries
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libmediawiki.spec ++
--- /var/tmp/diff_new_pack.HLikY7/_old  2011-08-01 16:01:31.0 +0200
+++ /var/tmp/diff_new_pack.HLikY7/_new  2011-08-01 16:01:31.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   libmediawiki
 Version:2.0.0
-Release:1
+Release:3
 License:GPLv2+
 Summary:Interface for MediaWiki based web services
 Url:http://www.digikam.org
@@ -33,7 +33,7 @@
 
 %package -n libmediawiki1
 
-Summary:A Face Recognition Library
+Summary:Interface for MediaWiki based web services
 Provides:   libmediawiki = %{version}
 
 %description -n libmediawiki1
@@ -43,14 +43,15 @@
 
 %package devel
 
+
 Summary:Interface for MediaWiki based web services
 Group:  Development/Libraries/C and C++
 Requires:   libmediawiki = %{version}
 
 %description devel
-Libface is a library aimed at bringing face recognition technology to the open 
source community.
+libmediawiki is a KDE C++ interface for MediaWiki based web service as 
wikipedia.org
 
-This package contains the development files for libface
+This package contains the development files for libmediawiki
 
 %prep
 %setup -q -n digikam-%{version}






Remember to have fun...

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



commit libpeas for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package libpeas for openSUSE:Factory
checked in at Mon Aug 1 16:02:40 CEST 2011.




--- libpeas/libpeas.changes 2011-07-01 16:35:36.0 +0200
+++ /mounts/work_src_done/STABLE/libpeas/libpeas.changes2011-08-01 
10:08:44.0 +0200
@@ -1,0 +2,18 @@
+Mon Aug  1 09:43:57 CEST 2011 - vu...@opensuse.org
+
+- Add libpeas-new-gjs.patch: fix build with gjs 1.29.16, which
+  merges gjs-gi with gjs.
+- Remove pkgconfig(gjs-gi-1.0) BuildRequires thanks to the patch.
+- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
+  needed by the patch.
+
+---
+Mon Jul 25 21:49:07 CEST 2011 - vu...@opensuse.org
+
+- Update to version 1.1.1:
+  + PeasExtension has been deprecated
+  + Ability to use C plugins without GObject-Introspection.
+  + The plugin manager's disable plugins dialog will no longer show
+hidden plugins.
+
+---

calling whatdependson for head-i586


Old:

  libpeas-1.1.0.tar.bz2

New:

  libpeas-1.1.1.tar.bz2
  libpeas-new-gjs.patch



Other differences:
--
++ libpeas.spec ++
--- /var/tmp/diff_new_pack.quPQ39/_old  2011-08-01 16:02:08.0 +0200
+++ /var/tmp/diff_new_pack.quPQ39/_new  2011-08-01 16:02:08.0 +0200
@@ -18,16 +18,19 @@
 
 
 Name:   libpeas
-Version:1.1.0
+Version:1.1.1
 Release:1
 License:LGPLv2+
 Summary:GObject-based Plugin Engine
 Group:  System/Libraries
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/libpeas/1.1/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM libpeas-new-gjs.patch bgo#655475 vu...@opensuse.org -- 
Fix build with gjs 1.29.16
+Patch0: libpeas-new-gjs.patch
+# Needed for patch0
+BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  libseed-gtk3-devel
 BuildRequires:  python-devel
-BuildRequires:  pkgconfig(gjs-gi-1.0)
 BuildRequires:  pkgconfig(gjs-internals-1.0)
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
@@ -123,8 +126,11 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+# Needed for patch0
+NOCONFIGURE=1 gnome-autogen.sh
 %configure
 make %{?_smp_flag} V=1
 

++ libpeas-1.1.0.tar.bz2 -> libpeas-1.1.1.tar.bz2 ++
 24228 lines of diff (skipped)

++ libpeas-new-gjs.patch ++
commit c711ba77abde3463d05f045ffb6c4d532fb1a19c
Author: Vincent Untz 
Date:   Mon Aug 1 09:16:46 2011 +0200

Adapt to and require gjs 1.29.16

gjs-gi was merged in gjs, so update the build system as well as path to
headers.

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

diff --git a/configure.ac b/configure.ac
index 269c1fa..4a6f176 100644
--- a/configure.ac
+++ b/configure.ac
@@ -257,7 +257,7 @@ dnl 

 dnl GJS Javascript Engine
 dnl 
 
-GJS_REQUIRED=0.7.8
+GJS_REQUIRED=1.29.16
 
 AC_ARG_ENABLE(gjs,
  AS_HELP_STRING([--enable-gjs],[Enable GJS support]),
@@ -269,7 +269,7 @@ AC_MSG_CHECKING([for GJS JS availability.])
 if test "x$enable_gjs" = "xno"; then
found_gjs="no (disabled, use --enable-gjs to enable)"
 else
-   PKG_CHECK_EXISTS([gjs-internals-1.0 >= $GJS_REQUIRED gjs-gi-1.0],
+   PKG_CHECK_EXISTS([gjs-internals-1.0 >= $GJS_REQUIRED],
 [found_gjs=yes],
 [found_gjs=no])
 fi
@@ -280,8 +280,8 @@ fi
 AC_MSG_RESULT([$found_gjs])
 
 if test "$found_gjs" = "yes"; then
-   GJS_CFLAGS=`$PKG_CONFIG --cflags gjs-internals-1.0 gjs-gi-1.0`
-   GJS_LIBS=`$PKG_CONFIG --libs gjs-internals-1.0 gjs-gi-1.0`
+   GJS_CFLAGS=`$PKG_CONFIG --cflags gjs-internals-1.0`
+   GJS_LIBS=`$PKG_CONFIG --libs gjs-internals-1.0`
AC_SUBST(GJS_CFLAGS)
AC_SUBST(GJS_LIBS)
 
diff --git a/loaders/gjs/peas-extension-gjs.c b/loaders/gjs/peas-extension-gjs.c
index 1d600f5..d8cc578 100644
--- a/loaders/gjs/peas-extension-gjs.c
+++ b/loaders/gjs/peas-extension-gjs.c
@@ -26,8 +26,8 @@
 #include 
 
 #include 
-#include 
-#include 
+#include 
+#include 
 
 #include 
 #include 
diff --git a/loaders/gjs/peas-plugin-loader-gjs.c 
b/loaders/gjs/peas-plugin-loader-gjs.c
index 30a3a2c..b19f7ac 100644
--- a/loaders/gjs/peas-plugin-loader-gjs.c
+++ b/loaders/gjs/peas-plugin-loader-gjs.c
@@ -24,9 +24,9 @@
 #endif
 
 #include 
-#include 
-#include 
-#include 
+#include 
+#include 
+#include 
 
 #include "peas-plugin-loader-gjs.h"
 #include "peas-extension-gjs.h"
diff --git a/tests/libpeas/extension-gjs.c b/tests/libpeas/extension-gjs.c
index 9d69235..1a5f846 100644
--- a/tests/libpeas/extension-gjs.c
+++ b/tests/libpeas/extension-gjs.c
@@ -23,7 +23,7 @@
 #

commit kdegames4 for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package kdegames4 for openSUSE:Factory
checked in at Mon Aug 1 16:04:05 CEST 2011.




--- KDE/kdegames4/kdegames4-carddecks.changes   2011-07-01 11:20:32.0 
+0200
+++ /mounts/work_src_done/STABLE/kdegames4/kdegames4-carddecks.changes  
2011-07-22 20:19:00.0 +0200
@@ -1,0 +2,13 @@
+Fri Jul 22 20:18:47 CEST 2011 - dmuel...@suse.de
+
+- update to 4.7.0
+  * Small fixes over KDE 4.7 RC2
+  *  see http://kde.org/announcements/4.7 for details
+  
+
+---
+Thu Jul 21 12:45:04 UTC 2011 - idon...@novell.com
+
+- Update to 4.6.95 
+
+---
kdegames4.changes: same change

calling whatdependson for head-i586


Old:

  4_5_BRANCH.diff
  kdegames-4.6.5.tar.bz2

New:

  kdegames-4.7.0.tar.bz2



Other differences:
--
++ kdegames4-carddecks.spec ++
--- /var/tmp/diff_new_pack.kUMAhk/_old  2011-08-01 16:03:43.0 +0200
+++ /var/tmp/diff_new_pack.kUMAhk/_new  2011-08-01 16:03:43.0 +0200
@@ -23,10 +23,9 @@
 Group:  System/GUI/KDE
 Summary:Default Card Decks for KDE Games
 Url:http://www.kde.org
-Version:4.6.5
+Version:4.7.0
 Release:1
 Source0:kdegames-%version.tar.bz2
-Patch0: 4_5_BRANCH.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -41,7 +40,6 @@
 
 %prep
 %setup -q -n kdegames-%version
-%patch0
 
 %build
   %cmake_kde4 -d build

++ kdegames4.spec ++
--- /var/tmp/diff_new_pack.kUMAhk/_old  2011-08-01 16:03:43.0 +0200
+++ /var/tmp/diff_new_pack.kUMAhk/_new  2011-08-01 16:03:43.0 +0200
@@ -18,8 +18,12 @@
 
 
 Name:   kdegames4
-BuildRequires:  libkde4-devel libqca2-devel libsndfile-devel openal-soft-devel 
oxygen-icon-theme-large
-BuildRequires:  ggz-client-libs-devel qhull-devel
+BuildRequires:  libkde4-devel
+BuildRequires:  libqca2-devel
+BuildRequires:  oxygen-icon-theme-large
+BuildRequires:  ggz-client-libs-devel
+BuildRequires:  openal-soft-devel
+BuildRequires:  libsndfile-devel
 %define with_python 1
 %if %with_python
 BuildRequires:  python-kde4-devel python-twisted
@@ -28,10 +32,9 @@
 Group:  System/GUI/KDE
 Summary:General Data for KDE Games
 Url:http://www.kde.org
-Version:4.6.5
+Version:4.7.0
 Release:1
 Source0:kdegames-%version.tar.bz2
-Patch:  4_5_BRANCH.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 Requires:   libkdegames4 = %version
@@ -87,7 +90,6 @@
 
 %prep
 %setup -q -n kdegames-%version
-%patch
 
 %build
   %cmake_kde4 -d build --

++ kdegames-4.6.5.tar.bz2 -> kdegames-4.7.0.tar.bz2 ++
KDE/kdegames4/kdegames-4.6.5.tar.bz2 
/mounts/work_src_done/STABLE/kdegames4/kdegames-4.7.0.tar.bz2 differ: char 11, 
line 1






Remember to have fun...

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



commit kdelibs4 for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package kdelibs4 for openSUSE:Factory
checked in at Mon Aug 1 16:05:52 CEST 2011.




--- KDE/kdelibs4/kdelibs4-apidocs.changes   2011-07-26 14:10:11.0 
+0200
+++ /mounts/work_src_done/STABLE/kdelibs4/kdelibs4-apidocs.changes  
2011-07-29 11:49:55.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 29 09:45:26 UTC 2011 - idon...@novell.com
+
+- Add kdewidgets-in-designer.patch, fix KDE widgets not showing up
+  in Qt Designer, upstream r101804 
+
+---
kdelibs4.changes: same change

calling whatdependson for head-i586


New:

  kdewidgets-in-designer.patch



Other differences:
--
++ kdelibs4-apidocs.spec ++
--- /var/tmp/diff_new_pack.1wH7pX/_old  2011-08-01 16:04:50.0 +0200
+++ /var/tmp/diff_new_pack.1wH7pX/_new  2011-08-01 16:04:50.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   kdelibs4-apidocs
 Version:4.7.0
-Release:1
+Release:2
 License:LGPLv2.1+
 Summary:KDE 4 API documentation
 Url:http://www.kde.org

++ kdelibs4.spec ++
--- /var/tmp/diff_new_pack.1wH7pX/_old  2011-08-01 16:04:50.0 +0200
+++ /var/tmp/diff_new_pack.1wH7pX/_new  2011-08-01 16:04:50.0 +0200
@@ -67,7 +67,7 @@
 %endif
 BuildRequires:  xz-devel
 Version:4.7.0
-Release:1
+Release:3
 License:LGPLv2.1+
 Summary:KDE Base Libraries
 Url:http://www.kde.org
@@ -90,6 +90,7 @@
 Patch17:flash-player-non-oss.diff
 Patch18:plasma-libs.diff
 Patch20:ignore-inline-menu.diff
+Patch21:kdewidgets-in-designer.patch
 Patch24:ksuseinstall.diff
 PreReq: permissions
 Requires:   soprano >= %( echo `rpm -q --queryformat '%{VERSION}' 
libsoprano-devel`)
@@ -164,6 +165,7 @@
 %patch17
 %patch18
 %patch20
+%patch21 -p1
 %patch24
 #
 # define KDE version exactly

++ kdewidgets-in-designer.patch ++
diff --git a/kdewidgets/makekdewidgets.cpp b/kdewidgets/makekdewidgets.cpp
--- a/kdewidgets/makekdewidgets.cpp
+++ b/kdewidgets/makekdewidgets.cpp
@@ -195,7 +195,10 @@ QString buildWidgetClass( const QString &name, KConfig 
&_input, const QString &g
 defMap.insert( "PluginName", denamespace( name ) + QLatin1String( "Plugin" 
) );
 
 // FIXME: ### make this more useful, i.e. outsource to separate file
-defMap.insert( "DomXml", input.readEntry( "DomXML" ).replace( '\"', "\\\"" 
) );
+defMap.insert( "DomXml", input.readEntry( "DomXML",
+QString("").
+arg(name,name.toLower())
+).replace( '\"', "\\\"" ));
 defMap.insert( "CodeTemplate", input.readEntry( "CodeTemplate" ) );
 defMap.insert( "CreateWidget", input.readEntry( "CreateWidget",
   QString( "\n\t\treturn new %1%2;" )






Remember to have fun...

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



commit kipi-plugins for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package kipi-plugins for openSUSE:Factory
checked in at Mon Aug 1 16:06:54 CEST 2011.




--- KDE/kipi-plugins/kipi-plugins.changes   2011-07-21 16:36:15.0 
+0200
+++ /mounts/work_src_done/STABLE/kipi-plugins/kipi-plugins.changes  
2011-07-28 11:41:36.0 +0200
@@ -1,0 +2,17 @@
+Thu Jul 28 09:16:38 UTC 2011 - idon...@novell.com
+
+- Update to final 2.0 release, see NEWS file for complete changelog
+  * Complete rewrite of GUI, including reverse-geocoding feature
+  * New tool to export collection to Yandex web service 
(http://fotki.yandex.ru)
+  * New tool to export collection to MediaWiki based web service 
(http://www.mediawiki.org)
+  * New tool to export collection to Rajce web service 
(http://www.rajce.idnes.cz)
+  * Factoring Exif/Iptc/Xmp editor to a common dialog 
+
+- Provide -lang subpackage again
+
+---
+Wed Jul 27 21:43:03 UTC 2011 - tittiatc...@gmail.com
+
+- Added libmediawiki and libkgeomap as buildrequires.
+
+---

calling whatdependson for head-i586


Old:

  digikam-2.0.0-rc.tar.bz2

New:

  digikam-2.0.0.tar.bz2



Other differences:
--
++ kipi-plugins.spec ++
--- /var/tmp/diff_new_pack.OtReBh/_old  2011-08-01 16:06:08.0 +0200
+++ /var/tmp/diff_new_pack.OtReBh/_new  2011-08-01 16:06:08.0 +0200
@@ -18,15 +18,16 @@
 
 
 Name:   kipi-plugins
-Version:2.0.0rc1
+Version:2.0.0
 Release:1
 License:BSD3c(or similar) ; GPLv2+ ; LGPLv2.1+ ; MIT License (or 
similar)
 Summary:KDE Plug-Ins for Image Manipulation
 Url:http://www.kipi-plugins.org/
 Group:  Productivity/Graphics/Other
-Source: 
http://sourceforge.net/projects/digikam/files/digikam/2.0.0-rc/digikam-2.0.0-rc.tar.bz2
+Source: 
http://sourceforge.net/projects/digikam/files/digikam/%{version}/digikam-%{version}.tar.bz2
 Patch:  desktop-files.diff
 BuildRequires:  doxygen
+BuildRequires:  fdupes
 BuildRequires:  graphviz-devel
 BuildRequires:  lensfun-devel
 BuildRequires:  libexiv2-devel
@@ -39,7 +40,7 @@
 BuildRequires:  libkdepimlibs4-devel
 BuildRequires:  libkexiv2-devel
 BuildRequires:  libkipi-devel
-BuildRequires:  libkmap-devel
+BuildRequires:  libkgeomap-devel
 BuildRequires:  libksane-devel
 BuildRequires:  liblqr-devel
 BuildRequires:  libqca2-devel
@@ -49,6 +50,7 @@
 BuildRequires:  opencv-devel
 BuildRequires:  soprano-backend-redland
 BuildRequires:  sqlite-devel
+BuildRequires:  libmediawiki-devel
 BuildRequires:  pkgconfig(gtk+-2.0)
 Requires:   /usr/bin/jpegtran
 Recommends: dcraw
@@ -83,10 +85,23 @@
 %description acquireimage
 This is the Acquireimage plugin from the kipi plugins package.
 
+
+%lang_package
 %prep
-%setup -q -n digikam-2.0.0-rc
+%setup -q -n digikam-%{version}
+mv doc/kipi-plugins extra/kipi-plugins/doc
+cp -r po extra/kipi-plugins/po
+find extra/kipi-plugins/po -name digikam.po | xargs rm
+
 cd extra/kipi-plugins
 %patch
+# Remove build time references so build-compare can do its work
+FAKE_BUILDDATE=$(LC_ALL=C date -r %{_sourcedir}/%{name}.changes '+%b %e %Y')
+sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" 
common/libkipiplugins/pluginsversion.h.cmake
+
+# Add docs & translations
+echo "add_subdirectory( doc )" >> CMakeLists.txt
+echo "add_subdirectory( po )" >> CMakeLists.txt
 
 %build
   cd extra/kipi-plugins
@@ -98,12 +113,14 @@
 %makeinstall
   cd ..
 %suse_update_desktop_file scangui Scanning
-%if 0%{?suse_version} > 1120 || !0%{?kde_updatedapps}
 %suse_update_desktop_file expoblending Graphics Photography
-%endif
+
 rm -rf %{buildroot}%{_datadir}/locale/x-test
 rm %{buildroot}%{_datadir}/applications/kde4/dngconverter.desktop
 
+%find_lang %{name} --all-name
+%fdupes -s %{buildroot}
+
 %kde_post_install
 
 %post -p /sbin/ldconfig
@@ -112,6 +129,8 @@
 
 %files
 %defattr(-,root,root)
+%doc extra/kipi-plugins/NEWS extra/kipi-plugins/ChangeLog
+%doc extra/kipi-plugins/COPYING extra/kipi-plugins/COPYING-ADOBE
 %_kde4_bindir/dngconverter
 %_kde4_bindir/dnginfo
 %_kde4_bindir/expoblending
@@ -229,4 +248,8 @@
 %defattr(-,root,root)
 %_kde4_libdir/libkipiplugins.so
 
+%files lang -f extra/kipi-plugins/%{name}.lang
+%defattr(-,root,root,-)
+%exclude %{_kde4_htmldir}/en/kipi-plugins/
+
 %changelog

++ digikam-2.0.0-rc.tar.bz2 -> digikam-2.0.0.tar.bz2 ++
KDE/kipi-plugins/digikam-2.0.0-rc.tar.bz2 
/mounts/work_src_done/STABLE/kipi-plugins/digikam-2.0.0.tar.bz2 differ: char 
11, line 1






Remember to have fun...

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



commit choqok for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package choqok for openSUSE:Factory
checked in at Mon Aug 1 16:08:40 CEST 2011.




--- KDE/choqok/choqok.changes   2011-04-04 09:39:29.0 +0200
+++ /mounts/work_src_done/STABLE/choqok/choqok.changes  2011-07-28 
18:38:56.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 28 16:36:53 UTC 2011 - jav...@opensuse.org
+
+- Add user friends list bugfix (bko#275185)
+
+---

calling whatdependson for head-i586


New:

  userfriends.diff



Other differences:
--
++ choqok.spec ++
--- /var/tmp/diff_new_pack.kgWHcI/_old  2011-08-01 16:07:07.0 +0200
+++ /var/tmp/diff_new_pack.kgWHcI/_new  2011-08-01 16:07:07.0 +0200
@@ -24,10 +24,11 @@
 Group:  Productivity/Networking/Other
 Summary:Micro-Blogging Client for KDE
 Version:1.1
-Release:1
+Release:8
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: %{name}-%{version}.tar.bz2
 Url:http://choqok.gnufolks.org
+Patch0: userfriends.diff
 %kde4_runtime_requires
 
 %description
@@ -61,6 +62,7 @@
 
 %prep
 %setup -q -n %{name}-%{version} 
+%patch0 -p1
 
 %build
   %cmake_kde4 -d build

++ userfriends.diff ++
commit 9053b699c33d998d3933a6c11e4ff624846620e5
Author: Mehrdad Momeny 
Date:   Sun Jul 24 11:30:49 2011 +0800

BUG:275185 Get user friends list bug fixed

diff --git a/helperlibs/twitterapihelper/twitterapimicroblog.cpp 
b/helperlibs/twitterapihelper/twitterapimicroblog.cpp
index 1efbb1f..1a87d61 100644
--- a/helperlibs/twitterapihelper/twitterapimicroblog.cpp
+++ b/helperlibs/twitterapihelper/twitterapimicroblog.cpp
@@ -681,14 +681,18 @@ void 
TwitterApiMicroBlog::requestFriendsScreenName(TwitterApiAccount* theAccount
 TwitterApiAccount* account = qobject_cast(theAccount);
 KUrl url = account->apiUrl();
 url.addPath( QString("/statuses/friends.xml") );
+KUrl tmpUrl(url);
 url.addQueryItem( "cursor", d->friendsCursor );
+QOAuth::ParamMap params;
+params.insert("cursor", d->friendsCursor.toLatin1());
 
 KIO::StoredTransferJob *job = KIO::storedGet( url, KIO::Reload, 
KIO::HideProgressInfo ) ;
 if ( !job ) {
 kDebug() << "Cannot create an http GET request!";
 return;
 }
-job->addMetaData("customHTTPHeader", "Authorization: " + 
authorizationHeader(account, url, QOAuth::GET));
+job->addMetaData("customHTTPHeader", "Authorization: " + 
authorizationHeader(account, tmpUrl,
+   
  QOAuth::GET, params));
 mJobsAccount[job] = theAccount;
 connect( job, SIGNAL( result( KJob* ) ), this, SLOT( 
slotRequestFriendsScreenName(KJob*) ) );
 job->start();





Remember to have fun...

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



commit mx for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package mx for openSUSE:Factory
checked in at Mon Aug 1 16:09:38 CEST 2011.




--- mx/mx.changes   2011-07-18 10:10:52.0 +0200
+++ /mounts/work_src_done/STABLE/mx/mx.changes  2011-07-30 15:12:27.0 
+0200
@@ -1,0 +2,13 @@
+Sat Jul 30 15:07:04 CEST 2011 - vu...@opensuse.org
+
+- Update to version 1.3.0:
+  + Various performance optimisations and bug fixes
+  + Add a remove_all() method to MxComboBox
+  + Bugs fixed: bco#2666, bco#2663, bco#2662, bco#2646, bco#2645,
+bco#2671.
+- Drop mx-no-G_CONST_RETURN.patch: fixed upstream.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---

calling whatdependson for head-i586


Old:

  mx-1.2.0.tar.bz2

New:

  mx-1.3.0.tar.xz



Other differences:
--
++ mx.spec ++
--- /var/tmp/diff_new_pack.ZztbnA/_old  2011-08-01 16:08:57.0 +0200
+++ /var/tmp/diff_new_pack.ZztbnA/_new  2011-08-01 16:08:57.0 +0200
@@ -18,17 +18,17 @@
 
 
 Name:   mx
-Version:1.2.0
-Release:2
+Version:1.3.0
+Release:1
 License:LGPLv2.1
 Summary:Clutter-based Toolkit
 Url:http://www.clutter-project.org/
 Group:  System/Libraries
-Source0:%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM mx-no-G_CONST_RETURN.patch bco#2669 vu...@opensuse.org -- 
Stop using deprecated G_CONST_RETURN
-Patch0: mx-no-G_CONST_RETURN.patch
+Source0:
http://source.clutter-project.org/sources/mx/1.3/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(clutter-1.0)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
@@ -107,7 +107,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure \






Remember to have fun...

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



commit plasma-addons for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package plasma-addons for openSUSE:Factory
checked in at Mon Aug 1 16:11:09 CEST 2011.




--- plasma-addons/plasma-addons.changes 2011-07-22 20:21:19.0 +0200
+++ /mounts/work_src_done/STABLE/plasma-addons/plasma-addons.changes
2011-07-30 20:10:18.0 +0200
@@ -1,0 +2,6 @@
+Sat Jul 30 18:03:55 UTC 2011 - idon...@novell.com
+
+- Add bko-278222.patch, fix plasma crash with grid desktop. Upstream
+  commit 67b5c56e564f5052238bab38342a85e5f4af570b 
+
+---

calling whatdependson for head-i586


New:

  bko-278222.patch



Other differences:
--
++ plasma-addons.spec ++
--- /var/tmp/diff_new_pack.kQdUwg/_old  2011-08-01 16:10:05.0 +0200
+++ /var/tmp/diff_new_pack.kQdUwg/_new  2011-08-01 16:10:05.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   plasma-addons
 Version:4.7.0
-Release:1
+Release:2
 License:GPLv2+
 Summary:Additional Plasma Widgets
 Url:http://www.kde.org/
@@ -27,6 +27,7 @@
 Source0:kdeplasma-addons-%{version}.tar.bz2
 Patch1: krunner-akonadi-dont-cause-start.diff
 Patch2: lancelot-suse.diff
+Patch3: bko-278222.patch
 BuildRequires:  fdupes
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  kopete
@@ -90,6 +91,7 @@
 %setup -q -n kdeplasma-addons-%{version}
 %patch1
 %patch2
+%patch3 -p1
 
 %build
   %cmake_kde4 -d build

++ bko-278222.patch ++
commit 67b5c56e564f5052238bab38342a85e5f4af570b
Author: Christoph Feck 
Date:   Sat Jul 30 19:15:28 2011 +0200

Fix assignment operator and add copy constructor

This fixes the crash in Grid Desktop and Grouping Desktop.
Thanks to Aaron Seigo for investigation and patch review.

BUG: 278222
FIXED-IN: 4.7.1

diff --git a/containments/groupingdesktop/lib/groupinfo.cpp 
b/containments/groupingdesktop/lib/groupinfo.cpp
index 2106cca..c945551 100644
--- a/containments/groupingdesktop/lib/groupinfo.cpp
+++ b/containments/groupingdesktop/lib/groupinfo.cpp
@@ -43,6 +43,12 @@ GroupInfo::GroupInfo(const QString &name, const QString 
&prettyName)
 d->prettyName = prettyName;
 }
 
+GroupInfo::GroupInfo(const GroupInfo &other)
+  : d(new GroupInfoPrivate())
+{
+*d = *other.d;
+}
+
 GroupInfo::~GroupInfo()
 {
 delete d;
@@ -78,13 +84,12 @@ QString GroupInfo::icon() const
 return d->icon;
 }
 
-GroupInfo GroupInfo::operator=(const GroupInfo &gi)
+GroupInfo &GroupInfo::operator=(const GroupInfo &gi)
 {
-GroupInfo g(gi.name(), gi.prettyName());
-g.setFormFactors(gi.formFactors());
-g.setIcon(gi.icon());
-
-return g;
+if (this != &gi) {
+*d = *gi.d;
+}
+return *this;
 }
 
 bool GroupInfo::operator==(const GroupInfo &gi) const
diff --git a/containments/groupingdesktop/lib/groupinfo.h 
b/containments/groupingdesktop/lib/groupinfo.h
index f8cc66f..320c800 100644
--- a/containments/groupingdesktop/lib/groupinfo.h
+++ b/containments/groupingdesktop/lib/groupinfo.h
@@ -31,6 +31,7 @@ class GroupInfo
 {
 public:
 explicit GroupInfo(const QString &name, const QString &prettyName = 
QString());
+GroupInfo(const GroupInfo &other);
 ~GroupInfo();
 void setFormFactors(QSet formFactors);
 void setIcon(const QString &icon);
@@ -40,7 +41,7 @@ class GroupInfo
 QSet formFactors() const;
 QString icon() const;
 
-GroupInfo operator=(const GroupInfo &gi);
+GroupInfo &operator=(const GroupInfo &gi);
 bool operator==(const GroupInfo &gi) const;
 bool operator<(const GroupInfo &gi) const;
 





Remember to have fun...

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



commit snapper for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package snapper for openSUSE:Factory
checked in at Mon Aug 1 16:11:45 CEST 2011.




--- snapper/snapper.changes 2011-06-28 12:51:50.0 +0200
+++ /mounts/work_src_done/STABLE/snapper/snapper.changes2011-08-01 
14:50:48.0 +0200
@@ -1,0 +2,16 @@
+Mon Aug 01 14:42:16 CEST 2011 - aschn...@suse.de
+
+- preparations for supporting multiple filesystem types
+- version 0.0.7
+
+---
+Mon Aug 01 12:34:40 CEST 2011 - aschn...@suse.de
+
+- updated translations
+
+---
+Sat Jul 30 16:15:42 CEST 2011 - aschn...@suse.de
+
+- added missing shell quoting
+
+---

calling whatdependson for head-i586


Old:

  snapper-0.0.6.tar.bz2

New:

  snapper-0.0.7.tar.bz2



Other differences:
--
++ snapper.spec ++
--- /var/tmp/diff_new_pack.utSbjt/_old  2011-08-01 16:11:22.0 +0200
+++ /var/tmp/diff_new_pack.utSbjt/_new  2011-08-01 16:11:22.0 +0200
@@ -19,8 +19,8 @@
 
 
 Name:   snapper
-Version:0.0.6
-Release:5
+Version:0.0.7
+Release:1
 License:GPL
 Group:  System/Packages
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ snapper-0.0.6.tar.bz2 -> snapper-0.0.7.tar.bz2 ++
 1895 lines of diff (skipped)






Remember to have fun...

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



commit cmake for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package cmake for openSUSE:Factory
checked in at Tue Aug 2 08:50:05 CEST 2011.




--- cmake/cmake-gui.changes 2010-11-11 15:08:11.0 +0100
+++ /mounts/work_src_done/STABLE/cmake/cmake-gui.changes2011-07-29 
18:20:24.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 29 16:19:45 UTC 2011 - pu...@novell.com
+
+- update to 2.8.5 
+ - see /usr/share/doc/packages/cmake/Changelog for changes
+
+---
--- cmake/cmake.changes 2011-04-04 16:49:26.0 +0200
+++ /mounts/work_src_done/STABLE/cmake/cmake.changes2011-07-29 
18:20:25.0 +0200
@@ -1,0 +2,11 @@
+Fri Jul 29 16:19:27 UTC 2011 - pu...@novell.com
+
+- update to 2.8.5 
+ - see /usr/share/doc/packages/cmake/Changelog for changes
+
+---
+Tue Apr  5 10:49:54 UTC 2011 - pu...@novell.com
+
+- use --no-system-libarchive for openSUSE < 11.3 
+
+---

calling whatdependson for head-i586


Old:

  cmake-2.8.4.tar.bz2

New:

  cmake-2.8.5.tar.gz



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.LOsi0h/_old  2011-08-02 08:49:29.0 +0200
+++ /var/tmp/diff_new_pack.LOsi0h/_new  2011-08-02 08:49:29.0 +0200
@@ -19,12 +19,12 @@
 
 
 Name:   cmake-gui
-Version:2.8.4
+Version:2.8.5
 Release:1
 License:BSD3c
 Group:  Development/Tools/Building
 Url:http://www.cmake.org/
-Source0:cmake-%{version}.tar.bz2
+Source0:http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz
 Patch4: cmake-disable-builtin-chrpath.diff
 Summary:CMake graphical user interface
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -39,10 +39,12 @@
 BuildRequires:  curl-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libqt4-devel
-BuildRequires:  libarchive-devel
 BuildRequires:  openssl-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
+%if 0%{?suse_version} > 1130
+BuildRequires:  libarchive-devel
+%endif
 Requires:   cmake
 
 %description
@@ -67,7 +69,15 @@
 --datadir=/share/cmake \
 --docdir=/share/doc/packages/cmake \
 --mandir=/share/man \
+%if 0%{?suse_version} > 1130
 --system-libs \
+%else
+--system-curl \
+--system-expat \
+--system-zlib \
+--system-bzip2 \
+--no-system-libarchive \
+%endif
 --parallel=0%jobs \
 --qt-gui
 make VERBOSE=1 %{?jobs:-j %jobs}

++ cmake.spec ++
--- /var/tmp/diff_new_pack.LOsi0h/_old  2011-08-02 08:49:29.0 +0200
+++ /var/tmp/diff_new_pack.LOsi0h/_new  2011-08-02 08:49:29.0 +0200
@@ -19,12 +19,12 @@
 
 
 Name:   cmake
-Version:2.8.4
+Version:2.8.5
 Release:1
 License:BSD3c
 Group:  Development/Tools/Building
 Url:http://www.cmake.org/
-Source0:%{name}-%{version}.tar.bz2
+Source0:http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
 Patch4: cmake-disable-builtin-chrpath.diff
 # Should appear in cmake-2.8.3
 Summary:Cross-platform, open-source make system
@@ -39,10 +39,12 @@
 %endif
 BuildRequires:  curl-devel
 BuildRequires:  gcc-c++
-BuildRequires:  libarchive-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
 BuildRequires:  zlib-devel
+%if 0%{?suse_version} > 1130
+BuildRequires:  libarchive-devel
+%endif
 Requires:   make
 
 %description
@@ -64,7 +66,15 @@
 --datadir=/share/%{name} \
 --docdir=/share/doc/packages/%{name} \
 --mandir=/share/man \
+%if 0%{?suse_version} > 1130
 --system-libs \
+%else
+--system-curl \
+--system-expat \
+--system-zlib \
+--system-bzip2 \
+--no-system-libarchive \
+%endif
 --parallel=0%jobs \
 --no-qt-gui
 make VERBOSE=1 %{?jobs:-j %jobs}






Remember to have fun...

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



commit sysvinit for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package sysvinit for openSUSE:Factory
checked in at Tue Aug 2 08:55:35 CEST 2011.




--- sysvinit/sysvinit.changes   2011-07-27 15:22:47.0 +0200
+++ /mounts/work_src_done/STABLE/sysvinit/sysvinit.changes  2011-08-01 
16:48:32.0 +0200
@@ -1,0 +2,7 @@
+Mon Aug  1 14:25:56 UTC 2011 - wer...@suse.de
+
+- libblogger: check for SIGPIPE and block SIGPIPE during write, this
+  also does help startpar not to die on SIGPIPE (bnc#679671)
+- blogd: add a further check for nsigsys in writelog() (bnc#679671)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ sysvinit.spec ++
--- /var/tmp/diff_new_pack.ltEFC2/_old  2011-08-02 08:50:17.0 +0200
+++ /var/tmp/diff_new_pack.ltEFC2/_new  2011-08-02 08:50:17.0 +0200
@@ -29,7 +29,7 @@
 Group:  System/Base
 AutoReqProv:on
 Version:2.88+
-Release:56
+Release:58
 Summary:SysV-Style init
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  audit-devel libselinux-devel libsepol-devel pam-devel

++ showconsole-1.14.dif ++
--- /var/tmp/diff_new_pack.ltEFC2/_old  2011-08-02 08:50:17.0 +0200
+++ /var/tmp/diff_new_pack.ltEFC2/_new  2011-08-02 08:50:17.0 +0200
@@ -170,8 +170,123 @@
  .SH FILES
  .TP
  .I /dev/console
+--- libblogger.c
 libblogger.c   2011-08-01 14:32:47.599926864 +
+@@ -15,6 +15,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -40,9 +41,58 @@
+ #define ESNS  "skipped"   /* Skipped */
+ #define ESNU  "unused"/* Unused  */
+ 
++static struct sigaction saved_sigpipe;
++static volatile sig_atomic_t broken = 0;
+ static int fdfifo = -1;
+ static char * fifo_name = _PATH_BLOG_FIFO;
+ 
++static void sigpipe(int sig __attribute__((__unused__)))
++{
++broken++;
++}
++
++static void set_signal(int sig, struct sigaction *old, sighandler_t handler)
++{
++do {
++  if (sigaction(sig, NULL, old) == 0)
++  break;
++} while (errno == EINTR);
++
++if (old && old->sa_handler != handler) {
++  struct sigaction new;
++  sigset_t sigset;
++
++  new.sa_handler = handler;
++  sigemptyset(&new.sa_mask);
++  new.sa_flags = SA_RESTART;
++  do {
++  if (sigaction(sig, &new, NULL) == 0)
++  break;
++  } while (errno == EINTR);
++
++  sigemptyset(&sigset);
++  sigaddset(&sigset, sig);
++  sigprocmask(SIG_UNBLOCK, &sigset, NULL);
++}
++}
++
++static void reset_signal(int sig, struct sigaction *old)
++{
++struct sigaction cur;
++
++do {
++  if (sigaction(sig, NULL, &cur) == 0)
++  break;
++} while (errno == EINTR);
++
++if (old && old->sa_handler == cur.sa_handler) {
++  do {
++  if (sigaction(sig, old, NULL) == 0)
++  break;
++  } while (errno == EINTR);
++}
++}
++
+ static int bootlog_init(const int lvl __attribute__((__unused__)))
+ {
+ int ret = -1;
+@@ -57,6 +107,8 @@ static int bootlog_init(const int lvl __
+ if ((fdfifo = open(fifo_name, O_WRONLY|O_NONBLOCK|O_NOCTTY|O_CLOEXEC)) < 
0)
+   goto out;
+ 
++set_signal(SIGPIPE, &saved_sigpipe, sigpipe);
++
+ ret = 0;
+ out:
+ return ret;
+@@ -66,6 +118,9 @@ void closeblog()
+ {
+ if (fdfifo < 0)
+   goto out;
++
++reset_signal(SIGPIPE,  &saved_sigpipe);
++
+ (void)close(fdfifo);
+ out:
+ return;
+@@ -77,6 +132,7 @@ int bootlog(const int lvl, const char *f
+ int ret = -1;
+ char * head = ESNN;
+ char buf[4096];
++sigset_t blockpipe, oldpipe;
+ 
+ if (fdfifo < 0 && bootlog_init(lvl) < 0)
+   goto out;
+@@ -106,6 +162,9 @@ int bootlog(const int lvl, const char *f
+   break;
+ }
+ 
++sigprocmask(SIG_BLOCK, &blockpipe, &oldpipe);
++if (broken)
++  goto pipe;
+ if (head) {
+   const struct tm *local;
+   struct timeval now;
+@@ -124,6 +183,8 @@ int bootlog(const int lvl, const char *f
+ vsnprintf(buf, sizeof(buf), fmt, ap);
+ va_end(ap);
+ write(fdfifo, buf, strlen(buf));
++pipe:
++sigprocmask(SIG_SETMASK, &oldpipe, NULL);
+ out:
+ return ret;
+ }
 --- libconsole.c
-+++ libconsole.c   2011-04-20 11:13:46.815926166 +
 libconsole.c   2011-08-01 14:00:51.311926463 +
 @@ -59,6 +59,27 @@
  #include "listing.h"
  
@@ -345,11 +460,13 @@
  clearerr(flog);
  lock(&llock);
  while (avail > 0) {
-@@ -412,7 +440,7 @@ static inline void writelog(void)
+@@ -411,8 +439,8 @@ static inline void writelog(void)
+   if (avail > TRANS_BUFFER_SIZE)
ret = TRANS_BUFFER_SIZE;
  
-   if (!flog)
+-  if (!flog)
 -  goto xout;;
++  if (!flog || nsigsys)
 +  break;
ret = fwrite(head, sizeof(unsigned char), re

commit mkinitrd for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory
checked in at Tue Aug 2 08:56:33 CEST 2011.




--- mkinitrd/mkinitrd.changes   2011-07-29 16:04:36.0 +0200
+++ /mounts/work_src_done/STABLE/mkinitrd/mkinitrd.changes  2011-08-01 
17:18:46.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  1 15:09:15 UTC 2011 - mma...@suse.cz
+
+- Only copy /usr/bin/on_ac_power if it exists (bnc#708326).
+
+---

calling whatdependson for head-i586




Other differences:
--
++ mkinitrd.spec ++
--- /var/tmp/diff_new_pack.RLeiS1/_old  2011-08-02 08:55:44.0 +0200
+++ /var/tmp/diff_new_pack.RLeiS1/_new  2011-08-02 08:55:44.0 +0200
@@ -31,7 +31,7 @@
 %endif
 AutoReqProv:on
 Version:2.7.0
-Release:23
+Release:25
 Conflicts:  udev < 118
 Requires:   dhcpcd
 PreReq: %fillup_prereq

++ mkinitrd.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/mkinitrd.changes 
new/mkinitrd-2.7.0/mkinitrd.changes
--- old/mkinitrd-2.7.0/mkinitrd.changes 2011-07-29 15:47:20.0 +0200
+++ new/mkinitrd-2.7.0/mkinitrd.changes 2011-08-01 17:10:21.0 +0200
@@ -1,4 +1,9 @@
 ---
+Mon Aug  1 15:09:15 UTC 2011 - mma...@suse.cz
+
+- Only copy /usr/bin/on_ac_power if it exists (bnc#708326).
+
+---
 Fri Jul 29 13:46:54 UTC 2011 - mma...@suse.cz
 
 - Add the dmesg utility for easier debugging.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/boot-mount.sh 
new/mkinitrd-2.7.0/scripts/boot-mount.sh
--- old/mkinitrd-2.7.0/scripts/boot-mount.sh2011-07-29 15:47:20.0 
+0200
+++ new/mkinitrd-2.7.0/scripts/boot-mount.sh2011-08-01 17:10:21.0 
+0200
@@ -3,7 +3,7 @@
 #%stage: filesystem
 #%depends: resume
 #
-#%programs: /sbin/fsck $rootfsck /bin/on_ac_power
+#%programs: /sbin/fsck $rootfsck
 #%if: ! "$root_already_mounted"
 #%dontshow
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/setup-mount.sh 
new/mkinitrd-2.7.0/scripts/setup-mount.sh
--- old/mkinitrd-2.7.0/scripts/setup-mount.sh   2011-07-29 15:47:20.0 
+0200
+++ new/mkinitrd-2.7.0/scripts/setup-mount.sh   2011-08-01 17:10:21.0 
+0200
@@ -20,5 +20,12 @@
 
 verbose "[MOUNT] Root:\t$rootdev"
 
+for file in {/usr,}/bin/on_ac_power; do
+if test -e $file; then
+cp_bin $file $tmp_mnt/usr/bin
+break
+fi
+done
+
 save_var rootdev
 save_var rootfsck






Remember to have fun...

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



commit marble for openSUSE:Factory

2011-08-01 Thread h_root

Hello community,

here is the log from the commit of package marble for openSUSE:Factory
checked in at Tue Aug 2 08:57:45 CEST 2011.




--- marble/marble.changes   2011-07-22 20:28:44.0 +0200
+++ /mounts/work_src_done/STABLE/marble/marble.changes  2011-08-01 
16:23:10.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  1 14:15:36 UTC 2011 - idon...@novell.com
+
+- Provide marble-data subpackage again 
+
+---

calling whatdependson for head-i586


Old:

  4_6_BRANCH.diff



Other differences:
--
++ marble.spec ++
--- /var/tmp/diff_new_pack.Fu2Vww/_old  2011-08-02 08:56:42.0 +0200
+++ /var/tmp/diff_new_pack.Fu2Vww/_new  2011-08-02 08:56:42.0 +0200
@@ -18,89 +18,87 @@
 
 
 Name:   marble
-BuildRequires:  kdebase4-workspace-devel
-BuildRequires:  libkdeedu4-devel
-BuildRequires:  fdupes
-BuildRequires:  perl
+Version:4.7.0
+Release:3
 License:LGPLv2.1+
-Group:  Amusements/Teaching/Other
 Summary:A generic map viewer
 Url:http://edu.kde.org
-Version:4.7.0
-Release:1
-Source0:%{name}-%version.tar.bz2
-Patch0: 4_6_BRANCH.diff
+Group:  Amusements/Teaching/Other
+Source0:%{name}-%{version}.tar.bz2
 Patch1: marble-designer-plugin.diff
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
+BuildRequires:  fdupes
+BuildRequires:  kdebase4-workspace-devel
+BuildRequires:  libkdeedu4-devel
+BuildRequires:  perl
 Requires:   libkeduvocdocument4
+Requires:   marble-data = %{version}
 Suggests:   libkeduvocdocument4
 Provides:   kde4-marble = 4.3.0
 Obsoletes:  kde4-marble < 4.3.0
-Provides:   marble-data = %{version}
-Obsoletes:  marble-data < %{version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%kde4_runtime_requires
 
 %description
 Marble is a viewer of map data
 
-
-Authors:
-
-The KDE Team 
-
 %prep
-%setup -q -n %{name}-%version
-%patch0 -p0
+%setup -q -n %{name}-%{version}
 %patch1 -p1
 
 %build
 %ifarch ppc ppc64
-export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mminimal-toc"
+export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
 %endif
   %cmake_kde4 -d build
   %make_jobs
 
 %install
   cd build
-  %makeinstall
+%make_install
   %suse_update_desktop_file %{name}   Education Geography
   %kde_post_install
-  %if %suse_version > 1020
-  %fdupes -s $RPM_BUILD_ROOT
-  %endif
-
-%clean
-  rm -rf $RPM_BUILD_ROOT
+  %fdupes -s %{buildroot}
 
 %package devel
 License:LGPLv2.1+
-Group:  Amusements/Teaching/Other
 Summary:A generic map viewer: Build Environment
+Group:  Amusements/Teaching/Other
 Requires:   marble
 Provides:   kde4-marble-devel = 4.3.0
 Obsoletes:  kde4-marble-devel < 4.3.0
 
 %description devel
-Marble is a viewer of map data
+Development headers and libraries for Marble.
 
+%package data
+BuildArch:  noarch
+License:LGPLv2.1+
+Group:  Amusements/Teaching/Other
+Summary:Generic map viewer data
+Provides:   kde4-marble-data = 4.3.0
+Obsoletes:  kde4-marble-data < 4.3.0
 
+%description data
+Marble is a viewer of map data. This package contains its data.
 
-Authors:
-
-The KDE Team 
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
 
 %files devel
 %defattr(-,root,root)
-/usr/include/marble/
+%{_includedir}/marble/
 %_kde4_libdir/libmarblewidget.so
 %_kde4_appsdir/cmake/modules/FindMarble.cmake
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%files data
+%defattr(-,root,root)
+%dir %{_datadir}/kde4/apps/marble
+%_kde_share_dir/apps/marble/data
 
 %files
 %defattr(-,root,root)
+%exclude %_kde_share_dir/apps/marble/data
 %_kde4_bindir/geodatatest
 %_kde4_bindir/marble
 %_kde4_bindir/routing-instructions






Remember to have fun...

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