commit lighttpd for openSUSE:11.4

2012-01-30 Thread h_root

Hello community,

here is the log from the commit of package lighttpd for openSUSE:11.4
checked in at Mon Jan 30 23:59:53 CET 2012.




--- old-versions/11.4/all/lighttpd/lighttpd.changes 2010-04-22 
13:55:48.0 +0200
+++ 11.4/lighttpd/lighttpd.changes  2012-01-27 12:19:47.0 +0100
@@ -1,0 +2,13 @@
+Fri Jan 27 11:18:04 UTC 2012 - mrueck...@suse.de
+
+- added lighttpd-1.4.26_honor_cipher_order.patch:
+  [ssl] add option to honor server cipher order, true by default
+  (fixes lighttpd#2364)
+
+---
+Wed Dec 21 17:54:06 UTC 2011 - mrueck...@suse.de
+
+- added lighttpd-1.4.x_mod_auth_signedness_error.patch:
+  Fix a small signedness error in mod_auth CVE-2011-4362 (bnc#733607)
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/lighttpd
Destination is old-versions/11.4/UPDATES/all/lighttpd
calling whatdependson for 11.4-i586


New:

  lighttpd-1.4.26_honor_cipher_order.patch
  lighttpd-1.4.x_mod_auth_signedness_error.patch



Other differences:
--
++ lighttpd.spec ++
--- /var/tmp/diff_new_pack.gEQPoC/_old  2012-01-30 23:59:12.0 +0100
+++ /var/tmp/diff_new_pack.gEQPoC/_new  2012-01-30 23:59:12.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package lighttpd (Version 1.4.26)
+# spec file for package lighttpd
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 
 Name:   lighttpd
 Version:1.4.26
-Release:2
+Release:6.
 #
 %define pkg_name lighttpd
 %define pkg_user lighttpd
@@ -92,6 +92,8 @@
 Source7:lighttpd.logrotate
 Patch:  lighttpd-1.4.13_geoip.patch
 Patch1: lighttpd-ssl-retval-fix.patch
+Patch2: lighttpd-1.4.x_mod_auth_signedness_error.patch
+Patch3: lighttpd-1.4.26_honor_cipher_order.patch
 #
 Summary:A Secure, Fast, Compliant, and Very Flexible Web Server
 
@@ -284,6 +286,8 @@
 %patch
 %endif
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 %if 0%{?with_geoip}

++ lighttpd-1.4.26_honor_cipher_order.patch ++
commit 687b52298d7d87a5ce0919f34a1666724a709c88
Author: Stefan Bühler 
Date:   Wed Nov 30 19:59:24 2011 +

[ssl] add option to honor server cipher order, true by default (fixes #2364)

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2810 
152afb58-edef-0310-8abb-c4023f1b3aa9

Conflicts:

NEWS
doc/config/lighttpd.conf
src/base.h
src/configfile.c

diff --git a/src/base.h b/src/base.h
index 4243bd2..9d4efa0 100644
--- a/src/base.h
+++ b/src/base.h
@@ -275,6 +275,7 @@ typedef struct {
buffer *ssl_pemfile;
buffer *ssl_ca_file;
buffer *ssl_cipher_list;
+   unsigned short ssl_honor_cipher_order; /* determine SSL cipher in 
server-preferred order, not client-order */
unsigned short ssl_use_sslv2;
unsigned short ssl_verifyclient;
unsigned short ssl_verifyclient_enforce;
diff --git a/src/configfile.c b/src/configfile.c
index 3037185..1137825 100644
--- a/src/configfile.c
+++ b/src/configfile.c
@@ -100,6 +100,7 @@ static int config_insert(server *srv) {
{ "ssl.verifyclient.depth",  NULL, T_CONFIG_SHORT,   
T_CONFIG_SCOPE_SERVER }, /* 58 */
{ "ssl.verifyclient.username",   NULL, T_CONFIG_STRING,  
T_CONFIG_SCOPE_SERVER }, /* 59 */
{ "ssl.verifyclient.exportcert", NULL, T_CONFIG_BOOLEAN, 
T_CONFIG_SCOPE_SERVER }, /* 60 */
+   { "ssl.honor-cipher-order",  NULL, T_CONFIG_BOOLEAN, 
T_CONFIG_SCOPE_SERVER }, /* 61 */
{ "server.host", "use server.bind instead", 
T_CONFIG_DEPRECATED, T_CONFIG_SCOPE_UNSET },
{ "server.docroot",  "use server.document-root 
instead", T_CONFIG_DEPRECATED, T_CONFIG_SCOPE_UNSET },
{ "server.virtual-root", "load mod_simple_vhost and use 
simple-vhost.server-root instead", T_CONFIG_DEPRECATED, T_CONFIG_SCOPE_UNSET },
@@ -168,6 +169,7 @@ static int config_insert(server *srv) {
s->max_write_idle = 360;
s->use_xattr = 0;
s->is_ssl= 0;
+   s->ssl_honor_cipher_order = 1;
s->ssl_use_sslv2 = 0;
s->use_ipv6  = 0;
s->defer_accept  = 0;
@@ -231,6 +233,7 @@ static int config_insert(server *srv) {
 
cv[47].destination = s->ssl_cipher_list;
cv[48].destination = &(s->ssl_use_sslv2);
+   cv[61].destination = &

commit sudo for openSUSE:12.1:Update:Test

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package sudo for openSUSE:12.1:Update:Test 
checked in at 2012-01-30 20:46:11

Comparing /work/SRC/openSUSE:12.1:Update:Test/sudo (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.sudo.new (New)


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

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/sudo/sudo.changes   2012-01-05 
17:57:34.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.sudo.new/sudo.changes  2012-01-30 
20:46:13.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 30 11:43:47 UTC 2012 - vci...@suse.com
+
+- fix for CVE-2012-0809 (bnc#743300)
+
+---

New:

  sudo-1.8.2-CVE-2012-0809.patch



Other differences:
--
++ sudo.spec ++
--- /var/tmp/diff_new_pack.TCzaiZ/_old  2012-01-30 20:46:13.0 +0100
+++ /var/tmp/diff_new_pack.TCzaiZ/_new  2012-01-30 20:46:13.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   sudo
 Version:1.8.2
 Release:0
@@ -29,6 +30,7 @@
 Patch1: sudo-sudoers.patch
 Patch2: sudo-grp-include.patch
 Patch3: sudo-1.8.2-ldap_search_escape.patch
+Patch4: sudo-1.8.2-CVE-2012-0809.patch
 BuildRequires:  audit-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  openldap2-devel
@@ -59,6 +61,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %ifarch s390 s390x %sparc

++ sudo-1.8.2-CVE-2012-0809.patch ++
Index: sudo-1.8.2/src/sudo.c
===
--- sudo-1.8.2.orig/src/sudo.c  2011-07-29 16:50:45.0 +0200
+++ sudo-1.8.2/src/sudo.c   2012-01-25 12:07:07.609611322 +0100
@@ -1206,15 +1206,15 @@
 sudo_debug(int level, const char *fmt, ...)
 {
 va_list ap;
-char *fmt2;
+char *buf;
 
 if (level > debug_level)
return;
 
-/* Backet fmt with program name and a newline to make it a single write */
-easprintf(&fmt2, "%s: %s\n", getprogname(), fmt);
+/* Bracket fmt with program name and a newline to make it a single write */
 va_start(ap, fmt);
-vfprintf(stderr, fmt2, ap);
+evasprintf(&buf, fmt, ap);
 va_end(ap);
-efree(fmt2);
+fprintf(stderr, "%s: %s\n", getprogname(), buf);
+efree(buf);
 }
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit php5 for openSUSE:12.1:Update:Test

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package php5 for openSUSE:12.1:Update:Test 
checked in at 2012-01-30 20:40:45

Comparing /work/SRC/openSUSE:12.1:Update:Test/php5 (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.php5.new (New)


Package is "php5", Maintainer is "pgaj...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/php5/php5.changes   2012-01-20 
19:08:10.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.php5.new/php5.changes  2012-01-30 
20:40:47.0 +0100
@@ -1,0 +2,9 @@
+Tue Jan 24 09:18:43 UTC 2012 - pgaj...@suse.com
+
+- security update:
+  * CVE-2012-0781 [bnc#742273]
+  * CVE-2012-0788 [bnc#742806]
+  * memory corruption in parse_ini_string() [bnc#742806]
+  * CVE-2012-0789 [bnc#742806]
+
+---

New:

  php-5.3.8-CVE-2012-0781.patch
  php-5.3.8-CVE-2012-0788.patch
  php-5.3.8-CVE-2012-0789.patch
  php-5.3.8-memory-corruption-parse_ini_string.patch



Other differences:
--
++ php5.spec ++
--- /var/tmp/diff_new_pack.QBW3MA/_old  2012-01-30 20:40:48.0 +0100
+++ /var/tmp/diff_new_pack.QBW3MA/_new  2012-01-30 20:40:48.0 +0100
@@ -162,6 +162,10 @@
 Patch36:php-5.3.8-CVE-2011-4566.patch
 Patch37:php-5.3.8-CVE-2011-1466.patch
 Patch38:php-5.3.8-CVE-2011-4885.patch
+Patch39:php-5.3.8-CVE-2012-0781.patch
+Patch40:php-5.3.8-CVE-2012-0788.patch
+Patch41:php-5.3.8-memory-corruption-parse_ini_string.patch
+Patch42:php-5.3.8-CVE-2012-0789.patch
 Url:http://www.php.net
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:PHP5 Core Files
@@ -1276,6 +1280,10 @@
 %patch36
 %patch37
 %patch38
+%patch39
+%patch40
+%patch41
+%patch42
 # Safety check for API version change.
 vapi=`sed -n '/#define PHP_API_VERSION/{s/.* //;p}' main/php.h`
 if test "x${vapi}" != "x%{apiver}"; then


++ php-5.3.8-CVE-2011-1466.patch ++
--- /var/tmp/diff_new_pack.QBW3MA/_old  2012-01-30 20:40:48.0 +0100
+++ /var/tmp/diff_new_pack.QBW3MA/_new  2012-01-30 20:40:48.0 +0100
@@ -39,10 +39,11 @@
/* Calculate the century (year/100). */
century = temp / DAYS_PER_400_YEARS;
  
-@@ -190,6 +182,10 @@ void SdnToGregorian(
+@@ -190,6 +182,11 @@ void SdnToGregorian(
*pYear = year;
*pMonth = month;
*pDay = day;
++  return;
 +fail:
 +  *pYear = 0;
 +  *pMonth = 0;

++ php-5.3.8-CVE-2012-0781.patch ++
http://svn.php.net/viewvc?view=revision&revision=319254
--- ext/tidy/tidy.c 2011/11/15 14:20:13 319253
+++ ext/tidy/tidy.c 2011/11/15 15:16:20 319254
@@ -1288,7 +1288,7 @@
 {
TIDY_FETCH_OBJECT;
 
-   if (tidyRunDiagnostics(obj->ptdoc->doc) >= 0) {
+   if (tidyStatus(obj->ptdoc->doc) != 0 && 
tidyRunDiagnostics(obj->ptdoc->doc) >= 0) {
tidy_doc_update_properties(obj TSRMLS_CC);
RETURN_TRUE;
}

++ php-5.3.8-CVE-2012-0788.patch ++
http://svn.php.net/viewvc/?view=revision&revision=317272
--- ext/pdo/pdo_stmt.c  2011/09/25 12:14:09 317271
+++ ext/pdo/pdo_stmt.c  2011/09/25 12:39:05 317272
@@ -2351,6 +2351,7 @@
 }
 
 zend_object_handlers pdo_dbstmt_object_handlers;
+static int pdo_row_serialize(zval *object, unsigned char **buffer, zend_uint 
*buf_len, zend_serialize_data *data TSRMLS_DC);
 
 void pdo_stmt_init(TSRMLS_D)
 {
@@ -2374,6 +2375,7 @@
pdo_row_ce = zend_register_internal_class(&ce TSRMLS_CC);
pdo_row_ce->ce_flags |= ZEND_ACC_FINAL_CLASS; /* when removing this a 
lot of handlers need to be redone */
pdo_row_ce->create_object = pdo_row_new;
+   pdo_row_ce->serialize = pdo_row_serialize;
 }
 
 static void free_statement(pdo_stmt_t *stmt TSRMLS_DC)
@@ -2796,6 +2798,12 @@
retval.handlers = &pdo_row_object_handlers;
 
return retval;
+}
+
+static int pdo_row_serialize(zval *object, unsigned char **buffer, zend_uint 
*buf_len, zend_serialize_data *data TSRMLS_DC)
+{
+   php_error_docref(NULL TSRMLS_CC, E_WARNING, "PDORow instances may not 
be serialized");
+   return FAILURE;
 }
 /* }}} */

++ php-5.3.8-CVE-2012-0789.patch ++
http://svn.php.net/viewvc/?view=revision&revision=320481
Modified: ext/date/lib/parse_date.re
===
Index: ext/date/lib/parse_date.re
===
--- ext/date/lib/parse_date.re.orig
+++ ext/date/lib/parse_date.re
@@ -775,7 +775,7 @@ static long timelib_lookup_zone(char **p
return value;
 }
 
-static long timelib_get_zone(char **ptr, int *dst, timelib_time *t, int 
*tz_not_found, const timelib_tzdb *tzdb)
+static long timelib_get_

commit pam_ssh for openSUSE:12.1:Update:Test

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package pam_ssh for 
openSUSE:12.1:Update:Test checked in at 2012-01-30 19:44:07

Comparing /work/SRC/openSUSE:12.1:Update:Test/pam_ssh (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.pam_ssh.new (New)


Package is "pam_ssh", Maintainer is "vci...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/pam_ssh/pam_ssh.changes 2012-01-30 
19:44:12.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.pam_ssh.new/pam_ssh.changes
2012-01-30 19:44:12.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 12 15:57:39 UTC 2012 - vci...@suse.com
+
+- added patch that prevents segfault when empty passphrase is
+  supplied (bnc#741541)
+
+---

New:

  pam_ssh-1.97-empty_passphrase_segfault.patch



Other differences:
--
++ pam_ssh.spec ++
--- /var/tmp/diff_new_pack.1zMBpc/_old  2012-01-30 19:44:12.0 +0100
+++ /var/tmp/diff_new_pack.1zMBpc/_new  2012-01-30 19:44:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pam_ssh
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   pam_ssh
-BuildRequires:  openssh openssl-devel pam-devel
-License:BSD3c(or similar)
-Group:  Productivity/Networking/SSH
-AutoReqProv:on
+BuildRequires:  openssh
+BuildRequires:  openssl-devel
+BuildRequires:  pam-devel
 Version:1.97
-Release:13
+Release:0
 Summary:PAM Module for SSH Authentication
+License:BSD-3-Clause
+Group:  Productivity/Networking/SSH
 Url:http://sourceforge.net/projects/pam-ssh/
 Source: %{name}-%{version}.tar.bz2
 Source2:baselibs.conf
 Patch0: pam_ssh-double-free.patch
 Patch1: pam_ssh-1.97-setgid.patch
 Patch2: pam_ssh-1.97-sigmask.patch
+Patch3: pam_ssh-1.97-empty_passphrase_segfault.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -52,6 +52,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p0
+%patch3 -p1
 
 %build
 %{suse_update_config -f}

++ pam_ssh-1.97-empty_passphrase_segfault.patch ++
--- pam_ssh-1.92.orig/pam_get_pass.c2004-02-19 19:59:05.0 +0100
+++ pam_ssh-1.92/pam_get_pass.c 2009-04-18 13:51:10.0 +0200
@@ -63,6 +63,8 @@
retval = conv->conv(1, msgs, &resp, conv->appdata_ptr);
if (retval != PAM_SUCCESS)
return retval;
+   if (resp[0].resp == NULL)
+   return PAM_AUTHTOK_RECOVERY_ERR;
retval = pam_set_item(pamh, PAM_AUTHTOK, resp[0].resp);
if (retval != PAM_SUCCESS)
return retval;

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



commit yast2-product-creator for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package yast2-product-creator for 
openSUSE:Factory checked in at 2012-01-30 12:28:52

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


Package is "yast2-product-creator", Maintainer is "jsuch...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-product-creator/yast2-product-creator.changes  
2011-11-16 17:23:48.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-product-creator.new/yast2-product-creator.changes
 2012-01-30 12:28:54.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan 25 10:16:54 CET 2012 - jsuch...@suse.cz
+
+- confirmed license
+- 2.22.1 
+
+---

Old:

  yast2-product-creator-2.22.0.tar.bz2

New:

  yast2-product-creator-2.22.1.tar.bz2



Other differences:
--
++ yast2-product-creator.spec ++
--- /var/tmp/diff_new_pack.aOnAh9/_old  2012-01-30 12:28:55.0 +0100
+++ /var/tmp/diff_new_pack.aOnAh9/_new  2012-01-30 12:28:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-product-creator
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   yast2-product-creator
-Version:2.22.0
+Version:2.22.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-product-creator-%{version}.tar.bz2
 
-
 Group: System/YaST
-License:GPL-2.0+
-BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools 
yast2-testsuite yast2-packager autoyast2-installation yast2-security 
yast2-add-on-creator yast2 yast2-slp
+License:GPL-2.0
+BuildRequires:  autoyast2-installation perl-XML-Writer update-desktop-files 
yast2 yast2-add-on-creator yast2-devtools yast2-packager yast2-security 
yast2-slp yast2-testsuite
 
 PreReq: %fillup_prereq
 
@@ -54,7 +52,7 @@
 # prefer to install package with real templates
 Recommends:kiwi-config-openSUSE
 
-BuildArchitectures:noarch
+BuildArch:  noarch
 
 Summary:   YaST2 - Module for Creating New Products
 
@@ -73,7 +71,6 @@
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 
-%{?suse_update_config:%{suse_update_config -f}}
 ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
@@ -87,11 +84,11 @@
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
 
-
 install -d $RPM_BUILD_ROOT/var/lib/YaST2/product-creator
 
 %clean
 rm -rf "$RPM_BUILD_ROOT"
+
 %post
 %{fillup_only -n product-creator}
 
@@ -113,3 +110,5 @@
 #%dir /etc/YaST2/product-creator
 /usr/share/YaST2/scrconf/*.scr
 /var/adm/fillup-templates/sysconfig.product-creator
+
+%changelog

++ yast2-product-creator-2.22.0.tar.bz2 -> 
yast2-product-creator-2.22.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-product-creator-2.22.0/VERSION 
new/yast2-product-creator-2.22.1/VERSION
--- old/yast2-product-creator-2.22.0/VERSION2011-11-16 11:12:00.0 
+0100
+++ new/yast2-product-creator-2.22.1/VERSION2012-01-25 10:17:03.0 
+0100
@@ -1 +1 @@
-2.22.0
+2.22.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-product-creator-2.22.0/configure 
new/yast2-product-creator-2.22.1/configure
--- old/yast2-product-creator-2.22.0/configure  2011-10-05 10:09:41.0 
+0200
+++ new/yast2-product-creator-2.22.1/configure  2012-01-26 11:08:06.0 
+0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-product-creator 2.21.11.
+# Generated by GNU Autoconf 2.68 for yast2-product-creator 2.22.1.
 #
 # Report bugs to .
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-product-creator'
 PACKAGE_TARNAME='yast2-product-creator'
-PACKAGE_VERSION='2.21.11'
-PACKAGE_STRING='yast2-product-creator 2.21.11'
+PACKAGE_VERSION='2.22.1'
+PACKAGE_STRING='yast2-product-creator 2.22.1'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1229,7 +1229,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to b

commit syslog-ng for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package syslog-ng for openSUSE:Factory 
checked in at 2012-01-30 12:28:44

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


Package is "syslog-ng", Maintainer is "m...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/syslog-ng/syslog-ng.changes  2011-12-25 
17:42:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.syslog-ng.new/syslog-ng.changes 2012-01-30 
12:28:46.0 +0100
@@ -1,0 +2,117 @@
+Fri Jan 27 12:45:30 CET 2012 - cza...@balabit.hu
+
+- more changelog, as requested by saschpe
+  v3.3.1 was the initial syslog-ng 3.3 release
+  fixes and changes, taken from the syslog-ng NEWS file
+
+- Fixes:
+
+* Fixed set() and subst() rewrite operations to work properly on the
+  value() parameter specified in the configuration even if they are
+  referenced at multiple spots in the configuration file.  Earlier
+  the 2nd and subsequent invocation of the rewrite rule changed
+  $MESSAGE.
+* Fixed csv-parser() to work even if it is invoked at multiple spots
+  in the configuration file. Earlier, the 2nd and subsequent
+  references of the parser rule forgot the list of column names and
+  the input template.
+* Fixed the processing of condition() parameter in rewrite rules,
+  which was broken if it contained a filter() function call.
+* Fixed program() destination to properly kill the child process on
+  reload and shutdown.
+* Fixed a potential division by zero error which could happen for
+  large data rates due to a race in an unlocked region.
+* Fixed an assertion failure in mongodb destination that happened
+  due to a race condition at high data rates.
+* Fixed an fd leak in the control socket code, that caused the
+  control connection file descriptors to be leaked.
+* Fixed a crash problem in the tcp() destination, that occurred at
+  or after a reload happens.
+* Fixed a segmentation fault on reload when using the same rewrite
+  rule from multiple log paths.
+* Fixed a segmentation fault when processing a reload request in
+  case an existing tcp() source is removed from the config and there
+  are open connections.
+* Fixed a possible segmentation fault in the scalable queue
+  implementation, which happens in case a destination is slower to
+  process messages than syslog-ng would like to send them.
+* Fixed a possible file() destination issue that could cause
+  syslog-ng to omit data or to write garbage to the log file in case
+  the kernel reports that only a smaller portion of the actual write
+  request could be accomplished.
+* Fixed an "internal error duplicate config element" error during
+  reload due to an invalid bugfix applied for 3.3.1.  Older beta
+  versions of 3.3 were not affected.
+* Fixed a memory leak that causes macro based file destinations to
+  leak their queue when destination files are closed due to
+  time-reap().
+* Fixed the handling of the condition() option for rewrite rules.
+* Fixed a race condition in value-pairs support, potentially causing
+  heap corruption problems when $(format-json) is used in threaded
+  mode.
+* Fixed a memory leak in value-pairs template function argument
+  parsing, fixing a leak if $(format-json) is used.
+* Repeated definitions of source, destination, filter, rewrite,
+  parser and block elements are not allowed by default anymore.
+  These are reported as configuration errors unless
+ @define allow-config-dups 1
+  is specified in the configuration file.
+* Fixed pdbtool error reporting in "pdbtool test" to make it easier
+  to understand what went wrong.
+* Added an SQL connection health check in case an INSERT failed.
+  This way syslog-ng handles SQL server timeouts better.
+* Fixed support for systemd socket activation. Previously such
+  sockets were not set to non-blocking mode, causing syslog-ng to
+  hang.
+* Fixed the filter() function in the filter expression to work also
+  when used as a part of an AND or OR construct.
+* Allow the sql() destination to operate even without an indexes()
+  option. That parameter was meant to be optional, but it wasn't.
+* Fixed compilation issues if no OpenSSL is present.
+* Fixed a minor memory leak in the usertty() driver that can increase
+  memory usage on every reload. (The username() parameter wasn't
+  properly freed on reload).
+* Fixed a minor memory leak in the sql() driver that can increase
+  the memory usage on every reload (indexes() parameter wasn't
+  properly freed on reload).
+
+- Changes
+* db-parser() automatically sets a tag named '.classifier.unknown'
+  if the message doesn't match.
+* The use of actions in db-parser() for messages without a
+  correllation context was inconsistently indexing messages. For
+  actions in rules that had correllation @0 was the new message
+  being generated, 

commit solfege for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package solfege for openSUSE:Factory checked 
in at 2012-01-30 12:28:38

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


Package is "solfege", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/solfege/solfege.changes  2011-10-05 
17:47:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.solfege.new/solfege.changes 2012-01-30 
12:28:39.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 16:23:35 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ solfege.spec ++
--- /var/tmp/diff_new_pack.cbldAw/_old  2012-01-30 12:28:40.0 +0100
+++ /var/tmp/diff_new_pack.cbldAw/_new  2012-01-30 12:28:40.0 +0100
@@ -14,21 +14,26 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-
 %define usemyprovides 1
 
 Name:   solfege
 Summary:An ear training program
 Version:3.20.3
-Release:2
+Release:0
 # Solfege has updated it's license.
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Sound/Utilities
 Url:http://www.solfege.org/
-BuildRequires:  docbook-xsl-stylesheets fdupes gnome-doc-utils-devel libxslt
-BuildRequires:  python-devel swig texinfo update-desktop-files
+BuildRequires:  automake
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  fdupes
+BuildRequires:  gnome-doc-utils-devel
+BuildRequires:  libxslt
+BuildRequires:  python-devel
 BuildRequires:  python-gtk-devel
+BuildRequires:  swig
+BuildRequires:  texinfo
+BuildRequires:  update-desktop-files
 
 %if 0%{?usemyprovides} == 1
 %define _use_internal_dependency_generator 0

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



commit qt4-qtscript for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package qt4-qtscript for openSUSE:Factory 
checked in at 2012-01-30 12:28:29

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


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

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.qt4-qtscript.new/qt4-qtscript.changes   
2012-01-30 12:28:31.0 +0100
@@ -0,0 +1,34 @@
+---
+Thu Jan 26 12:55:40 UTC 2012 - idon...@suse.com
+
+- Fix license to be SUSE-LGPL-2.1-with-nokia-exception-1.1
+
+---
+Thu Jan 26 11:01:39 UTC 2012 - tittiatc...@gmail.com
+
+- Update to version 0.2
+  * Compatibility fixes with Qt 4.8 
+
+---
+Wed Oct 12 12:31:16 UTC 2011 - cdenic...@suse.com
+
+- license update: GPL-2
+  qt4-qtscript is GPL-2 only
+
+---
+Tue Sep 27 07:38:59 UTC 2011 - idon...@suse.com
+
+- Add qtscript-separate-webkit.patch to fix compilation with
+  new QtWebKit 2.2
+
+---
+Sat May 23 00:12:52 CEST 2009 - dmuel...@suse.de
+
+- fix build with gcc 4.4
+
+---
+Sun Mar 25 22:50:52 CEST 2009 - dmuel...@suse.de
+
+- Rename to qt4-qtscript to match openSUSE naming sheme.
+  Package is based on qtscript-qt written by Rex Dieter
+  and Ian Monroe.

New:

  gcc-44.diff
  qt4-qtscript.changes
  qt4-qtscript.spec
  qtscript-qt-no_phonon.diff
  qtscript-separate-webkit.patch
  qtscriptgenerator-src-0.2.0.tar.gz



Other differences:
--
++ qt4-qtscript.spec ++
#
# spec file for package qt4-qtscript
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

%define date 20111225


Name:   qt4-qtscript
Version:0.2.0
Release:1
License:SUSE-LGPL-2.1-with-nokia-exception-1.1
Summary:Qt bindings generator for Qt Script
Url:http://code.google.com/p/qtscriptgenerator/
Group:  Development/Libraries/KDE
Source0:qtscriptgenerator-src-%{version}.tar.gz
Patch0: qtscript-qt-no_phonon.diff
Patch1: gcc-44.diff
Patch2: qtscript-separate-webkit.patch
BuildRequires:  libQtWebKit-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%requires_eqlibqt4

%description
Qt Script Generator is a tool that generates Qt bindings for Qt Script.
With the generated bindings you get access to substantial portions of
the Qt API from within Qt Script.

%package doc
License:SUSE-LGPL-2.1-with-nokia-exception-1.1
Summary:Qt bindings generator for Qt Script
Group:  Development/Libraries/KDE
Requires:   %{name} = %{version}

%description doc
Qt Script Generator is a tool that generates Qt bindings for Qt Script.
With the generated bindings you get access to substantial portions of
the Qt API from within Qt Script.

%prep
%setup -q -n qtscriptgenerator-src-%{version}
%patch0
%patch1
%patch2

%build
export QTDIR=/usr
cd generator
qmake
make
./generator
cd ../qtbindings
qmake
make -j3
cd ..

%install
# copying generated library files
# install doesn't do symlinks
mkdir -p %{buildroot}%{_libdir}/qt4/plugins/script/
cp -a plugins/script/libqtscript* %{buildroot}%{_libdir}/qt4/plugins/script/
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}
install -c -m 644 README   %{buildroot}%{_defaultdocdir}/%{name}/README
install -c -m 644 LICENSE.LGPL  
%{buildroot}%{_defaultdocdir}/%{name}/LICENSE.LGPL
# Copy generated docs in doc/ to doc directory
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}/doc-html
cp -a doc/* %{buildroot}%{_defaultdocdir}/%{name}/doc-html/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%dir %{_docdir}/%{name}
%doc %{_docdir}/%{name}/README
%doc %{_docdir}/%{name}/LICENSE.LGPL
%{_libdir}/qt4/plugins/script/libqtscript*

%

commit python-scgi for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package python-scgi for openSUSE:Factory 
checked in at 2012-01-30 12:28:18

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


Package is "python-scgi", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/python-scgi/python-scgi.changes  2011-09-23 
12:43:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-scgi.new/python-scgi.changes 
2012-01-30 12:28:20.0 +0100
@@ -1,0 +2,7 @@
+Wed Jan 25 07:38:54 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-Python-1.6
+  License is the old Python license (CNRI on Fedora). Use proprietary
+  SUSE-prefix until Python-1.6 is accepted upstream at spdx.org
+
+---



Other differences:
--
++ python-scgi.spec ++
--- /var/tmp/diff_new_pack.abjtu5/_old  2012-01-30 12:28:21.0 +0100
+++ /var/tmp/diff_new_pack.abjtu5/_new  2012-01-30 12:28:21.0 +0100
@@ -23,7 +23,7 @@
 Release:1
 #
 Group:  Development/Libraries/Python
-License:Other uncritical OpenSource License
+License:SUSE-Python-1.6
 #
 BuildRequires:  apache2-devel pcre-devel python-devel
 %defineapxs/usr/sbin/apxs2
@@ -55,7 +55,7 @@
 Neil Schemenauer 
 
 %package -n apache2-mod_scgi
-License:Other uncritical OpenSource License
+License:SUSE-Python-1.6
 Group:  Development/Libraries/Python
 Requires:   apache2 %{apache_mmn}
 #

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



commit python-kde4 for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package python-kde4 for openSUSE:Factory 
checked in at 2012-01-30 12:28:13

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


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

Changes:

--- /work/SRC/openSUSE:Factory/python-kde4/python-kde4.changes  2011-12-08 
12:14:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-kde4.new/python-kde4.changes 
2012-01-30 12:28:15.0 +0100
@@ -1,0 +2,8 @@
+Wed Jan 18 21:13:09 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.0
+  * first stable release of KDE 4.8 (only critical fixes over 4.7.98)
+  * see http://kde.org/announcements/4.8/ for details
+  
+
+---

Old:

  pykde4-4.7.4.tar.bz2

New:

  pykde4-4.8.0.tar.bz2



Other differences:
--
++ python-kde4.spec ++
--- /var/tmp/diff_new_pack.S0sD4x/_old  2012-01-30 12:28:16.0 +0100
+++ /var/tmp/diff_new_pack.S0sD4x/_new  2012-01-30 12:28:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-kde4
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 Name:   python-kde4
-Version:4.7.4
+Version:4.8.0
 Release:0
 Summary:Python bindings for KDE 4
 License:LGPL-2.1+
@@ -39,6 +39,7 @@
 
 %package devel
 Summary:Development files of python-kde4
+Group:  Development/Libraries/KDE
 Requires:   %{name} = %{version}
 Requires:   python-qt4-devel
 

++ pykde4-4.7.4.tar.bz2 -> pykde4-4.8.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pykde4-4.7.4/CMakeLists.txt 
new/pykde4-4.8.0/CMakeLists.txt
--- old/pykde4-4.7.4/CMakeLists.txt 2011-06-22 17:02:34.0 +0200
+++ new/pykde4-4.8.0/CMakeLists.txt 2011-07-27 20:37:12.0 +0200
@@ -73,7 +73,6 @@
 ${QT_QTWEBKIT_INCLUDE_DIR}
 ${KDE4_INCLUDE_DIR}
 ${KDE4_INCLUDE_DIR}/solid
-${KDE4_INCLUDE_DIR}/phonon
 ${KDE4_INCLUDE_DIR}/kio
 ${KDE4_INCLUDE_DIR}/kdeprint
 ${KDE4_INCLUDE_DIR}/kdeprint/lpr
@@ -81,6 +80,7 @@
 ${KDE4_INCLUDE_DIR}/ksettings
 ${KDE4_INCLUDE_DIR}/knewstuff2
 ${KDE4_INCLUDE_DIR}/dnssd
+${KDE4_PHONON_INCLUDES}
 ${KDEPIMLIBS_INCLUDE_DIRS}
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pykde4-4.7.4/examples/kdecoreExamples/kstandarddirs.py 
new/pykde4-4.8.0/examples/kdecoreExamples/kstandarddirs.py
--- old/pykde4-4.7.4/examples/kdecoreExamples/kstandarddirs.py  2011-05-20 
22:33:41.0 +0200
+++ new/pykde4-4.8.0/examples/kdecoreExamples/kstandarddirs.py  2011-08-07 
17:40:41.0 +0200
@@ -51,7 +51,7 @@
 # currentIndexChanged can also be emitted with an int (the index that
 # changed)
 
-self.combo.currentIndexChanged[QString].connect(self.slotIndexChanged)
+combo.currentIndexChanged[QString].connect(self.slotIndexChanged)
 
 lBox  = KVBox (hBox)
 listLbl   = QLabel ("Directories", lBox)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pykde4-4.7.4/examples/kdeuiExamples/kaboutkdedialog.py 
new/pykde4-4.8.0/examples/kdeuiExamples/kaboutkdedialog.py
--- old/pykde4-4.7.4/examples/kdeuiExamples/kaboutkdedialog.py  2011-05-20 
22:33:41.0 +0200
+++ new/pykde4-4.8.0/examples/kdeuiExamples/kaboutkdedialog.py  2011-08-07 
17:40:41.0 +0200
@@ -2,7 +2,7 @@
 from PyQt4.QtGui import QLabel
 
 from PyKDE4.kdecore import i18n
-from PyKDE4.kdeui import KVBox, KHBox, KPushButton, KAboutKdeDialog
+from PyKDE4.kdeui import KVBox, KHBox, KPushButton, KHelpMenu
 
 helpText = """The KAboutKdeDialog is the dialog that is normally
 available from the help menu.
@@ -25,14 +25,9 @@
 self.button = KPushButton(i18n("Show %s" % dialogName), hBox)
 self.button.setMaximumSize (250, 30)

-self.button.clicked.connect(self.showDialog)
+self.helpmenu = KHelpMenu(parent, "", False)
+self.button.clicked.connect(self.helpmenu.aboutKDE)
 
-def showDialog(self):
-
-"""Slot called by the clicked() slot of the KPushButton."""
-
-dlg = KAboutKdeDialog (self.parent ())
-dlg.exec_ ()
 
 # This example can be run standalone
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pyk

commit pstoedit for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package pstoedit for openSUSE:Factory 
checked in at 2012-01-30 12:28:08

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


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

Changes:

--- /work/SRC/openSUSE:Factory/pstoedit/pstoedit.changes2011-11-21 
15:49:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.pstoedit.new/pstoedit.changes   2012-01-30 
12:28:09.0 +0100
@@ -1,0 +2,25 @@
+Sun Jan 22 23:27:42 UTC 2012 - tabra...@novell.com
+
+- removed patches deprecated by this release
+  - pstoedit-3.50-libadd.patch
+  - pstoedit-cxxflags.patch
+  - pstoedit-no_builddir_in_la_file.patch
+
+- refreshed pstoedit-3.50-plugin-close.patch
+
+- update to 3.60
+  + added option (-minlinewidth) for adjusting very thing (e.g.
+zero-width) lines to a minimal width.
+  + added option (-pslanguagelevel) for easy switching the
+language level to be used by GhostScript during interpretation
+of the PostScript/PDF file
+  + new driver for the "Context Free" drawing tool
+(http://www.contextfreeart.org/ ) contributed by Scott Pakin
+  + fixed the windows binary version - some drivers were missing
+  + fixed some problems in handling composite fonts (FontType=0)
+  + windows 32 bit binary can call 64 bit ghostscript as exe
+(i.e. not via DLL interface)
+  + support for 64 bit windows and Office 2010
+
+
+---

Old:

  pstoedit-3.50-libadd.patch
  pstoedit-3.50.tar.bz2
  pstoedit-cxxflags.patch
  pstoedit-no_builddir_in_la_file.patch

New:

  pstoedit-3.60.tar.bz2



Other differences:
--
++ pstoedit.spec ++
--- /var/tmp/diff_new_pack.4qnm1H/_old  2012-01-30 12:28:11.0 +0100
+++ /var/tmp/diff_new_pack.4qnm1H/_new  2012-01-30 12:28:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pstoedit
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,15 +28,12 @@
 Group:  Productivity/Publishing/PS
 Requires:   ghostscript_any
 Summary:PostScript and PDF Converter
-Version:3.50
-Release:9
+Version:3.60
+Release:0
 Url:http://www.pstoedit.net/
-# URL for Source: 
http://prdownloads.sourceforge.net/pstoedit/pstoedit-3.50.tar.gz?download
+# URL for Source: 
https://sourceforge.net/projects/pstoedit/files/pstoedit/3.60/pstoedit-3.60.tar.gz/download
 Source: %{name}-%{version}.tar.bz2
-Patch1: pstoedit-no_builddir_in_la_file.patch
-Patch2: pstoedit-cxxflags.patch
-Patch3: pstoedit-3.50-plugin-close.patch
-Patch4: pstoedit-3.50-libadd.patch
+Patch1: pstoedit-3.50-plugin-close.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -87,9 +84,6 @@
 %prep
 %setup -q
 %patch1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 chmod -x examples/*.ps examples/Makefile* doc/*.* copying
 
 %build

++ pstoedit-3.50-plugin-close.patch ++
--- /var/tmp/diff_new_pack.4qnm1H/_old  2012-01-30 12:28:11.0 +0100
+++ /var/tmp/diff_new_pack.4qnm1H/_new  2012-01-30 12:28:11.0 +0100
@@ -1,14 +1,12 @@
 http://bugzilla.redhat.com/507035
 
-diff --git a/src/dynload.cpp b/src/dynload.cpp
-index c0db355..7c073ef 100644
 a/src/dynload.cpp
-+++ b/src/dynload.cpp
-@@ -147,7 +147,6 @@ void DynLoader::close()
+--- src/dynload.cpp.orig   2012-01-22 18:35:19.986960447 -0500
 src/dynload.cpp2012-01-22 18:36:00.476454256 -0500
+@@ -190,7 +190,6 @@
  
  DynLoader::~DynLoader()
  {
 -  close();
-   libname=0;
- }
- 
+   if (libname && verbose)
+   errstream << "destroying Dynloader for " << libname << endl;
+   delete[]libname;

++ pstoedit-3.50.tar.bz2 -> pstoedit-3.60.tar.bz2 ++
 59636 lines of diff (skipped)

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



commit portaudio for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package portaudio for openSUSE:Factory 
checked in at 2012-01-30 12:28:03

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


Package is "portaudio", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/portaudio/portaudio.changes  2011-12-06 
13:53:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.portaudio.new/portaudio.changes 2012-01-30 
12:28:04.0 +0100
@@ -1,0 +2,32 @@
+Sun Jan 29 11:40:10 UTC 2012 - danielzucche...@yahoo.it
+
+- updated to the latest stable version
+  * Improvements to latency calculations: Improved defaults, allow
+very low buffer sizes, report actual latencies in PaStreamInfo
+(CoreAudio r1703 #95 #175, WMME r1717 #178, also changes to
+DirectSound and WMME)
+  * ALSA: Fixed issue define SND_PCM_TSTAMP_ENABLE as
+SND_PCM_TSTAMP_MMAP if the former is undefined #153 r1691
+  * AudioScience HPI: Updated support to V4.08. #197, r1760, r1761
+  * ASIO: Fixed bug where host buffer size wasn’t matched to client
+framesPerBuffer when it should have been. Resolves ticket #93
+r1175
+  * ASIO: PaAsio_GetAvailableLatencyValues deprecated, use
+PaAsio_GetAvailableBufferSizes. See ticket #111
+  * Changed default host API selection logic: use first
+successfully initialized host api with a defined default input
+or output device. Resolves ticket #49
+  * Added support for Float32 to UInt8 conversion. r1748
+  * Made ring buffer params const-correct r1694
+  * Changes to ring buffer memory barrier placement (needs further
+review). See r1734, r1735, r1736, r1738 for details.
+  * Separated test programs into “test”, “examples”, and “qa”
+folders. #191
+  * Harmonised use of #if with PA_USE_*HOSTAPI* configuration
+variables accross all host APIs r1740, #164
+  * Improvements to QA tests including paqa_latency, paqa loopback
+test
+  * Improvements and cleanups to doxygen documentation. Added
+Doxyfile.developer for generating internal docs.
+
+---
@@ -6 +38,2 @@
-  * Fixed a lot of build system issues on all platforms (autotools, msvc, 
scons)
+  * Fixed a lot of build system issues on all platforms (autotools,
+msvc, scons)
@@ -9 +42,3 @@
-  * Ring buffer code was generalised into pa_ringbuffer.c with correct memory 
barriers. this is now used by many host api implementations
+  * Ring buffer code was generalised into pa_ringbuffer.c with
+correct memory barriers. this is now used by many host api
+implementations
@@ -12 +47,2 @@
-  * Fixed stream info inputLatency and outputLatency calculations in a number 
of host APIs (r1598, r1599, r1600)
+  * Fixed stream info inputLatency and outputLatency calculations
+in a number of host APIs (r1598, r1599, r1600)
@@ -14 +50,2 @@
-  * DirectSound? added support for driver-level full duplex via DX8 
DirectSoundFullDuplexCreate?
+  * DirectSound? added support for driver-level full duplex via DX8
+DirectSoundFullDuplexCreate?

Old:

  pa_stable_v19_20110326.tar.bz2

New:

  pa_stable_v19_2021.tar.bz2



Other differences:
--
++ portaudio.spec ++
--- /var/tmp/diff_new_pack.5SLmsN/_old  2012-01-30 12:28:05.0 +0100
+++ /var/tmp/diff_new_pack.5SLmsN/_new  2012-01-30 12:28:05.0 +0100
@@ -20,7 +20,7 @@
 Name:   portaudio
 %define lname  libportaudio2
 BuildRequires:  alsa-devel doxygen libjack-devel libtool
-%define package_date 20110326
+%define package_date 2021
 Summary:Portable Real-Time Audio Library
 Version:19
 Release:271

++ pa_stable_v19_20110326.tar.bz2 -> pa_stable_v19_2021.tar.bz2 ++
 47443 lines of diff (skipped)

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



commit pingus for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package pingus for openSUSE:Factory checked 
in at 2012-01-30 12:27:55

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


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

Changes:

--- /work/SRC/openSUSE:Factory/pingus/pingus.changes2011-09-23 
12:41:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.pingus.new/pingus.changes   2012-01-30 
12:27:57.0 +0100
@@ -1,0 +2,57 @@
+Thu Jan 26 09:00:00 MST 2012 - db...@novell.com
+
+- Update to 0.7.6
+  * added new SVG icons for Pingus
+  * added 10 new xmas themed levels
+  * added ability to sort levelsets by priority
+
+---
+Wed Nov  9 11:01:52 UTC 2011 - sasc...@suse.de
+
+- Spec file cleanup:
+  * run spec-cleaner
+  * run fdupes
+  * fix executable bits for stuff in /usr/share/pingus
+
+---
+Wed Nov 03 01:00:00 MST 2011 - db...@novell.com
+
+- update to 0.7.5
+ * fixed memory leak in OpenGL renderer
+ * added support for Win32 cross-compilation with mingw32
+ * added gamespeed adjustments via KPPlus, KPMinus, KPEnter
+ * added single-stepping the game with 'S'
+ * added better application icon
+ * added access to all levelsets in developer-mode (Ctrl-m)
+ * added 10 new Halloween levels
+
+---
+Wed Oct 12 01:00:00 MST 2011 - db...@novell.com
+
+- update to 0.7.4
+ * fixed game not starting when no soundcard is present
+ * all halloween and tutorial levels have been converted to a minimum size of 
1920x1200 so they can be played in fullscreen without letterboxing
+ * new --userdir command line switch to set the directory where savegames are 
saved
+ * menu getting confused by fast succedding clicks fixed
+ * level-demo recording and playback are back (files not compatible between 
x86 and x86-64)
+ * window resize support throughout the whole game
+ * dirty-rectangles drawing for improved performance with software rendering
+ * OpenGL rendering
+ * new blackboard graphic
+ * Unicode support
+ * two new levelsets, "Desert" and "Factory Campaign", with 27 new levels
+ * added a man-page
+ * deadly fall height has been increased
+ * support for prefab objects and groups in the editor
+ * cleaned up digger, miner and basher paths
+ * added an option menu
+ * lots of minor bug fixes
+ * bitmap fonts have been generated with anti-aliasing
+- update patch set
+ * removed gcc46.patch (included in update)
+ * added makefile-fixes.patch and remove-debug_fix-includes.patch
+ * updated dsolink.patch and pingus-cwiid_with_bluez.patch
+- clean SPEC a bit
+
+
+---

Old:

  gcc46.patch
  pingus-0.7.3.tar.bz2

New:

  makefile-fixes.patch
  pingus-0.7.6.tar.bz2
  remove-debug_fix-includes.patch



Other differences:
--
++ pingus.spec ++
--- /var/tmp/diff_new_pack.RitK52/_old  2012-01-30 12:27:58.0 +0100
+++ /var/tmp/diff_new_pack.RitK52/_new  2012-01-30 12:27:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pingus
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,26 +15,35 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   pingus
-BuildRequires:  coreutils gcc-c++ scons update-desktop-files
-BuildRequires:  SDL_image-devel SDL_mixer-devel boost-devel libpng-devel
-BuildRequires:  bluez-devel libcwiid-devel
-License:GPLv2+
+Version:0.7.6
+Release:0
+Summary:A Lemmings Clone
+License:GPL-3.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://pingus.seul.org/
-AutoReqProv:on
-Version:0.7.3
-Release:5
-Summary:A Lemmings Clone
 Source: http://pingus.seul.org/files/pingus-%{version}.tar.bz2
 Source2:%{name}.desktop
 Source3:%{name}.png
+# PATCH-FEATURE-OPENSUSE pingus-cwiid_with_bluez.patch 
pascal.ble...@opensuse.org -- adds wii support
 Patch1: pingus-cwiid_with_bluez.patch
-Patch2: gcc46.patch
-Patch3: dsolink.patch
+# PATCH-FIX-UPSTREAM dsolink.patch -- Fix linking against X11
+Patch2: dsolink.patch
+# PATCH-FIX-UPSTREAM remove-debug_fix-includes.patch db...@novell.com -- allow 
wii support to compile
+Patch3: remove-debug_fix-includes.patch
+# PATCH-FIX-OPENSUSE mak

commit php5-pear-Mail_Mime for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Mail_Mime for 
openSUSE:Factory checked in at 2012-01-30 12:27:51

Comparing /work/SRC/openSUSE:Factory/php5-pear-Mail_Mime (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Mail_Mime.new (New)


Package is "php5-pear-Mail_Mime", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/php5-pear-Mail_Mime/php5-pear-Mail_Mime.changes  
2011-09-23 12:40:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Mail_Mime.new/php5-pear-Mail_Mime.changes 
2012-01-30 12:27:54.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 12 11:31:05 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+---



Other differences:
--
++ php5-pear-Mail_Mime.spec ++
--- /var/tmp/diff_new_pack.PDBMYq/_old  2012-01-30 12:27:55.0 +0100
+++ /var/tmp/diff_new_pack.PDBMYq/_new  2012-01-30 12:27:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Mail_Mime
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   php5-pear-Mail_Mime
 %define pear_name  Mail_Mime
 %define pear_sname mail_mime
 Summary:Mail_Mime provides classes to create mime messages
-Version:1.8.1
-Release:1
-License:BSD Style
+License:BSD-3-Clause
 Group:  Productivity/Networking/Web/Servers
+Version:1.8.1
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  php-macros
 BuildRequires:  php >= 4.3
+BuildRequires:  php-macros
 BuildRequires:  php5-pear
 Requires:   php >= 4.3
 Requires:   php5-pear

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



commit php5-pear-Mail for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Mail for openSUSE:Factory 
checked in at 2012-01-30 12:27:46

Comparing /work/SRC/openSUSE:Factory/php5-pear-Mail (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Mail.new (New)


Package is "php5-pear-Mail", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/php5-pear-Mail/php5-pear-Mail.changes
2011-09-23 12:40:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.php5-pear-Mail.new/php5-pear-Mail.changes   
2012-01-30 12:27:48.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 12 11:31:04 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+---



Other differences:
--
++ php5-pear-Mail.spec ++
--- /var/tmp/diff_new_pack.k8N7TQ/_old  2012-01-30 12:27:49.0 +0100
+++ /var/tmp/diff_new_pack.k8N7TQ/_new  2012-01-30 12:27:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Mail
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   php5-pear-Mail
 %define pear_name  Mail
 %define pear_sname mail
 Summary:Multiple interfaces for sending emails
-Version:1.2.0
-Release:1
-License:PHP/BSD License
+License:PHP-3.0.1
 Group:  Productivity/Networking/Web/Servers
+Version:1.2.0
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  php-macros
 BuildRequires:  php >= 4.4.9
+BuildRequires:  php-macros
 BuildRequires:  php5-pear
 Requires:   php >= 4.4.9
 Requires:   php5-pear

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



commit php5-pear-Archive_Tar for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Archive_Tar for 
openSUSE:Factory checked in at 2012-01-30 12:27:34

Comparing /work/SRC/openSUSE:Factory/php5-pear-Archive_Tar (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Archive_Tar.new (New)


Package is "php5-pear-Archive_Tar", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Archive_Tar/php5-pear-Archive_Tar.changes  
2011-09-23 12:39:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Archive_Tar.new/php5-pear-Archive_Tar.changes
 2012-01-30 12:27:36.0 +0100
@@ -1,0 +2,11 @@
+Tue Jan 17 15:52:51 UTC 2012 - cdenic...@suse.com
+
+- license update: BSD-2-Clause
+  is BSD-2-Clause.
+
+---
+Thu Jan 12 11:30:49 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+---



Other differences:
--
++ php5-pear-Archive_Tar.spec ++
--- /var/tmp/diff_new_pack.eUdFe4/_old  2012-01-30 12:27:37.0 +0100
+++ /var/tmp/diff_new_pack.eUdFe4/_new  2012-01-30 12:27:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Archive_Tar
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   php5-pear-Archive_Tar
 %define pear_name  Archive_Tar
 %define pear_sname archive_tar
 Summary:Tar file management class
-Version:1.3.7
-Release:1
-License:New BSD License
+License:BSD-2-Clause
 Group:  Productivity/Networking/Web/Servers
+Version:1.3.7
+Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  php-macros
 BuildRequires:  php >= 4
+BuildRequires:  php-macros
 BuildRequires:  php5-pear
 Requires:   php >= 4
 Requires:   php5-pear

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



commit parley for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package parley for openSUSE:Factory checked 
in at 2012-01-30 12:27:25

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


Package is "parley", Maintainer is "parley"

Changes:

--- /work/SRC/openSUSE:Factory/parley/parley.changes2011-12-08 
12:13:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.parley.new/parley.changes   2012-01-30 
12:27:29.0 +0100
@@ -1,0 +2,16 @@
+Wed Jan 18 21:00:26 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.0
+  * first stable release of KDE 4.8 (only critical fixes over 4.7.98)
+  * see http://kde.org/announcements/4.8/ for details
+  
+
+---
+Tue Jan 10 16:34:42 CET 2012 - dmuel...@suse.de
+
+- update to 4.7.98
+  * RC2+ milestone release of KDE 4.8
+  *  see http://kde.org/announcements/4.8/ for details
+  
+
+---

Old:

  parley-4.7.4.tar.bz2

New:

  parley-4.8.0.tar.bz2



Other differences:
--
++ parley.spec ++
--- /var/tmp/diff_new_pack.oj3OcJ/_old  2012-01-30 12:27:30.0 +0100
+++ /var/tmp/diff_new_pack.oj3OcJ/_new  2012-01-30 12:27:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package parley
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -39,7 +39,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.7.4
+Version:4.8.0
 Release:0
 Summary:Vocabulary Trainer
 License:GPL-2.0+

++ parley-4.7.4.tar.bz2 -> parley-4.8.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/parley/parley-4.7.4.tar.bz2 
/work/SRC/openSUSE:Factory/.parley.new/parley-4.8.0.tar.bz2 differ: char 11, 
line 1

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



commit paratype-pt-mono-fonts for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package paratype-pt-mono-fonts for 
openSUSE:Factory checked in at 2012-01-30 12:27:20

Comparing /work/SRC/openSUSE:Factory/paratype-pt-mono-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.paratype-pt-mono-fonts.new (New)


Package is "paratype-pt-mono-fonts", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/paratype-pt-mono-fonts/paratype-pt-mono-fonts.changes
2012-01-25 10:39:49.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.paratype-pt-mono-fonts.new/paratype-pt-mono-fonts.changes
   2012-01-30 12:27:22.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan 28 09:07:12 UTC 2012 - lazy.k...@opensuse.org
+
+- Update to 1.001OFL.
+  * Corrected "г", "ю", "l" and some characters with accents.
+  * Ligatures moved from "liga" to "dlig".
+
+---



Other differences:
--
++ paratype-pt-mono-fonts.spec ++
--- /var/tmp/diff_new_pack.1o5481/_old  2012-01-30 12:27:23.0 +0100
+++ /var/tmp/diff_new_pack.1o5481/_new  2012-01-30 12:27:23.0 +0100
@@ -19,12 +19,12 @@
 %define _ttf_fontdir%{_datadir}/fonts/truetype
 
 Name:   paratype-pt-mono-fonts
-Version:1.000OFL
+Version:1.001OFL
 Release:0
-License:OFL-1.1
 Summary:Monospaced Fonts for Minority Languages of Russia
-Url:http://www.paratype.com/public/
+License:OFL-1.1
 Group:  System/X11/Fonts
+Url:http://www.paratype.com/public/
 Source0:http://www.fontstock.com/public/PTMonoOFL.zip
 BuildRequires:  unzip
 BuildRequires:  xorg-x11-devel

++ PTMonoOFL.zip ++
Files /var/tmp/diff_new_pack.1o5481/_old and /var/tmp/diff_new_pack.1o5481/_new 
differ

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



commit package-translations for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package package-translations for 
openSUSE:Factory checked in at 2012-01-30 12:27:15

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/package-translations/package-translations.changes
2011-11-16 17:21:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.package-translations.new/package-translations.changes
   2012-01-30 12:27:18.0 +0100
@@ -2 +2 @@
-Wed Nov 16 13:46:37 CET 2011 - co...@suse.com
+Sun Jan 29 08:40:10 CET 2012 - co...@suse.com
@@ -4 +4 @@
-- automated update on 2011-11-16
+- automated update on 2012-01-29



Other differences:
--
++ package-translations.spec ++
--- /var/tmp/diff_new_pack.OTg2n4/_old  2012-01-30 12:27:19.0 +0100
+++ /var/tmp/diff_new_pack.OTg2n4/_new  2012-01-30 12:27:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package package-translations
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   package-translations
 Version:1.0
-Release:14
+Release:0
 Summary:Summary and Descriptions Translations
 License:BSD-3-Clause
 Group:  System/GUI/Other
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-AutoReqProv:on
 Source0:package-translations.tar.bz2
 Source1:translate_packages.pl
 Source99:   PREPARE_PACKAGE

++ package-translations.tar.bz2 ++
Files old/mo/package-translations-cs.mo and new/mo/package-translations-cs.mo 
differ
Files old/mo/package-translations-fr.mo and new/mo/package-translations-fr.mo 
differ
Files old/mo/package-translations-ja.mo and new/mo/package-translations-ja.mo 
differ
Files old/mo/package-translations-ru.mo and new/mo/package-translations-ru.mo 
differ

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



commit oxygen-gtk3 for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk3 for openSUSE:Factory 
checked in at 2012-01-30 12:27:08

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


Package is "oxygen-gtk3", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk3/oxygen-gtk3.changes  2012-01-19 
09:43:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk3.new/oxygen-gtk3.changes 
2012-01-30 12:27:12.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan 18 08:34:55 UTC 2012 - cfarr...@suse.com
+
+- license update: LGPL-2.1+
+  COPYING has a LGPL-2.1+ license
+
+---



Other differences:
--
++ oxygen-gtk3.spec ++
--- /var/tmp/diff_new_pack.tYC4FV/_old  2012-01-30 12:27:13.0 +0100
+++ /var/tmp/diff_new_pack.tYC4FV/_new  2012-01-30 12:27:13.0 +0100
@@ -20,7 +20,7 @@
 Version:1.0.0
 Release:0
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK 3.x
-License:LGPL-2.0+
+License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:
https://projects.kde.org/projects/playground/artwork/oxygen-gtk/
 Source0:
ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk3/%{version}/src/%{name}-%{version}.tar.bz2

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



commit marble for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package marble for openSUSE:Factory checked 
in at 2012-01-30 12:27:04

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


Package is "marble", Maintainer is "marble"

Changes:

--- /work/SRC/openSUSE:Factory/marble/marble.changes2011-12-08 
12:12:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.marble.new/marble.changes   2012-01-30 
12:27:09.0 +0100
@@ -1,0 +2,16 @@
+Wed Jan 18 21:00:12 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.0
+  * first stable release of KDE 4.8 (only critical fixes over 4.7.98)
+  * see http://kde.org/announcements/4.8/ for details
+  
+
+---
+Tue Jan 10 18:47:16 CET 2012 - dmuel...@suse.de
+
+- update to 4.7.98
+  * RC2+ milestone release of KDE 4.8
+  *  see http://kde.org/announcements/4.8/ for details
+  
+
+---

Old:

  marble-4.7.4.tar.bz2

New:

  marble-4.8.0.tar.bz2



Other differences:
--
++ marble.spec ++
--- /var/tmp/diff_new_pack.EzmhAD/_old  2012-01-30 12:27:10.0 +0100
+++ /var/tmp/diff_new_pack.EzmhAD/_new  2012-01-30 12:27:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package marble
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 Name:   marble
-Version:4.7.4
+Version:4.8.0
 Release:0
 Summary:Generic map viewer
 License:LGPL-2.1+
@@ -30,7 +30,7 @@
 BuildRequires:  perl
 Requires:   %{name}-data = %{version}
 Requires:   libkeduvocdocument4
-Requires:   libmarblewidget12 = %{version}
+Requires:   libmarblewidget13 = %{version}
 Suggests:   %{name}-doc = %{version}
 Suggests:   libkeduvocdocument4
 Provides:   kde4-marble = 4.3.0
@@ -91,21 +91,21 @@
 %description doc
 Marble is a viewer of map data. This package contains its documentation.
 
-%package -n libmarblewidget12
+%package -n libmarblewidget13
 Summary:Generic map viewer: Shared Library
 Group:  Development/Libraries/KDE
 Recommends: %{name} = %{version}
 
-%description -n libmarblewidget12
+%description -n libmarblewidget13
 The shared library for the MarbleWidget shared library.
 
 %post   -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
-%post   -n libmarblewidget12 -p /sbin/ldconfig
+%post   -n libmarblewidget13 -p /sbin/ldconfig
 
-%postun -n libmarblewidget12 -p /sbin/ldconfig
+%postun -n libmarblewidget13 -p /sbin/ldconfig
 
 %files devel
 %defattr(-,root,root)
@@ -121,7 +121,7 @@
 %defattr(-,root,root)
 %{_kde4_htmldir}/en/marble/
 
-%files -n libmarblewidget12
+%files -n libmarblewidget13
 %defattr(-,root,root)
 %{_kde4_libdir}/libmarblewidget.so.*
 
@@ -130,14 +130,18 @@
 %exclude %{_kde4_appsdir}/marble/data
 %{_kde4_appsdir}/marble/
 %{_kde4_applicationsdir}/marble.desktop
-%{_kde4_bindir}/geodatatest
 %{_kde4_bindir}/marble
+%{_kde4_bindir}/marble-touch
 %{_kde4_bindir}/routing-instructions
 %{_kde4_bindir}/tilecreator
 %{_kde4_configkcfgdir}/marble.kcfg
 %{_kde4_iconsdir}/hicolor/*/apps/marble.*
 %{_kde4_modulesdir}/libmarble_part.so
 %{_kde4_modulesdir}/plasma_applet_worldclock.so
+%{_kde4_modulesdir}/plasma_runner_marble.so
+# fixme: we need to figure out a better way to handle common QML directories 
like this
+%dir %{_kde4_modulesdir}/imports/org/kde/edu/
+%{_kde4_modulesdir}/imports/org/kde/edu/marble/
 %{_kde4_modulesdir}/plugins/designer/*
 %{_kde4_modulesdir}/plugins/marble/
 %{_kde4_servicesdir}/*.desktop

++ marble-4.7.4.tar.bz2 -> marble-4.8.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/marble/marble-4.7.4.tar.bz2 
/work/SRC/openSUSE:Factory/.marble.new/marble-4.8.0.tar.bz2 differ: char 11, 
line 1

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



commit lobster-cyrillic-fonts for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package lobster-cyrillic-fonts for 
openSUSE:Factory checked in at 2012-01-30 12:27:00

Comparing /work/SRC/openSUSE:Factory/lobster-cyrillic-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.lobster-cyrillic-fonts.new (New)


Package is "lobster-cyrillic-fonts", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/lobster-cyrillic-fonts/lobster-cyrillic-fonts.changes
2011-09-23 02:11:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.lobster-cyrillic-fonts.new/lobster-cyrillic-fonts.changes
   2012-01-30 12:27:01.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 24 17:27:38 UTC 2011 - lazy.k...@opensuse.org
+
+- Spec clean up.
+
+---



Other differences:
--
++ lobster-cyrillic-fonts.spec ++
--- /var/tmp/diff_new_pack.8TEcCg/_old  2012-01-30 12:27:02.0 +0100
+++ /var/tmp/diff_new_pack.8TEcCg/_new  2012-01-30 12:27:02.0 +0100
@@ -27,12 +27,12 @@
 Group:  System/X11/Fonts
 #Source0:   
http://www.google.com/webfonts/download?kit=uEsimanOxcTIQjktIHR7Gw
 Source0:Lobster.zip
-Requires(pre):  %suseconfig_fonts_prereq
 BuildRequires:  unzip
 BuildRequires:  xorg-x11-devel
 Provides:   locale(ru;uk)
-BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
+Requires(pre):  %suseconfig_fonts_prereq
 
 %description
 A lovely Bold Condensed Script fully loaded with hundreds of ligatures
@@ -45,25 +45,14 @@
 - 2 initial ligatures.
 - Ukrainian Hryvnia and Russian Ruble currency symbols.
 
-
-
-Authors:
-
-Pablo Impallari 
-Alexei Vanyashin
-Gayaneh Bagdasaryan
-
 %prep
 %setup -cqn %{name}-%{version}
-%__sed -i 's/\r$//g' OFL.txt
+sed -i 's/\r$//g' OFL.txt
 
 %build
 
 %install
-%__install -Dm 644 Lobster.ttf %{buildroot}%{_ttf_fontdir}/Lobster.ttf
-
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
+install -Dm 644 Lobster.ttf %{buildroot}%{_ttf_fontdir}/Lobster.ttf
 
 %post
 %run_suseconfig_fonts


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



commit libmusicbrainz3 for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package libmusicbrainz3 for openSUSE:Factory 
checked in at 2012-01-30 12:26:51

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libmusicbrainz3/libmusicbrainz3.changes  
2011-09-23 02:09:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmusicbrainz3.new/libmusicbrainz3.changes 
2012-01-30 12:26:54.0 +0100
@@ -1,0 +2,13 @@
+Fri Jan 27 14:40:07 UTC 2012 - crrodrig...@opensuse.org
+
+- As request in review, do not use _service in factory 
+
+---
+Tue Jan 24 17:47:56 UTC 2012 - crrodrig...@opensuse.org
+
+- stop requiring %{version}-%release 
+- It turns out that using gcc visibility is supported but one 
+  has to define GCC_HASCLASSVISIBILITY and pass the appropiate
+  compiler flags.
+
+---

Old:

  _service
  _service:download_url:libmusicbrainz-3.0.3.tar.gz
  _service:set_version:libmusicbrainz3.spec

New:

  libmusicbrainz-3.0.3.tar.gz



Other differences:
--
++ libmusicbrainz3.spec ++
--- /var/tmp/diff_new_pack.cSpVFk/_old  2012-01-30 12:26:55.0 +0100
+++ /var/tmp/diff_new_pack.cSpVFk/_new  2012-01-30 12:26:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmusicbrainz3
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,11 +23,10 @@
 BuildRequires:  cmake gcc-c++ libcppunit-devel libdiscid-devel neon-devel 
pkgconfig
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
-Version:to_be_filled_by_service
+Version:3.0.3
 Release:1
-#Version:3.0.3
 Url:http://www.musicbrainz.org/
-Source0:%{tarball_name}-%{version}.tar.gz
+Source0:
ftp://ftp.musicbrainz.org/pub/musicbrainz/%{tarball_name}-%{version}.tar.gz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Library That Provides Access to the MusicBrainz Server
@@ -61,7 +60,7 @@
 Group:  Development/Libraries/C and C++
 Summary:Library That Provides Access to the MusicBrainz Server
 # provide for debuginfo package (always requiring main package name)
-Provides:   libmusicbrainz3 = %{version}-%{release}
+Provides:   libmusicbrainz3 = %{version}
 
 %description -n libmusicbrainz3-6
 MusicBrainz is the second generation incarnation of the CD Index. This
@@ -71,7 +70,7 @@
 %package devel
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
-Requires:   libmusicbrainz3 = %{version}-%{release}
+Requires:   libmusicbrainz3 = %{version}
 Requires:   libstdc++-devel
 Summary:Library That Provides Access to the MusicBrainz Server
 
@@ -86,10 +85,8 @@
 %patch1
 
 %build
-CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64"
-CXXFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64"
-export CFLAGS
-export CXXFLAGS
+export CFLAGS="%{optflags} -DGCC_HASCLASSVISIBILITY -fvisibility=hidden 
$(getconf LFS_CFLAGS)"
+export CXXFLAGS="%{optflags} -DGCC_HASCLASSVISIBILITY $(getconf LFS_CFLAGS) 
-fvisibility=hidden -fvisibility-inlines-hidden"
 cmake . -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} -DBUILD_SHARED_LIBS:BOOL=ON 
-DBUILD_STATIC_LIBS:BOOL=OFF \
 %if "%{_lib}" != "lib"
-DLIB_SUFFIX=64

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



commit libgadu for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package libgadu for openSUSE:Factory checked 
in at 2012-01-30 12:26:44

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libgadu/libgadu.changes  2012-01-04 
07:24:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgadu.new/libgadu.changes 2012-01-30 
12:26:47.0 +0100
@@ -1,0 +2,9 @@
+Thu Jan 19 12:51:45 UTC 2012 - fi...@opensuse.org
+
+- Update to version 1.11.1, bugfix release:
+  + improved SSL support with GnuTLS library
+  + improved pkg-config handling
+  + improved conversion of invalid UTF-8 sequence
+  + improved hostname resolving on systems without gethostbyname_r()
+
+---

Old:

  libgadu-1.11.0.tar.gz

New:

  libgadu-1.11.1.tar.gz



Other differences:
--
++ libgadu.spec ++
--- /var/tmp/diff_new_pack.WB3Uuw/_old  2012-01-30 12:26:48.0 +0100
+++ /var/tmp/diff_new_pack.WB3Uuw/_new  2012-01-30 12:26:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgadu
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,8 +19,8 @@
 %define soname 3
 
 Name:   libgadu
-Version:1.11.0
-Release:1
+Version:1.11.1
+Release:0
 License:LGPL-2.1+
 Summary:Library for Handling of Gadu-Gadu Instant Messaging
 Url:http://toxygen.net/libgadu/
@@ -78,10 +78,6 @@
 rm -f docs/html/installdox
 #
 rm -f %{buildroot}%{_libdir}/*.la
-%if 0%{?suse_version} == 1210
-# remove /usr/local path from .pc file -> it's inherited from libgnutls-devel
-sed -e "s:-I/usr/local/include::" -i 
%{buildroot}%{_libdir}/pkgconfig/%{name}.pc
-%endif
 
 %clean
 %{?buildroot:rm -rf %{buildroot}}

++ libgadu-1.11.0.tar.gz -> libgadu-1.11.1.tar.gz ++
 18696 lines of diff (skipped)

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



commit libdiscid for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package libdiscid for openSUSE:Factory 
checked in at 2012-01-30 12:26:36

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libdiscid/libdiscid.changes  2011-12-30 
08:45:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdiscid.new/libdiscid.changes 2012-01-30 
12:26:38.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 28 10:57:50 UTC 2012 - co...@suse.com
+
+- fix baselibs.conf
+
+---



Other differences:
--
++ libdiscid.spec ++
--- /var/tmp/diff_new_pack.syfxyr/_old  2012-01-30 12:26:39.0 +0100
+++ /var/tmp/diff_new_pack.syfxyr/_new  2012-01-30 12:26:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdiscid
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   libdiscid
 Version:0.2.2
 Release:0
-License:LGPLv2.1+
 Summary:Library for creating MusicBrainz DiscIDs from audio CDs
-Url:http://musicbrainz.org/doc/libdiscid
+License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
+Url:http://musicbrainz.org/doc/libdiscid
 Source: http://users.musicbrainz.org/~matt/%{name}-%{version}.tar.gz
 Patch0: libdiscid-0.2.1-visibility.patch
 BuildRequires:  libtool
@@ -45,7 +44,6 @@
 %define libname libdiscid0
 
 %package -n %{libname}
-License:LGPLv2.1+
 Summary:Library for creating MusicBrainz DiscIDs from audio CDs
 Group:  Development/Libraries/C and C++
 # provide for debuginfo package (always requiring main package name)
@@ -64,7 +62,6 @@
 the [WWW] API documentation.
 
 %package devel
-License:LGPLv2.1+
 Summary:Library for creating MusicBrainz DiscIDs from audio CDs
 Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.syfxyr/_old  2012-01-30 12:26:39.0 +0100
+++ /var/tmp/diff_new_pack.syfxyr/_new  2012-01-30 12:26:39.0 +0100
@@ -1 +1 @@
-libdiscid1
+libdiscid0

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



commit kwordquiz for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package kwordquiz for openSUSE:Factory 
checked in at 2012-01-30 12:26:32

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


Package is "kwordquiz", Maintainer is "kwordquiz"

Changes:

--- /work/SRC/openSUSE:Factory/kwordquiz/kwordquiz.changes  2011-12-08 
12:12:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.kwordquiz.new/kwordquiz.changes 2012-01-30 
12:26:35.0 +0100
@@ -1,0 +2,16 @@
+Wed Jan 18 20:59:41 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.0
+  * first stable release of KDE 4.8 (only critical fixes over 4.7.98)
+  * see http://kde.org/announcements/4.8/ for details
+  
+
+---
+Tue Jan 10 16:34:08 CET 2012 - dmuel...@suse.de
+
+- update to 4.7.98
+  * RC2+ milestone release of KDE 4.8
+  *  see http://kde.org/announcements/4.8/ for details
+  
+
+---

Old:

  kwordquiz-4.7.4.tar.bz2

New:

  kwordquiz-4.8.0.tar.bz2



Other differences:
--
++ kwordquiz.spec ++
--- /var/tmp/diff_new_pack.0J6Dsr/_old  2012-01-30 12:26:36.0 +0100
+++ /var/tmp/diff_new_pack.0J6Dsr/_new  2012-01-30 12:26:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kwordquiz
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -45,7 +45,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.7.4
+Version:4.8.0
 Release:0
 Summary:Vocabulary Trainer
 License:GPL-2.0+

++ kwordquiz-4.7.4.tar.bz2 -> kwordquiz-4.8.0.tar.bz2 ++
Files old/kwordquiz-4.7.4/doc/index.cache.bz2 and 
new/kwordquiz-4.8.0/doc/index.cache.bz2 differ
Files old/kwordquiz-4.7.4/doc/kwordquiz-icon.png and 
new/kwordquiz-4.8.0/doc/kwordquiz-icon.png differ
Files old/kwordquiz-4.7.4/doc/kwq-dlg-rowscolumns.png and 
new/kwordquiz-4.8.0/doc/kwq-dlg-rowscolumns.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwordquiz-4.7.4/src/kwordquiz.desktop 
new/kwordquiz-4.8.0/src/kwordquiz.desktop
--- old/kwordquiz-4.7.4/src/kwordquiz.desktop   2011-10-02 15:25:42.0 
+0200
+++ new/kwordquiz-4.8.0/src/kwordquiz.desktop   2012-01-10 15:15:20.0 
+0100
@@ -25,7 +25,7 @@
 Comment[es]=Un programa de tarjetas y aprendizaje de vocabulario
 Comment[et]=Sähvikute ja sõnavara omandamise programm
 Comment[eu]=Fitxak eta hiztegiak ikasteko programa bat
-Comment[fa]=برنامۀ کارت فلاش و یادگیری واژه‌ها
+Comment[fa]=برنامه کارت فلاش و یادگیری واژه‌ها
 Comment[fi]=Kysymyskorttien ja sanaston oppimisohjelma
 Comment[fr]=Un programme d'apprentissage du vocabulaire et de cartes flash
 Comment[ga]=Feidhmchlár le luaschártaí a chabhraíonn leat do stór focal a 
fheabhsú
@@ -40,6 +40,7 @@
 Comment[it]=Un programma di supporto alla memorizzazione
 Comment[ja]=フラッシュカードと語彙学習プログラム
 Comment[ka]=სიტყვათა მარაგის შემოწმება ბარათებით
+Comment[kk]=Сөздерді жаттау бағдарламасы
 Comment[km]=កម្មវិធី​រៀន​វាក្យសព្ទ និង​​ប័ណ្ណ​ពន្យល់​
 Comment[ko]=플래시카드와 어휘 학습 도구
 Comment[lt]=Žodyno mokymosi kortelių pagalba programa
@@ -61,7 +62,7 @@
 Comment[ta]=ஒரு ஒளி அட்டை மற்றும் சொல்லாக்கம் பயிலும் நிரல்
 Comment[tg]=Омӯзиши луғат
 Comment[tr]=Bir fiş ve sözcük öğrenme uygulaması
-Comment[uk]=Програма для завчання слів по картках
+Comment[uk]=Програма для навчання за картками і поповнення словникового запасу
 Comment[vi]=Một chương trình luyện tập từ vừng bằng các thẻ
 Comment[x-test]=xxA flashcard and vocabulary learning programxx
 Comment[zh_CN]=Flash 卡片和词汇学习程序
@@ -102,6 +103,7 @@
 Name[it]=KWordQuiz
 Name[ja]=KWordQuiz
 Name[ka]=KWordQuiz
+Name[kk]=KWordQuiz
 Name[km]=KWordQuiz
 Name[ko]=KWordQuiz
 Name[lt]=KWordQuiz
@@ -133,6 +135,7 @@
 Name[zh_TW]=語言_KWordQuiz
 GenericName=Flash Card Trainer
 GenericName[ast]=Tutor de tarxetes
+GenericName[bg]=Речникови тренировки
 GenericName[bs]=Učitelj fleš karticama
 GenericName[ca]=Entrenador per targetes ràpides
 GenericName[ca@valencia]=Entrenador per targetes ràpides
@@ -156,6 +159,7 @@
 GenericName[is]=Minnisspjaldaæfingar
 GenericName[it]=Apprendimento con carte mnemoniche
 GenericName[ja]=フラッシュカード
+GenericName[kk]=Сөздер жаттығуы
 GenericName[km]=កម្មវិធី​បង្ហាត់​ដោយ​ប្រើ​ប័ណ្ណ​ពន្យល់​
 GenericName[ko]=플래시 카드 트레이너
 GenericName[lt]=Mokymasis iš kortelių
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwordquiz-4.7.4/src/kwordqui

commit kturtle for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package kturtle for openSUSE:Factory checked 
in at 2012-01-30 12:26:25

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kturtle/kturtle.changes  2011-12-08 
11:29:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.kturtle.new/kturtle.changes 2012-01-30 
12:26:26.0 +0100
@@ -1,0 +2,16 @@
+Wed Jan 18 20:59:26 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.0
+  * first stable release of KDE 4.8 (only critical fixes over 4.7.98)
+  * see http://kde.org/announcements/4.8/ for details
+  
+
+---
+Tue Jan 10 16:33:49 CET 2012 - dmuel...@suse.de
+
+- update to 4.7.98
+  * RC2+ milestone release of KDE 4.8
+  *  see http://kde.org/announcements/4.8/ for details
+  
+
+---

Old:

  kturtle-4.7.4.tar.bz2

New:

  kturtle-4.8.0.tar.bz2



Other differences:
--
++ kturtle.spec ++
--- /var/tmp/diff_new_pack.fn3zQu/_old  2012-01-30 12:26:27.0 +0100
+++ /var/tmp/diff_new_pack.fn3zQu/_new  2012-01-30 12:26:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kturtle
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -50,7 +50,7 @@
 License:GPL-2.0+
 Group:  Amusements/Teaching/Mathematics
 Url:http://edu.kde.org
-Version:4.7.4
+Version:4.8.0
 Release:0
 Source0:%{name}-%version.tar.bz2
 Patch0: 4_6_BRANCH.diff

++ kturtle-4.7.4.tar.bz2 -> kturtle-4.8.0.tar.bz2 ++
Files old/kturtle-4.7.4/doc/index.cache.bz2 and 
new/kturtle-4.8.0/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kturtle-4.7.4/doc/index.docbook 
new/kturtle-4.8.0/doc/index.docbook
--- old/kturtle-4.7.4/doc/index.docbook 2011-10-02 15:25:40.0 +0200
+++ new/kturtle-4.8.0/doc/index.docbook 2011-11-17 21:57:12.0 +0100
@@ -62,8 +62,8 @@
 
 &FDLNotice;
 
-2009-05-26
-0.8.1 beta (&kde; 4.3)
+2011-11-15
+0.8.1 beta (&kde; 4.8)
 
 
 &kturtle; is an educational programming environment that aims to make 
learning how to program as easy as possible. To achieve this &kturtle; makes 
all programming tools available from the user interface. The programming 
language used is &turtlescript; which allows its commands to be 
translated.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kturtle-4.7.4/doc/programming-reference.docbook 
new/kturtle-4.8.0/doc/programming-reference.docbook
--- old/kturtle-4.7.4/doc/programming-reference.docbook 2011-12-02 
00:26:02.0 +0100
+++ new/kturtle-4.8.0/doc/programming-reference.docbook 2011-11-17 
21:57:12.0 +0100
@@ -34,6 +34,7 @@
 forward 100
 
 The first line is a comment. The second line 
contains the forward command and the number 100. The number is not 
part of command, it is considered 'input' for the command.
+Some commands like ⪚ go need more than one 
input value. Multiple values have to be separated using the 
, character (comma).
  For a detailed overview of all commands that &kturtle; supports go 
here. Built-in commands are 
highlighted in dark blue
 
 
@@ -41,6 +42,7 @@
 Numbers
 Most likely you already know quite a bit about numbers. The way numbers 
are used in &kturtle; is not much different from spoken language, or math. 

 We have the so called natural numbers: 0, 
1, 2, 3, 
4, 5, etc. The negative numbers: 
-1, -2, 
-3, etc. And the numbers with decimals, or dot-numbers, 
for example: 0.1, 3.14, 
33., -5.05, 
-1.0.
+The . character (dot) is used as decimal separator.
 
 Numbers can be used in mathematical operators and comparison operators. They can also be 
stored in variables. Numbers are 
highlighted in dark red.
 
@@ -264,6 +266,14 @@
 
   
   
+
+ 
+  
getdirectiongetdirection
+  getdirection
+  getdirection returns the turtle's direction as an 
amount of degrees counting from zero, where zero is the direction when the 
turtle is pointing upwards.
+
+  
+  
 
  
   centercenter
@@ -276,7 +286,7 @@
  
   gogo
   go X,Y
-  go commands the turtle to go to a certain place 
on the canvas. This place is X pixels 
from the left of the canvas, and Y pixels form the top of the canvas. 

+ 

commit ktouch for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package ktouch for openSUSE:Factory checked 
in at 2012-01-30 12:26:16

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


Package is "ktouch", Maintainer is "ktouch"

Changes:

--- /work/SRC/openSUSE:Factory/ktouch/ktouch.changes2011-12-08 
12:12:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktouch.new/ktouch.changes   2012-01-30 
12:26:18.0 +0100
@@ -1,0 +2,16 @@
+Wed Jan 18 20:59:22 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.0
+  * first stable release of KDE 4.8 (only critical fixes over 4.7.98)
+  * see http://kde.org/announcements/4.8/ for details
+  
+
+---
+Tue Jan 10 16:33:45 CET 2012 - dmuel...@suse.de
+
+- update to 4.7.98
+  * RC2+ milestone release of KDE 4.8
+  *  see http://kde.org/announcements/4.8/ for details
+  
+
+---

Old:

  ktouch-4.7.4.tar.bz2

New:

  ktouch-4.8.0.tar.bz2



Other differences:
--
++ ktouch.spec ++
--- /var/tmp/diff_new_pack.lRQtMq/_old  2012-01-30 12:26:19.0 +0100
+++ /var/tmp/diff_new_pack.lRQtMq/_new  2012-01-30 12:26:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ktouch
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -45,7 +45,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.7.4
+Version:4.8.0
 Release:0
 Summary:Touch Typing Tutor
 License:GPL-2.0+

++ ktouch-4.7.4.tar.bz2 -> ktouch-4.8.0.tar.bz2 ++
 77831 lines of diff (skipped)

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



commit ktorrent for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package ktorrent for openSUSE:Factory 
checked in at 2012-01-30 12:26:10

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


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

Changes:

--- /work/SRC/openSUSE:Factory/ktorrent/ktorrent.changes2011-11-25 
14:57:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktorrent.new/ktorrent.changes   2012-01-30 
12:26:12.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 19 10:05:58 UTC 2012 - idon...@suse.com
+
+- Add patch to fix kde#287309 
+
+---

New:

  ktorrent-bug287309.patch



Other differences:
--
++ ktorrent.spec ++
--- /var/tmp/diff_new_pack.olIvr3/_old  2012-01-30 12:26:16.0 +0100
+++ /var/tmp/diff_new_pack.olIvr3/_new  2012-01-30 12:26:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ktorrent
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   ktorrent
 Version:4.1.3
-Release:1
-License:GPL-2.0+
+Release:0
 Summary:KDE BitTorrent Client
-Url:http://ktorrent.org/
+License:GPL-2.0+
 Group:  Productivity/Networking/File-Sharing
+Url:http://ktorrent.org/
 Source0:
http://ktorrent.org/downloads/%{version}/%{name}-%{version}.tar.bz2
 # Mimetype icons
 Source1:icons.tar.bz2
@@ -35,6 +34,8 @@
 Patch1: suse-dht-warning.diff
 # PATCH-FIX-OPENSUSE initial-preference.diff cmorv...@yahoo.es -- 
InitialPreference to set it as the default torrent downloader
 Patch2: initial-preference.diff
+# PATCH-FIX-UPSTREAM ktorrent-bug287309.patch idoen...@suse.de -- Fix for 
kde#287309  

 
+Patch3: ktorrent-bug287309.patch
 BuildRequires:  ImageMagick
 BuildRequires:  fdupes
 BuildRequires:  kdebase4-workspace-devel
@@ -69,6 +70,7 @@
 %patch1
 %endif
 %patch2
+%patch3 -p1
 tar jxf %{SOURCE1}
 
 %build

++ ktorrent-bug287309.patch ++
commit 6d4a6ae51692966862ccb20d17cb217717519d40
Author: Joris Guisson 
Date:   Wed Nov 23 20:17:08 2011 +0100

Use dbus to show ktorrent window from plasma applet. This removes the 
dependency on libtaskmanager.

BUG: 287309

diff --git a/plasma/applet/CMakeLists.txt b/plasma/applet/CMakeLists.txt
index 3a72241..4307cf2 100644
--- a/plasma/applet/CMakeLists.txt
+++ b/plasma/applet/CMakeLists.txt
@@ -5,25 +5,15 @@ if(NOT QT_VERSION_OK)
 
 else(NOT QT_VERSION_OK)

-   set(TASKMANAGER_FOUND FALSE)
-   FIND_PATH(TASKMANAGER_INCLUDE_DIR NAMES taskmanager.h  PATHS 
${KDE4_INCLUDE_DIR}/taskmanager ${INCLUDE_INSTALL_DIR}/taskmanager.h)
-   FIND_LIBRARY(TASKMANAGER_LIBRARY NAMES taskmanager PATHS 
${KDE4_LIB_DIR} ${LIB_INSTALL_DIR})
-
-   if(TASKMANAGER_INCLUDE_DIR AND TASKMANAGER_LIBRARY)
-   set(TASKMANAGER_FOUND TRUE)
-   message(STATUS "Found libtaskmanager: ${TASKMANAGER_LIBRARY} ")
-   include_directories(${TASKMANAGER_INCLUDE_DIR})
-   set(ktapplet_SRCS applet.cpp chunkbar.cpp fadingitem.cpp 
fadingnavigationwidget.cpp)
-   
-   kde4_add_ui_files(ktapplet_SRCS appletconfig.ui)
-   
-   kde4_add_plugin(plasma_applet_ktorrent ${ktapplet_SRCS})
-   target_link_libraries(plasma_applet_ktorrent  
${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS} ${TASKMANAGER_LIBRARY} 
${LIBKTORRENT_LIBRARIES} ktcore)
-   
-   install(TARGETS plasma_applet_ktorrent DESTINATION 
${PLUGIN_INSTALL_DIR})
-   install(FILES plasma-applet-ktorrent.desktop DESTINATION 
${SERVICES_INSTALL_DIR})
-   endif(TASKMANAGER_INCLUDE_DIR AND TASKMANAGER_LIBRARY)
-
-   macro_log_feature(TASKMANAGER_FOUND "libtaskmanager" "libtaskmanager 
library and header files" "http://www.kde.org/"; FALSE "" "libtaskmanager is 
needed for KTorrent Plasmoid")
+   
+   set(ktapplet_SRCS applet.cpp chunkbar.cpp fadingitem.cpp 
fadingnavigationwidget.cpp)
+   
+   kde4_add_ui_files(ktapplet_SRCS appletconfig.ui)
+   
+   kde4_add_plugin(plasma_applet_ktorrent ${ktapplet_SRCS})
+   target_link_libraries(plasma_applet_ktorrent  ${KDE4_PLASMA_LIBS} 
${KDE4_KIO_LIBS} ${LIBKTORRENT_LIBRARIES} ktcore)
+   

commit kmplot for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2012-01-30 12:26:03

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2011-12-08 
12:11:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2012-01-30 
12:26:07.0 +0100
@@ -1,0 +2,16 @@
+Wed Jan 18 20:58:37 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.0
+  * first stable release of KDE 4.8 (only critical fixes over 4.7.98)
+  * see http://kde.org/announcements/4.8/ for details
+  
+
+---
+Tue Jan 10 16:33:21 CET 2012 - dmuel...@suse.de
+
+- update to 4.7.98
+  * RC2+ milestone release of KDE 4.8
+  *  see http://kde.org/announcements/4.8/ for details
+  
+
+---

Old:

  kmplot-4.7.4.tar.bz2

New:

  kmplot-4.8.0.tar.bz2



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.NHtwty/_old  2012-01-30 12:26:09.0 +0100
+++ /var/tmp/diff_new_pack.NHtwty/_new  2012-01-30 12:26:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kmplot
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -45,7 +45,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.7.4
+Version:4.8.0
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.7.4.tar.bz2 -> kmplot-4.8.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-4.7.4/CMakeLists.txt 
new/kmplot-4.8.0/CMakeLists.txt
--- old/kmplot-4.7.4/CMakeLists.txt 2011-10-02 15:25:19.0 +0200
+++ new/kmplot-4.8.0/CMakeLists.txt 2011-09-26 11:44:48.0 +0200
@@ -5,6 +5,7 @@
 include(CheckIncludeFiles)
 
 include_directories (${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})
+add_definitions (-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
 
 check_include_files(ieeefp.h HAVE_IEEEFP_H)
 configure_file(config-kmplot.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/kmplot/config-kmplot.h)
Files old/kmplot-4.7.4/doc/index.cache.bz2 and 
new/kmplot-4.8.0/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-4.7.4/kmplot/equationeditorwidget.cpp 
new/kmplot-4.8.0/kmplot/equationeditorwidget.cpp
--- old/kmplot-4.7.4/kmplot/equationeditorwidget.cpp2011-10-02 
15:25:19.0 +0200
+++ new/kmplot-4.8.0/kmplot/equationeditorwidget.cpp2011-10-20 
22:54:06.0 +0200
@@ -60,7 +60,9 @@
connect(functionList, SIGNAL(activated(const QString&)), this, 
SLOT(insertFunction(const QString&)));
connect(constantList, SIGNAL(activated(int)), this, 
SLOT(insertConstant(int)));

-   functionList->addItems(XParser::self()->predefinedFunctions(false));
+   QStringList functions = XParser::self()->predefinedFunctions(false);
+   functions.sort();
+   functionList->addItems(functions);

connect(XParser::self()->constants(), SIGNAL(constantsChanged()), this, 
SLOT(updateConstantList()));
updateConstantList();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-4.7.4/kmplot/functioneditorwidget.ui 
new/kmplot-4.8.0/kmplot/functioneditorwidget.ui
--- old/kmplot-4.7.4/kmplot/functioneditorwidget.ui 2011-10-02 
15:25:19.0 +0200
+++ new/kmplot-4.8.0/kmplot/functioneditorwidget.ui 2011-07-27 
20:40:47.0 +0200
@@ -257,7 +257,7 @@
   
Integral
   
-  
+  

 9

@@ -571,8 +571,8 @@
  Enter an equation
 
 
- Enter an expression for the function. The prefix 
"r" will be added automatically.
-Example: loop(angle)=ln(angle)
+ Enter an expression for the function. 
+Example: loop(a)=ln(a)
 

   
@@ -701,7 +701,6 @@
 
 
  Enter an expression for the function.
-The dummy variable is t.
 Example: x^2 + y^2 = 25.
 

@@ -753,7 +752,6 @@
  
  
   Enter an expression for the function.
-The dummy variable is t.
 

commit klettres for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package klettres for openSUSE:Factory 
checked in at 2012-01-30 12:25:45

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


Package is "klettres", Maintainer is "klettres"

Changes:

--- /work/SRC/openSUSE:Factory/klettres/klettres.changes2011-12-08 
12:11:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.klettres.new/klettres.changes   2012-01-30 
12:25:50.0 +0100
@@ -1,0 +2,16 @@
+Wed Jan 18 20:58:31 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.0
+  * first stable release of KDE 4.8 (only critical fixes over 4.7.98)
+  * see http://kde.org/announcements/4.8/ for details
+  
+
+---
+Tue Jan 10 16:33:14 CET 2012 - dmuel...@suse.de
+
+- update to 4.7.98
+  * RC2+ milestone release of KDE 4.8
+  *  see http://kde.org/announcements/4.8/ for details
+  
+
+---

Old:

  klettres-4.7.4.tar.bz2

New:

  klettres-4.8.0.tar.bz2



Other differences:
--
++ klettres.spec ++
--- /var/tmp/diff_new_pack.QzfImU/_old  2012-01-30 12:25:55.0 +0100
+++ /var/tmp/diff_new_pack.QzfImU/_new  2012-01-30 12:25:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package klettres
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -45,7 +45,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.7.4
+Version:4.8.0
 Release:0
 Summary:Alphabet Learning Game
 License:GPL-2.0+

++ klettres-4.7.4.tar.bz2 -> klettres-4.8.0.tar.bz2 ++
Files old/klettres-4.7.4/doc/index.cache.bz2 and 
new/klettres-4.8.0/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klettres-4.7.4/src/klettres.desktop 
new/klettres-4.8.0/src/klettres.desktop
--- old/klettres-4.7.4/src/klettres.desktop 2011-10-28 09:43:45.0 
+0200
+++ new/klettres-4.8.0/src/klettres.desktop 2012-01-10 15:15:13.0 
+0100
@@ -6,7 +6,7 @@
 X-DocPath=klettres/index.html
 Comment=a KDE program to learn the alphabet
 Comment[ast]=Un programa de KDE pa deprender l'alfabetu
-Comment[bg]=Учене на азбуката
+Comment[bg]=Програма за учене на азбуката в KDE
 Comment[bs]=KDE program za učenje abecede
 Comment[ca]=Un programa del KDE per aprendre l'alfabet
 Comment[ca@valencia]=Un programa del KDE per aprendre l'alfabet
@@ -20,7 +20,7 @@
 Comment[es]=Un programa de KDE para aprender el alfabeto
 Comment[et]=KDE tähestiku omandamise programm
 Comment[eu]=Alfabetoa ikasteko KDE programa
-Comment[fa]=یک برنامۀ KDE برای یادگیری الفبا
+Comment[fa]=یک برنامه KDE برای یادگیری الفبا
 Comment[fi]=Ohjelma aakkosien harjoitteluun
 Comment[fr]=Un programme KDE pour apprendre l'alphabet
 Comment[ga]=Clár KDE chun an aibítir a fhoghlaim
@@ -34,6 +34,7 @@
 Comment[is]=KDE forrit til að læra stafrófið
 Comment[it]=Un programma KDE per imparare l'alfabeto
 Comment[ja]=アルファベットを学習するための KDE プログラム
+Comment[kk]=KDE-нің әліппе білімін тексеру бағдарламасы
 Comment[km]=កម្មវិធី​រៀន​អក្ខរក្រម​​របស់ KDE
 Comment[ko]=알파벳 공부를 위한 KDE 프로그램
 Comment[lt]=KDE programa abėcėlės mokymuisi
@@ -50,7 +51,7 @@
 Comment[pt_BR]=Um programa do KDE para aprender o alfabeto
 Comment[ro]=un program KDE pentru însușirea alfabetului
 Comment[ru]=Программа для изучения алфавита
-Comment[sl]=Program za učenje abecede
+Comment[sl]=Program za učenje abecede za KDE
 Comment[sv]=Ett KDE program för att lära sig alfabetet
 Comment[tr]=Alfabeyi öğrenmeye yardımcı bir KDE uygulaması
 Comment[ug]=KDE دىكى ئېلىپبە ئۆگىنىش پروگراممىسى
@@ -94,6 +95,7 @@
 Name[it]=KLettres
 Name[ja]=KLettres
 Name[ka]=KLettres
+Name[kk]=KLettres
 Name[km]=KLettres
 Name[ko]=KLettres
 Name[lt]=KLettres
@@ -129,6 +131,7 @@
 Name[zh_TW]=語言_KLetters
 GenericName=Learn The Alphabet
 GenericName[ast]=Deprender l'alfabetu
+GenericName[bg]=Изучаване на азбуката
 GenericName[bs]=Naučite abecedu
 GenericName[ca]=Apreneu l'alfabet
 GenericName[ca@valencia]=Apreneu l'alfabet
@@ -154,6 +157,7 @@
 GenericName[is]=Læra stafrófið
 GenericName[it]=Impara l'alfabeto
 GenericName[ja]=アルファベットの学習
+GenericName[kk]=Әліппені үйрену
 GenericName[km]=រៀន​អក្ខរក្រម
 GenericName[ko]=알파벳 익히기
 GenericName[lt]=Išmokite abėcėlę
@@ -170,7 +174,7 @@
 GenericName[pt_BR]=Aprenda o alfabeto
 GenericName[ro]=Învață alfabetul
 GenericName[ru]=Изучение алфавита
-GenericName[sl]=Učenje abecede
+GenericN

commit kiten for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package kiten for openSUSE:Factory checked 
in at 2012-01-30 12:25:40

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


Package is "kiten", Maintainer is "mfab...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/kiten/kiten.changes  2011-12-08 
12:11:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.kiten.new/kiten.changes 2012-01-30 
12:25:44.0 +0100
@@ -1,0 +2,16 @@
+Wed Jan 18 20:58:26 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.0
+  * first stable release of KDE 4.8 (only critical fixes over 4.7.98)
+  * see http://kde.org/announcements/4.8/ for details
+  
+
+---
+Tue Jan 10 16:33:09 CET 2012 - dmuel...@suse.de
+
+- update to 4.7.98
+  * RC2+ milestone release of KDE 4.8
+  *  see http://kde.org/announcements/4.8/ for details
+  
+
+---

Old:

  kiten-4.7.4.tar.bz2

New:

  kiten-4.8.0.tar.bz2



Other differences:
--
++ kiten.spec ++
--- /var/tmp/diff_new_pack.YgnKQA/_old  2012-01-30 12:25:47.0 +0100
+++ /var/tmp/diff_new_pack.YgnKQA/_new  2012-01-30 12:25:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kiten
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kiten
 BuildRequires:  boost-devel
 BuildRequires:  freeglut-devel
@@ -45,7 +46,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.7.4
+Version:4.8.0
 Release:0
 Summary:Japanese Reference/Study Tool
 License:GPL-2.0+
@@ -101,16 +102,21 @@
 
 %files
 %defattr(-,root,root)
+%dir %_kde4_appsdir/kitenkanjibrowser
+%dir %{_prefix}/share/fonts/kanjistrokeorders
 %_kde4_bindir/kiten
 %_kde4_bindir/kitengen
+%_kde4_bindir/kitenkanjibrowser
 %_kde4_bindir/kitenradselect
 %_kde4_libdir/libkiten.so.*
 %_kde4_applicationsdir/kiten.desktop
+%_kde4_appsdir/kitenkanjibrowser/kanjibrowserui.rc
 %_kde4_htmldir/en/kiten/
 %_kde4_iconsdir/hicolor/*/apps/kiten.*
 %_kde4_appsdir/kiten/
 %_kde4_appsdir/kitenradselect/
 %_kde4_sharedir/config.kcfg/kiten.kcfg
+%{_prefix}/share/fonts/kanjistrokeorders/KanjiStrokeOrders.ttf
 
 %files devel
 %defattr(-,root,root)

++ kiten-4.7.4.tar.bz2 -> kiten-4.8.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/kiten/kiten-4.7.4.tar.bz2 
/work/SRC/openSUSE:Factory/.kiten.new/kiten-4.8.0.tar.bz2 differ: char 11, line 
1

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



commit kile for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package kile for openSUSE:Factory checked in 
at 2012-01-30 12:25:36

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kile/kile.changes2011-12-19 
16:09:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.kile.new/kile.changes   2012-01-30 
12:25:37.0 +0100
@@ -1,0 +2,20 @@
+Fri Jan 27 18:40:14 UTC 2012 - ctri...@opensuse.org
+
+- Update to Kile 2.1.1
+  * Add tool tip which explains the available placeholders in the 
+user tag dialog (Patch by Felix Mauch)
+  * Allow to configure whether the directory shown in the console
+is kept synchronized with the document tabs (kde#265165)
+  * Restore the behaviour of LaTeX environment completion to what
+it was in version 2.0 (Patch by Holger Danielsson)
+  * Ensure that Kile can be offered as application to open LaTeX
+documents in Nautilus, for instance (kde#275438)
+  * Avoid crashes when closing Kile with two (or more) opened 
+projects (Patch by Eugene Shalygin, kde#289458)
+  * Ensure that the correct number of errors/warnings/badboxes is
+reported in translated versions of Kile, which notably affected
+the French version (kde#275700)
+- Removed a special handling of a locale for an obolete version of
+  openSUSE
+
+---

Old:

  kile-2.1.tar.bz2

New:

  kile-2.1.1.tar.bz2



Other differences:
--
++ kile.spec ++
--- /var/tmp/diff_new_pack.wugZIA/_old  2012-01-30 12:25:40.0 +0100
+++ /var/tmp/diff_new_pack.wugZIA/_new  2012-01-30 12:25:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kile
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2009 Johannes Engel 
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,8 +17,9 @@
 #
 
 
+
 Name:   kile
-Version:2.1
+Version:2.1.1
 Release:0
 Summary:A LaTeX Source Editor and TeX Shell
 License:GPL-2.0+
@@ -80,8 +81,8 @@
  * Easy access to various help sources.
  * Advanced editing commands.
 
-%lang_package
 
+%lang_package
 %prep
 %setup -q
 
@@ -109,9 +110,6 @@
 
 # Remove unneeded locale
 rm -rf %{buildroot}%{_datadir}/locale/x-test
-%if 0%{?suse_version} && 0%{?suse_version} <= 1130
-rm -rf %{buildroot}%{_datadir}/locale/hne
-%endif
 
 %find_lang %{name}
 

++ kile-2.1.tar.bz2 -> kile-2.1.1.tar.bz2 ++
 682530 lines of diff (skipped)

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



commit kig for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package kig for openSUSE:Factory checked in 
at 2012-01-30 12:25:30

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


Package is "kig", Maintainer is "kig"

Changes:

--- /work/SRC/openSUSE:Factory/kig/kig.changes  2011-12-08 12:11:05.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kig.new/kig.changes 2012-01-30 
12:25:33.0 +0100
@@ -1,0 +2,16 @@
+Wed Jan 18 20:58:22 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.0
+  * first stable release of KDE 4.8 (only critical fixes over 4.7.98)
+  * see http://kde.org/announcements/4.8/ for details
+  
+
+---
+Tue Jan 10 16:33:05 CET 2012 - dmuel...@suse.de
+
+- update to 4.7.98
+  * RC2+ milestone release of KDE 4.8
+  *  see http://kde.org/announcements/4.8/ for details
+  
+
+---

Old:

  kig-4.7.4.tar.bz2

New:

  kig-4.8.0.tar.bz2



Other differences:
--
++ kig.spec ++
--- /var/tmp/diff_new_pack.c2gEX4/_old  2012-01-30 12:25:35.0 +0100
+++ /var/tmp/diff_new_pack.c2gEX4/_new  2012-01-30 12:25:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kig
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -45,7 +45,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.7.4
+Version:4.8.0
 Release:0
 Summary:Interactive Geometry
 License:GPL-2.0+

++ kig-4.7.4.tar.bz2 -> kig-4.8.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kig-4.7.4/CMakeLists.txt new/kig-4.8.0/CMakeLists.txt
--- old/kig-4.7.4/CMakeLists.txt2011-10-02 15:25:00.0 +0200
+++ new/kig-4.8.0/CMakeLists.txt2011-09-26 11:44:34.0 +0200
@@ -107,6 +107,7 @@
misc/equation.cc
misc/goniometry.cc
misc/guiaction.cc
+   misc/kigcoordinateprecisiondialog.cpp
misc/kigfiledialog.cc
misc/kiginputdialog.cc
misc/kignumerics.cpp
@@ -166,6 +167,7 @@
filters/imageexporteroptionswidget.ui
filters/latexexporteroptionswidget.ui
filters/svgexporteroptionswidget.ui
+   misc/kigcoordinateprecisiondialog.ui
 )
 
 if(BOOST_PYTHON_FOUND)
Files old/kig-4.7.4/doc/index.cache.bz2 and new/kig-4.8.0/doc/index.cache.bz2 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kig-4.7.4/kig/kig.desktop 
new/kig-4.8.0/kig/kig.desktop
--- old/kig-4.7.4/kig/kig.desktop   2011-10-28 09:43:41.0 +0200
+++ new/kig-4.8.0/kig/kig.desktop   2012-01-10 15:15:10.0 +0100
@@ -85,7 +85,7 @@
 GenericName[es]=Geometría interactiva
 GenericName[et]=Interaktiivne geomeetria
 GenericName[eu]=Geometria interaktiboa
-GenericName[fa]=هندسۀ تعاملی
+GenericName[fa]=هندسه تعاملی
 GenericName[fi]=Vuorovaikutteinen geometria
 GenericName[fr]=Géométrie interactive
 GenericName[ga]=Céimseata Idirghníomhach
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kig-4.7.4/kig/kig_document.cc 
new/kig-4.8.0/kig/kig_document.cc
--- old/kig-4.7.4/kig/kig_document.cc   2011-10-02 15:25:00.0 +0200
+++ new/kig-4.8.0/kig/kig_document.cc   2011-09-26 11:44:34.0 +0200
@@ -17,6 +17,7 @@
 
 #include "kig_document.h"
 
+#include "../misc/common.h"
 #include "../objects/object_calcer.h"
 #include "../objects/object_holder.h"
 #include "../objects/point_imp.h"
@@ -27,11 +28,12 @@
 
 #include 
 #include 
+#include 
 
 KigDocument::KigDocument( std::set objects, CoordinateSystem* 
coordsystem,
   bool showgrid, bool showaxes, bool nv )
   : mobjects( objects ), mcoordsystem( coordsystem ), mshowgrid( showgrid ),
-mshowaxes( showaxes ), mnightvision( nv ), mcachedparam( 0.0 )
+mshowaxes( showaxes ), mnightvision( nv ), mcachedparam( 0.0 ), 
coordinatePrecision( -1 )
 {
 }
 
@@ -164,6 +166,7 @@
   mshowgrid = true;
   mshowaxes = true;
   mnightvision = false;
+  coordinatePrecision = -1;
 }
 
 KigDocument::~KigDocument()
@@ -195,6 +198,11 @@
   mnightvision = nv;
 }
 
+void KigDocument::setCoordinatePrecision( int precision )
+{
+  coordinatePrecision = precision;
+}
+
 bool KigDocument::axes() const
 {
   return mshowaxes;
@@ -205,6 +213,25 @@
   return mnightvision;
 }
 
+bool KigDocument::isUserSpecifiedCoordinatePrecision() const
+{
+  return coordinatePrecision != -1;
+}
+
+int KigDocumen

commit khangman for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package khangman for openSUSE:Factory 
checked in at 2012-01-30 12:25:24

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


Package is "khangman", Maintainer is "khangman"

Changes:

--- /work/SRC/openSUSE:Factory/khangman/khangman.changes2011-12-08 
12:11:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.khangman.new/khangman.changes   2012-01-30 
12:25:29.0 +0100
@@ -1,0 +2,16 @@
+Wed Jan 18 20:58:18 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.0
+  * first stable release of KDE 4.8 (only critical fixes over 4.7.98)
+  * see http://kde.org/announcements/4.8/ for details
+  
+
+---
+Tue Jan 10 16:33:00 CET 2012 - dmuel...@suse.de
+
+- update to 4.7.98
+  * RC2+ milestone release of KDE 4.8
+  *  see http://kde.org/announcements/4.8/ for details
+  
+
+---

Old:

  khangman-4.7.4.tar.bz2

New:

  khangman-4.8.0.tar.bz2



Other differences:
--
++ khangman.spec ++
--- /var/tmp/diff_new_pack.3dtyCo/_old  2012-01-30 12:25:30.0 +0100
+++ /var/tmp/diff_new_pack.3dtyCo/_new  2012-01-30 12:25:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package khangman
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,7 +37,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.7.4
+Version:4.8.0
 Release:0
 Summary:Hangman Game
 License:GPL-2.0+

++ khangman-4.7.4.tar.bz2 -> khangman-4.8.0.tar.bz2 ++
 9378 lines of diff (skipped)

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



commit kgeography for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package kgeography for openSUSE:Factory 
checked in at 2012-01-30 12:25:17

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


Package is "kgeography", Maintainer is "kgeography"

Changes:

--- /work/SRC/openSUSE:Factory/kgeography/kgeography.changes2011-12-08 
12:10:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.kgeography.new/kgeography.changes   
2012-01-30 12:25:22.0 +0100
@@ -1,0 +2,16 @@
+Wed Jan 18 20:58:13 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.0
+  * first stable release of KDE 4.8 (only critical fixes over 4.7.98)
+  * see http://kde.org/announcements/4.8/ for details
+  
+
+---
+Tue Jan 10 16:32:56 CET 2012 - dmuel...@suse.de
+
+- update to 4.7.98
+  * RC2+ milestone release of KDE 4.8
+  *  see http://kde.org/announcements/4.8/ for details
+  
+
+---

Old:

  kgeography-4.7.4.tar.bz2

New:

  kgeography-4.8.0.tar.bz2



Other differences:
--
++ kgeography.spec ++
--- /var/tmp/diff_new_pack.d8y5GI/_old  2012-01-30 12:25:28.0 +0100
+++ /var/tmp/diff_new_pack.d8y5GI/_new  2012-01-30 12:25:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kgeography
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -45,7 +45,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.7.4
+Version:4.8.0
 Release:0
 Summary:Geography Trainer
 License:GPL-2.0+

++ kgeography-4.7.4.tar.bz2 -> kgeography-4.8.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/kgeography/kgeography-4.7.4.tar.bz2 
/work/SRC/openSUSE:Factory/.kgeography.new/kgeography-4.8.0.tar.bz2 differ: 
char 11, line 1

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



commit kdetoys4 for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package kdetoys4 for openSUSE:Factory 
checked in at 2012-01-30 12:25:01

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kdetoys4/kdetoys4.changes2011-12-08 
12:10:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdetoys4.new/kdetoys4.changes   2012-01-30 
12:25:03.0 +0100
@@ -1,0 +2,16 @@
+Wed Jan 18 21:05:09 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.0
+  * first stable release of KDE 4.8 (only critical fixes over 4.7.98)
+  * see http://kde.org/announcements/4.8/ for details
+  
+
+---
+Tue Jan 10 18:45:20 CET 2012 - dmuel...@suse.de
+
+- update to 4.7.98
+  * RC2+ milestone release of KDE 4.8
+  *  see http://kde.org/announcements/4.8/ for details
+  
+
+---

Old:

  kdetoys-4.7.4.tar.bz2

New:

  kdetoys-4.8.0.tar.bz2



Other differences:
--
++ kdetoys4.spec ++
--- /var/tmp/diff_new_pack.IGZQTZ/_old  2012-01-30 12:25:04.0 +0100
+++ /var/tmp/diff_new_pack.IGZQTZ/_new  2012-01-30 12:25:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdetoys4
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.7.4
+Version:4.8.0
 Release:0
 Source0:kdetoys-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kdetoys-4.7.4.tar.bz2 -> kdetoys-4.8.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdetoys-4.7.4/amor/ExtraDesktop.sh 
new/kdetoys-4.8.0/amor/ExtraDesktop.sh
--- old/kdetoys-4.7.4/amor/ExtraDesktop.sh  1970-01-01 01:00:00.0 
+0100
+++ new/kdetoys-4.8.0/amor/ExtraDesktop.sh  2011-07-27 20:26:17.0 
+0200
@@ -0,0 +1,4 @@
+#! /bin/sh
+#This file has output in separate line each file with a .desktop syntax
+#that needs to be translated but has a non .desktop extension
+find data -name \*rc -print
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdetoys-4.7.4/amor/data/billyrc 
new/kdetoys-4.8.0/amor/data/billyrc
--- old/kdetoys-4.7.4/amor/data/billyrc 2011-12-02 00:58:05.0 +0100
+++ new/kdetoys-4.8.0/amor/data/billyrc 2012-01-10 15:27:06.0 +0100
@@ -90,7 +90,7 @@
 About[es]=Cuidador estático de ventanas\nGraphic from http://www.xbill.org/
 About[et]=Liikumatu aknahoidja\nGraafika: http://www.xbill.org/
 About[eu]=Lehio modelo egonkorra\nIrudia http://www.xbill.org/'tik
-About[fa]=مدل پنجرۀ ایستا\nنگاره از http://www.xbill.org/
+About[fa]=مدل پنجره ایستا\nنگاره از http://www.xbill.org/
 About[fi]=Staattinen ikkunakoriste\nGrafiikat osoitteesta http://www.xbill.org/
 About[fr]=Surveillant statique de fenêtres\nDessin de http://www.xbill.org/
 About[ga]=Peata statach fuinneoige\nGrafaic ó http://www.xbill.org/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdetoys-4.7.4/amor/data/bonhommerc 
new/kdetoys-4.8.0/amor/data/bonhommerc
--- old/kdetoys-4.7.4/amor/data/bonhommerc  2011-12-02 00:58:05.0 
+0100
+++ new/kdetoys-4.8.0/amor/data/bonhommerc  2012-01-03 20:47:53.0 
+0100
@@ -51,7 +51,7 @@
 Description[nn]=Bonhomme
 Description[pl]=Dobry człowiek
 Description[pt]=Bonhomme
-Description[pt_BR]=Homem palito
+Description[pt_BR]=Homem Palito
 Description[ro]=Bonhomme
 Description[ru]=Добрячок
 Description[sk]=Bonhomme
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdetoys-4.7.4/amor/data/bsdrc 
new/kdetoys-4.8.0/amor/data/bsdrc
--- old/kdetoys-4.7.4/amor/data/bsdrc   2011-12-02 00:58:05.0 +0100
+++ new/kdetoys-4.8.0/amor/data/bsdrc   2012-01-03 20:47:53.0 +0100
@@ -20,7 +20,7 @@
 Description[es]=Mascota de FreeBSD
 Description[et]=FreeBSD maskott
 Description[eu]=FreeBSD Maskota
-Description[fa]=مایۀ خوش‌شانسی FreeBSD
+Description[fa]=مایه خوش‌شانسی FreeBSD
 Description[fi]=FreeBSD-maskotti
 Description[fr]=Mascotte de FreeBSD
 Description[ga]=Sonóg FreeBSD
@@ -87,7 +87,7 @@
 About[es]=Cuidador estático de ventanas
 About[et]=Liikumatu aknahoidja
 About[eu]=Lehio modelo egonkorra
-About[fa]=مدل پنج

commit kdenetwork4 for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package kdenetwork4 for openSUSE:Factory 
checked in at 2012-01-30 12:24:54

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kdenetwork4/kdenetwork4.changes  2011-12-08 
12:09:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdenetwork4.new/kdenetwork4.changes 
2012-01-30 12:24:57.0 +0100
@@ -1,0 +2,16 @@
+Wed Jan 18 21:04:46 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.0
+  * first stable release of KDE 4.8 (only critical fixes over 4.7.98)
+  * see http://kde.org/announcements/4.8/ for details
+  
+
+---
+Tue Jan 10 18:45:00 CET 2012 - dmuel...@suse.de
+
+- update to 4.7.98
+  * RC2+ milestone release of KDE 4.8
+  *  see http://kde.org/announcements/4.8/ for details
+  
+
+---

Old:

  kdenetwork-4.7.4.tar.bz2

New:

  kdenetwork-4.8.0.tar.bz2



Other differences:
--
++ kdenetwork4.spec ++
--- /var/tmp/diff_new_pack.lwn0EC/_old  2012-01-30 12:24:59.0 +0100
+++ /var/tmp/diff_new_pack.lwn0EC/_new  2012-01-30 12:24:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdenetwork4
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kdenetwork4
-Version:4.7.4
+Version:4.8.0
 Release:0
 Summary:KDE Network Base Package
 License:GPL-2.0+
@@ -277,6 +278,7 @@
 %dir %{_kde4_appsdir}/kopeterichtexteditpart
 %dir %{_kde4_servicesdir}/kconfiguredialog
 %dir %{_kde4_appsdir}/kwebkitpart/kpartplugins
+%dir %{_kde4_modulesdir}/plugins/accessible
 
 %files -n kopete-devel -f filelists/kopete.devel
 %defattr(-,root,root)

++ kdenetwork-4.7.4.tar.bz2 -> kdenetwork-4.8.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/kdenetwork4/kdenetwork-4.7.4.tar.bz2 
/work/SRC/openSUSE:Factory/.kdenetwork4.new/kdenetwork-4.8.0.tar.bz2 differ: 
char 11, line 1

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



commit kdebindings-smokekde for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokekde for 
openSUSE:Factory checked in at 2012-01-30 12:24:49

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


Package is "kdebindings-smokekde", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokekde/kdebindings-smokekde.changes
2011-12-08 11:58:42.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokekde.new/kdebindings-smokekde.changes
   2012-01-30 12:24:51.0 +0100
@@ -1,0 +2,16 @@
+Wed Jan 18 21:01:16 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.0
+  * first stable release of KDE 4.8 (only critical fixes over 4.7.98)
+  * see http://kde.org/announcements/4.8/ for details
+  
+
+---
+Tue Jan 10 16:36:11 CET 2012 - dmuel...@suse.de
+
+- update to 4.7.98
+  * RC2+ milestone release of KDE 4.8
+  *  see http://kde.org/announcements/4.8/ for details
+  
+
+---

Old:

  smokekde-4.7.4.tar.bz2

New:

  smokekde-4.8.0.tar.bz2



Other differences:
--
++ kdebindings-smokekde.spec ++
--- /var/tmp/diff_new_pack.85y7Se/_old  2012-01-30 12:24:54.0 +0100
+++ /var/tmp/diff_new_pack.85y7Se/_new  2012-01-30 12:24:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdebindings-smokekde
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 Name:   kdebindings-smokekde
-Version:4.7.4
+Version:4.8.0
 Release:0
 Summary:Kdebindings Smoke-kde library
 License:LGPL-2.1+
@@ -40,6 +40,7 @@
 %package -n libsmokekde%{sonum}
 
 Summary:Kdebindings Smoke-kde library
+Group:  Development/Libraries/KDE
 Obsoletes:  libsmoke2 < %{version}
 Provides:   libsmoke2 = %{version}
 Obsoletes:  libsmokekde < %{version}
@@ -51,6 +52,7 @@
 
 %package -n libsmokekde-devel
 Summary:Development files for libsmokekde
+Group:  Development/Libraries/KDE
 Requires:   libsmokekde%{sonum} = %{version}
 Requires:   libsmokeqt-devel
 Obsoletes:  libsmoke-devel < %{version}

++ smokekde-4.7.4.tar.bz2 -> smokekde-4.8.0.tar.bz2 ++

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



commit kbruch for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package kbruch for openSUSE:Factory checked 
in at 2012-01-30 12:24:24

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


Package is "kbruch", Maintainer is "kbruch"

Changes:

--- /work/SRC/openSUSE:Factory/kbruch/kbruch.changes2011-12-08 
11:56:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.kbruch.new/kbruch.changes   2012-01-30 
12:24:32.0 +0100
@@ -1,0 +2,16 @@
+Wed Jan 18 20:56:46 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.0
+  * first stable release of KDE 4.8 (only critical fixes over 4.7.98)
+  * see http://kde.org/announcements/4.8/ for details
+  
+
+---
+Tue Jan 10 16:32:08 CET 2012 - dmuel...@suse.de
+
+- update to 4.7.98
+  * RC2+ milestone release of KDE 4.8
+  *  see http://kde.org/announcements/4.8/ for details
+  
+
+---

Old:

  kbruch-4.7.4.tar.bz2

New:

  kbruch-4.8.0.tar.bz2



Other differences:
--
++ kbruch.spec ++
--- /var/tmp/diff_new_pack.AePHHN/_old  2012-01-30 12:24:33.0 +0100
+++ /var/tmp/diff_new_pack.AePHHN/_new  2012-01-30 12:24:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kbruch
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -45,7 +45,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.7.4
+Version:4.8.0
 Release:0
 Summary:Excercise Fractions
 License:GPL-2.0+

++ kbruch-4.7.4.tar.bz2 -> kbruch-4.8.0.tar.bz2 ++
 7546 lines of diff (skipped)

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



commit kanagram for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package kanagram for openSUSE:Factory 
checked in at 2012-01-30 12:24:19

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


Package is "kanagram", Maintainer is "kanagram"

Changes:

--- /work/SRC/openSUSE:Factory/kanagram/kanagram.changes2011-12-08 
11:56:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.kanagram.new/kanagram.changes   2012-01-30 
12:24:20.0 +0100
@@ -1,0 +2,16 @@
+Wed Jan 18 20:56:29 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.0
+  * first stable release of KDE 4.8 (only critical fixes over 4.7.98)
+  * see http://kde.org/announcements/4.8/ for details
+  
+
+---
+Tue Jan 10 16:32:00 CET 2012 - dmuel...@suse.de
+
+- update to 4.7.98
+  * RC2+ milestone release of KDE 4.8
+  *  see http://kde.org/announcements/4.8/ for details
+  
+
+---

Old:

  kanagram-4.7.4.tar.bz2

New:

  kanagram-4.8.0.tar.bz2



Other differences:
--
++ kanagram.spec ++
--- /var/tmp/diff_new_pack.t9rsCV/_old  2012-01-30 12:24:21.0 +0100
+++ /var/tmp/diff_new_pack.t9rsCV/_new  2012-01-30 12:24:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kanagram
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -45,7 +45,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.7.4
+Version:4.8.0
 Release:0
 Summary:Anagram Game
 License:GPL-2.0+

++ kanagram-4.7.4.tar.bz2 -> kanagram-4.8.0.tar.bz2 ++
Files old/kanagram-4.7.4/doc/index.cache.bz2 and 
new/kanagram-4.8.0/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kanagram-4.7.4/src/kanagram.cpp 
new/kanagram-4.8.0/src/kanagram.cpp
--- old/kanagram-4.7.4/src/kanagram.cpp 2011-10-02 15:23:49.0 +0200
+++ new/kanagram-4.8.0/src/kanagram.cpp 2011-08-07 17:40:58.0 +0200
@@ -111,8 +111,8 @@
 
 connect(m_inputBox, SIGNAL(returnPressed()), SLOT(checkWord()));
 connect(m_hintTimer, SIGNAL(timeout()), SLOT(hideHint()));
-connect(m_inputBox, SIGNAL(textChanged(const QString &)), SLOT(update()));
-connect(m_game, SIGNAL(fileError(const QString &)), 
SLOT(slotFileError(const QString &)));
+connect(m_inputBox, SIGNAL(textChanged(QString)), SLOT(update()));
+connect(m_game, SIGNAL(fileError(QString)), SLOT(slotFileError(QString)));
 
 QFont f = QFont();
 f.setPointSize(17);
@@ -217,8 +217,15 @@
 m_actionCollection->addAction("revealword", revealWordAction);
 
 // vocabulary actions
-KStandardAction::prior(this, SLOT(slotPrevVocabulary()), 
m_actionCollection);
-KStandardAction::next(this, SLOT(slotNextVocabulary()), 
m_actionCollection);
+KAction *priorVocabularyAction = new KAction(i18n("Previous Vocabulary"), 
m_actionCollection);
+priorVocabularyAction->setShortcut(Qt::Key_PageUp);
+connect(priorVocabularyAction, SIGNAL(triggered(bool)), this, 
SLOT(slotPrevVocabulary()));
+m_actionCollection->addAction("priorvocabulary", priorVocabularyAction);
+
+KAction *nextVocabularyAction = new KAction(i18n("Next Vocabulary"), 
m_actionCollection);
+nextVocabularyAction->setShortcut(Qt::Key_PageDown);
+connect(nextVocabularyAction, SIGNAL(triggered(bool)), this, 
SLOT(slotNextVocabulary()));
+m_actionCollection->addAction("nextvocabulary", nextVocabularyAction);
 
 // help actions
 KStandardAction::aboutApp(m_helpMenu, SLOT(aboutApplication()), 
m_actionCollection);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kanagram-4.7.4/src/kanagram.desktop 
new/kanagram-4.8.0/src/kanagram.desktop
--- old/kanagram-4.7.4/src/kanagram.desktop 2011-10-28 09:43:10.0 
+0200
+++ new/kanagram-4.8.0/src/kanagram.desktop 2012-01-10 15:14:49.0 
+0100
@@ -33,6 +33,7 @@
 Name[it]=Kanagram
 Name[ja]=Kanagram
 Name[ka]=Kanagram
+Name[kk]=Kanagram
 Name[km]=Kanagram
 Name[ko]=Kanagram
 Name[lt]=Kanagram
@@ -97,6 +98,7 @@
 Comment[it]=Gioco di anagrammi per KDE
 Comment[ja]=KDE 回文ゲーム
 Comment[ka]=KDE ასოების გადალაგების თამაში
+Comment[kk]=KDE әріп реті ойны
 Comment[km]=ល្បែង​តម្រៀប​អក្សរ​របស់ KDE
 Comment[ko]=KDE 글자 순서 게임
 Comment[lt]=KDE raidžių tvarkos žaidimas
@@ -112,7 +114,7 @@
 Comment[pt_BR]=Jogo de ordenação de letras do KDE
 Comment[

commit jsr-305 for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package jsr-305 for openSUSE:Factory checked 
in at 2012-01-30 12:24:12

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


Package is "jsr-305", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/jsr-305/jsr-305.changes  2011-09-23 
02:04:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.jsr-305.new/jsr-305.changes 2012-01-30 
12:24:13.0 +0100
@@ -1,0 +2,10 @@
+Thu Jan 26 10:47:40 UTC 2012 - mvysko...@suse.cz
+
+- remove non working url from spec
+
+---
+Fri Dec  9 08:41:38 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ jsr-305.spec ++
--- /var/tmp/diff_new_pack.Y7z0qX/_old  2012-01-30 12:24:14.0 +0100
+++ /var/tmp/diff_new_pack.Y7z0qX/_new  2012-01-30 12:24:14.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package jsr-305 (Version 0.1)
+# spec file for package jsr-305
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,15 +20,15 @@
 
 Name:   jsr-305
 Version:0.1
-Release:1
+Release:0
 Summary:JSR 305: Annotations for Software Defect Detection in Java
-# http://groups.google.com/group/jsr-305/browse_thread/thread/8105869a258c8c4f
-License:BSD
+License:BSD-3-Clause
 Group:  Development/Libraries/Java
+# http://groups.google.com/group/jsr-305/browse_thread/thread/8105869a258c8c4f
 Url:http://code.google.com/p/jsr-305/
 # svn export -r20080806 http://jsr-305.googlecode.com/svn/trunk/ jsr-305-0.1
 # tar cjf jsr-305-0.1.bz2 jsr-305-0.1
-Source0:http://code.google.com/p/jsr-305/jsr-305-0.1.tar.bz2
+Source0:jsr-305-0.1.tar.bz2
 Source1:jsr-305-ri-build.xml
 # bnc#653551
 # The URL reffers to New BSD License - used  == Bill Pugh,  == 
2008
@@ -49,7 +49,6 @@
 group: http://groups.google.com/group/jsr-305.
 
 %package javadoc
-License:BSD
 Summary:Javadoc for %{name}
 Group:  Documentation/HTML
 

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



commit filesystem for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package filesystem for openSUSE:Factory 
checked in at 2012-01-30 12:23:58

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


Package is "filesystem", Maintainer is "kkae...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/filesystem/filesystem.changes2011-10-25 
17:03:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.filesystem.new/filesystem.changes   
2012-01-30 12:23:59.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan  9 10:16:10 CET 2012 - dmuel...@suse.de
+
+- bump version to 12.2
+
+---



Other differences:
--
++ filesystem.spec ++
--- /var/tmp/diff_new_pack.bWhr7S/_old  2012-01-30 12:24:00.0 +0100
+++ /var/tmp/diff_new_pack.bWhr7S/_new  2012-01-30 12:24:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package filesystem
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,14 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   filesystem
+Summary:Basic Directory Layout
 License:GPL-2.0+
 Group:  System/Fhs
-Summary:Basic Directory Layout
-Version:12.1
-Release:27
+Version:12.2
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Obsoletes:  aaa_dir
 Provides:   aaa_dir
@@ -183,6 +181,7 @@
 
 
 
+
 
 
 %changelog

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



commit CodeAnalyst for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package CodeAnalyst for openSUSE:Factory 
checked in at 2012-01-30 12:23:52

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


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

Changes:

--- /work/SRC/openSUSE:Factory/CodeAnalyst/CodeAnalyst.changes  2011-11-05 
11:04:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.CodeAnalyst.new/CodeAnalyst.changes 
2012-01-30 12:23:53.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 29 23:49:51 UTC 2012 - joop.boo...@opensuse.org
+
+- CodeAnalyst doesn't support arm systems
+- Changed the keyword to ExclusiveArch for supported systems 
+
+---



Other differences:
--
++ CodeAnalyst.spec ++
--- /var/tmp/diff_new_pack.QGSeGi/_old  2012-01-30 12:23:54.0 +0100
+++ /var/tmp/diff_new_pack.QGSeGi/_new  2012-01-30 12:23:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package CodeAnalyst
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -53,8 +53,8 @@
 BuildRequires:  pwdutils
 BuildRequires:  fdupes
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# Unsupported architecture list due to non-AMD based system.
-ExcludeArch:ppc ppc64 s390 s390x alpha alphaev6 sparcv9 sparc64
+# CodeAnalyst only supports AMD based systems.
+ExclusiveArch:  %ix86 x86_64
 
 %description
 CodeAnalyst is a performance analysis suite. It provids graphical

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



commit autoconf-archive for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package autoconf-archive for 
openSUSE:Factory checked in at 2012-01-30 12:23:47

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


Package is "autoconf-archive", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/autoconf-archive/autoconf-archive.changes
2011-09-23 01:52:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.autoconf-archive.new/autoconf-archive.changes   
2012-01-30 12:23:48.0 +0100
@@ -1,0 +2,22 @@
+Fri Jan 20 08:15:10 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-GPL-3.0+-with-autoconf-exception
+  Use SUSE- proprietary extension until license accepted upstream.
+  autoconf-archive is not pure GPL-3.0+ as exceptions are involved
+
+---
+Tue Jan 17 10:37:30 UTC 2012 - a...@suse.de
+
+- Own /usr/share/aclocal
+
+---
+Thu Jan 12 11:30:30 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+---
+Sat Sep 17 13:41:04 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---



Other differences:
--
++ autoconf-archive.spec ++
--- /var/tmp/diff_new_pack.MNVeNz/_old  2012-01-30 12:23:49.0 +0100
+++ /var/tmp/diff_new_pack.MNVeNz/_new  2012-01-30 12:23:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package autoconf-archive
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   autoconf-archive
 Summary:A Collection of macros for GNU autoconf
-Version:2010.10.26
-Release:3
-License:GPL
+License:SUSE-GPL-3.0+-with-autoconf-exception
 Group:  Development/Tools/Building
+Version:2010.10.26
+Release:0
 Source0:%{name}-%{version}.tar.xz
 Patch0: autoconf-archive-boost_lib64.patch
 Patch1: autoconf-archive-AX_HAVE_QT_use_AS_HELP_STRING.patch
@@ -67,9 +66,6 @@
 %makeinstall
 rm -rf %{buildroot}/%{_datadir}/%{name}/
 
-%clean
-rm -rf %{buildroot}
-
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/autoconf-archive.info.gz
 
@@ -79,6 +75,7 @@
 %files
 %defattr(-, root, root)
 %{_infodir}/%{name}*
+%dir %{_datadir}/aclocal
 %{_datadir}/aclocal/*.m4
 %doc AUTHORS COPYING README
 


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



commit arpwatch-ethercodes for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-01-30 12:23:43

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


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

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-01-27 15:16:43.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-01-30 12:23:46.0 +0100
@@ -2 +2 @@
-Fri Jan 27 07:40:06 CET 2012 - autobu...@suse.de
+Sat Jan 28 07:40:04 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-01-27
+- automated update on 2012-01-28



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.pVY3m3/_old  2012-01-30 12:23:48.0 +0100
+++ /var/tmp/diff_new_pack.pVY3m3/_new  2012-01-30 12:23:48.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.1.27
+Version:2012.1.28
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.pVY3m3/_old  2012-01-30 12:23:48.0 +0100
+++ /var/tmp/diff_new_pack.pVY3m3/_new  2012-01-30 12:23:48.0 +0100
@@ -82181,6 +82181,12 @@
Rice Lake WI 54868
UNITED STATES
 
+0C-9D-56   (hex)   Consort Controls Ltd
+0C9D56 (base 16)   Consort Controls Ltd
+   13 Campion Terrace
+   Leamington Spa  CV32 4SU
+   UNITED KINGDOM
+
 0C-9E-91   (hex)   Sankosha Corporation
 0C9E91 (base 16)   Sankosha Corporation
1-12, Miyashimo
@@ -100489,6 +100495,13 @@
Boulder CO 80303
UNITED STATES
 
+F8-30-94   (hex)   Alcatel-Lucent Telecom Limited
+F83094 (base 16)   Alcatel-Lucent Telecom Limited
+   The Quadrant, Stonehill Green 
+   Westlea
+   SWINDON  SN5 7DJ
+   UNITED KINGDOM
+
 F8-31-3E   (hex)   endeavour GmbH
 F8313E (base 16)   endeavour GmbH
Max-Planck-Str. 04
@@ -100712,6 +100725,12 @@
Shenzhen Guangdong 518057
CHINA
 
+F8-DB-4C   (hex)   PNY Technologies, INC.
+F8DB4C (base 16)   PNY Technologies, INC.
+   100 Jefferson Road
+   Parsippany New Jersey 07054
+   UNITED STATES
+
 F8-DB-7F   (hex)   HTC Corporation
 F8DB7F (base 16)   HTC Corporation
No.23 Xinghua Road

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



commit amarok for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2012-01-30 12:23:36

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


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

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2011-12-21 
09:59:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2012-01-30 
12:23:43.0 +0100
@@ -1,0 +2,5 @@
+Fri Jan 27 10:08:00 UTC 2012 - idon...@suse.com
+
+- Add patch to fix kde#290123
+
+---

New:

  kde-290123.patch



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.PzYzx8/_old  2012-01-30 12:23:45.0 +0100
+++ /var/tmp/diff_new_pack.PzYzx8/_new  2012-01-30 12:23:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package amarok
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,6 +35,8 @@
 Patch2: initial-preference.diff
 # PATCH-FIX-OPENSUSE flac_mimetype_bnc671581.diff bnc#671581 ctri...@gmx.net 
-- Support for the changed mimetype for flac files
 Patch3: flac_mimetype_bnc671581.diff
+# PATCH-FIX-UPSTREAM kde#290123 idoen...@suse.de -- Fix for kde bug 290123
+Patch4: kde-290123.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 # Required for the fdupes macro
@@ -94,6 +96,7 @@
 %if 0%{?suse_version} > 1130
 %patch3
 %endif
+%patch4 -p1
 
 # Remove build time references so build-compare can do its work
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')

++ kde-290123.patch ++
diff -ur amarok-2.5.0/src/context/toolbar/AppletToolbar.cpp 
amarok-2.5.0.fixed/src/context/toolbar/AppletToolbar.cpp
--- amarok-2.5.0/src/context/toolbar/AppletToolbar.cpp  2011-12-15 
08:36:48.0 +0100
+++ amarok-2.5.0.fixed/src/context/toolbar/AppletToolbar.cpp2012-01-27 
11:06:27.089992129 +0100
@@ -67,6 +67,19 @@
 }
 
 void
+
+Context::AppletToolbar::setContainment( Containment * containment )
+{
+m_cont = containment;
+}
+
+Context::Containment *
+Context::AppletToolbar::containment() const
+{
+return m_cont;
+}
+
+void
 Context::AppletToolbar::resizeEvent( QGraphicsSceneResizeEvent * event )
 {
 debug() << "setting layout to" << QRectF( QPointF( 0, 0 ), 
event->newSize() );
diff -ur amarok-2.5.0/src/context/toolbar/AppletToolbar.h 
amarok-2.5.0.fixed/src/context/toolbar/AppletToolbar.h
--- amarok-2.5.0/src/context/toolbar/AppletToolbar.h2011-12-15 
08:36:48.0 +0100
+++ amarok-2.5.0.fixed/src/context/toolbar/AppletToolbar.h  2012-01-27 
11:05:58.149992133 +0100
@@ -55,6 +55,9 @@
 
 void appletRemoved( Plasma::Applet* applet );
 
+void setContainment( Containment * containment );
+Containment* containment() const;
+
 signals:
 void showApplet( Plasma::Applet* );
 void appletAddedToToolbar( Plasma::Applet* applet, int loc );
diff -ur amarok-2.5.0/src/context/ToolbarView.cpp 
amarok-2.5.0.fixed/src/context/ToolbarView.cpp
--- amarok-2.5.0/src/context/ToolbarView.cpp2011-12-15 08:36:48.0 
+0100
+++ amarok-2.5.0.fixed/src/context/ToolbarView.cpp  2012-01-27 
11:05:58.149992133 +0100
@@ -74,7 +74,9 @@
 setVerticalScrollBarPolicy( Qt::ScrollBarAlwaysOff );
 
 // now we create the toolbar
-m_toolbar = new AppletToolbar( containment );
+m_toolbar = new AppletToolbar(0);
+scene->addItem(m_toolbar.data());
+m_toolbar.data()->setContainment( qobject_cast(containment) );
 m_toolbar.data()->setZValue( m_toolbar.data()->zValue() + 1000 );
 m_toolbar.data()->setPos( TOOLBAR_X_OFFSET, 0 );
 
@@ -96,7 +98,7 @@
 
 Context::ToolbarView::~ToolbarView()
 {
-
+delete m_toolbar.data();
 }
 
 void
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit abiword for openSUSE:Factory

2012-01-30 Thread h_root
Hello community,

here is the log from the commit of package abiword for openSUSE:Factory checked 
in at 2012-01-30 12:23:32

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


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

Changes:

--- /work/SRC/openSUSE:Factory/abiword/abiword.changes  2012-01-09 
21:42:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.abiword.new/abiword.changes 2012-01-30 
12:23:33.0 +0100
@@ -1,0 +2,7 @@
+Thu Jan 19 07:23:31 UTC 2012 - vu...@opensuse.org
+
+- Change goffice-devel BuildRequires to pkgconfig(libgoffice-0.8)
+  to prepare for goffice bump to 0.9 and new goffice-0_8 source
+  package.
+
+---



Other differences:
--
++ abiword.spec ++
--- /var/tmp/diff_new_pack.FuHSes/_old  2012-01-30 12:23:34.0 +0100
+++ /var/tmp/diff_new_pack.FuHSes/_new  2012-01-30 12:23:34.0 +0100
@@ -39,7 +39,6 @@
 BuildRequires:  flex
 BuildRequires:  fribidi-devel
 BuildRequires:  gcc-c++
-BuildRequires:  goffice-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libgsf-devel
@@ -55,6 +54,7 @@
 BuildRequires:  readline-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  wv-devel
+BuildRequires:  pkgconfig(libgoffice-0.8)
 # FIXME: requires libgda >= 1.2.0 libgnomedb >= 1.2.0 and we have
 # libgda-[34].0.pc
 #BuildRequires:  libgda-4_0-devel

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