commit installation-images for openSUSE:Factory

2012-04-03 Thread h_root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2012-04-03 17:38:48

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


Package is installation-images, Maintainer is snw...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2012-04-03 09:18:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2012-04-03 17:38:50.0 +0200
@@ -1,0 +2,10 @@
+Tue Apr  3 14:13:35 UTC 2012 - co...@suse.com
+
+- reenable xen now that olaf made it build
+
+---
+Tue Apr  3 15:57:13 CEST 2012 - snw...@suse.de
+
+- follow font package renaming
+
+---

Old:

  installation-images-13.39.tar.bz2

New:

  installation-images-13.40.tar.bz2



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.mmry5Y/_old  2012-04-03 17:38:52.0 +0200
+++ /var/tmp/diff_new_pack.mmry5Y/_new  2012-04-03 17:38:52.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   installation-images
 %define with_sles 0
-%define with_xen 0
+%define with_xen 1
 %define with_vnc 1
 %define with_vbox 0
 BuildRequires:  Mesa
@@ -51,7 +51,7 @@
 BuildRequires:  cups-libs
 BuildRequires:  curl
 BuildRequires:  dd_rescue
-BuildRequires:  dejavu
+BuildRequires:  dejavu-fonts
 BuildRequires:  dhcp-server
 BuildRequires:  dhcpcd
 BuildRequires:  dmapi
@@ -334,9 +334,9 @@
 Summary:Installation Image Files
 License:GPL-2.0+
 Group:  Metapackages
-Version:13.39
+Version:13.40
 Release:0
-Source: installation-images-13.39.tar.bz2
+Source: installation-images-13.40.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 

++ installation-images-13.39.tar.bz2 - installation-images-13.40.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.39/VERSION 
new/installation-images-13.40/VERSION
--- old/installation-images-13.39/VERSION   2012-04-02 16:15:02.0 
+0200
+++ new/installation-images-13.40/VERSION   2012-04-03 15:57:06.0 
+0200
@@ -1 +1 @@
-13.39
+13.40
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.39/changelog 
new/installation-images-13.40/changelog
--- old/installation-images-13.39/changelog 2012-04-02 16:15:05.0 
+0200
+++ new/installation-images-13.40/changelog 2012-04-03 15:57:10.0 
+0200
@@ -1,4 +1,7 @@
-2012-04-02:HEAD
+2012-04-03:HEAD
+   - follow font package renaming
+
+2012-04-02:13.39
- adjust to package changes
 
 2012-03-26:13.38
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.39/data/root/root.file_list 
new/installation-images-13.40/data/root/root.file_list
--- old/installation-images-13.39/data/root/root.file_list  2012-04-02 
15:47:20.0 +0200
+++ new/installation-images-13.40/data/root/root.file_list  2012-04-03 
15:26:18.0 +0200
@@ -1253,7 +1253,7 @@
  /usr/lib*/libQtGui.so.*
  /usr/lib*/qt4/plugins/imageformats/libqjpeg.so
 
-dejavu:
+dejavu-fonts:
   /usr/share/fonts/truetype/DejaVuSans*.ttf
   r /usr/share/fonts/truetype/DejaVuSansCondensed*
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.39/data/root/rpmlist 
new/installation-images-13.40/data/root/rpmlist
--- old/installation-images-13.39/data/root/rpmlist 2011-02-21 
15:47:04.0 +0100
+++ new/installation-images-13.40/data/root/rpmlist 2012-04-03 
15:53:41.0 +0200
@@ -1,9 +1,9 @@
 cracklib-dict-full
 ttf-arphic-uming
-IPAGothic
-KhmerOS-fonts
-fonts-arabic
-fonts-thai
+ipa-gothic-fonts
+khmeros-fonts
+arabic-fonts
+thai-fonts
 indic-fonts
 lklug
-unfonts
+un-fonts

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



commit systemd for openSUSE:Factory

2012-04-03 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2012-04-03 17:38:59

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


Package is systemd, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-gtk.changes  2012-03-23 
12:11:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-gtk.changes 2012-04-03 
17:39:03.0 +0200
@@ -1,0 +2,14 @@
+Tue Apr  3 09:37:09 UTC 2012 - dval...@suse.com
+
+- apply ppc patch to systemd-gtk too (fixes build) 
+
+---
+Thu Mar 22 08:47:36 UTC 2012 - fcro...@suse.com
+
+- Update fixppc.patch with upstream patches
+- Add comments from upstream in
+  0001-util-never-follow-symlinks-in-rm_rf_children.patch.
+- Add logind-logout.patch: it should fix sudo / su with pam_systemd
+  (bnc#746704).
+
+---
systemd.changes: same change

New:

  logind-logout.patch



Other differences:
--
++ systemd-gtk.spec ++
--- /var/tmp/diff_new_pack.lCmh50/_old  2012-04-03 17:39:06.0 +0200
+++ /var/tmp/diff_new_pack.lCmh50/_new  2012-04-03 17:39:06.0 +0200
@@ -50,6 +50,7 @@
 Requires:   systemd = %{version}
 Source0:
http://www.freedesktop.org/software/systemd/systemd-%{version}.tar.xz
 Source1:systemd-rpmlintrc
+Patch0: fixppc.patch
 
 # Upstream First - Policy:
 # Never add any patches to this package without the upstream commit id
@@ -61,6 +62,7 @@
 
 %prep
 %setup -q -n systemd-%{version}
+%patch0 -p1
 
 %build
 autoreconf -fiv

++ systemd.spec ++
--- /var/tmp/diff_new_pack.lCmh50/_old  2012-04-03 17:39:06.0 +0200
+++ /var/tmp/diff_new_pack.lCmh50/_new  2012-04-03 17:39:06.0 +0200
@@ -82,13 +82,14 @@
 Patch38:dm-lvm-after-local-fs-pre-target.patch
 Patch39:correct_plymouth_paths_and_conflicts.patch
 Patch41:0001-add-sparse-support-to-detect-endianness-bug.patch
-Patch42:fixppc.patch
 
 # Upstream First - Policy:
 # Never add any patches to this package without the upstream commit id
 # in the patch. Any patches added here without a very good reason to make
 # an exception will be silently removed with the next version update.
 Patch40:0001-util-never-follow-symlinks-in-rm_rf_children.patch
+Patch42:fixppc.patch
+Patch43:logind-logout.patch
 
 %description
 Systemd is a system and service manager, compatible with SysV and LSB
@@ -150,6 +151,7 @@
 %patch40 -p1
 %patch41 -p1
 %patch42 -p1
+%patch43 -p1
 
 %build
 autoreconf -fiv

++ 0001-util-never-follow-symlinks-in-rm_rf_children.patch ++
--- /var/tmp/diff_new_pack.lCmh50/_old  2012-04-03 17:39:06.0 +0200
+++ /var/tmp/diff_new_pack.lCmh50/_new  2012-04-03 17:39:06.0 +0200
@@ -30,3 +30,30 @@
 -- 
 1.7.7
 
+From c9d8629baa09f853fbcc44972c9748e70562270c Mon Sep 17 00:00:00 2001
+From: Lennart Poettering lenn...@poettering.net
+Date: Thu, 22 Mar 2012 01:43:36 +0100
+Subject: [PATCH] logind: extend comment about X11 socket symlink
+
+---
+ src/login/logind-session.c |4 
+ 1 files changed, 4 insertions(+), 0 deletions(-)
+
+diff --git a/src/login/logind-session.c b/src/login/logind-session.c
+index af9c12d..4e0af86 100644
+--- a/src/login/logind-session.c
 b/src/login/logind-session.c
+@@ -391,6 +391,10 @@ static int session_link_x11_socket(Session *s) {
+ return -ENOENT;
+ }
+ 
++/* Note that this cannot be in a subdir to avoid
++ * vulnerabilities since we are privileged but the runtime
++ * path is owned by the user */
++
+ t = strappend(s-user-runtime_path, /X11-display);
+ if (!t) {
+ log_error(Out of memory);
+-- 
+1.7.7
+

++ fixppc.patch ++
--- /var/tmp/diff_new_pack.lCmh50/_old  2012-04-03 17:39:06.0 +0200
+++ /var/tmp/diff_new_pack.lCmh50/_new  2012-04-03 17:39:06.0 +0200
@@ -1,3 +1,60 @@
+From 7264278fbbdc1dc6c30fedc902d1337594aa6ff6 Mon Sep 17 00:00:00 2001
+From: Lennart Poettering lenn...@poettering.net
+Date: Wed, 21 Mar 2012 23:47:44 +0100
+Subject: [PATCH] journal: PAGE_SIZE is not known on ppc and other archs
+
+Let's use NAME_MAX, as suggested by Dan Walsh
+---
+ src/journal/journald.c |   15 ---
+ 1 files changed, 12 insertions(+), 3 deletions(-)
+
+diff --git a/src/journal/journald.c b/src/journal/journald.c
+index d27cb60..87390bd 100644
+--- a/src/journal/journald.c
 b/src/journal/journald.c
+@@ -29,7 +29,6 @@
+ #include sys/ioctl.h
+ #include linux/sockios.h
+ #include sys/statvfs.h
+-#include sys/user.h
+ 
+ #include 

commit timezone for openSUSE:Factory

2012-04-03 Thread h_root
Hello community,

here is the log from the commit of package timezone for openSUSE:Factory 
checked in at 2012-04-03 17:39:06

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


Package is timezone, Maintainer is dmuel...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/timezone/timezone-java.changes   2011-11-07 
14:32:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.timezone.new/timezone-java.changes  
2012-04-03 17:39:08.0 +0200
@@ -1,0 +2,28 @@
+Mon Apr  2 16:19:16 CEST 2012 - dmuel...@suse.de
+
+- update to 2012c:
+  * Morocco DST starts late April 2012
+  * Changes for Gaza, Hebron and Syria (for 2012)
+  * Haiti now follows US/Canada rules regarding DST
+
+---
+Thu Mar 29 14:56:30 CEST 2012 - dmuel...@suse.de
+
+- adjust license to spdx.org format (bnc#752642)
+
+---
+Sat Mar  3 11:33:38 CET 2012 - dmuel...@suse.de
+
+- update to 2012b (bnc#748550):
+  * Cuba has delayed start of DST by 3 weeks
+  (now starts April 1 rather than March 11
+  * Chile 2011/2012 and 2012/2013 summer time date adjustments.
+  * Falkland Islands onto permanent summer time (we're assuming for the
+foreseeable future, though 2012 is all we're fairly certain of.)
+  * Armenia has abolished Summer Time.
+  * Tokelau jumped the International Date Line back last December
+(just the same as their near neighbour, Samoa).
+  * America/Creston is a new zone for a small area of British Columbia
+  * There will be a leapsecod 2012-06-30 23:59:60 UTC.
+
+---
timezone.changes: same change

Old:

  tzcode2011i.tar.gz
  tzdata2011n.tar.gz

New:

  tzcode2012b.tar.gz
  tzdata2012c.tar.gz



Other differences:
--
++ timezone-java.spec ++
--- /var/tmp/diff_new_pack.8YCCfw/_old  2012-04-03 17:39:10.0 +0200
+++ /var/tmp/diff_new_pack.8YCCfw/_new  2012-04-03 17:39:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package timezone-java
 #
-# 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,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   timezone-java
-BuildRequires:  fastjar gcc-gij javazic
-License:SUSE-Public-Domain
+BuildRequires:  fastjar
+BuildRequires:  gcc-gij
+BuildRequires:  javazic
 Summary:Timezone Descriptions
+License:BSD-3-Clause and SUSE-Public-Domain
 Group:  System/Base
 # COMMON-BEGIN
 # COMMON-BEGIN
-Version:2011n
-Release:1
+Version:2012c
+Release:0
 Source: ftp://munnari.oz.au/pub/tzdata%{version}.tar.gz
-Source1:ftp://munnari.oz.au/pub/tzcode2011i.tar.gz
+Source1:ftp://munnari.oz.au/pub/tzcode2012b.tar.gz
 Patch0: tzdata-china.diff
 Patch1: tzcode-zic.diff
 Patch2: tzcode-ksh.diff

++ timezone.spec ++
--- /var/tmp/diff_new_pack.8YCCfw/_old  2012-04-03 17:39:10.0 +0200
+++ /var/tmp/diff_new_pack.8YCCfw/_new  2012-04-03 17:39:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package timezone
 #
-# 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:   timezone
-License:PERMISSIVE-OSI-COMPLIANT(BSD-like ; public domain)
 Summary:Timezone Descriptions
+License:BSD-3-Clause and SUSE-Public-Domain
 Group:  System/Base
 Url:http://www.gnu.org/software/libc/libc.html
 PreReq: filesystem, coreutils
 # COMMON-BEGIN
-Version:2011n
-Release:1
+Version:2012c
+Release:0
 Source: ftp://munnari.oz.au/pub/tzdata%{version}.tar.gz
-Source1:ftp://munnari.oz.au/pub/tzcode2011i.tar.gz
+Source1:ftp://munnari.oz.au/pub/tzcode2012b.tar.gz
 Patch0: tzdata-china.diff
 Patch1: tzcode-zic.diff
 Patch2: tzcode-ksh.diff

++ timezone-java.spec.in ++
--- /var/tmp/diff_new_pack.8YCCfw/_old  2012-04-03 17:39:10.0 +0200
+++ /var/tmp/diff_new_pack.8YCCfw/_new  2012-04-03 

commit TeX-Guy for openSUSE:Factory

2012-04-03 Thread h_root
Hello community,

here is the log from the commit of package TeX-Guy for openSUSE:Factory checked 
in at 2012-04-03 17:39:11

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


Package is TeX-Guy, Maintainer is j...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/TeX-Guy/TeX-Guy.changes  2011-12-26 
16:29:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.TeX-Guy.new/TeX-Guy.changes 2012-04-03 
17:39:15.0 +0200
@@ -1,0 +2,5 @@
+Sun Mar  4 08:26:01 UTC 2012 - co...@suse.com
+
+- fix buildrequires for factory
+
+---



Other differences:
--
++ TeX-Guy.spec ++
--- /var/tmp/diff_new_pack.BeVyps/_old  2012-04-03 17:39:16.0 +0200
+++ /var/tmp/diff_new_pack.BeVyps/_new  2012-04-03 17:39:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package TeX-Guy
 #
-# 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,10 +19,12 @@
 Name:   TeX-Guy
 BuildRequires:  VFlib3-devel
 BuildRequires:  aalib-devel
+BuildRequires:  freetype-devel
 BuildRequires:  openmotif
 BuildRequires:  openmotif-devel
 BuildRequires:  t1lib-devel
 BuildRequires:  xorg-x11
+BuildRequires:  xorg-x11-devel
 Provides:   locale(texlive:ja)
 Version:1.3.1
 Release:0

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



commit memcached for openSUSE:Factory

2012-04-03 Thread h_root
Hello community,

here is the log from the commit of package memcached for openSUSE:Factory 
checked in at 2012-04-03 17:39:18

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


Package is memcached, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/memcached/memcached.changes  2011-09-23 
02:12:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.memcached.new/memcached.changes 2012-04-03 
17:39:21.0 +0200
@@ -1,0 +2,123 @@
+Tue Apr  3 00:54:39 UTC 2012 - tabra...@novell.com
+
+- removed fix-strict-aliasing.patch deprecated by this release
+
+- Update to version 1.4.13
+* Fix inline issue with older compilers (gcc 4.2.2)
+* Better detection of sasl_callback_ft 
+
+- Changes from version 1.4.12
+Fixes:
+* fix glitch with flush_all (exptime)
+* Skip SASL tests unless RUN_SASL_TESTS is defined.
+* Look around for saslpasswd2 (typically not in the user's path).
+* build fix: Define sasl_callback_ft on older versions of sasl.
+* fix segfault when sending a zero byte command
+* fix warning in UDP test
+* properly detect GCC atomics
+* tests: loop on short binary packet reads
+* fix slabs_reassign tests on 32bit hosts 
+
+- Changes from version 1.4.11
+Fixes:
+* bug237 : Don't compute incorrect argc for timedrun
+* fix 'age' stat for stats items
+* binary deletes were not ticking stats counters
+* Fix a race condition from 1.4.10 on item_remove
+* close some idiotic race conditions
+* initial slab automover
+* slab reassignment
+* clean do_item_get logic a bit. fix race.
+* clean up the do_item_alloc logic
+* shorten lock for item allocation more
+* Fix to build with cyrus sasl 2.1.25 
+New features:
+* Slab page reassignment and bug fixes over 1.4.10. 
+
+- Changes from version 1.4.10
+Fixes:
+* Disable  issue 140 's test.
+* Push cache_lock deeper into item_alloc
+* Use item partitioned lock for as much as possible
+* Remove the depth search from item_alloc
+* Move hash calls outside of cache_lock
+* Use spinlocks for main cache lock
+* Remove uncommon branch from asciiprot hot path
+* Allow all tests to run as root 
+New features:
+* tested improvements in speed between 3 and 6 worker
+  threads (-t 3 to -t 6) More than 6 reduced speed
+
+- Changes from version 1.4.9
+* Add a systemd service file
+* Fix some minor typos in the protocol doc
+* Issue 224  - check retval of main event loop
+* Fix -c so maxconns can be raised above default. 
+
+- Changes from version 1.4.8
+Fixes:
+* Fix to write correct pid from start-memcached
+* Fix to enable LRU when using binary protocol
+* Upgrade stats items counters to 64bit
+* Add new stats expired_unfetched, evicted_unfetched
+* Allow setting initial size of the hash table
+* Expose stats for the internal hash table
+* bug220 : incr would sometimes return the previous item's CAS
+* Fixed bug on multi get processing
+* Experimental maxconns_fast option
+* Add an ASCII touch command
+* Add binary GATK/GATKQ
+* Backport binary TOUCH/GAT/GATQ commands
+* Issue 221 : Increment treats leading spaces as 0
+* Fix compile error on OS X 
+New features:
+* touch commands
+* fast connection limit handling
+* internal hash table
+* expored_unfetched, evicted_unfetched
+
+- Changes from version 1.4.7
+Fixes:
+* Use a monotonically increasing timer
+* Immediately expire items when given a negative expiration time
+* fix memcached-tool to print about all slabs
+* Properly daemonize memcached for debian
+* Don't permanently close UDP listeners on error
+* Allow memcached-init to start multiple instances (not recommended)
+* Issue 214 : Search for network libraries before searching for libevent
+* Issue 213 : Search for clock_gettime in librt
+* Issue 115 : accont for CAS in item_size_ok
+* Fix incredibly slim race for maxconns handler. Should no longer hang ever
+* Issue 183  - Reclaim items dead by flush_all
+* Issue 200 : Don't fire dtrace probe as the last thing in a function 
+New features:
+* monotonic clock
+
+- Changes from version 1.4.6
+* Gcc on Solaris sparc wants -R and not -rpath
+* Issue 121 : Set the runtime path when --with-libevent is used
+* Fix autogen failure when unable to find supported command.
+* fix race crash for accepting new connections
+* fix incr/decr race conditions for binary prot
+* fix incr/decr race conditions for ASCII prot
+* Compile fix (-Werror=unused-but-set-variable warnings)
+* Bind each UDP socket to an a single worker thread in multiport env
+* Add support for 

commit arpwatch-ethercodes for openSUSE:Factory

2012-04-03 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-04-03 17:39:24

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-04-02 10:28:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-04-03 17:39:27.0 +0200
@@ -2 +2 @@
-Sat Mar 31 07:40:06 CEST 2012 - autobu...@suse.de
+Tue Apr  3 06:40:07 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-03-31
+- automated update on 2012-04-03



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.gSyC6O/_old  2012-04-03 17:39:29.0 +0200
+++ /var/tmp/diff_new_pack.gSyC6O/_new  2012-04-03 17:39:29.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.3.31
+Version:2012.4.3
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.gSyC6O/_old  2012-04-03 17:39:29.0 +0200
+++ /var/tmp/diff_new_pack.gSyC6O/_new  2012-04-03 17:39:29.0 +0200
@@ -28328,11 +28328,10 @@
Taipei City  111
TAIWAN, REPUBLIC OF CHINA
 
-00-11-73   (hex)   SMART Modular Technologies
-001173 (base 16)   SMART Modular Technologies
-   4415 E Cotton Center Blvd
-   Suite 100
-   Phoenix AZ 85040
+00-11-73   (hex)   SMART Storage Systems
+001173 (base 16)   SMART Storage Systems
+   39870 Eureka Drive
+   Newark CA 94560
UNITED STATES
 
 00-11-74   (hex)   Wibhu Technologies, Inc.
@@ -38636,10 +38635,10 @@
Beijing  100016
CHINA
 
-00-17-CE   (hex)   MB International Telecom Labs srl
-0017CE (base 16)   MB International Telecom Labs srl
-   Via Milano 255
-   Baranzate di Bollate Milano 20021
+00-17-CE   (hex)   Screen Service Spa
+0017CE (base 16)   Screen Service Spa
+   Via G.Di Vittorio 17
+   Brescia 25125
ITALY
 
 00-17-CF   (hex)   iMCA-GmbH
@@ -71765,6 +71764,12 @@
Buchion Gyeonggi-do  420-864
KOREA, REPUBLIC OF
 
+00-8E-F2   (hex)   NETGEAR INC.,
+008EF2 (base 16)   NETGEAR INC.,
+   350 EAST PLUMERIA DRIVE
+   SAN JOSE CALIFORNIA 95134
+   UNITED STATES
+
 00-90-00   (hex)   DIAMOND MULTIMEDIA
 009000 (base 16)   DIAMOND MULTIMEDIA
312 SE STONEMILL DRIVE
@@ -81839,6 +81844,12 @@
MARINA DEL REY CA 90292-6695
UNITED STATES
 
+08-08-EA   (hex)   AMSC
+0808EA (base 16)   AMSC
+   15775 W Schaefer Court
+   New Berlin WI 53151
+   UNITED STATES
+
 08-0C-C9   (hex)   Mission Technology Group, dba Magma
 080CC9 (base 16)   Mission Technology Group, dba Magma
9918 Via Pasar
@@ -84070,6 +84081,12 @@
Nanjing Jiangsu 210007
CHINA
 
+20-F0-02   (hex)   MTData Developments Pty. Ltd.
+20F002 (base 16)   MTData Developments Pty. Ltd.
+   20 Miles Street
+   Mulgrave Victoria 3170
+   AUSTRALIA
+
 20-F3-A3   (hex)   Huawei Technologies Co., Ltd
 20F3A3 (base 16)   Huawei Technologies Co., Ltd
Building 17,Nangang Industrial Park, Tangtou 
3nd Industrial Estate,Shiyan Baoan District,
@@ -85426,6 +85443,12 @@
St. Louis MO 63136
UNITED STATES
 
+34-76-C5   (hex)   I-O DATA 

commit apache-commons-logging for openSUSE:Factory

2012-04-03 Thread h_root
Hello community,

here is the log from the commit of package apache-commons-logging for 
openSUSE:Factory checked in at 2012-04-03 19:52:11

Comparing /work/SRC/openSUSE:Factory/apache-commons-logging (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-logging.new (New)


Package is apache-commons-logging, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-logging/apache-commons-logging.changes
2012-03-07 13:40:54.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-logging.new/apache-commons-logging.changes
   2012-04-03 19:52:13.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr  2 13:39:00 UTC 2012 - mvysko...@suse.cz
+
+- provide commons-logging 
+
+---



Other differences:
--
++ apache-commons-logging.spec ++
--- /var/tmp/diff_new_pack.aXdve4/_old  2012-04-03 19:52:24.0 +0200
+++ /var/tmp/diff_new_pack.aXdve4/_new  2012-04-03 19:52:24.0 +0200
@@ -57,6 +57,7 @@
 
 Provides:   jakarta-%{short_name} = %{version}-%{release}
 Obsoletes:  jakarta-%{short_name} = 1.0.4
+Provides:   %{short_name} = %{version}-%{release}
 
 %description
 The commons-logging package provides a simple, component oriented


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



commit installation-images for openSUSE:Factory

2012-04-03 Thread h_root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2012-04-03 09:18:19

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


Package is installation-images, Maintainer is snw...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2012-03-22 12:33:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2012-04-03 09:18:22.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr  2 16:15:08 CEST 2012 - snw...@suse.de
+
+- adjust to package changes
+- disable xen
+
+---
+Mon Mar 26 15:31:10 CEST 2012 - snw...@suse.de
+
+- adjust to package changes
+
+---

Old:

  installation-images-13.37.tar.bz2

New:

  installation-images-13.39.tar.bz2



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.MABDTG/_old  2012-04-03 09:18:27.0 +0200
+++ /var/tmp/diff_new_pack.MABDTG/_new  2012-04-03 09:18:27.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   installation-images
 %define with_sles 0
-%define with_xen 1
+%define with_xen 0
 %define with_vnc 1
 %define with_vbox 0
 BuildRequires:  Mesa
@@ -334,9 +334,9 @@
 Summary:Installation Image Files
 License:GPL-2.0+
 Group:  Metapackages
-Version:13.37
+Version:13.39
 Release:0
-Source: installation-images-13.37.tar.bz2
+Source: installation-images-13.39.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 

++ installation-images-13.37.tar.bz2 - installation-images-13.39.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.37/VERSION 
new/installation-images-13.39/VERSION
--- old/installation-images-13.37/VERSION   2012-03-21 15:04:43.0 
+0100
+++ new/installation-images-13.39/VERSION   2012-04-02 16:15:02.0 
+0200
@@ -1 +1 @@
-13.37
+13.39
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.37/changelog 
new/installation-images-13.39/changelog
--- old/installation-images-13.37/changelog 2012-03-21 15:04:47.0 
+0100
+++ new/installation-images-13.39/changelog 2012-04-02 16:15:05.0 
+0200
@@ -1,4 +1,10 @@
-2012-03-21:HEAD
+2012-04-02:HEAD
+   - adjust to package changes
+
+2012-03-26:13.38
+   - adjust to package changes
+
+2012-03-21:13.37
- adjust to package changes
 
 2012-03-16:13.36
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-13.37/data/initrd/initrd.file_list 
new/installation-images-13.39/data/initrd/initrd.file_list
--- old/installation-images-13.37/data/initrd/initrd.file_list  2012-03-21 
11:37:13.0 +0100
+++ new/installation-images-13.39/data/initrd/initrd.file_list  2012-03-26 
12:13:16.0 +0200
@@ -59,6 +59,9 @@
 #
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
+libkmod*:
+  /
+
 ?xorg-x11-driver-input:
   /usr/bin/vmmouse_detect
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.37/data/root/root.file_list 
new/installation-images-13.39/data/root/root.file_list
--- old/installation-images-13.37/data/root/root.file_list  2012-03-21 
11:45:22.0 +0100
+++ new/installation-images-13.39/data/root/root.file_list  2012-04-02 
15:47:20.0 +0200
@@ -1209,9 +1209,8 @@
 /etc/slp.reg.d
 /usr/sbin/slpd
 
-  libxslt1:
-/usr/lib*
-/usr/bin
+  libxslt*:
+/
 
   libgcrypt*:
 /
@@ -1303,8 +1302,8 @@
 libpango-*-*:
   /
 
-#libxcb-shm*:
-#  /
+libxcb-shm*:
+  /
 
 libcairo*:
   /
@@ -1312,8 +1311,8 @@
 libgmodule-2_0-*:
   /
 
-#libxcb-render*:
-#  /
+libxcb-render*:
+  /
 
 #libxcb-shape*:
 #  /

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



commit alsa-oss for openSUSE:Factory

2012-04-03 Thread h_root
Hello community,

here is the log from the commit of package alsa-oss for openSUSE:Factory 
checked in at 2012-04-03 09:19:05

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


Package is alsa-oss, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/alsa-oss/alsa-oss.changes2012-01-27 
15:16:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-oss.new/alsa-oss.changes   2012-04-03 
09:19:07.0 +0200
@@ -1,0 +2,5 @@
+Thu Mar 29 17:59:55 UTC 2012 - reddw...@opensuse.org
+
+- stop recommending alsa-oss-32bit
+
+---



Other differences:
--
++ alsa-oss.spec ++
--- /var/tmp/diff_new_pack.TUbpAk/_old  2012-04-03 09:19:11.0 +0200
+++ /var/tmp/diff_new_pack.TUbpAk/_new  2012-04-03 09:19:11.0 +0200
@@ -29,7 +29,7 @@
 Source2:baselibs.conf
 # Patch:  alsa-oss-hg-fixes.diff
 Url:http://www.alsa-project.org/
-%ifarch x86_64 s390x
+%ifarch s390x
 Recommends: %{name}-32bit = %{version}
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit caslon-fonts for openSUSE:Factory

2012-04-03 Thread h_root
Hello community,

here is the log from the commit of package caslon-fonts for openSUSE:Factory 
checked in at 2012-04-03 09:19:22

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


Package is caslon-fonts, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-03-17 10:42:43.883537212 +0100
+++ /work/SRC/openSUSE:Factory/.caslon-fonts.new/caslon-fonts.changes   
2012-04-03 09:19:23.0 +0200
@@ -0,0 +1,67 @@
+---
+Thu Dec 22 15:48:21 UTC 2011 - t...@suse.de
+
+- Renamed ttf-caslon - caslon-fonts according to
+  openSUSE packaging guidelines and FATE#313035
+  Adjusted Obsoletes and Provides accordingly
+
+---
+Thu Apr  8 18:28:23 CEST 2010 - ti...@suse.de
+
+- remove unnecessary buildrequires for too old distros
+
+---
+Wed Aug 09 13:03:54 CEST 2006 - mfab...@suse.de
+
+- move fonts to /usr/share/fonts/truetype
+  (openSUSE 10.2 will use X11R7).
+
+---
+Wed Jan 25 21:48:44 CET 2006 - m...@suse.de
+
+- converted neededforbuild to BuildRequires
+
+---
+Fri Dec 03 20:05:15 CET 2004 - mfab...@suse.de
+
+- use new macro %run_suseconfig_fonts.
+
+---
+Mon Sep 13 18:03:32 CEST 2004 - mfab...@suse.de
+
+- Bugzilla #45156: add Provides: scalable-font-{el,he,ru,bg}.
+
+---
+Fri Mar 19 16:39:01 CET 2004 - mfab...@suse.de
+
+- use %suseconfig_fonts_prereq
+
+---
+Fri Feb 27 16:49:29 CET 2004 - mfab...@suse.de
+
+- run SuSEconfig.fonts and SuSEconfig.pango in %post and %postun
+
+---
+Tue Dec  2 15:51:43 CET 2003 - mfab...@suse.de
+
+- update to latest version (20031202).
+- remove fonts.scale completely.
+
+---
+Wed Nov 26 17:22:38 CET 2003 - mfab...@suse.de
+
+- don't build as root
+- remove unsupported ascii-0 encoding from fonts.scale
+- remove useless %post and %postun.
+
+---
+Fri Jun 13 13:28:40 CEST 2003 - mfab...@suse.de
+
+- add %dir /usr/X11R6/lib/X11/fonts/truetype/ to file list
+
+---
+Wed Sep 19 19:05:39 CEST 2001 - mfab...@suse.de
+
+- new package: ttf-caslon, version 20010222
+
+

New:

  Unicode.html
  caslon-fonts.changes
  caslon-fonts.spec
  license.html
  ttf-caslon-20031202.tar.bz2



Other differences:
--
++ caslon-fonts.spec ++
#
# spec file for package ttf-caslon (Version 20031202)
#
# Copyright (c) 2010 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/
#

# norootforbuild

%define fontname ttf-caslon
%define fontdir  /usr/share/fonts/truetype

Name:   caslon-fonts
License:BSD-3-Clause
Group:  System/X11/Fonts
Provides:   scalable-font-el, scalable-font-he, scalable-font-ru, 
scalable-font-bg
AutoReqProv:on
PreReq: %suseconfig_fonts_prereq
Version:20031202
Release:242
Url:http://bibliofile.mc.duke.edu/gww/fonts/Unicode.html
# downloaded from
# http://bibliofile.mc.duke.edu/gww/fonts/Caslon/CasUni.zip
# and converted to tar.bz2 to save a bit of space
Source0:%{fontname}-%{version}.tar.bz2
Source1:license.html
Source2:Unicode.html
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Summary:Caslon TrueType fonts

%description
The Caslon TrueType font is a partial implementation of Unicode. I does
not contain

* CJK characters (ideographs)

* Asian  Indian alphabets and sylabaries

* Arabic

but it contains enough for most European languages including the
euro-sign.



Authors:


commit alsa-plugins for openSUSE:Factory

2012-04-03 Thread h_root
Hello community,

here is the log from the commit of package alsa-plugins for openSUSE:Factory 
checked in at 2012-04-03 09:19:10

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


Package is alsa-plugins, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/alsa-plugins/alsa-plugins.changes
2012-01-27 15:16:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-plugins.new/alsa-plugins.changes   
2012-04-03 09:19:12.0 +0200
@@ -1,0 +2,5 @@
+Fri Mar 30 22:53:11 UTC 2012 - reddw...@opensuse.org
+
+- stop recommending -32bit packages
+
+---



Other differences:
--
++ alsa-plugins.spec ++
--- /var/tmp/diff_new_pack.1MZxsI/_old  2012-04-03 09:19:14.0 +0200
+++ /var/tmp/diff_new_pack.1MZxsI/_new  2012-04-03 09:19:14.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %if %suse_version  1030
 %define build_pulse1
 %define build_speex1
@@ -43,7 +44,7 @@
 Group:  System/Libraries
 Version:1.0.25
 Release:0
-%ifarch x86_64 s390x
+%ifarch s390x
 Recommends: %{name}-32bit = %{version}
 %endif
 Source: 
ftp://ftp.alsa-project.org/pub/plugins/alsa-plugins-%{package_version}.tar.bz2
@@ -60,7 +61,7 @@
 License:LGPL-2.1+
 Group:  System/Libraries
 Requires:   jack
-%ifarch x86_64 s390x
+%ifarch s390x
 Recommends: %{name}-jack-32bit = %{version}
 %endif
 
@@ -75,7 +76,7 @@
 License:GPL-2.0+ ; LGPL-2.1+
 Group:  System/Libraries
 Requires:   pulseaudio
-%ifarch x86_64 s390x
+%ifarch s390x
 Recommends: %{name}-pulse-32bit = %{version}
 %endif
 
@@ -101,7 +102,7 @@
 Summary:Samplerate Plug-In for the ALSA Library
 License:GPL-2.0+
 Group:  System/Libraries
-%ifarch x86_64 s390x
+%ifarch s390x
 Recommends: %{name}-samplerate-32bit = %{version}
 %endif
 
@@ -115,7 +116,7 @@
 Summary:Speex Prerocessor Plug-In for the ALSA Library
 License:LGPL-2.1+
 Group:  System/Libraries
-%ifarch x86_64 s390x
+%ifarch s390x
 Recommends: %{name}-speex-32bit = %{version}
 %endif
 

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



commit MozillaThunderbird for openSUSE:Factory

2012-04-03 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2012-04-03 09:19:26

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


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

Changes:

--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes
2012-03-16 13:19:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
2012-04-03 09:19:29.0 +0200
@@ -1,0 +2,8 @@
+Tue Mar 27 22:17:05 UTC 2012 - w...@rosenauer.org
+
+- update to Thunderbird 11.0.1 (bnc#755060)
+  * Fixing an issue where filters can get messed up (bmo#735940)
+  * Fixes a hang when switching IMAP folders, or doing other
+imap functions (bmo#733731)
+
+---

Old:

  l10n-11.0.tar.bz2
  thunderbird-11.0-source.tar.bz2

New:

  l10n-11.0.1.tar.bz2
  thunderbird-11.0.1-source.tar.bz2



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.Wys18V/_old  2012-04-03 09:20:03.0 +0200
+++ /var/tmp/diff_new_pack.Wys18V/_new  2012-04-03 09:20:03.0 +0200
@@ -40,10 +40,10 @@
 BuildRequires:  xorg-x11-libXt-devel
 BuildRequires:  yasm
 BuildRequires:  zip
-%define mainversion 11.0
+%define mainversion 11.0.1
 Version:%{mainversion}
 Release:0
-%define releasedate 2012031200
+%define releasedate 2012032800
 Provides:   thunderbird = %{version}
 %if %{with_kde}
 # this is needed to match this package with the kde4 helper package without 
the main package

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.Wys18V/_old  2012-04-03 09:20:03.0 +0200
+++ /var/tmp/diff_new_pack.Wys18V/_new  2012-04-03 09:20:03.0 +0200
@@ -2,8 +2,8 @@
 
 CHANNEL=release
 BRANCH=releases/comm-$CHANNEL
-RELEASE_TAG=THUNDERBIRD_11_0_RELEASE
-VERSION=11.0
+RELEASE_TAG=THUNDERBIRD_11_0_1_RELEASE
+VERSION=11.0.1
 
 echo cloning $BRANCH...
 hg clone http://hg.mozilla.org/$BRANCH thunderbird

++ l10n-11.0.tar.bz2 - l10n-11.0.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/MozillaThunderbird/l10n-11.0.tar.bz2 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/l10n-11.0.1.tar.bz2 differ: 
char 11, line 1

++ thunderbird-11.0-source.tar.bz2 - thunderbird-11.0.1-source.tar.bz2 
++
/work/SRC/openSUSE:Factory/MozillaThunderbird/thunderbird-11.0-source.tar.bz2 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/thunderbird-11.0.1-source.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 kdenetwork4 for openSUSE:Factory

2012-04-03 Thread h_root
Hello community,

here is the log from the commit of package kdenetwork4 for openSUSE:Factory 
checked in at 2012-04-03 09:19:58

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  2012-03-13 
09:33:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdenetwork4.new/kdenetwork4.changes 
2012-04-03 09:20:22.0 +0200
@@ -1,0 +2,16 @@
+Sun Apr  1 10:20:36 UTC 2012 - dims...@opensuse.org
+
+- Add kdenetwork4-gcc47.patch: Fix build with gcc 4.7.
+
+---
+Sat Mar 31 11:06:00 UTC 2012 - wstephen...@suse.com
+
+- Add xz to BuildRequires
+
+---
+Fri Mar 30 01:14:12 CEST 2012 - dmuel...@suse.de
+
+- update to 4.8.2
+  * see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for 
details
+
+---

Old:

  kdenetwork-4.8.1.tar.bz2

New:

  kdenetwork-4.8.2.tar.xz
  kdenetwork4-gcc47.patch



Other differences:
--
++ kdenetwork4.spec ++
--- /var/tmp/diff_new_pack.fsMnUM/_old  2012-04-03 09:20:23.0 +0200
+++ /var/tmp/diff_new_pack.fsMnUM/_new  2012-04-03 09:20:23.0 +0200
@@ -17,13 +17,14 @@
 
 
 Name:   kdenetwork4
-Version:4.8.1
+Version:4.8.2
 Release:0
 Summary:KDE Network Base Package
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://www.kde.org
-Source0:kdenetwork-%{version}.tar.bz2
+Source0:kdenetwork-%{version}.tar.xz
+Patch0: %{name}-gcc47.patch
 BuildRequires:  LibVNCServer-devel
 BuildRequires:  fdupes
 BuildRequires:  gpgme-devel
@@ -51,6 +52,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  speex-devel
 BuildRequires:  sqlite-devel
+BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -59,6 +61,7 @@
 
 %prep
 %setup -q -n kdenetwork-%{version}
+%patch0 -p1
   # icon fixups
   pushd kget/ui/icons
   popd

++ kdenetwork4-gcc47.patch ++
Index: 
kdenetwork-4.8.2/kopete/protocols/jabber/googletalk/libjingle/talk/base/socketaddress.cc
===
--- 
kdenetwork-4.8.2.orig/kopete/protocols/jabber/googletalk/libjingle/talk/base/socketaddress.cc
+++ 
kdenetwork-4.8.2/kopete/protocols/jabber/googletalk/libjingle/talk/base/socketaddress.cc
@@ -47,6 +47,8 @@ int inet_aton(const char * cp, struct in
   inp-s_addr = inet_addr(cp);
   return (inp-s_addr == INADDR_NONE) ? 0 : 1;
 }
+#else
+#include unistd.h //for gethostbyname()
 #endif // WIN32
 
 #ifdef _DEBUG
Index: 
kdenetwork-4.8.2/kopete/protocols/jabber/googletalk/libjingle/talk/base/stringutils.h
===
--- 
kdenetwork-4.8.2.orig/kopete/protocols/jabber/googletalk/libjingle/talk/base/stringutils.h
+++ 
kdenetwork-4.8.2/kopete/protocols/jabber/googletalk/libjingle/talk/base/stringutils.h
@@ -198,15 +198,6 @@ size_t strcatn(CTYPE* buffer, size_t buf
 }
 
 templateclass CTYPE
-size_t sprintfn(CTYPE* buffer, size_t buflen, const CTYPE* format, ...) {
-  va_list args;
-  va_start(args, format);
-  size_t len = vsprintfn(buffer, buflen, format, args);
-  va_end(args);
-  return len;
-}
-
-templateclass CTYPE
 size_t vsprintfn(CTYPE* buffer, size_t buflen, const CTYPE* format,
  va_list args) {
   int len = vsnprintf(buffer, buflen, format, args);
@@ -217,6 +208,15 @@ size_t vsprintfn(CTYPE* buffer, size_t b
   return len;
 }
 
+templateclass CTYPE
+size_t sprintfn(CTYPE* buffer, size_t buflen, const CTYPE* format, ...) {
+  va_list args;
+  va_start(args, format);
+  size_t len = vsprintfn(buffer, buflen, format, args);
+  va_end(args);
+  return len;
+}
+
 ///
 // Allow safe comparing and copying ascii (not UTF-8) with both wide and
 // non-wide character strings.
Index: kdenetwork-4.8.2/kopete/protocols/qq/evautil.cpp
===
--- kdenetwork-4.8.2.orig/kopete/protocols/qq/evautil.cpp
+++ kdenetwork-4.8.2/kopete/protocols/qq/evautil.cpp
@@ -78,7 +78,9 @@ namespace Eva {
plain[0] = ( rand()  0xf8 ) | pos;
memset( plain_pre, 0, 8 );
memset( crypted_pre, 0, 8 );
-   memset( plain+1, rand() 0xff, pos++ );
+   if( pos )
+   memset( plain+1, rand() 0xff, pos );
+   pos++;
 
  

commit kradio for openSUSE:Factory

2012-04-03 Thread h_root
Hello community,

here is the log from the commit of package kradio for openSUSE:Factory checked 
in at 2012-04-03 09:20:04

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kradio/kradio.changes2012-02-22 
15:53:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.kradio.new/kradio.changes   2012-04-03 
09:20:27.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr  2 07:23:19 UTC 2012 - m...@suse.com
+
+- fix build fail with directories not owned by a package
+
+---



Other differences:
--
++ kradio.spec ++
--- /var/tmp/diff_new_pack.GfDceK/_old  2012-04-03 09:20:31.0 +0200
+++ /var/tmp/diff_new_pack.GfDceK/_new  2012-04-03 09:20:31.0 +0200
@@ -21,10 +21,10 @@
 Name:   kradio
 Version:4.0.4
 Release:0
-License:GPL-2.0+
 Summary:A comfortable KDE4 AM/FM radio application
-Url:http://kradio.sourceforge.net
+License:GPL-2.0+
 Group:  Hardware/Radio
+Url:http://kradio.sourceforge.net
 Source: 
http://sourceforge.net/projects/kradio/files/kradio/%{version}/kradio4-%{version}.tar.bz2
 Patch0: suse_docdir.patch
 BuildRequires:  fdupes
@@ -90,7 +90,12 @@
 %{_kde4_appsdir}/kradio4
 %{_kde4_bindir}/kradio4
 %{_kde4_bindir}/kradio4-convert-presets
-%{_kde4_iconsdir}/hicolor/330x330
+%dir %{_kde4_iconsdir}/hicolor/24x24
+%{_kde4_iconsdir}/hicolor/24x24/*
+%dir %{_kde4_iconsdir}/hicolor/256x256
+%{_kde4_iconsdir}/hicolor/256x256/*
+%dir %{_kde4_iconsdir}/hicolor/330x330
+%{_kde4_iconsdir}/hicolor/330x330/*
 %{_kde4_iconsdir}/locolor/24x24
 %{_kde4_iconsdir}/??color/*/*/*.png
 %{_kde4_libdir}/kradio4

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



commit python-pymetar for openSUSE:Factory

2012-04-03 Thread h_root
Hello community,

here is the log from the commit of package python-pymetar for openSUSE:Factory 
checked in at 2012-04-03 09:20:16

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


Package is python-pymetar, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-pymetar/python-pymetar.changes
2012-02-17 12:09:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pymetar.new/python-pymetar.changes   
2012-04-03 09:20:34.0 +0200
@@ -1,0 +2,11 @@
+Fri Mar 30 13:14:36 UTC 2012 - malcolmle...@opensuse.org
+
+- Update to version 0.19:
+  + Fix COPYING, make man page installable.
+  + More GPL fixes and single-char-obj cleanup.
+  + Typo-fix  regenerate man page and HTML.
+  + Fix RE bug in condition extraction code.
+  + Add test for sky conditions.
+- Drop python-pymetar-add-manpage.patch as fix upstreamed.
+
+---

Old:

  pymetar-0.18.tar.gz
  python-pymetar-add-manpage.patch

New:

  pymetar-0.19.tar.gz



Other differences:
--
++ python-pymetar.spec ++
--- /var/tmp/diff_new_pack.RPDRvS/_old  2012-04-03 09:20:36.0 +0200
+++ /var/tmp/diff_new_pack.RPDRvS/_new  2012-04-03 09:20:36.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package pymetar
+# spec file for package python-pymetar
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Malcolm J Lewis malcolmle...@opensuse.org
@@ -16,21 +16,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 #FIXME: Email sent 24th Jan 2012 to developer to request updating FSF
 #   address in next release.
 
 %define modname pymetar
 
 Name:   python-%{modname}
-Version:0.18
+Version:0.19
 Release:0
-License:GPL-2.0+
 Summary:METAR weather report parser
-Url:http://www.schwarzvogel.de/software-pymetar.shtml
+License:GPL-2.0+
 Group:  Development/Languages/Python
-Source0:http://www.schwarzvogel.de/pkgs/pymetar-0.18.tar.gz
-# PATCH-FIX-UPSTREAM python-pymetar-add-manpage.patch 
malcolmle...@opensuse.org -- Add man page install in setup.py.
-Patch0: python-pymetar-add-manpage.patch
+Url:http://www.schwarzvogel.de/software-pymetar.shtml
+Source0:http://www.schwarzvogel.de/pkgs/pymetar-0.19.tar.gz
 BuildRequires:  python-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
@@ -47,7 +46,6 @@
 
 %prep
 %setup -q -n %{modname}-%{version}
-%patch0 -p1
 
 %build
 python setup.py build

++ pymetar-0.18.tar.gz - pymetar-0.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymetar-0.18/COPYING new/pymetar-0.19/COPYING
--- old/pymetar-0.18/COPYING2011-01-22 17:36:12.0 +0100
+++ new/pymetar-0.19/COPYING2012-01-25 15:00:24.0 +0100
@@ -2,8 +2,8 @@
Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-  59 Temple Place, Suite 330
-  Boston, MA 02111-1307, USA.
+  51 Franklin Street, Fifth Floor,
+  Boston, MA 02110-1301, USA.
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymetar-0.18/PKG-INFO new/pymetar-0.19/PKG-INFO
--- old/pymetar-0.18/PKG-INFO   2011-10-30 12:59:06.0 +0100
+++ new/pymetar-0.19/PKG-INFO   2012-03-30 11:53:22.0 +0200
@@ -1,7 +1,7 @@
 Metadata-Version: 1.0
 Name: pymetar
-Version: 0.18
-Summary: Pymetar v0.18 (c) 2002-2011 Tobias Klausmann
+Version: 0.19
+Summary: Pymetar (c) 2002-2012 Tobias Klausmann
 
 Pymetar is a python module and command line tool designed to fetch Metar
 reports from the NOAA (http://www.noaa.gov) and allow access to the
@@ -19,9 +19,7 @@
 
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
-59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
-
-Please e-mail bugs to: klausman-pyme...@schwarzvogel.de
+51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 Home-page: http://www.schwarzvogel.de/software-pymetar.shtml
 Author: Tobias Klausmann
 Author-email: klausman-pyme...@schwarzvogel.de
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymetar-0.18/librarydoc.txt 
new/pymetar-0.19/librarydoc.txt
--- old/pymetar-0.18/librarydoc.txt 

commit taskwarrior for openSUSE:Factory

2012-04-03 Thread h_root
Hello community,

here is the log from the commit of package taskwarrior for openSUSE:Factory 
checked in at 2012-04-03 09:20:30

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


Package is taskwarrior, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/taskwarrior/taskwarrior.changes  2012-03-26 
11:08:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.taskwarrior.new/taskwarrior.changes 
2012-04-03 09:20:36.0 +0200
@@ -1,0 +2,12 @@
+Mon Apr  2 10:59:31 UTC 2012 - mvysko...@suse.cz
+
+- update to taskwarrior 2.0.0
+- changes from beta4
+  * 'age' component for urgency
+  * improved text wrapping in utf-8
+  * 'diagnostics' commands checks duplicated UUIDs
+- remove external task-2.0.0.ref.pdf and install the one
+  bundled in source code
+- ignore already upstreamed taskwarrior-lua52.patch
+
+---

Old:

  task-2.0.0.beta4.tar.gz
  task-2.0.0.ref.pdf
  taskwarrior-lua52.patch

New:

  task-2.0.0.tar.gz



Other differences:
--
++ taskwarrior.spec ++
--- /var/tmp/diff_new_pack.0a0Kns/_old  2012-04-03 09:20:40.0 +0200
+++ /var/tmp/diff_new_pack.0a0Kns/_new  2012-04-03 09:20:40.0 +0200
@@ -17,19 +17,15 @@
 
 
 Name:   taskwarrior
-Version:1.9.99.beta4
+Version:2.0.0
 Release:0
 Summary:Command-line todo list manager
 License:MIT
 Group:  Productivity/Office/Organizers
 Url:http://taskwarrior.org
-Source0:http://www.taskwarrior.org/download/task-2.0.0.beta4.tar.gz
-Source1:http://www.taskwarrior.org/download/task-2.0.0.ref.pdf
+Source0:http://www.taskwarrior.org/download/task-%{version}.tar.gz
 #PATCH-FIX-OPENSUSE: skip the INSTALL from files intended for the installation
 Patch0: task-skip-INSTALL.patch
-#PATCH-FIX-OPENSUSE: remove dropped functions in lua 5.2
-#sent a patch to upstream
-Patch1: taskwarrior-lua52.patch
 # PATCH-FIX-UPSTREAM taskwarrior-gcc47.patch dims...@opensuse.org -- Fix build 
with gcc 4.7
 Patch2: taskwarrior-gcc47.patch
 BuildRequires:  cmake = 2.8
@@ -55,9 +51,8 @@
 often for updates.
 
 %prep
-%setup -q -n task-2.0.0.beta4/
+%setup -q -n task-%{version}
 %patch0 -p1
-%patch1 -p1
 %patch2 -p1
 
 %build
@@ -91,8 +86,6 @@
 mv %{scriptsdir}vim/syntax/*vim %{buildroot}%{_datadir}/vim/site/syntax
 rm -rf %{scriptsdir}vim
 
-install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/doc/task/
-
 %files
 %defattr(-,root,root)
 %doc %{_datadir}/doc/task/AUTHORS
@@ -100,7 +93,6 @@
 %doc %{_datadir}/doc/task/ChangeLog
 %doc %{_datadir}/doc/task/NEWS
 %doc %{_datadir}/doc/task/README
-%doc %{_datadir}/doc/task/task-2.0.0.ref.pdf
 %{_bindir}/task
 %{_datadir}/doc/task
 %{_datadir}/man/man1/task*

++ task-2.0.0.beta4.tar.gz - task-2.0.0.tar.gz ++
 14788 lines of diff (skipped)

++ taskwarrior-gcc47.patch ++
--- /var/tmp/diff_new_pack.0a0Kns/_old  2012-04-03 09:20:40.0 +0200
+++ /var/tmp/diff_new_pack.0a0Kns/_new  2012-04-03 09:20:40.0 +0200
@@ -1,24 +1,12 @@
-Index: task-2.0.0.beta4/src/commands/CmdEdit.cpp
+Index: task-2.0.0/src/commands/CmdEdit.cpp
 ===
 task-2.0.0.beta4.orig/src/commands/CmdEdit.cpp
-+++ task-2.0.0.beta4/src/commands/CmdEdit.cpp
-@@ -36,6 +36,7 @@
- #include util.h
+--- task-2.0.0.orig/src/commands/CmdEdit.cpp   2012-03-17 21:57:58.0 
+0100
 task-2.0.0/src/commands/CmdEdit.cpp2012-04-02 11:19:43.110252379 
+0200
+@@ -39,6 +39,7 @@
+ #include i18n.h
  #include main.h
  #include CmdEdit.h
 +#include unistd.h
  
  extern Context context;
  
-Index: task-2.0.0.beta4/src/A3.cpp
-===
 task-2.0.0.beta4.orig/src/A3.cpp
-+++ task-2.0.0.beta4/src/A3.cpp
-@@ -31,6 +31,7 @@
- #include sstream
- #include algorithm
- #include stdlib.h
-+#include unistd.h
- #include sys/select.h
- #include Context.h
- #include Directory.h

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



commit obs-service-format_spec_file for openSUSE:Factory

2012-04-03 Thread h_root
Hello community,

here is the log from the commit of package obs-service-format_spec_file for 
openSUSE:Factory checked in at 2012-04-03 10:30:41

Comparing /work/SRC/openSUSE:Factory/obs-service-format_spec_file (Old)
 and  /work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new (New)


Package is obs-service-format_spec_file, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-format_spec_file/obs-service-format_spec_file.changes
2012-03-29 15:03:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new/obs-service-format_spec_file.changes
   2012-04-03 10:30:43.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr  3 08:30:08 UTC 2012 - co...@suse.com
+
+- licenses update
+
+---



Other differences:
--
++ licenses_changes.txt ++
--- /var/tmp/diff_new_pack.C5oXFT/_old  2012-04-03 10:30:44.0 +0200
+++ /var/tmp/diff_new_pack.C5oXFT/_new  2012-04-03 10:30:44.0 +0200
@@ -336,7 +336,9 @@
 SugarCRM-1.1.3 SugarCRM-1.1.3
 SUSE-AGPL-3.0+ AGPLv3+
 SUSE-Apache-2.0+   ASLv2.0+
+SUSE-Arphichttp://ftp.gnu.org/gnu/non-gnu/chinese-fonts-truetype/LICENSE
 SUSE-Artistic-1.0+ Artistic-1.0+
+SUSE-Bitstream-Verahttp://www.xfree86.org/current/LICENSE13.html
 SUSE-BSD-3-Clause-with-non-nuclear-additionBSD-3-Clause with addition 
which clarifies the software is not licensed for use in design, build or 
operation of nuclear facility
 SUSE-DMTF  Distributed Management Task Force ( see 
https://fedoraproject.org/wiki/Licensing/DMTF )
 SUSE-Firmware  Firmware license, redistributable unmodified
@@ -360,11 +362,13 @@
 SUSE-ImageMagick   ImageMagick
 SUSE-Innernet-2.00 Inner Net License 2.00
 SUSE-Innernet-2.0  Inner Net License 2
+SUSE-LDPL-2.0  http://www.tldp.org/COPYRIGHT.html
 SUSE-LGPL-2.1+-with-GCC-exception  LGPLv2+ with GCC exception
 SUSE-LGPL-2.1-with-nokia-exception-1.1 Part of the license choice in libqt4
 SUSE-LiberationLiberationFontsLicense (Fedora calls this the 
Liberation license - it will be easier to get it upstream if we adopt that)
 SUSE-MPL-1.1+  MPL 1.1 or later
 SUSE-MPL-1.1+  MPLv1.1+
+SUSE-mplus 
http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/index-en.html#license
 SUSE-NetCDFSUSE-NetCDF
 SUSE-NonFree   NonFree licenses
 SUSE-Oasis-Specification-NoticeSUSE-Oasis-Specification-Notice
@@ -378,6 +382,7 @@
 SUSE-Public-Domain Public Domain. See http://www.sentex.ca/~mw
 SUSE-Python-1.6CNRI 
(http://www.handle.net/python_licenses/python1.6_9-5-00.html)
 SUSE-Qhull Qhull
+SUSE-QWT-1.0   LGPL-2.1 with clarifications. See http://qwt.sourceforge.net/
 SUSE-Sendmail  Sendmail License (http://www.sendmail.org/ftp/LICENSE)
 SUSE-SIP   http://www.riverbankcomputing.co.uk/software/sip/license
 SUSE-SLIB  http://www-swiss.ai.mit.edu/~jaffer/SLIB_COPYING.txt
@@ -385,6 +390,7 @@
 SUSE-SNIA-1.1  SNIA 1.1
 SUSE-TCL   License for TCL (Fedora calls this TCL too. SPDX doesn't have 
it)
 SUSE-Vim   SUSE-Vim
+SUSE-Xano  https://fedoraproject.org/wiki/Licensing/MinchoFontLicense
 VSL-1.0VSL-1.0
 W3CW3C
 W3CW3C Software License

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