commit php5 for openSUSE:12.1:Update:Test

2012-03-09 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-03-09 17:26:54

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-02-17 
10:41:55.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.php5.new/php5.changes  2012-03-09 
17:26:55.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar  8 16:54:09 UTC 2012 - pgaj...@suse.com
+
+- fixed regressions after fix for CVE-2012-0830 [bnc#749111]
+
+---



Other differences:
--

++ php-5.3.8-CVE-2011-4885.patch ++
--- /var/tmp/diff_new_pack.DRZ7OW/_old  2012-03-09 17:26:56.0 +0100
+++ /var/tmp/diff_new_pack.DRZ7OW/_new  2012-03-09 17:26:56.0 +0100
@@ -1,5 +1,6 @@
 http://svn.php.net/viewvc?view=revisionrevision=321038
 http://svn.php.net/viewvc?view=revisionrevision=321040
+http://svn.php.net/viewvc?view=revisionrevision=321335
 Index: php.ini-development
 ===
 --- php.ini-development.orig
@@ -57,23 +58,37 @@
 ===
 --- main/php_variables.c.orig
 +++ main/php_variables.c
-@@ -191,6 +191,9 @@ PHPAPI void php_register_variable_ex(cha
+@@ -191,9 +191,14 @@ PHPAPI void php_register_variable_ex(cha
}
if (zend_symtable_find(symtable1, 
escaped_index, index_len + 1, (void **) gpc_element_p) == FAILURE
|| Z_TYPE_PP(gpc_element_p) != 
IS_ARRAY) {
-+  if (zend_hash_num_elements(symtable1) 
= PG(max_input_vars)) {
-+  php_error_docref(NULL 
TSRMLS_CC, E_ERROR, Input variables exceeded %ld. To increase the limit change 
max_input_vars in php.ini., PG(max_input_vars));
+-  MAKE_STD_ZVAL(gpc_element);
+-  array_init(gpc_element);
+-  zend_symtable_update(symtable1, 
escaped_index, index_len + 1, gpc_element, sizeof(zval *), (void **) 
gpc_element_p);
++  if (zend_hash_num_elements(symtable1) 
= PG(max_input_vars)) {
++  if 
(zend_hash_num_elements(symtable1) == PG(max_input_vars)) {
++  php_error_docref(NULL 
TSRMLS_CC, E_WARNING, Input variables exceeded %ld. To increase the limit 
change max_input_vars in php.ini., PG(max_input_vars));
++  }
++  MAKE_STD_ZVAL(gpc_element);
++  array_init(gpc_element);
++  zend_symtable_update(symtable1, 
escaped_index, index_len + 1, gpc_element, sizeof(zval *), (void **) 
gpc_element_p);
 +  }
-   MAKE_STD_ZVAL(gpc_element);
-   array_init(gpc_element);
-   zend_symtable_update(symtable1, 
escaped_index, index_len + 1, gpc_element, sizeof(zval *), (void **) 
gpc_element_p);
-@@ -236,6 +239,9 @@ plain_var:
+   }
+   if (index != escaped_index) {
+   efree(escaped_index);
+@@ -236,7 +241,14 @@ plain_var:
zend_symtable_exists(symtable1, escaped_index, 
index_len + 1)) {
zval_ptr_dtor(gpc_element);
} else {
-+  if (zend_hash_num_elements(symtable1) = 
PG(max_input_vars)) {
-+  php_error_docref(NULL TSRMLS_CC, 
E_ERROR, Input variables exceeded %ld. To increase the limit change 
max_input_vars in php.ini., PG(max_input_vars));
+-  zend_symtable_update(symtable1, escaped_index, 
index_len + 1, gpc_element, sizeof(zval *), (void **) gpc_element_p);
++  if (zend_hash_num_elements(symtable1) = 
PG(max_input_vars)) {
++  if (zend_hash_num_elements(symtable1) 
== PG(max_input_vars)) {
++  php_error_docref(NULL 
TSRMLS_CC, E_WARNING, Input variables exceeded %ld. To increase the limit 
change max_input_vars in php.ini., PG(max_input_vars));
++

commit arpwatch-ethercodes for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-03-09 21:21:40

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-03-08 19:42:24.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-03-09 21:21:43.0 +0100
@@ -2 +2 @@
-Thu Mar  8 07:40:09 CET 2012 - autobu...@suse.de
+Fri Mar  9 07:40:04 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-03-08
+- automated update on 2012-03-09



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.6Byr7C/_old  2012-03-09 21:21:50.0 +0100
+++ /var/tmp/diff_new_pack.6Byr7C/_new  2012-03-09 21:21:50.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.3.8
+Version:2012.3.9
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.6Byr7C/_old  2012-03-09 21:21:50.0 +0100
+++ /var/tmp/diff_new_pack.6Byr7C/_new  2012-03-09 21:21:50.0 +0100
@@ -82062,6 +82062,12 @@
Sunnyvale CA 94089
UNITED STATES
 
+08-ED-B9   (hex)Hon Hai Precision Ind. Co.,Ltd. 
+08EDB9 (base 16)Hon Hai Precision Ind. Co.,Ltd. 
+   NO.1925,Nanle Road ,Songjiang Export Processing 
Zone 
+Shanghai  201613
+   CHINA
+
 08-F2-F4   (hex)   Net One Partners Co.,Ltd.
 08F2F4 (base 16)   Net One Partners Co.,Ltd.
2-8 Higashi Shinagawa 2-chome,
@@ -87849,6 +87855,12 @@
Tokyo  141-0001
JAPAN
 
+54-46-6B   (hex)   Shenzhen CZTIC Electronic Technology Co., Ltd  
+54466B (base 16)   Shenzhen CZTIC Electronic Technology Co., Ltd  
+   Xinghe Building, Zhongxin Road, Shajing Town, 
Baoan
+   SHENZHEN GUANGDONG 518104
+   CHINA
+
 54-4A-05   (hex)   wenglor sensoric gmbh
 544A05 (base 16)   wenglor sensoric gmbh
wenglor Str. 3
@@ -89387,6 +89399,12 @@
Sungnam-si Kyunggi-do 463-848
KOREA, REPUBLIC OF
 
+64-F2-42   (hex)   Gerdes Aktiengesellschaft
+64F242 (base 16)   Gerdes Aktiengesellschaft
+   Bergerwiesenstr. 9
+   Meckenheim NRW 53340
+   GERMANY
+
 64-F9-70   (hex)   Kenade Electronics Technology Co.,LTD.
 64F970 (base 16)   Kenade Electronics Technology Co.,LTD.
F/G room,11/F,Hangdu building,Huafu Rd, Futian 
district,

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



commit bonnie for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package bonnie for openSUSE:Factory checked 
in at 2012-03-09 21:21:46

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


Package is bonnie, Maintainer is garl...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/bonnie/bonnie.changes2011-09-23 
01:52:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.bonnie.new/bonnie.changes   2012-03-09 
21:21:59.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar  1 16:48:56 CET 2012 - je...@suse.de
+
+- Update to 1.5: Minor changes.
+
+---

Old:

  bonnie-1.4.dif
  bonnie-1.4.tar.bz2

New:

  bonnie-1.5.tar.bz2



Other differences:
--
++ bonnie.spec ++
--- /var/tmp/diff_new_pack.V5VZgm/_old  2012-03-09 21:22:01.0 +0100
+++ /var/tmp/diff_new_pack.V5VZgm/_new  2012-03-09 21:22:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bonnie
 #
-# 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
@@ -22,11 +22,10 @@
 License:GPL-2.0+
 Group:  System/Benchmark
 Summary:File System Benchmark
-Version:1.4
+Version:1.5
 Release:476
 Source0:%{name}-%{version}.tar.bz2
 Source1:ctcstools.tar.bz2
-Patch0: bonnie-1.4.dif
 #Patch:  %{name}-%{version}.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #BuildRequires:linux-kernel-headers  - fails on SLES-10-SP2
@@ -49,7 +48,6 @@
 
 %prep
 %setup -n bonnie -a1
-%patch0 -p1
 
 %build
 make CC=gcc CFLAGS=$RPM_OPT_FLAGS %{?_smp_mflags}

++ bonnie-1.4.tar.bz2 - bonnie-1.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bonnie/Bonnie.c new/bonnie/Bonnie.c
--- old/bonnie/Bonnie.c 2002-04-04 14:59:46.0 +0200
+++ new/bonnie/Bonnie.c 2012-02-04 15:27:50.0 +0100
@@ -2,6 +2,10 @@
  * This is a file system benchmark which attempts to study bottlenecks -
  * it is named 'Bonnie' after Bonnie Raitt, who knows how to use one.
  * 
+ * TODO: Reproducable random numbers
+ * Modified, 03/10/21, Kurt Garloff garl...@suse.de
+ * Patch from Christian Kirsch (ix) to support MacOS X: Define PAGE_MASK.
+ * 
  * Modified, 02/04/04, Kurt Garloff garl...@suse.de
  * Compile fix (Direct_IO related) for non-Linux platforms
  * Use small chunks (16k) in seek test to reproduce pre-1.3 results.
@@ -39,7 +43,7 @@
  *
  * COPYRIGHT NOTICE: 
  * Copyright (c) Tim Bray, 1990-1996.
- * Copyright (c) Kurt Garloff, 1999-2002.
+ * Copyright (c) Kurt Garloff k...@garloff.de, 1999-2012.
  *
  * Everybody is hereby granted rights to use, copy, and modify this program, 
  *  provided only that this copyright notice and the disclaimer below
@@ -55,15 +59,17 @@
  *  or consequential damage, loss, costs or fees or expenses of any
  *  nature or kind.
  */
-/* $Id: Bonnie.c,v 1.6 2002/04/04 12:59:46 garloff Exp $ */
+/* $Id: Bonnie.c,v 1.3 2012/02/04 14:27:50 garloff Exp $ */
 
 #include unistd.h
 #include stdio.h
 #include errno.h
 #include fcntl.h
+#include string.h
 #include sys/types.h
+#include time.h
 #include sys/time.h
-#include string.h
+#include sys/ioctl.h
 #if defined(SysV)
 #include limits.h
 #include sys/times.h
@@ -79,7 +85,7 @@
 
 #ifdef __linux__
 /* for o_direct */
-#include asm/page.h
+#include linux/fs.h
 #endif
 
 #ifdef unix
@@ -101,13 +107,13 @@
 #define UpdateSeek (10)
 //#define SeekProcCount (3)
 unsigned SeekProcCount = 3;
-#define Chunk (120)
-#define SmallChunk (8192)
-#define SeekChunk (16384)
+#define Chunk (1UL20)
+#define SmallChunk (8192UL)
+#define SeekChunk (16384UL)
 
 #if defined(__linux__)
 //# include asm/fcntl.h
-# if !defined(O_DIRECT)  (defined(__alpha__) || defined(__i386__))
+# if !defined(O_DIRECT)  (defined(__alpha__) || defined(__i386__) || 
defined(__x86_64__))
 #  define O_DIRECT 04 /* direct disk access */
 # endif
 # ifdef O_DIRECT
@@ -121,27 +127,29 @@
   Putc, ReWrite, FastWrite, Getc, FastRead, Lseek, TestCount
 } tests_t;
 
-static double cpu_so_far();
+static double cpu_so_far(void);
 static void   doseek(off_t where, int fd, int update);
 static void   get_delta_t(tests_t test);
 static void   io_error(char * message);
 static void   newfile(char * name, int * fd, FILE * * stream, int create, int 
volcnt, int o_dio);
-static void   delfiles ();
+static void   delfiles(void);
 #ifdef unix
-static void   breakhandler (int);
+static void   breakhandler(int);
 #endif
+static inline void   

commit build-compare for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package build-compare for openSUSE:Factory 
checked in at 2012-03-09 21:21:52

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


Package is build-compare, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/build-compare/build-compare.changes  
2012-02-22 15:52:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.build-compare.new/build-compare.changes 
2012-03-09 21:22:01.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar  8 21:44:36 UTC 2012 - reddw...@opensuse.org
+
+- Improve kde index.cache handling
+
+---



Other differences:
--
++ build-compare.spec ++
--- /var/tmp/diff_new_pack.lEggNr/_old  2012-03-09 21:22:03.0 +0100
+++ /var/tmp/diff_new_pack.lEggNr/_new  2012-03-09 21:22:03.0 +0100
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   build-compare
 Summary:Build Result Compare Script
 License:GPL-2.0+

++ rpm-check.sh ++
--- /var/tmp/diff_new_pack.lEggNr/_old  2012-03-09 21:22:03.0 +0100
+++ /var/tmp/diff_new_pack.lEggNr/_new  2012-03-09 21:22:03.0 +0100
@@ -372,7 +372,8 @@
  sed -i -e 's%name=id[0-9]*\([ ]\)%name=id424242\1%g' $f
  sed -i -e 's%name=[a-z]*\.id[0-9]*%name=ftn.id11%g' $f
  sed -i -e 's%\.html#id[0-9]*%.html#id424242%g' $f
- sed -i -e 's%href=#\([a-z]*\.\)\?id[0-9]*%href=#\1id000%g' 
$f
+ sed -i -e 's%href=#\([a-z]*\.\)\?id[0-9]*\([ 
]\)%href=#\1id000\2%g' $f
+ sed -i -e 's%id=\([a-z]*\.\)\?id[0-9]*\([ 
]\)%id=\1id000\2%g' $f
done
;;
 */created.rid)

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



commit fcitx for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package fcitx for openSUSE:Factory checked 
in at 2012-03-09 21:22:14

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


Package is fcitx, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/fcitx/fcitx.changes  2012-03-05 
17:59:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.fcitx.new/fcitx.changes 2012-03-09 
21:22:18.0 +0100
@@ -1,0 +2,26 @@
+Fri Mar 09 13:11:40 UTC+8 2012 - hillw...@linuxfans.org
+
+- update to 4.2.1
+  * Changes related to API:
+Cleanup Unused macro and API
+Some new FcitxInputState series API for get the origin key event 
+for frontend.
+Portable with custom path, hide two path related API that may 
+break portable.
+Make FcitxHotkeyGetKey process latin letter and strip shift 
+modifier for them.
+Ability to bind menu with a status.
+Ability to update client preedit with formatted string.
+  * Change related to user:
+Update Taiwan punctuation
+Quick Phrase can use grave as trigger key.
+ctrl rshift can switch input method in reverse order.
+2nd 3rd candidate choosing key will not conflict with same 
+switch key.
+AutoEng can accept upper case english key which is not the 
+initial key.
+Add Zenkaku_Hankaku and Hangul as default trigger key when 
+locale is ja and ko.
+Add Symbolic icon for gnome-shell’s kimpanel.
+
+---

Old:

  fcitx-4.2.tar.bz2

New:

  fcitx-4.2.1.tar.xz



Other differences:
--
++ fcitx.spec ++
--- /var/tmp/diff_new_pack.yFARBC/_old  2012-03-09 21:22:20.0 +0100
+++ /var/tmp/diff_new_pack.yFARBC/_new  2012-03-09 21:22:20.0 +0100
@@ -18,19 +18,20 @@
 %define libver -4_2_0
 
 Name:   fcitx
-Version:4.2
+Version:4.2.1
 Release:1
 Summary:A Flexible Input Method Framework for CJK
 Url:http://code.google.com/p/fcitx
 Group:  System/I18n/Chinese
 License:GPL-2.0+
-Source: %{name}-%{version}.tar.bz2
+Source: http://fcitx.googlecode.com/files/%{name}-%{version}.tar.xz
 Source1:xim.d-fcitx
 Source2:fcitx-README.suse
 Source3:xim.fcitx.suse.template
 Source5:   pinyin.tar.gz
 Source6:   table.tar.gz
 Patch1:fix_fcitx_googlecode_resolv_error.patch
+BuildRequires:  xz
 BuildRequires:  cairo-devel
 BuildRequires:  pango-devel
 BuildRequires:  dbus-1-devel

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



commit kiwi for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2012-03-09 21:22:18

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2012-03-06 
13:38:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2012-03-09 
21:22:21.0 +0100
@@ -1,0 +2,84 @@
+Fri Mar  9 14:56:40 CET 2012 - m...@suse.de
+
+- v5.02.18 released
+  
+---
+Fri Mar  9 12:07:03 CET 2012 - m...@suse.de
+  
+- fixed entry for hv_netvsc.ko driver
+  
+---
+Thu Mar  8 15:51:18 CET 2012 - m...@suse.de
+  
+- fixed rpm database consistency check
+  
+---
+Thu Mar  8 15:01:47 CET 2012 - m...@suse.de
+  
+- use string comparison operator for strings and not numeric op
+  
+---
+Thu Mar  8 12:23:37 CET 2012 - m...@suse.de
+  
+- add new kernel module paths for Microsoft HyperV (hv) modules
+  
+---
+Tue Mar  6 22:23:39 CET 2012 - m...@suse.de
+  
+- fixed use of != operator in KIWIXMLValidator
+  
+---
+Tue Mar  6 20:50:32 CET 2012 - m...@suse.de
+  
+- removed the rpmLibs() tricks, all that sucks
+  
+---
+Tue Mar  6 16:34:41 CET 2012 - m...@suse.de
+  
+- fixed typo in KIWICollect.pm
+  
+---
+Tue Mar  6 16:30:37 CET 2012 - m...@suse.de
+  
+- added which based search for dracut/mkinitrd/depmod
+  
+---
+Tue Mar  6 09:18:44 CET 2012 - rjsch...@suse.de
+  
+- remove unused function callSUSEInitrdScripts
+  The initrd is created by setupRHELInitrd and setupSUSEInitrd, there is no
+  call in the code to callSUSEInitrdScripts
+  
+---
+Mon Mar  5 22:41:46 CET 2012 - m...@suse.de
+  
+- fixed removePackages():
+  * use options --noscripts --allmatches
+  * respect return code from rpm call
+  * make sure proc is mounted
+
+---
+Mon Mar  5 22:14:03 CET 2012 - rjsch...@suse.de
+  
+- added function updateModuleDependencies() to update the kernel
+  modules dependency list. Call this function prior to creating
+  the initrd. This allows the user to add custom kernel modules
+  and makes sure these get picked up when mkinitrd runs
+  
+---
+Mon Mar  5 20:55:48 CET 2012 - m...@suse.de
+
+- make removePackages() to work with yum
+  
+---
+Mon Mar  5 17:42:56 CET 2012 - m...@suse.de
+  
+- allow fixup of image min size if given size is too small
+- fixed partition size check
+  
+---
+Mon Mar  5 15:49:49 CET 2012 - m...@suse.de
+  
+- fixed logging of non CR terminated lines when in --logfile mode
+  
+---



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.Lk05x0/_old  2012-03-09 21:22:24.0 +0100
+++ /var/tmp/diff_new_pack.Lk05x0/_new  2012-03-09 21:22:24.0 +0100
@@ -22,7 +22,7 @@
 Summary:OpenSuSE - KIWI Image System
 License:GPL-2.0
 Group:  System/Management
-Version:5.02.17
+Version:5.02.18
 Release:0
 # requirements to build packages
 BuildRequires:  gcc-c++
@@ -363,11 +363,11 @@
 %build
 # empty because of rpmlint warning rpm-buildroot-usage
 
-%if %{suse_version}  1140
-
-%check
-make test
-%endif
+#%if %{suse_version}  1140
+#
+#%check
+#make test
+#%endif
 
 %install
 # build

++ kiwi-docu.tar.bz2 ++
/work/SRC/openSUSE:Factory/kiwi/kiwi-docu.tar.bz2 
/work/SRC/openSUSE:Factory/.kiwi.new/kiwi-docu.tar.bz2 differ: char 11, line 1

++ kiwi-repo.tar.bz2 ++

++ kiwi.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/.revision new/kiwi/.revision
--- old/kiwi/.revision  2012-03-02 16:26:37.0 +0100
+++ new/kiwi/.revision  2012-03-09 14:57:02.0 +0100
@@ -1 +1 @@
-de229f456ecadd7dfbcc408253808b79b48f4d08
+0ed9c17c2b116ea83c6e790467e755f06f2a100c
diff -urN 

commit fftw3 for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package fftw3 for openSUSE:Factory checked 
in at 2012-03-09 21:22:22

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


Package is fftw3, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/fftw3/fftw3.changes  2011-12-02 
09:26:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.fftw3.new/fftw3.changes 2012-03-09 
21:22:27.0 +0100
@@ -1,0 +2,30 @@
+Tue Mar  6 14:16:22 UTC 2012 - dh...@wustl.edu
+
+- delete INSTALL file
+
+---
+Tue Mar  6 10:35:15 UTC 2012 - dh...@wustl.edu
+
+- patch macros in man files
+
+---
+Tue Mar  6 00:32:24 UTC 2012 - dh...@wustl.edu
+
+- add use of neon extensions on ARM
+
+---
+Tue Mar  6 00:12:32 UTC 2012 - dh...@wustl.edu
+
+- updated to version 3.3.1
+  * Reduced planning time in estimate mode for sizes with large prime factors.
+  * Added AVX autodetection under Visual Studio. Thanks Carsten Steger for 
submitting
+the necessary code.
+  * Modern Fortran interface now uses a separate fftw3l.f03 interface file for 
the
+long double interface, which is not supported by some Fortran compilers. 
Provided
+new fftw3q.f03 interface file to access the quadruple-precision FFTW 
routines
+with recent versions of gcc/gfortran.
+  * Added support for the NEON extensions to the ARM ISA.
+  * MPI code now compiles even if mpicc is a C++ compiler; thanks to Kyle 
Spyksma for
+the bug report.
+
+---

Old:

  fftw-3.3.tar.gz

New:

  1_man_macro.patch
  fftw-3.3.1.tar.gz



Other differences:
--
++ fftw3.spec ++
--- /var/tmp/diff_new_pack.z1kpbS/_old  2012-03-09 21:22:29.0 +0100
+++ /var/tmp/diff_new_pack.z1kpbS/_new  2012-03-09 21:22:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fftw3
 #
-# 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
@@ -21,17 +21,18 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-fortran
 BuildRequires:  pkgconfig
-%ifnarch s390 s390x
+%ifnarch s390 s390x %arm
 BuildRequires:  openmpi-devel
 %endif
-Version:3.3
+Version:3.3.1
 Release:0
-License:GPLv2+
+License:GPL-2.0+
 Summary:Discrete Fourier Transform (DFT) C Subroutine Library
 Url:http://www.fftw.org
 Group:  Productivity/Scientific/Math
-Source: http://www.fftw.org/fftw-3.3.tar.gz
+Source: http://www.fftw.org/fftw-%{version}.tar.gz
 Source1:%{name}-rpmlintrc
+Patch0: 1_man_macro.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(pre):  %install_info_prereq
 
@@ -43,7 +44,7 @@
 %package devel
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/C and C++
-Requires:   fftw3 = %{version}
+Requires:   libfftw3-3 = %{version}-%{release}
 Requires:   glibc-devel
 Provides:   fftw-devel
 
@@ -56,7 +57,7 @@
 Group:  System/Libraries
 # Remove Prov/Obs when appropriate; were added 2011-Nov-21 (post-openSUSE-12.1)
 Provides:   fftw3 = %{version}-%{release}
-Obsoletes:  fftw3  %{version}-%{release}
+Obsoletes:  fftw3  3.3
 
 %description -n libfftw3-3
 FFTW is a C subroutine library for computing the Discrete Fourier
@@ -66,9 +67,11 @@
 %package -n libfftw3_threads3
 Summary:Discrete Fourier Transform (DFT) C subroutine library
 Group:  Productivity/Scientific/Math
+Provides:   fftw3-threads = %{version}-%{release}
+Obsoletes:  fftw3-threads  3.3
 # libfftw3_threads.so does not have a DT_NEEDED entry for fftw symbols, since 
it
 # may be used with either libfftw3.so or libfftw3f.so. Hence, manual Requires.
-Requires:   libfftw3-3 = %{version}
+#Requires:   libfftw3-3 = %%{version}
 
 %description -n libfftw3_threads3
 FFTW is a C subroutine library for computing the Discrete Fourier
@@ -78,9 +81,9 @@
 %package threads-devel
 Summary:Discrete Fourier Transform (DFT) C subroutine library
 Group:  Development/Libraries/C and C++
-Requires:   fftw3-devel = %{version}
+Requires:   fftw3-devel = %{version}-%{release}
 Requires:   glibc-devel
-Requires:   libfftw3_threads3 = %{version}
+Requires:   libfftw3_threads3 = 

commit flac for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package flac for openSUSE:Factory checked in 
at 2012-03-09 21:22:31

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


Package is flac, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/flac/flac.changes2012-01-31 
10:20:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.flac.new/flac.changes   2012-03-09 
21:22:32.0 +0100
@@ -1,0 +2,6 @@
+Thu Mar  8 12:55:29 UTC 2012 - dval...@suse.com
+
+- don't use fvisibility=hidden on ppc. As it can't find symbols
+  afterwards
+
+---

New:

  flac-disable-hidden-visibility-for-ppc.patch



Other differences:
--
++ flac.spec ++
--- /var/tmp/diff_new_pack.bSJ9ij/_old  2012-03-09 21:22:33.0 +0100
+++ /var/tmp/diff_new_pack.bSJ9ij/_new  2012-03-09 21:22:33.0 +0100
@@ -52,6 +52,7 @@
 Patch5: flac-ocloexec.patch
 Patch6: flac-visibility.patch
 Patch7: flac-leaks.patch
+Patch8: flac-disable-hidden-visibility-for-ppc.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -100,6 +101,9 @@
 %patch5
 %patch6
 %patch7
+%ifarch ppc ppc64
+%patch8 -p1
+%endif
 
 %build
 autoreconf --force --install

++ flac-disable-hidden-visibility-for-ppc.patch ++
Index: flac-1.2.1/src/libFLAC/Makefile.am
===
--- flac-1.2.1.orig/src/libFLAC/Makefile.am
+++ flac-1.2.1/src/libFLAC/Makefile.am
@@ -68,7 +68,6 @@ endif
 endif
 endif
 endif
-libFLAC_la_CFLAGS = -fvisibility=hidden
 libFLAC_la_LIBADD = $(LOCAL_EXTRA_LIBADD) @OGG_LIBS@
 
 SUBDIRS = $(ARCH_SUBDIRS) include .
++ flac-visibility.patch ++
--- /var/tmp/diff_new_pack.bSJ9ij/_old  2012-03-09 21:22:33.0 +0100
+++ /var/tmp/diff_new_pack.bSJ9ij/_new  2012-03-09 21:22:33.0 +0100
@@ -1,3 +1,5 @@
+Index: include/FLAC/export.h
+===
 --- include/FLAC/export.h.orig
 +++ include/FLAC/export.h
 @@ -56,7 +56,7 @@
@@ -9,6 +11,8 @@
  
  #else
  
+Index: include/FLAC++/export.h
+===
 --- include/FLAC++/export.h.orig
 +++ include/FLAC++/export.h
 @@ -56,7 +56,7 @@
@@ -20,6 +24,8 @@
  
  #else
  
+Index: src/libFLAC/Makefile.am
+===
 --- src/libFLAC/Makefile.am.orig
 +++ src/libFLAC/Makefile.am
 @@ -68,7 +68,7 @@ endif
@@ -40,19 +46,23 @@
  libFLAC_la_SOURCES = \
bitmath.c \
bitreader.c \
+Index: src/libFLAC++/Makefile.am
+===
 --- src/libFLAC++/Makefile.am.orig
 +++ src/libFLAC++/Makefile.am
 @@ -45,8 +45,9 @@ EXTRA_DIST = \
libFLAC++_static.vcproj \
libFLAC++.m4
  
-+libFLAC___la_CXXFLAGS= -fvisibility=hidden -fvisibility-inlines-hidden
++libFLAC___la_CXXFLAGS= -fvisibility=hidden -fvisibility-inlines-hidden 
  # see 'http://www.gnu.org/software/libtool/manual.html#Libtool-versioning' 
for numbering convention
 -libFLAC___la_LDFLAGS = -version-info 8:0:2
 +libFLAC___la_LDFLAGS = -Wl,-Bsymbolic-functions -no-undefined -version-info 
8:0:2
  libFLAC___la_LIBADD = ../libFLAC/libFLAC.la
  
  libFLAC___la_SOURCES = \
+Index: configure.in
+===
 --- configure.in.orig
 +++ configure.in
 @@ -18,7 +18,8 @@
@@ -223,6 +233,8 @@
fi
  fi
  
+Index: Makefile.am
+===
 --- Makefile.am.orig
 +++ Makefile.am
 @@ -30,7 +30,7 @@
@@ -234,6 +246,8 @@
  
  DISTCLEANFILES = libtool-disable-static
  
+Index: src/Makefile.am
+===
 --- src/Makefile.am.orig
 +++ src/Makefile.am
 @@ -20,7 +20,7 @@ XMMS_DIRS = plugin_common plugin_xmms
@@ -257,6 +271,8 @@
$(CPPLIBS_DIRS)
  
  EXTRA_DIST = \
+Index: include/share/alloc.h
+===
 --- include/share/alloc.h.orig
 +++ include/share/alloc.h
 @@ -48,10 +48,14 @@
@@ -284,6 +300,8 @@
  {
if(!nmemb || !size)
return malloc(1); /* malloc(0) is undefined; FLAC src 
convention is to always allocate */
+Index: src/libFLAC/include/private/bitreader.h
+===
 --- src/libFLAC/include/private/bitreader.h.orig
 +++ src/libFLAC/include/private/bitreader.h
 @@ -80,11 +80,11 @@ FLAC__bool FLAC__bitreader_skip_byte_blo
@@ -300,6 +318,8 @@
  #endif
  #  endif
  #endif
+Index: src/libFLAC/include/private/lpc.h

commit freetype2 for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package freetype2 for openSUSE:Factory 
checked in at 2012-03-09 21:22:39

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


Package is freetype2, Maintainer is j...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/freetype2/freetype2.changes  2012-02-21 
07:30:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.freetype2.new/freetype2.changes 2012-03-09 
21:22:41.0 +0100
@@ -1,0 +2,15 @@
+Thu Mar  8 21:18:48 UTC 2012 - idon...@suse.com
+
+- Update to version 2.4.9
+  * Fixes CVE-2012-1126, CVE-2012-1127, CVE-2012-1128, CVE-2012-1129,
+CVE-2012-1130, CVE-2012-1131, CVE-2012-1132, CVE-2012-1133,
+CVE-2012-1134, CVE-2012-1135, CVE-2012-1136, CVE-2012-1137,
+CVE-2012-1138, CVE-2012-1139, CVE-2012-1140, CVE-2012-1141,
+CVE-2012-1142, CVE-2012-1143, CVE-2012-1144
+  * The `ENCODING -1 n' format of BDF fonts is now supported.
+  * For BDF fonts,  support for the whole Unicode encoding range has
+been added.
+  * Better TTF support for x_ppem != y_ppem.
+  * `FT_Get_Advances' sometimes returned bogus values.
+
+---
--- /work/SRC/openSUSE:Factory/freetype2/ft2demos.changes   2012-02-21 
07:30:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.freetype2.new/ft2demos.changes  2012-03-09 
21:22:42.0 +0100
@@ -1,0 +2,8 @@
+Thu Mar  8 21:20:31 UTC 2012 - idon...@suse.com
+
+- Update to version 2.4.9
+  * The  demo  programs  no  longer  recognize  and  handle  default
+suffixes; you now have to always specify the complete font name. 
+  * Better rendering and LCD mode cycling added to ftview.
+
+---

Old:

  freetype-2.4.8.tar.bz2
  freetype-doc-2.4.8.tar.bz2
  ft2demos-2.4.8.tar.bz2

New:

  freetype-2.4.9.tar.bz2
  freetype-doc-2.4.9.tar.bz2
  ft2demos-2.4.9.tar.bz2



Other differences:
--
++ freetype2.spec ++
--- /var/tmp/diff_new_pack.vAgpbY/_old  2012-03-09 21:22:44.0 +0100
+++ /var/tmp/diff_new_pack.vAgpbY/_new  2012-03-09 21:22:44.0 +0100
@@ -24,7 +24,7 @@
 Obsoletes:  freetype2-64bit
 %endif
 #
-Version:2.4.8
+Version:2.4.9
 Release:0
 Summary:A TrueType Font Library
 License:SUSE-Freetype or GPL-2.0+

++ ft2demos.spec ++
--- /var/tmp/diff_new_pack.vAgpbY/_old  2012-03-09 21:22:44.0 +0100
+++ /var/tmp/diff_new_pack.vAgpbY/_new  2012-03-09 21:22:44.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ft2demos
-Version:2.4.8
+Version:2.4.9
 Release:0
 Summary:Freetype2 Utilities and Demo Programs
 License:GPL-2.0+






++ freetype-2.4.8.tar.bz2 - freetype-2.4.9.tar.bz2 ++
 15068 lines of diff (skipped)

++ freetype-doc-2.4.8.tar.bz2 - freetype-doc-2.4.9.tar.bz2 ++

++ ft2demos-2.4.8.tar.bz2 - ft2demos-2.4.9.tar.bz2 ++
 2831 lines of diff (skipped)

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



commit fsarchiver for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package fsarchiver for openSUSE:Factory 
checked in at 2012-03-09 21:22:47

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


Package is fsarchiver, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/fsarchiver/fsarchiver.changes2011-12-21 
10:00:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.fsarchiver.new/fsarchiver.changes   
2012-03-09 21:22:49.0 +0100
@@ -1,0 +2,8 @@
+Mon Mar  5 07:53:34 UTC 2012 - lazy.k...@opensuse.org
+
+- Update to 0.6.13.
+  + Fixed detection of the root filesystem using
+/proc/self/mountinfo instead of /proc/mounts.
+- Use pkgconfig(*) as build dependencies.
+
+---

Old:

  fsarchiver-0.6.12.tar.gz

New:

  fsarchiver-0.6.13.tar.gz



Other differences:
--
++ fsarchiver.spec ++
--- /var/tmp/diff_new_pack.sfZfYq/_old  2012-03-09 21:22:50.0 +0100
+++ /var/tmp/diff_new_pack.sfZfYq/_new  2012-03-09 21:22:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fsarchiver
 #
-# 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,25 +16,23 @@
 #
 
 
-
 Name:   fsarchiver
-Version:0.6.12
-Release:1
-License:GPL-2.0
+Version:0.6.13
+Release:0
 Summary:Filesystem Archiver
-Url:http://www.fsarchiver.org
+License:GPL-2.0
 Group:  Productivity/Archiving/Backup
+Url:http://www.fsarchiver.org
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1:HOWTO
-BuildRequires:  e2fsprogs
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  libattr-devel
-BuildRequires:  libbz2-devel
 BuildRequires:  libgcrypt-devel
 BuildRequires:  lzo-devel
 BuildRequires:  pkg-config
-BuildRequires:  xz-devel
-BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(bzip2)
+BuildRequires:  pkgconfig(liblzma)
+BuildRequires:  pkgconfig(zlib)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ fsarchiver-0.6.12.tar.gz - fsarchiver-0.6.13.tar.gz ++
 9178 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/fsarchiver-0.6.12/ChangeLog new/fsarchiver-0.6.13/ChangeLog
--- old/fsarchiver-0.6.12/ChangeLog 2010-12-25 11:13:08.0 +0100
+++ new/fsarchiver-0.6.13/ChangeLog 2012-03-04 10:40:05.0 +0100
@@ -1,5 +1,7 @@
 fsarchiver: Filesystem Archiver for Linux [http://www.fsarchiver.org]
 =
+* 0.6.13 (2012-03-04):
+  - Fixed detection of the root filesystem using /proc/self/mountinfo 
instead of /proc/mounts
 * 0.6.12 (2010-12-25):
   - Fix: get correct mount info for root device when not listed in 
/proc/mounts (eg: missing /dev/root)
 * 0.6.11 (2010-12-01):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/fsarchiver-0.6.12/config.h.in new/fsarchiver-0.6.13/config.h.in
--- old/fsarchiver-0.6.12/config.h.in   2010-12-25 11:24:38.0 +0100
+++ new/fsarchiver-0.6.13/config.h.in   2012-03-04 10:42:11.0 +0100
@@ -144,9 +144,6 @@
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME
 
-/* Define to the home page for this package. */
-#undef PACKAGE_URL
-
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/fsarchiver-0.6.12/configure.ac new/fsarchiver-0.6.13/configure.ac
--- old/fsarchiver-0.6.12/configure.ac  2010-12-25 11:15:57.0 +0100
+++ new/fsarchiver-0.6.13/configure.ac  2012-03-04 10:41:57.0 +0100
@@ -3,12 +3,12 @@
 
 

commit gptfdisk for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package gptfdisk for openSUSE:Factory 
checked in at 2012-03-09 21:23:17

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


Package is gptfdisk, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-03-04 14:46:25.491534019 +0100
+++ /work/SRC/openSUSE:Factory/.gptfdisk.new/gptfdisk.changes   2012-03-09 
21:23:18.0 +0100
@@ -0,0 +1,4 @@
+---
+Sun Jan 22 00:00:00 UTC 2012 - rodsm...@rodsbooks.com
+
+- Created spec file for 0.8.2 release

New:

  debian.changelog
  debian.control
  debian.rules
  gptfdisk-0.8.2.tar.gz
  gptfdisk.changes
  gptfdisk.dsc
  gptfdisk.spec



Other differences:
--
++ gptfdisk.spec ++
#
# spec file for package gptfdisk
#
# 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
# 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/
#
Name:   gptfdisk
Version:0.8.2
Release:0
Summary:GPT partitioning and MBR repair software
License:GPL-2.0
Group:  Applications/System
Url:http://rodsbooks.com/gdisk
Source: http://rodsbooks.com/gdisk/gptfdisk-0.8.2.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

BuildRequires:  e2fsprogs-devel gcc-c++ libicu-devel libuuid-devel
BuildRequires:  ncurses-devel popt-devel

%description
Partitioning software for GPT disks and to repair MBR disks. The
gdisk, cgdisk, and sgdisk utilities (in the gdisk package) are
GPT-enabled partitioning tools; the fixparts utility (in the fixparts
package) fixes some problems with MBR disks that can be created by
buggy partitioning software.

%package -n gdisk
Summary:An fdisk-like partitioning tool for GPT disks
Group:  Applications/System

%description -n gdisk
An fdisk-like partitioning tool for GPT disks. GPT
fdisk features a command-line interface, fairly direct
manipulation of partition table structures, recovery
tools to help you deal with corrupt partition tables,
and the ability to convert MBR disks to GPT format.

%package fixparts
Summary:A tool for repairing certain types of damage to MBR disks
Group:  Applications/System

%description fixparts
A program that corrects errors that can creep into MBR-partitioned
disks. Removes stray GPT data, fixes mis-sized extended partitions,
and enables changing primary vs. logical partition status. Also
provides a few additional partition manipulation features.

%prep
%setup -q

%build
CFLAGS=%optflags CXXFLAGS=%optflags make %{?_smp_mflags}

%install
b=%buildroot;
mkdir -p $b/%_sbindir $b/%_mandir/man8;
install -pm0755 fixparts {,c,s}gdisk $b/%_sbindir/;
install -pm0644 *.8 $b/%_mandir/man8/;

%files
%defattr(-,root,root)
%doc NEWS COPYING README
%_sbindir/gdisk
%_sbindir/sgdisk
%_sbindir/cgdisk
%_mandir/man8/gdisk.8*
%_mandir/man8/cgdisk.8*
%_mandir/man8/sgdisk.8*

%files fixparts
%defattr(-,root,root)
%doc NEWS COPYING README
%_sbindir/fixparts
%_mandir/man8/fixparts.8*

%changelog
++ debian.changelog ++
gptfdisk (0.8.2-1) stable; urgency=low

  * Initial Release

 -- Rod Smith rodsm...@rodsbooks.com  Sun, 22 Jan 2022 15:11:38 +0100

++ debian.control ++
Source: gptfdisk
Section: Applications/System
Priority: extra
Maintainer: Roderick Smith rodsm...@rodsbooks.com
Build-Depends: debhelper (= 4.1.16), build-essential, uuid-dev, libpopt-dev, 
libicu-dev

Package: gptfdisk
Architecture: any
Depends: ${shlibs:Depends}
Description: GPT partitioning and MBR repair software
 Partitioning software for GPT disks and to repair MBR
 disks. The gdisk and sgdisk utilities (in the gdisk
 package) are GPT-enabled partitioning tools; the
 fixparts utility (in the fixparts package) fixes some
 problems with MBR disks that can be created by buggy
 partitioning software.
++ debian.rules ++
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# This is the debhelper compatibility version to use.
export DH_COMPAT=4

build: build-stamp

commit gstreamer-0_10-plugins-ugly for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-ugly for 
openSUSE:Factory checked in at 2012-03-09 21:23:27

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-ugly (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-ugly.new (New)


Package is gstreamer-0_10-plugins-ugly, Maintainer is 
gnome-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-ugly/gstreamer-0_10-plugins-ugly.changes
  2012-02-23 15:33:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-ugly.new/gstreamer-0_10-plugins-ugly.changes
 2012-03-09 21:23:28.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar  1 12:49:00 UTC 2012 - reddw...@opensuse.org
+
+- Fix build with opencore-amr 0.1.3
+
+---

New:

  gstreamer-0_10-plugins-ugly-0.10.19-opencore_amr_0_1_3.patch



Other differences:
--
++ gstreamer-0_10-plugins-ugly.spec ++
--- /var/tmp/diff_new_pack.Vo7EXK/_old  2012-03-09 21:23:31.0 +0100
+++ /var/tmp/diff_new_pack.Vo7EXK/_new  2012-03-09 21:23:31.0 +0100
@@ -38,6 +38,8 @@
 Source: %{_name}-%{version}-patched.tar.xz
 %endif
 Source1:%{name}-patch-source.sh
+# PATCH-FIX-UPSTREAM 
gstreamer-0_10-plugins-ugly-0.10.19-opencore_amr_0_1_3.patch bgo#671123 
reddw...@opensuse.org -- Fix build with opencore-amr 0.1.3
+Patch0: gstreamer-0_10-plugins-ugly-0.10.19-opencore_amr_0_1_3.patch
 # PATCH-FEATURE-OPENSUSE gstreamer010-plugins-ugly-patched.patch -- Disable 
plugins that can't be distributed by openSUSE
 Patch1: gstreamer010-plugins-ugly-patched.patch
 BuildRequires:  gcc-c++
@@ -159,6 +161,7 @@
 %lang_package
 %prep
 %setup -q -n %{_name}-%{version}
+%patch0
 %if ! 0%{?BUILD_ORIG}
 %patch1
 %endif



++ gstreamer-0_10-plugins-ugly-0.10.19-opencore_amr_0_1_3.patch ++
Index: ext/amrnb/amrnbdec.h
===
--- ext/amrnb/amrnbdec.h.orig
+++ ext/amrnb/amrnbdec.h
@@ -22,7 +22,7 @@
 
 #include gst/gst.h
 #include gst/audio/gstaudiodecoder.h
-#include interf_dec.h
+#include opencore-amrnb/interf_dec.h
 
 G_BEGIN_DECLS
 
Index: ext/amrnb/amrnbenc.h
===
--- ext/amrnb/amrnbenc.h.orig
+++ ext/amrnb/amrnbenc.h
@@ -21,7 +21,7 @@
 #define __GST_AMRNBENC_H__
 
 #include gst/gst.h
-#include interf_enc.h
+#include opencore-amrnb/interf_enc.h
 #include gst/audio/gstaudioencoder.h
 
 G_BEGIN_DECLS
Index: ext/amrwbdec/amrwbdec.h
===
--- ext/amrwbdec/amrwbdec.h.orig
+++ ext/amrwbdec/amrwbdec.h
@@ -22,8 +22,8 @@
 
 #include gst/gst.h
 #include gst/audio/gstaudiodecoder.h
-#include dec_if.h
-#include if_rom.h
+#include opencore-amrwb/dec_if.h
+#include opencore-amrwb/if_rom.h
 
 G_BEGIN_DECLS
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit hdf5 for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package hdf5 for openSUSE:Factory checked in 
at 2012-03-09 21:23:35

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


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

Changes:

New Changes file:

--- /dev/null   2012-03-04 14:46:25.491534019 +0100
+++ /work/SRC/openSUSE:Factory/.hdf5.new/hdf5.changes   2012-03-09 
21:23:36.0 +0100
@@ -0,0 +1,250 @@
+---
+Sun Feb 19 04:46:42 UTC 2012 - ocef...@gmail.com
+
+- Removed Fixup headers and scripts for multiarch.
+
+---
+Wed Nov 30 09:02:37 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+- Accurate rpmgroup selection for shared library packages
+
+---
+Tue Nov 29 20:05:19 UTC 2011 - ocef...@gmail.com
+
+- un-commented --with-pthread and --with-ssl.
+
+---
+Mon Nov 28 14:34:24 UTC 2011 - ocef...@gmail.com
+
+- Update to 1.8.8
+  * Add patch to avoid setting LD_LIBRARY_PATH
+  * Add patch hdf5-non_void_return.patch
+  * Fixed non_void_return (thanks to Boris Manojlovic).
+  * Drop tstlite patch
+  * drop ppc64 longdouble patch, not required anymore
+  * Catch up with some Fedora modifications
+- Add rpm macro %%{_hdf5_version} for convenience
+  * No Fortran modules for opensuse  11.4 (Do not pass make check)
+  
+  New Features
+  
+
+Configuration
+-
+- Added the --enable-fortran2003 flag to enable Fortran2003 support
+  in the HDF5 Fortran library. The flag should be used along with the
+  --enable-fortran flag and takes affect only when the Fortran compiler
+  is Fortran2003 compliant. (EIP - 2011/11/14)
+- Added checks for clock_gettime and mach/mach_time.h to both configure and
+  CMake.  This will support the move from gettimeofday to clock_gettime's
+  monotonic timer in the profiling code in a future release.
+  (DER - 2011/10/12)
+
+Library
+---
+- The Windows VFD code has been removed with the exception of the functions
+  which set it (H5Pset_fapl_windows, for example).  Setting the Windows
+  VFD now really sets the SEC2 VFD.  The WINDOWS_MAX_BUF and
+  WINDOWS_USE_STDIO configuration options and #defines have also been
+  removed. NOTE: Since the Windows VFD was a clone of the SEC2 VFD, this
+  change should be transparent to users.
+  (DER - 2011/10/12 - HDFFV-7740, HDFFV-7744)
+- H5Tcreate now supports the string type (fixed-length and variable-
+  length). (SLU - 2011/05/20)
+
+Parallel Library
+
+- Added new H5Pget_mpio_actual_chunk_opt_mode and
+  H5Pget_mpio_actual_io_mode API routines for querying whether/how
+  a collective I/O operation completed.  (QAK - 2011/10/12)
+
+Tools
+-
+- None
+
+High-Level APIs
+---
+- Added the following Fortran wrappers for the Dimension Scale APIs:
+h5dsset_scale_f
+h5dsattach_scale_f
+h5dsdetach_scale_f
+h5dsis_attached_f
+h5dsis_scale_f
+h5dsset_label_f
+h5dsget_label_f
+h5dsget_scale_name_f
+h5dsget_num_scales_f
+  (EIP for SB - 2011/10/13 - HDFFV-3797)
+
+Fortran API
+---
+- The HDF5 Fortran library was enhanced to support the Fortran 2003 
standard.
+  The following features are available when the HDF5 library is configured
+  using the --enable-fortran and --enable-fortran2003 configure flags AND
+  if the Fortran compiler is Fortran 2003 compliant:
+
+  - Subroutines overloaded with the C_PTR derived type:
+  h5pget_f
+  h5pget_fill_value_f
+  h5pinsert_f
+  h5pregister_f
+  h5pset_f
+  h5pset_fill_value_f
+  h5rcreate_f
+  h5rderefrence_f
+  h5rget_name_f
+  h5rget_obj_type_f
+  - Subroutines overloaded with the C_PTR derived type
+and simplified signatures:
+  h5aread_f
+  h5awrite_f
+  h5dread_f
+  h5dwrite_f
+  - New subroutines
+  h5dvlen_reclaim_f
+  h5literate_by_name_f
+  h5literate_f
+  h5ovisit_f
+  h5tconvert_f
+  h5pset_nbit_f
+  h5pset_scaleoffset_f
+  - Subroutines with additional optional parameters:
+  h5pcreate_class_f
+  (EIP - 2011/10/14)
+
+C++ API
+---
+- None
+
+---
+Thu Jun  2 20:39:35 UTC 2011 - 

commit iproute2 for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package iproute2 for openSUSE:Factory 
checked in at 2012-03-09 21:23:45

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


Package is iproute2, Maintainer is b...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/iproute2/iproute2.changes2012-02-10 
17:14:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.iproute2.new/iproute2.changes   2012-03-09 
21:23:47.0 +0100
@@ -1,0 +2,6 @@
+Thu Mar  8 16:45:03 UTC 2012 - rschweik...@suse.com
+
+- Place ip binary in /usr tree (UsrMerge project)
+- Fix permissions to eliminate rpmlint errors
+
+---



Other differences:
--
++ iproute2.spec ++
--- /var/tmp/diff_new_pack.4T4UQr/_old  2012-03-09 21:23:51.0 +0100
+++ /var/tmp/diff_new_pack.4T4UQr/_new  2012-03-09 21:23:51.0 +0100
@@ -15,10 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   iproute2
-Provides:   iproute = %version
 Version:3.2.0
 Release:0
+Provides:   iproute = %version
 Summary:Linux network configuration utilities
 License:GPL-2.0
 Group:  Productivity/Networking/Routing
@@ -113,18 +114,24 @@
 # We have m_xt
 rm -f %buildroot/%_libdir/tc/m_ipt.so
 install lib/libnetlink.a %buildroot/%_libdir
+chmod -x %buildroot/%_libdir/libnetlink.a
 install include/libnetlink.h %buildroot%_includedir
-mv %buildroot%_sbindir/ip %buildroot/sbin
+chmod -x %buildroot%_includedir/libnetlink.h
+#UsrMerge
+ln -s %_sbindir/ip %buildroot/sbin
 mkdir -p %buildroot/bin
-ln -sf /sbin/ip %buildroot/bin/ip
+ln -sf %_sbindir/ip %buildroot/bin/ip
+#EndUsrMerge
 rm %buildroot%_sbindir/ifcfg
 
 %files
 %defattr(-,root,root)
 %doc README*
 %_sbindir/*
+#UsrMerge
 /sbin/*
 /bin/ip
+#EndUsrMerge
 %_mandir/man7/*
 %_mandir/man8/*
 %dir %_sysconfdir/iproute2


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



commit kde4-filesystem for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package kde4-filesystem for openSUSE:Factory 
checked in at 2012-03-09 21:23:54

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kde4-filesystem/kde4-filesystem.changes  
2012-01-27 15:18:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.kde4-filesystem.new/kde4-filesystem.changes 
2012-03-09 21:23:55.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar  1 00:02:21 CET 2012 - dmuel...@suse.de
+
+- bump version requirements to 4.8.1
+
+---



Other differences:
--
++ kde4-filesystem.spec ++
--- /var/tmp/diff_new_pack.IFkIIr/_old  2012-03-09 21:24:01.0 +0100
+++ /var/tmp/diff_new_pack.IFkIIr/_new  2012-03-09 21:24:01.0 +0100
@@ -15,9 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kde4-filesystem
 Url:http://www.kde.org
-Version:4.8.0
+Version:4.8.1
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:KDE4 Directory Layout

++ macros.kde4 ++
--- /var/tmp/diff_new_pack.IFkIIr/_old  2012-03-09 21:24:01.0 +0100
+++ /var/tmp/diff_new_pack.IFkIIr/_new  2012-03-09 21:24:01.0 +0100
@@ -33,8 +33,8 @@
 %_kde4_modules  %{_kde4_modulesdir}
 %_kde4_servicetypes %{_kde4_servicetypesdir}
 
-%_kde_platform_version 4.8.0
-%_kde_pimlibs_version  4.8.0
+%_kde_platform_version 4.8.1
+%_kde_pimlibs_version  4.8.1
 %_kde_akonadi_version  1.7.0
 
 %kde4_runtime_requires Requires: kdebase4-runtime = %_kde_platform_version 
libqt4-x11 = 4.7.3

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



commit kdepim3 for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package kdepim3 for openSUSE:Factory checked 
in at 2012-03-09 21:23:58

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kdepim3/kdepim3.changes  2012-03-01 
17:20:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim3.new/kdepim3.changes 2012-03-09 
21:24:06.0 +0100
@@ -1,0 +2,7 @@
+Thu Mar  8 16:07:43 UTC 2012 - an...@opensuse.org
+
+- two patches by Serghei Amelian (Gentoo)
+  * fix infinite loop in IMAP
+  * proper fix for crashes when building with new GCC (bnc#735064)
+
+---

Old:

  kdepim-slackware-kmail-composer-crash-fix.patch

New:

  kdepim-gentoo-composer_crash_fix.diff
  kdepim-gentoo-kioslaves-3.5.10-kio_imap4_fix_infinite_loop.patch



Other differences:
--
++ kdepim3.spec ++
--- /var/tmp/diff_new_pack.rMLPag/_old  2012-03-09 21:24:09.0 +0100
+++ /var/tmp/diff_new_pack.rMLPag/_new  2012-03-09 21:24:09.0 +0100
@@ -32,7 +32,6 @@
 BuildRequires:  pilot-link-devel
 BuildRequires:  gpg2
 BuildRequires:  gpgme-devel
-BuildRequires:  gcc43-c++
 Summary:Personal Information Manager Software for KDE
 License:GPL-2.0
 Group:  System/GUI/KDE
@@ -71,7 +70,8 @@
 Patch130:   kdepim-gcc-fix-call2.patch
 Patch131:   kdepim-trinity-editorwatcher-crash-fix.patch
 Patch132:   kdepim-pardus-kmail-imapfetchmaxsize.patch
-Patch133:   kdepim-slackware-kmail-composer-crash-fix.patch
+Patch134:   
kdepim-gentoo-kioslaves-3.5.10-kio_imap4_fix_infinite_loop.patch
+Patch135:   kdepim-gentoo-composer_crash_fix.diff
 Provides:   cryptplug
 Obsoletes:  cryptplug
 # authentification plugins can be useful
@@ -263,13 +263,12 @@
 %patch130 -p1
 %patch131 -p3
 %patch132 -p1
-#%patch133 -p1
+%patch134 -p1
+%patch135 -p1
 . /etc/opt/kde3/common_options
 update_admin
 
 %build
-export CC=gcc-4.3
-export CXX=g++-4.3
 . /etc/opt/kde3/common_options
 export CXXFLAGS=$CXXFLAGS -Wl,--add-needed
 configopts=--disable-final
@@ -277,7 +276,7 @@
   --without-arts --disable-final \
   --enable-newdistrlists=no
 # may fail with higher number of jobs
-do_make -j2
+do_make -j1
 
 %install
 . /etc/opt/kde3/common_options

++ kdepim-gentoo-composer_crash_fix.diff ++
diff -ur kdepim-3.5.10.orig/kmail/mailcomposerIface.h 
kdepim-3.5.10/kmail/mailcomposerIface.h
--- kdepim-3.5.10.orig/kmail/mailcomposerIface.h2005-09-10 
11:24:01.0 +0300
+++ kdepim-3.5.10/kmail/mailcomposerIface.h 2012-03-08 17:13:42.553318699 
+0200
@@ -13,6 +13,9 @@
 class MailComposerIface : virtual public DCOPObject
 {
 K_DCOP
+
+public: MailComposerIface() : DCOPObject(MailComposerIface) {}
+
   k_dcop:
 /**
   Send message.  
++ kdepim-gentoo-kioslaves-3.5.10-kio_imap4_fix_infinite_loop.patch ++
diff -u -r kdepim-3.5.10.orig/kioslaves/imap4/imapparser.cc 
kdepim-3.5.10/kioslaves/imap4/imapparser.cc
--- kdepim-3.5.10.orig/kioslaves/imap4/imapparser.cc2008-08-19 
18:15:48.0 +
+++ kdepim-3.5.10/kioslaves/imap4/imapparser.cc 2010-01-16 23:47:28.981048819 
+
@@ -277,11 +277,10 @@
   }
   cmd = sendCommand (new imapCommand (AUTHENTICATE, firstCommand.latin1()));
 
-  while ( true )
-  {
+  int pl = 0;
+  while ( pl != -1  !cmd-isComplete () ) {
 //read the next line
-while (parseLoop() == 0) ;
-if ( cmd-isComplete() ) break;
+while ( ( pl = parseLoop() ) == 0);
 
 if (!continuation.isEmpty())
 {
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libreoffice-icon-themes for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package libreoffice-icon-themes for 
openSUSE:Factory checked in at 2012-03-09 21:24:11

Comparing /work/SRC/openSUSE:Factory/libreoffice-icon-themes (Old)
 and  /work/SRC/openSUSE:Factory/.libreoffice-icon-themes.new (New)


Package is libreoffice-icon-themes, Maintainer is pmla...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/libreoffice-icon-themes/libreoffice-icon-themes.changes
  2012-02-20 16:14:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libreoffice-icon-themes.new/libreoffice-icon-themes.changes
 2012-03-09 21:24:16.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar  6 15:55:09 UTC 2012 - pmla...@suse.com
+
+- updated to libreoffice-3.4.5.4 (SUSE 3.4.5-rc2)
+
+---



Other differences:
--
++ libreoffice-icon-themes.spec ++
--- /var/tmp/diff_new_pack.92oiM3/_old  2012-03-09 21:24:17.0 +0100
+++ /var/tmp/diff_new_pack.92oiM3/_new  2012-03-09 21:24:17.0 +0100
@@ -16,12 +16,11 @@
 #
 
 
-
 Name:   libreoffice-icon-themes
-Version:3.4.5.3
+Version:3.4.5.4
 Release:0
-%define ooo_build_version 3.4.5.3
-%define ooo_piece_version 3.4.5.3
+%define ooo_build_version 3.4.5.4
+%define ooo_piece_version 3.4.5.4
 %define ooo_basis_dir basis3.4
 %define ooo_home  libreoffice
 BuildRequires:  libreoffice-icon-themes-prebuilt = %version
@@ -37,7 +36,6 @@
 #!ExclusiveArch:  %ix86 x86_64 ppc
 BuildArch:  noarch
 
-
 %description
 This package provides various icon themes for the LibreOffice office
 suite.
@@ -45,21 +43,20 @@
 
 %if 0%{?suse_version}  01110
 
-
 %package -n libreoffice-icon-theme-crystal
 Summary:Crystal LibreOffice Icon Theme (KDE3 default)
 License:LGPL-2.1
+Group:  Productivity/Office/Suite
 Supplements:packageand(libreoffice:kdebase3-session)
 # compat stuff
 Provides:   OpenOffice_org-icon-theme-crystal = %version
 Obsoletes:  OpenOffice_org-icon-theme-crystal = %version
-Provides:   
OpenOffice_org-icon-themes:%_datadir/%ooo_home/%ooo_basis_dir/share/config/images_crystal.zip
 Provides:   OpenOffice_org-icon-themes = %version
+Provides:   
OpenOffice_org-icon-themes:%_datadir/%ooo_home/%ooo_basis_dir/share/config/images_crystal.zip
 Obsoletes:  OpenOffice_org-icon-themes = %version
 Provides:   libreoffice-icon-themes = %version
 Obsoletes:  libreoffice-icon-themes = %version
 
-
 %description -n libreoffice-icon-theme-crystal
 This package provides Crystal LibreOffice icon theme. It is used in KDE3 by 
default.
 
@@ -67,12 +64,13 @@
 %package -n libreoffice-icon-theme-galaxy
 Summary:Galaxy LibreOffice Icon Theme (OOo-3.x default)
 License:LGPL-3.0
+Group:  Productivity/Office/Suite
 Supplements:libreoffice
 # compat stuff
 Provides:   OpenOffice_org-icon-theme-galaxy = %version
 Obsoletes:  OpenOffice_org-icon-theme-galaxy = %version
-Provides:   
OpenOffice_org-icon-themes:%_datadir/%ooo_home/%ooo_basis_dir/share/config/images.zip
 Provides:   OpenOffice_org-icon-themes = %version
+Provides:   
OpenOffice_org-icon-themes:%_datadir/%ooo_home/%ooo_basis_dir/share/config/images.zip
 Obsoletes:  OpenOffice_org-icon-themes = %version
 Provides:   libreoffice-icon-themes = %version
 Obsoletes:  libreoffice-icon-themes = %version
@@ -82,24 +80,23 @@
 Provides:   libreoffice-icon-theme-andromeda = %version
 Obsoletes:  libreoffice-icon-theme-andromeda = %version
 
-
 %description -n libreoffice-icon-theme-galaxy
 This package provides Galaxy LibreOffice icon theme. It is used in the 
original OOo-3.x by default.
 
 %package -n libreoffice-icon-theme-hicontrast
 Summary:Hicontrast LibreOffice Icon Theme
 License:LGPL-3.0
+Group:  Productivity/Office/Suite
 Supplements:libreoffice
 # compat stuff
 Provides:   OpenOffice_org-icon-theme-hicontrast = %version
 Obsoletes:  OpenOffice_org-icon-theme-hicontrast = %version
-Provides:   
OpenOffice_org-icon-themes:%_datadir/%ooo_home/%ooo_basis_dir/share/config/images_hicontrast.zip
 Provides:   OpenOffice_org-icon-themes = %version
+Provides:   
OpenOffice_org-icon-themes:%_datadir/%ooo_home/%ooo_basis_dir/share/config/images_hicontrast.zip
 Obsoletes:  OpenOffice_org-icon-themes = %version
 Provides:   libreoffice-icon-themes = %version
 Obsoletes:  libreoffice-icon-themes = %version
 
-
 %description -n libreoffice-icon-theme-hicontrast
 This package provides Hicontrast LibreOffice icon theme.
 
@@ -107,17 +104,17 @@
 %package -n libreoffice-icon-theme-oxygen
 Summary:Oxygen 

commit libreoffice-l10n for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package libreoffice-l10n for 
openSUSE:Factory checked in at 2012-03-09 21:24:22

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


Package is libreoffice-l10n, Maintainer is pmla...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libreoffice-l10n/libreoffice-l10n.changes
2012-02-29 14:08:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.libreoffice-l10n.new/libreoffice-l10n.changes   
2012-03-09 21:24:25.0 +0100
@@ -1,0 +2,10 @@
+Tue Mar  6 15:55:09 UTC 2012 - pmla...@suse.com
+
+- updated to libreoffice-3.4.5.4 (SUSE 3.4.5-rc2)
+
+---
+Tue Feb 28 10:46:14 CET 2012 - dmuel...@suse.de
+
+- exclude from build on ARM 
+
+---



Other differences:
--
++ libreoffice-l10n.spec ++
 2645 lines (skipped)
 between /work/SRC/openSUSE:Factory/libreoffice-l10n/libreoffice-l10n.spec
 and /work/SRC/openSUSE:Factory/.libreoffice-l10n.new/libreoffice-l10n.spec

++ lo-l10n-gen-spec ++
--- /var/tmp/diff_new_pack.Vb0qJe/_old  2012-03-09 21:24:26.0 +0100
+++ /var/tmp/diff_new_pack.Vb0qJe/_new  2012-03-09 21:24:26.0 +0100
@@ -129,17 +129,16 @@
 
 print \n;
 print %package -n libreoffice-l10n-$curLang\n;
-print License:LGPL-3.0\n;
 print Summary:$datap-{$curLang}{'long_name'} Localization Files 
for LibreOffice\n;
 print Group:  Productivity/Office/Suite\n;
 print Provides:   locale(libreoffice:$datap-{$curLang}{'locale'})\n;
 print PreReq: libreoffice = %version\n;
 print # compat stuff\n;
+print Provides:   OpenOffice_org-$curLang = %version\n;
+print Obsoletes:  OpenOffice_org-$curLang = %version\n;
 print Provides:   OpenOffice_org-l10n-$curLang = %version\n;
 print Obsoletes:  OpenOffice_org-l10n-$curLang = %version\n;
 print Provides:   
OpenOffice_org-$curLang:%_prefix/ooo-2.0/program/resource/sw680$curLang.res\n;
-print Provides:   OpenOffice_org-$curLang = %version\n;
-print Obsoletes:  OpenOffice_org-$curLang = %version\n;
 
 foreach  my $line (@{$datap-{$curLang}{'package-l10n'}}) {
 print $line\n;

-- 
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-03-09 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-03-09 21:24:28

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-02-28 19:25:12.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new/obs-service-format_spec_file.changes
   2012-03-09 21:24:29.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar  9 15:27:34 UTC 2012 - co...@suse.com
+
+- licenses update
+
+---



Other differences:
--
++ licenses_changes.txt ++
--- /var/tmp/diff_new_pack.K7T9Ml/_old  2012-03-09 21:24:30.0 +0100
+++ /var/tmp/diff_new_pack.K7T9Ml/_new  2012-03-09 21:24:30.0 +0100
@@ -226,6 +226,8 @@
 HPND   HPND
 SUSE-IJG   JPEG License
 SUSE-ImageMagick   ImageMagick
+SUSE-Innernet-2.0  Inner Net License 2
+SUSE-Innernet-2.00 Inner Net License 2.00
 IPL-1.0IBM PL
 IPL-1.0IBM Public License
 IPL-1.0IBM Public License ..
@@ -334,6 +336,7 @@
 QPL-1.0QPL
 QPL-1.0QPL ..
 QPL-1.0QPL-1.0
+SUSE-Qhull Qhull
 RHeCos-1.1 RHeCos-1.1
 RPL-1.5RPL-1.5
 RPSL-1.0   RPSL-1.0
@@ -379,4 +382,4 @@
 SUSE-PermissiveMust not be copyleft. Must not contain patent clauses 
of any nature. Most not limit ability to copy, modifiy, distribute (through 
multiple tiers of distribution) and distribute modified versions. Must not 
impose obligations such as 'advertising clauses' or anything that could be 
viewed as an 'additional restriction' under GPL-2.0+ or GPL-3.0+. Must not 
impose obligations such as modification by patch only, or reciprocal clauses.
 Artistic-1.0 or GPL-1.0+   Perl License
 SUSE-NonFree   NonFree licenses
-SUSE-LiberationLiberationFontsLicense (Fedora calls this the 
Liberation license - it will be easier to get it upstream if we adopt that)
\ No newline at end of file
+SUSE-LiberationLiberationFontsLicense (Fedora calls this the 
Liberation license - it will be easier to get it upstream if we adopt that)

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



commit openmcu for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package openmcu for openSUSE:Factory checked 
in at 2012-03-09 21:24:45

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


Package is openmcu, Maintainer is kk...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/openmcu/openmcu.changes  2011-09-23 
12:20:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.openmcu.new/openmcu.changes 2012-03-09 
21:24:47.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb 21 15:58:10 UTC 2012 - kk...@linux-pingi.de
+
+- update to v2_2_1
+  * No changes documented upstream
+
+---

Old:

  openmcu-v2_2_0-src-tar.bz2
  openmcu_v2_2_0.dif

New:

  openmcu-v2_2_1-src.tar.bz2
  openmcu_missing_includes.patch



Other differences:
--
++ openmcu.spec ++
--- /var/tmp/diff_new_pack.V5tOmU/_old  2012-03-09 21:24:50.0 +0100
+++ /var/tmp/diff_new_pack.V5tOmU/_new  2012-03-09 21:24:50.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package openmcu (Version 2.2.0)
+# spec file for package openmcu
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   openmcu
-BuildRequires:  SDL-devel gcc-c++ libdv openh323-devel openldap2-devel 
pwlib-devel speex-devel
+BuildRequires:  SDL-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libdv
+BuildRequires:  openh323-devel
+BuildRequires:  openldap2-devel
+BuildRequires:  pwlib-devel
+BuildRequires:  speex-devel
 Url:http://www.openh323.org
-License:MPL-1.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-AutoReqProv:on
-Group:  Productivity/Telephony/H323/Servers
 Summary:H.323 Multipoint Control Unit
-Version:2.2.0
-Release:232
-Source0:openmcu-v2_2_0-src-tar.bz2
-Patch:  openmcu_v2_2_0.dif
+License:MPL-1.1
+Group:  Productivity/Telephony/H323/Servers
+Version:2.2.1
+Release:0
+Source0:openmcu-v2_2_1-src.tar.bz2
+Patch:  openmcu_missing_includes.patch
 
 %description
 OpenMCU implements a multipoint control unit for video conferences
@@ -39,8 +42,8 @@
 
 
 %prep
-%setup -n openmcu_v2_2_0
-%patch
+%setup -n openmcu_v2_2_1
+%patch -p1
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing -fstack-protector

++ openmcu-v2_2_0-src-tar.bz2 - openmcu-v2_2_1-src.tar.bz2 ++
 8581 lines of diff (skipped)

++ openmcu_missing_includes.patch ++
fix:
In file included from mcu.h:87:0,
x from main.cxx:55:
filemembers.h:123:13: error: 'deque' in namespace 'std' does not name a type
filemembers.h:124:57: error: 'FilenameList' does not name a type
filemembers.h:124:72: error: ISO C++ forbids declaration of '_fns' with no type 
[-fpermissive]
filemembers.h:149:5: error: 'FilenameList' does not name a type



===
--- a/filemembers.h
+++ b/filemembers.h
@@ -83,7 +83,7 @@
 #include ptlib/sound.h
 #include opalwavfile.h
 #include conference.h
-
+#include deque
 
 class ConferenceSoundCardMember : public ConferenceMember
 {
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit orc for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package orc for openSUSE:Factory checked in 
at 2012-03-09 21:24:53

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


Package is orc, Maintainer is sts...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/orc/orc.changes  2012-02-03 10:25:03.0 
+0100
+++ /work/SRC/openSUSE:Factory/.orc.new/orc.changes 2012-03-09 
21:24:56.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar  8 11:58:18 UTC 2012 - idon...@suse.com
+
+- Disable check on ARM 
+
+---



Other differences:
--
++ orc.spec ++
--- /var/tmp/diff_new_pack.5hzVFo/_old  2012-03-09 21:24:57.0 +0100
+++ /var/tmp/diff_new_pack.5hzVFo/_new  2012-03-09 21:24:57.0 +0100
@@ -16,6 +16,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   orc
 Summary:The Oil Runtime Compiler
 License:BSD-3-Clause
@@ -76,7 +77,7 @@
 find %{buildroot}%{_libdir} -name '*.la' -delete -print
 
 %check
-%ifnarch ppc ppc64
+%ifnarch %arm ppc ppc64
 make check
 %endif
 

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



commit perl-DateTime for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-DateTime for openSUSE:Factory 
checked in at 2012-03-09 21:25:00

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


Package is perl-DateTime, Maintainer is kkae...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-DateTime/perl-DateTime.changes  
2012-02-16 16:21:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DateTime.new/perl-DateTime.changes 
2012-03-09 21:25:02.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 29 17:38:40 CET 2012 - r...@suse.de
+
+- update DateTime-0.70-Build.patch 
+
+---

Old:

  DateTime-0.70-Build.patch

New:

  DateTime-0.72-Build.patch



Other differences:
--
++ perl-DateTime.spec ++
--- /var/tmp/diff_new_pack.rrqTbO/_old  2012-03-09 21:25:06.0 +0100
+++ /var/tmp/diff_new_pack.rrqTbO/_new  2012-03-09 21:25:06.0 +0100
@@ -27,15 +27,15 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DateTime/
 Source: 
http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-%{version}.tar.gz
-Patch:  %{cpan_name}-0.70-Build.patch
+Patch:  %{cpan_name}-0.72-Build.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Module::Build)
 %if %{with pod}
-BuildRequires:  perl(Test::Pod::Coverage) = 1.08
 BuildRequires:  perl(Test::Pod) = 1.14
+BuildRequires:  perl(Test::Pod::Coverage) = 1.08
 %endif
 BuildRequires:  perl(Pod::Man) = 1.14
 BuildRequires:  perl(Test::Exception)
@@ -44,16 +44,16 @@
 %endif
 BuildRequires:  perl(DateTime::Locale) = 0.41
 BuildRequires:  perl(DateTime::TimeZone) = 1.09
+BuildRequires:  perl(Math::Round)
 BuildRequires:  perl(Params::Validate) = 0.76
 BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(Math::Round)
 #
 Requires:   perl(DateTime::Locale) = 0.41
 Requires:   perl(DateTime::TimeZone) = 1.09
+Requires:   perl(Math::Round)
 Requires:   perl(Params::Validate) = 0.76
 Requires:   perl(Scalar::Util)
 Requires:   perl(Time::Local) = 1.04
-Requires:   perl(Math::Round)
 
 %description
 DateTime is a class for the representation of date/time combinations, and

++ DateTime-0.70-Build.patch - DateTime-0.72-Build.patch ++
--- /work/SRC/openSUSE:Factory/perl-DateTime/DateTime-0.70-Build.patch  
2011-09-23 12:36:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DateTime.new/DateTime-0.72-Build.patch 
2012-03-09 21:25:02.0 +0100
@@ -1,21 +1,32 @@
 META.yml.orig  2011-05-10 00:08:41.0 +0200
-+++ META.yml   2011-05-10 00:09:11.0 +0200
-@@ -3,11 +3,11 @@
- author:
-   - 'Dave Rolsky auta...@urth.org'
- build_requires:
--  Module::Build: 0.3601
-+  Module::Build: 0.280801
-   Test::Exception: 0
-   Test::More: 0.88
- configure_requires:
--  Module::Build: 0.3601
-+  Module::Build: 0.280801
- dynamic_config: 0
- generated_by: 'Dist::Zilla version 4.26, CPAN::Meta::Converter version 
2.110930'
- license: artistic_2
 META.json.orig 2011-05-10 00:08:11.0 +0200
-+++ META.json  2011-05-10 00:08:35.0 +0200
+--- Build.PL
 Build.PL
+@@ -2,13 +2,13 @@
+ use strict;
+ use warnings;
+ 
+-use Module::Build 0.3601;
++use Module::Build 0.280801;
+ 
+ 
+ my %module_build_args = (
+   build_requires = {
+ Cwd = 0,
+-Module::Build = 0.3601,
++Module::Build = 0.280801,
+ Storable = 0,
+ Test::Fatal = 0,
+ Test::More = 0.88,
+@@ -16,7 +16,7 @@
+   },
+   c_source = c,
+   configure_requires = {
+-Module::Build = 0.3601
++Module::Build = 0.280801
+   },
+   dist_abstract = A date and time object,
+   dist_author = [
+--- META.json
 META.json
 @@ -16,12 +16,12 @@
 prereqs : {
build : {
@@ -31,27 +42,21 @@
   }
},
runtime : {
 Build.PL.orig  2011-05-10 00:07:29.0 +0200
-+++ Build.PL   2011-05-10 00:08:08.0 +0200
-@@ -2,18 +2,18 @@
- use strict;
- use warnings;
- 
--use Module::Build 0.3601;
-+use Module::Build 0.280801;
- 
- 
- my %module_build_args = (
-   'build_requires' = {
--'Module::Build' = '0.3601',
-+'Module::Build' = '0.280801',
- 'Test::Exception' = '0',
- 'Test::More' = '0.88'
-   },
-   'c_source' = 'c',
-   'configure_requires' = {
--'Module::Build' = '0.3601'
-+'Module::Build' = '0.280801'
-   },
-   'dist_abstract' = 'A date and time object',
-   'dist_author' = [
+--- META.yml
 META.yml
+@@ -4,13 +4,13 @@
+   - 'Dave Rolsky auta...@urth.org'
+ build_requires:
+   Cwd: 0
+-  Module::Build: 0.3601
++  Module::Build: 

commit perl-DateTime-TimeZone for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-DateTime-TimeZone for 
openSUSE:Factory checked in at 2012-03-09 21:25:25

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


Package is perl-DateTime-TimeZone, Maintainer is kkae...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-DateTime-TimeZone/perl-DateTime-TimeZone.changes
2011-11-18 15:47:18.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-DateTime-TimeZone.new/perl-DateTime-TimeZone.changes
   2012-03-09 21:25:29.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 29 17:05:24 CET 2012 - r...@suse.de
+
+- patch to build with old Test::More for sle11 
+
+---

New:

  old_test_more.patch



Other differences:
--
++ perl-DateTime-TimeZone.spec ++
--- /var/tmp/diff_new_pack.FB9Avy/_old  2012-03-09 21:25:31.0 +0100
+++ /var/tmp/diff_new_pack.FB9Avy/_new  2012-03-09 21:25:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DateTime-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
@@ -16,16 +16,18 @@
 #
 
 
-
 Name:   perl-DateTime-TimeZone
 Version:1.42
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Release:0
 %define cpan_name DateTime-TimeZone
 Summary:Time zone object base class and factory
-Url:http://search.cpan.org/dist/DateTime-TimeZone/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/DateTime-TimeZone/
 Source: 
http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+%if 0%{?suse_version}  1120
+Patch0: old_test_more.patch
+%endif
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -53,6 +55,9 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%if 0%{?suse_version}  1120
+%patch0
+%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ old_test_more.patch ++
--- t/05offset.t
+++ t/05offset.t
@@ -3,7 +3,7 @@
 
 use DateTime::TimeZone;
 
-use Test::More;
+use Test::More qw(no_plan);
 
 is(
 DateTime::TimeZone::offset_as_string(0), +,
@@ -122,4 +122,4 @@
 );
 }
 
-done_testing();
+#done_testing();
--- t/15catalog.t
+++ t/15catalog.t
@@ -2,7 +2,7 @@
 use warnings;
 
 use File::Spec;
-use Test::More;
+use Test::More qw(no_plan);
 
 use DateTime::TimeZone;
 
@@ -117,4 +117,4 @@
 );
 }
 
-done_testing();
+#done_testing();
--- t/20local-subclass.t
+++ t/20local-subclass.t
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More;
+use Test::More qw(no_plan);
 
 {
 
@@ -24,4 +24,4 @@
 isa_ok( $tz, 'DateTime::TimeZone' );
 is( $tz-name(), '+2520', 'os42 returns expected time zone' );
 
-done_testing();
+#done_testing();
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Module-Implementation for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Implementation for 
openSUSE:Factory checked in at 2012-03-09 21:25:43

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


Package is perl-Module-Implementation, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Module-Implementation/perl-Module-Implementation.changes
2012-02-15 15:58:24.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Implementation.new/perl-Module-Implementation.changes
   2012-03-09 21:25:44.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 29 18:55:38 CET 2012 - r...@suse.de
+
+- fix build with old Test::More for sle11 
+
+---

New:

  old_test_more.patch



Other differences:
--
++ perl-Module-Implementation.spec ++
--- /var/tmp/diff_new_pack.ILTVV5/_old  2012-03-09 21:25:45.0 +0100
+++ /var/tmp/diff_new_pack.ILTVV5/_new  2012-03-09 21:25:45.0 +0100
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   perl-Module-Implementation
 Version:0.05
 Release:0
@@ -26,6 +25,9 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Module-Implementation/
 Source: 
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+%if 0%{?suse_version} = 1110
+Patch0: old_test_more.patch
+%endif
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -33,8 +35,8 @@
 BuildRequires:  perl(Module::Runtime) = 0.011
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) = 0.88
-BuildRequires:  perl(Test::Taint)
 BuildRequires:  perl(Test::Requires)
+BuildRequires:  perl(Test::Taint)
 BuildRequires:  perl(Try::Tiny)
 #BuildRequires: perl(Module::Implementation)
 #BuildRequires: perl(Test::Spelling)
@@ -55,6 +57,9 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%if 0%{?suse_version} = 1110
+%patch0
+%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ old_test_more.patch ++
--- t/basic.t
+++ t/basic.t
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More 0.88;
+use Test::More qw(no_plan);
 
 {
 package T;
@@ -34,4 +34,4 @@
 );
 }
 
-done_testing();
+#done_testing();
--- t/both-fail.t
+++ t/both-fail.t
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More 0.88;
+use Test::More qw(no_plan);
 use Test::Fatal;
 
 {
@@ -25,4 +25,4 @@
 );
 }
 
-done_testing();
+#done_testing();
--- t/env-value.t
+++ t/env-value.t
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More 0.88;
+use Test::More qw(no_plan);
 
 {
 package T;
@@ -36,4 +36,4 @@
 );
 }
 
-done_testing();
+#done_testing();
--- t/more-symbols.t
+++ t/more-symbols.t
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More 0.88;
+use Test::More qw(no_plan);
 
 {
 package T;
@@ -44,4 +44,4 @@
 );
 }
 
-done_testing();
+#done_testing();
--- t/one-impl-fails1.t
+++ t/one-impl-fails1.t
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More 0.88;
+use Test::More qw(no_plan);
 
 {
 package T;
@@ -25,4 +25,4 @@
 ok( !T-can('return_package'), 'T package has a return_package sub' );
 }
 
-done_testing();
+#done_testing();
--- t/one-impl-fails2.t
+++ t/one-impl-fails2.t
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More 0.88;
+use Test::More qw(no_plan);
 
 {
 package T;
@@ -25,4 +25,4 @@
 ok( !T-can('return_package'), 'T package has a return_package sub' );
 }
 
-done_testing();
+#done_testing();
--- t/requested-fails.t
+++ t/requested-fails.t
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More 0.88;
+use Test::More qw(no_plan);
 use Test::Fatal;
 
 {
@@ -27,4 +27,4 @@
 );
 }
 
-done_testing();
+#done_testing();
--- t/taint.t
+++ t/taint.t
@@ -7,7 +7,7 @@
 'Test::Taint' = '0',
 };
 
-use Test::More 0.88;
+use Test::More qw(no_plan);
 use Test::Fatal;
 
 taint_checking_ok();
@@ -43,4 +43,4 @@
 );
 }
 
-done_testing();
+#done_testing();
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Module-Refresh for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Refresh for 
openSUSE:Factory checked in at 2012-03-09 21:25:49

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


Package is perl-Module-Refresh, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Refresh/perl-Module-Refresh.changes  
2011-11-18 15:47:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Refresh.new/perl-Module-Refresh.changes 
2012-03-09 21:25:54.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 29 16:26:17 CET 2012 - r...@suse.de
+
+- add old_test_more.patch to build against sle11 
+
+---

New:

  old_test_more.patch



Other differences:
--
++ perl-Module-Refresh.spec ++
--- /var/tmp/diff_new_pack.w21Ss0/_old  2012-03-09 21:25:55.0 +0100
+++ /var/tmp/diff_new_pack.w21Ss0/_new  2012-03-09 21:25:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Refresh
 #
-# 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,16 +16,18 @@
 #
 
 
-
 Name:   perl-Module-Refresh
 Version:0.17
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Release:0
 %define cpan_name Module-Refresh
 Summary:Refresh INC files when updated on disk
-Url:http://search.cpan.org/dist/Module-Refresh/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Module-Refresh/
 Source: 
http://www.cpan.org/authors/id/A/AL/ALEXMV/%{cpan_name}-%{version}.tar.gz
+%if 0%{?suse_version}  1120
+Patch0: old_test_more.patch
+%endif
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -53,6 +55,10 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%if 0%{?suse_version}  1120
+%patch0
+rm -f t/clear_symtable.t
+%endif
 find . -type f -print0 | xargs -0 chmod 644
 
 %build

++ old_test_more.patch ++
--- t/clear_symtable.t
+++ t/clear_symtable.t
@@ -1,7 +1,7 @@
 #!/usr/bin/env perl
 use strict;
 use warnings;
-use Test::More;
+use Test::More qw(no_plan);
 
 use Module::Refresh;
 
@@ -37,7 +37,7 @@
 can_ok('Foo', 'baz');
 ok(!Foo-can('bar'), !Foo-can('bar'));
 
-done_testing;
+#done_testing;
 __END__
 ok 1 - Foo-can('bar')
 ok 2 - !Foo-can('baz')
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Package-Stash for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Package-Stash for 
openSUSE:Factory checked in at 2012-03-09 21:25:56

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


Package is perl-Package-Stash, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Package-Stash/perl-Package-Stash.changes
2011-10-27 13:58:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Package-Stash.new/perl-Package-Stash.changes   
2012-03-09 21:25:58.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 29 18:00:14 CET 2012 - r...@suse.de
+
+- updated perl-Package-Stash-old_Test-More.patch 
+
+---



Other differences:
--
++ perl-Package-Stash.spec ++
--- /var/tmp/diff_new_pack.EXELUl/_old  2012-03-09 21:26:03.0 +0100
+++ /var/tmp/diff_new_pack.EXELUl/_new  2012-03-09 21:26:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Package-Stash
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   perl-Package-Stash
 Version:0.33
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Release:0
 %define cpan_name Package-Stash
 Summary:routines for manipulating stashes
-Url:http://search.cpan.org/dist/Package-Stash/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Package-Stash/
 Source: 
http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz
 Patch1: perl-Package-Stash-old_Test-More.patch
 BuildArch:  noarch
@@ -87,7 +86,8 @@
 find . -type f -print0 | xargs -0 chmod 644
 %if 0%{?suse_version} = 1110
 %patch1 -p1
-rm t/05-isa.t
+rm -f t/00-compile.t
+rm -f t/isa.t
 %endif
 
 %build

++ perl-Package-Stash-old_Test-More.patch ++
--- /var/tmp/diff_new_pack.EXELUl/_old  2012-03-09 21:26:03.0 +0100
+++ /var/tmp/diff_new_pack.EXELUl/_new  2012-03-09 21:26:03.0 +0100
@@ -1,7 +1,16 @@
-Index: Package-Stash-0.29/t/01-basic.t
-===
 Package-Stash-0.29.orig/t/01-basic.t
-+++ Package-Stash-0.29/t/01-basic.t
+--- Package-Stash-0.33/t/00-compile.t
 Package-Stash-0.33/t/00-compile.t
+@@ -3,7 +3,7 @@
+ use strict;
+ use warnings;
+ 
+-use Test::More;
++use Test::More qw(no_plan);
+ 
+ 
+ 
+--- Package-Stash-0.33/t/addsub.t
 Package-Stash-0.33/t/addsub.t
 @@ -2,7 +2,7 @@
  use strict;
  use warnings;
@@ -10,93 +19,79 @@
 +use Test::More qw(no_plan);
  use Test::Fatal;
  
- use Package::Stash;
-@@ -417,4 +417,4 @@ like(exception {
- );
- }
+ BEGIN { $^P |= 0x210 } # PERLDBf_SUBLINE
+@@ -43,4 +43,4 @@
+ is $DB::sub{'Foo::dunk'}, sprintf %s:%d-%d, FileName, 100, 199,
+ '... got the right %DB::sub value for dunk with specified args';
  
 -done_testing;
 +#done_testing;
-Index: Package-Stash-0.29/t/02-extension.t
-===
 Package-Stash-0.29.orig/t/02-extension.t
-+++ Package-Stash-0.29/t/02-extension.t
-@@ -2,7 +2,7 @@
+--- Package-Stash-0.33/t/author-leaks-debug.t
 Package-Stash-0.33/t/author-leaks-debug.t
+@@ -10,7 +10,7 @@
  use strict;
  use warnings;
  use lib 't/lib';
 -use Test::More;
 +use Test::More qw(no_plan);
  use Test::Fatal;
+ use Test::LeakTrace;
  
- {
-@@ -73,4 +73,4 @@ is(exception {
- 
- ok(!defined($Foo::{baz}), '... the %baz slot has still not been created');
+@@ -209,4 +209,4 @@
+ } doesn't leak on errors;
+ }
  
 -done_testing;
 +#done_testing;
-Index: Package-Stash-0.29/t/03-io.t
-===
 Package-Stash-0.29.orig/t/03-io.t
-+++ Package-Stash-0.29/t/03-io.t
-@@ -2,7 +2,7 @@
+--- Package-Stash-0.33/t/author-leaks.t
 Package-Stash-0.33/t/author-leaks.t
+@@ -10,7 +10,7 @@
  use strict;
  use warnings;
  use lib 't/lib';
 -use Test::More;
 +use Test::More qw(no_plan);
  use Test::Fatal;
+ use Test::LeakTrace;
  
- {
-@@ -48,4 +48,4 @@ use Package::Stash;
- is($stash-get_symbol('baz'), *Foo::foo{IO}, got the right baz);
+@@ -207,4 +207,4 @@
+ } doesn't leak on errors;
  }
  
 -done_testing;
 +#done_testing;
-Index: Package-Stash-0.29/t/04-get.t
-===
 Package-Stash-0.29.orig/t/04-get.t
-+++ Package-Stash-0.29/t/04-get.t
+--- 

commit perl-Package-Stash-XS for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Package-Stash-XS for 
openSUSE:Factory checked in at 2012-03-09 21:26:01

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


Package is perl-Package-Stash-XS, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Package-Stash-XS/perl-Package-Stash-XS.changes  
2011-10-27 13:58:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Package-Stash-XS.new/perl-Package-Stash-XS.changes
 2012-03-09 21:26:03.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 29 15:53:58 CET 2012 - r...@suse.de
+
+- make it build again with old Test::More 
+
+---



Other differences:
--
++ perl-Package-Stash-XS.spec ++
--- /var/tmp/diff_new_pack.QueQD7/_old  2012-03-09 21:26:07.0 +0100
+++ /var/tmp/diff_new_pack.QueQD7/_new  2012-03-09 21:26:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Package-Stash-XS
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   perl-Package-Stash-XS
 Version:0.25
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Release:0
 %define cpan_name Package-Stash-XS
 Summary:faster and more correct implementation of the Package::Stash 
API
-Url:http://search.cpan.org/dist/Package-Stash-XS/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Package-Stash-XS/
 Source: 
http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz
 Patch1: perl-Package-Stash-XS-old_Test-More.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -57,8 +56,8 @@
 %setup -q -n %{cpan_name}-%{version}
 find . -type f -print0 | xargs -0 chmod 644
 %if 0%{?suse_version} = 1110
-%patch1 -p1
-rm t/05-isa.t
+%patch1 -p0
+rm -f t/00-compile.t t/isa.t
 %endif
 
 %build

++ perl-Package-Stash-XS-old_Test-More.patch ++
--- /var/tmp/diff_new_pack.QueQD7/_old  2012-03-09 21:26:07.0 +0100
+++ /var/tmp/diff_new_pack.QueQD7/_new  2012-03-09 21:26:07.0 +0100
@@ -1,26 +1,72 @@
-Index: Package-Stash-XS-0.22/t/01-basic.t
-===
 Package-Stash-XS-0.22.orig/t/01-basic.t
-+++ Package-Stash-XS-0.22/t/01-basic.t
+diff -urN t.old/00-compile.t t/00-compile.t
+--- t.old/00-compile.t 2011-09-06 16:28:21.0 +0200
 t/00-compile.t 2012-02-29 15:42:58.93774 +0100
+@@ -3,7 +3,7 @@
+ use strict;
+ use warnings;
+ 
+-use Test::More;
++use Test::More qw(no_plan);
+ 
+ 
+ 
+diff -urN t.old/addsub.t t/addsub.t
+--- t.old/addsub.t 2011-09-06 16:28:21.0 +0200
 t/addsub.t 2012-02-29 15:42:58.952742000 +0100
 @@ -2,7 +2,7 @@
  use strict;
  use warnings;
  use lib 't/lib';
 -use Test::More;
++use Test::More qw(no_plan); 
+ use Test::Fatal;
+ 
+ BEGIN { $^P |= 0x210 } # PERLDBf_SUBLINE
+@@ -43,4 +43,4 @@
+ is $DB::sub{'Foo::dunk'}, sprintf %s:%d-%d, FileName, 100, 199,
+ '... got the right %DB::sub value for dunk with specified args';
+ 
+-done_testing;
++#done_testing;
+diff -urN t.old/author-leaks-debug.t t/author-leaks-debug.t
+--- t.old/author-leaks-debug.t 2011-09-06 16:28:21.0 +0200
 t/author-leaks-debug.t 2012-02-29 15:42:58.96874 +0100
+@@ -10,7 +10,7 @@
+ use strict;
+ use warnings;
+ use lib 't/lib';
+-use Test::More;
 +use Test::More qw(no_plan);
  use Test::Fatal;
+ use Test::LeakTrace;
  
- use Package::Stash;
-@@ -417,4 +417,4 @@ like(exception {
- );
+@@ -209,4 +209,4 @@
+ } doesn't leak on errors;
  }
  
 -done_testing;
 +#done_testing;
-Index: Package-Stash-XS-0.22/t/02-extension.t
-===
 Package-Stash-XS-0.22.orig/t/02-extension.t
-+++ Package-Stash-XS-0.22/t/02-extension.t
+diff -urN t.old/author-leaks.t t/author-leaks.t
+--- t.old/author-leaks.t   2011-09-06 16:28:21.0 +0200
 t/author-leaks.t   2012-02-29 15:42:58.98474 +0100
+@@ -10,7 +10,7 @@
+ use strict;
+ use warnings;
+ use lib 't/lib';
+-use Test::More;
++use Test::More qw(no_plan);
+ use Test::Fatal;
+ use Test::LeakTrace;
+ 
+@@ -207,4 +207,4 @@
+ } doesn't leak on errors;
+ }
+ 
+-done_testing;
++#done_testing;
+diff -urN t.old/basic.t t/basic.t
+--- t.old/basic.t  2011-09-06 16:28:21.0 +0200
 t/basic.t  

commit perl-Perl-OSType for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Perl-OSType for 
openSUSE:Factory checked in at 2012-03-09 21:26:14

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


Package is perl-Perl-OSType, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Perl-OSType/perl-Perl-OSType.changes
2012-03-08 19:44:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Perl-OSType.new/perl-Perl-OSType.changes   
2012-03-09 21:26:21.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 29 16:12:43 CET 2012 - r...@suse.de
+
+- add old_test_more patch to be able to build against sle11 
+
+---

New:

  old_test_more.patch



Other differences:
--
++ perl-Perl-OSType.spec ++
--- /var/tmp/diff_new_pack.CTRLbB/_old  2012-03-09 21:26:23.0 +0100
+++ /var/tmp/diff_new_pack.CTRLbB/_new  2012-03-09 21:26:23.0 +0100
@@ -25,6 +25,9 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Perl-OSType/
 Source: 
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
+%if 0%{?suse_version}  1120
+Patch0: old_test_more.patch
+%endif
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -46,6 +49,10 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%if 0%{?suse_version}  1120
+%patch0
+rm -f t/00-compile.t
+%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ old_test_more.patch ++
--- Makefile.PL
+++ Makefile.PL
@@ -14,7 +14,7 @@
   'BUILD_REQUIRES' = {
 'File::Find' = '0',
 'File::Temp' = '0',
-'Test::More' = '0.88',
+'Test::More' = '0.01',
 'constant' = '0'
   },
   'CONFIGURE_REQUIRES' = {
--- t/OSType.t
+++ t/OSType.t
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More 0.88;
+use Test::More qw(no_plan);
 
 use constant NON_EXISTENT_OS = 'titanix'; #the system they said could not go 
down...
 
@@ -67,5 +67,5 @@
   ok( ! is_os_type(), $fcn: false if no type provided );
 }
 
-done_testing;
+#done_testing;
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Proc-Simple for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Proc-Simple for 
openSUSE:Factory checked in at 2012-03-09 21:26:27

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


Package is perl-Proc-Simple, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-03-04 14:46:25.491534019 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Proc-Simple.new/perl-Proc-Simple.changes   
2012-03-09 21:26:30.0 +0100
@@ -0,0 +1,16 @@
+---
+Mon Dec  5 14:39:34 UTC 2011 - sascha.ma...@open-slx.de
+
+- changed Licensefield to that one which cpanspec gives me 
+
+---
+Sun Dec  4 20:31:08 UTC 2011 - sascha.ma...@open-slx.de
+
+- fixed build for  11.4 
+
+---
+Sun Dec  4 20:14:22 UTC 2011 - sascha.ma...@open-slx.de
+
+- initial package 1.30
+* created by cpanspec 1.78.06
+

New:

  Proc-Simple-1.30.tar.gz
  perl-Proc-Simple.changes
  perl-Proc-Simple.spec



Other differences:
--
++ perl-Proc-Simple.spec ++
#
# spec file for package shutter
#
# Copyright (c) 2011 open-slx GmbH sascha.ma...@open-slx.de
#
# 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/
#

Name:   perl-Proc-Simple
Version:1.30
Release:1
License:GPL-1.0+ or Artistic-1.0
%define cpan_name Proc-Simple
Summary:Proc::Simple Perl module
Url:http://search.cpan.org/dist/Proc-Simple/
Group:  Development/Libraries/Perl
#Source:
http://www.cpan.org/authors/id/M/MS/MSCHILLI/Proc-Simple-%{version}.tar.gz
Source0: Proc-Simple-%{version}.tar.gz
#BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros

%if 0%{?suse_version}  1140
Requires: perl = %{perl_version}
%else
%{perl_requires}
%endif

%description
Proc::Simple Perl module

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)

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



commit postfix for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package postfix for openSUSE:Factory checked 
in at 2012-03-09 21:26:36

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


Package is postfix, Maintainer is vark...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/postfix/postfix.changes  2012-03-01 
17:26:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.postfix.new/postfix.changes 2012-03-09 
21:26:40.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar  7 06:31:05 UTC 2012 - vark...@suse.com
+
+- rcpostfix now updates the aliases too
+
+---



Other differences:
--
++ postfix-SuSE.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/postfix-SuSE/rc.postfix new/postfix-SuSE/rc.postfix
--- old/postfix-SuSE/rc.postfix 2012-01-12 13:17:54.0 +0100
+++ new/postfix-SuSE/rc.postfix 2012-03-07 07:29:40.0 +0100
@@ -117,11 +117,17 @@
 for i in $POSTFIX_MAP_LIST; do
 m=/etc/postfix/$i;
 d=$m.db
-test -e $d || continue;
 if [ -e $m -a $m -nt $d ]; then
 postmap $m;
 fi
 done
+for i in /etc/aliases /etc/aliases.d/*; do
+m=${i/.db//}
+   d=$m.db
+if [ -e $m -a $m -nt $d ]; then
+postalias $m;
+fi
+done
 }
 
 # Shell functions sourced from /etc/rc.status:

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



commit python-transaction for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package python-transaction for 
openSUSE:Factory checked in at 2012-03-09 21:26:52

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


Package is python-transaction, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-transaction/python-transaction.changes
2012-02-02 18:00:13.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-transaction.new/python-transaction.changes   
2012-03-09 21:26:53.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 28 09:08:33 UTC 2012 - sasc...@suse.de
+
+- Fix SLE_11 build by actually BuildRequiring python-devel
+
+---



Other differences:
--
++ python-transaction.spec ++
--- /var/tmp/diff_new_pack.JCca4J/_old  2012-03-09 21:26:56.0 +0100
+++ /var/tmp/diff_new_pack.JCca4J/_new  2012-03-09 21:26:56.0 +0100
@@ -11,7 +11,7 @@
 # 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/
 #
 
@@ -24,6 +24,7 @@
 Group:  Development/Libraries/Python
 Url:http://www.zope.org/Products/ZODB
 Source: 
http://pypi.python.org/packages/source/t/transaction/transaction-%{version}.tar.gz
+BuildRequires:  python-devel
 BuildRequires:  python-distribute
 Requires:   python-zope.interface
 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 qhull for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package qhull for openSUSE:Factory checked 
in at 2012-03-09 21:26:57

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


Package is qhull, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/qhull/qhull.changes  2011-12-08 
11:31:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.qhull.new/qhull.changes 2012-03-09 
21:27:00.0 +0100
@@ -1,0 +2,37 @@
+Thu Mar  8 17:07:15 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-Qhull
+  Use SUSE- proprietary prefix until Qhull (incidentially, also the Fedora
+  designation for the license) is accepted upstream at spdx.org
+
+---
+Thu Feb 23 14:39:46 UTC 2012 - sasc...@suse.de
+
+- Add some detail about the version update to 2012.1
+
+---
+Wed Feb 22 10:47:52 UTC 2012 - pgaj...@suse.com
+
+- updated to 2012.1.2 (6_3_1_1494)
+  - upstreamed liblibname.patch
+
+---
+Tue Feb 21 10:26:08 UTC 2012 - pgaj...@suse.com
+
+- updated to 2012.1.1 (6_3_1_1490):
+  - Require option 'Qz' for Delaunay triangulation/Voronoi diagram 
+of cocircular/cospherical points [D. Sheehy]
+  - qh_errexit: Do not call qh_printsummary or qh_printstats on qh_ERRinput
+  - Change error QH6227 (all degenerate) from qh_ERRinput to qh_ERRprec
+  - Change error QH6159 (ID overflow) from qh_ERRinput to qh_ERRqhull
+  - eg/q_eg, q_egtest, q_test: Run if qconvex is in $PATH [M. Atzeri]
+
+---
+Mon Jan 30 08:16:55 UTC 2012 - pgaj...@suse.com
+
+- updated to 2012.1:
+  - Add config to distribution
+  - Add testqset to config build
+  - config/bootstrap.sh copies program files into src/libqhull
+
+---

Old:

  qhull-2011.1.tar.bz2

New:

  qhull-2012.1-src.tgz



Other differences:
--
++ qhull.spec ++
--- /var/tmp/diff_new_pack.PTLwH8/_old  2012-03-09 21:27:03.0 +0100
+++ /var/tmp/diff_new_pack.PTLwH8/_new  2012-03-09 21:27:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qhull
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,21 @@
 
 
 %define sonum   6 
-%define libver  6_2_0_1385 
+%define ver 2012.1
+%define libver  6_3_1_1494
 
 Name:   qhull
-Version:2011.1
+Version:%{ver}.2
 Release:0
-License:Other License(s), see package
-Group:  System/Libraries
 Url:http://www.qhull.org
-Source0:%{name}-%{version}.tar.bz2
+Source0:%{name}-%{ver}-src.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  cmake gcc-c++
+BuildRequires:  cmake
+BuildRequires:  gcc-c++
 Requires:   libqhull%{sonum}-%{libver} = %{version}
 Summary:Computing convex hulls, Delaunay triangulations and Voronoi 
diagrams
+License:SUSE-Qhull
+Group:  System/Libraries
 
 %description
 Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, 
@@ -62,8 +64,8 @@
 
 %package devel
 Summary:Development and documentation files for qhull
-Requires:   qhull = %{version}
 Group:  Development/Libraries/Other
+Requires:   qhull = %{version}
 
 %description devel
 Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram,
@@ -79,20 +81,19 @@
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{ver}
 
 %build
 cd build
 export CFLAGS=$RPM_OPT_FLAGS
 export CXXFLAGS=$RPM_OPT_FLAGS
-cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DMAN_INSTALL_DIR=%{_mandir}/man1/ 
-DLIB_INSTALL_DIR=%{_libdir} ..
+cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DMAN_INSTALL_DIR=%{_mandir}/man1/ 
-DLIB_INSTALL_DIR=%{_libdir} -DDOC_INSTALL_DIR=%{_docdir}/%{name} ..
 make %{?jobs:-j%jobs}
 
 %install
 cd build
 make DESTDIR=$RPM_BUILD_ROOT install
 cd ..
-rm $RPM_BUILD_ROOT%{_bindir}/user_eg*
 rm $RPM_BUILD_ROOT%{_libdir}/*.a
 mkdir $RPM_BUILD_ROOT%{_docdir}/%{name}/devel
 mv $RPM_BUILD_ROOT%{_docdir}/%{name}/*.* 
$RPM_BUILD_ROOT%{_docdir}/%{name}/devel
@@ -123,14 +124,16 @@
 
 %files -n libqhull%{sonum}-%{libver}
 %defattr(-,root,root)
-%{_libdir}/libqhull%{sonum}.so.*
+%{_libdir}/libqhull_p.so.*
+%{_libdir}/libqhull.so.*
 %dir %{_docdir}/%{name}-%{libver}
 %{_docdir}/%{name}-%{libver}/COPYING.txt
 
 %files devel
 %defattr(-,root,root)
 

commit rosegarden for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package rosegarden for openSUSE:Factory 
checked in at 2012-03-09 21:27:05

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


Package is rosegarden, Maintainer is lti...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/rosegarden/rosegarden.changes2011-09-23 
12:44:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.rosegarden.new/rosegarden.changes   
2012-03-09 21:27:15.0 +0100
@@ -1,0 +2,29 @@
+Wed Mar  7 13:38:53 UTC 2012 - davejpla...@gmail.com
+
+- Fixed Wrong license statement in About box and incorect FSF
+  address in COPYING with rosegarden-11.11-gplv2+.patch meanwhile
+  patch submitted upstream.
+
+---
+Thu Jan 26 15:52:13 UTC 2012 - davejpla...@gmail.com
+
+- Update to version 11.11.42 as requested.
+- For changes visit :
+  http://sourceforge.net/projects/rosegarden/files/rosegarden/11.11/
+
+---
+Wed Dec 21 10:31:46 UTC 2011 - co...@suse.com
+
+- remove call to suse_update_config (very old work around)
+
+---
+Thu Dec  1 17:03:20 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---
+Thu Dec  1 17:03:06 UTC 2011 - co...@suse.com
+
+- set _service to localonly to be acceptable for factory
+
+---

Old:

  CHANGES.txt
  _service
  _service:download_url:rosegarden-11.06.tar.bz2
  _service:set_version:rosegarden.spec
  rosegarden-11.04.12272.tar.bz2
  svn.log

New:

  rosegarden-11.11-gplv2+.patch
  rosegarden-11.11.42.tar.bz2



Other differences:
--
++ rosegarden.spec ++
--- /var/tmp/diff_new_pack.7LC1Ny/_old  2012-03-09 21:27:22.0 +0100
+++ /var/tmp/diff_new_pack.7LC1Ny/_new  2012-03-09 21:27:22.0 +0100
@@ -15,31 +15,42 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   rosegarden
-BuildRequires:  libjack-devel xorg-x11-util-devel
-BuildRequires:  liblo-devel libqt4-devel = 4.6.3 pkg-config
-BuildRequires:  alsa-devel dssi-devel fftw3-devel ladspa-devel liblrdf-devel
-BuildRequires:  libsamplerate-devel libsndfile-devel libxml2-devel lirc-devel
-BuildRequires:  fdupes hicolor-icon-theme shared-mime-info update-desktop-files
-Version:to_be_filled_by_service
-Release:1
-License:GPLv2+
-Source0:
http://sourceforge.net/projects/%{name}/%{name}-%{version}.tar.bz2
+BuildRequires:  alsa-devel
+BuildRequires:  automake
+BuildRequires:  dssi-devel
+BuildRequires:  fdupes
+BuildRequires:  fftw3-devel
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  ladspa-devel
+BuildRequires:  libjack-devel
+BuildRequires:  liblo-devel
+BuildRequires:  liblrdf-devel
+BuildRequires:  libqt4-devel = 4.6.3
+BuildRequires:  libsamplerate-devel
+BuildRequires:  libsndfile-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  lirc-devel
+BuildRequires:  pkg-config
+BuildRequires:  shared-mime-info
+BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11-util-devel
+Version:11.11.42
+Release:0
+Source0:
http://downloads.sourceforge.net/project/%{name}/%name/11.11/%{name}-%{version}.tar.bz2
 Source1:%{name}.xpm
 Source2:%{name}.1
-Source3:CHANGES.txt
 # This patch fixes the 64 bit lib search path for dssi and ladspa and is 
distro specific for now.
 Patch0: rosegarden-10.02-plugin-lib64path.patch
 # This patch fixes the file search paths for examples, templates and midi 
driver libraries.
 Patch1: rosegarden-10.10-filepaths.patch
-Group:  Productivity/Multimedia/Sound/Midi
+#Temporary patch to fix license statement in the About box
+Patch2: rosegarden-11.11-gplv2+.patch
 Summary:Midi, Audio And Notation Editor
+License:GPL-2.0+
+Group:  Productivity/Multimedia/Sound/Midi
 Icon:   rosegarden.xpm
 Url:http://www.rosegardenmusic.com/
-AutoReqProv:on
 Provides:   rosegarden-qt4 = %{version}-%{release} rosegarden4 = 
%{version}-%{release}
 Obsoletes:  rosegarden-qt4  %{version}-%{release} rosegarden4  
%{version}-%{release}
 Requires:   ladspa dssi
@@ -62,21 +73,15 @@
 rosegarden and has many new features and enhancements.
 See the changelog for details.
 
-Authors:
-
-Chris Cannam can...@all-day-breakfast.com
-Richard Bown bow...@bownie.com
-Guillaume Laurent glaur...@telegraph-road.org
-
 # TODO The current 

commit samba for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2012-03-09 21:27:50

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


Package is samba, Maintainer is samba-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/samba/samba.changes  2012-02-28 
14:15:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2012-03-09 
21:27:54.0 +0100
@@ -1,0 +2,15 @@
+Mon Feb 27 15:57:07 UTC 2012 - lmue...@suse.de
+
+- Make ldapsmb build with Fedora 15 and 16; (bso#8783).
+- BuildRequire libuuid-devel for post-11.0 and other systems.
+- Define missing python macros for non SUSE systems.
+- PreReq to fillup_prereq and insserv_prereq only on SUSE systems.
+- Always use cifstab instead of smbfstab on non SUSE systems.
+
+---
+Mon Feb 20 22:17:17 UTC 2012 - lmue...@suse.de
+
+- Ensure AndX offsets are increasing strictly monotonically in pre-3.4
+  versions; CVE-2012-0870; (bnc#747934).
+
+---



Other differences:
--
++ samba-doc.spec ++
--- /var/tmp/diff_new_pack.DFM7B5/_old  2012-03-09 21:27:56.0 +0100
+++ /var/tmp/diff_new_pack.DFM7B5/_new  2012-03-09 21:27:56.0 +0100
@@ -26,6 +26,9 @@
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  fam-devel
 BuildRequires:  libacl-devel
+%if 0%{?centos_version}  599 ||0%{?fedora_version}  11 || 
0%{?mandriva_version}  2009 || 0%{?rhel_version}  599 || 0%{?suse_version}  
1100
+BuildRequires:  libuuid-devel
+%endif
 BuildRequires:  pam-devel
 BuildRequires:  popt-devel
 BuildRequires:  readline-devel
@@ -137,11 +140,17 @@
 %endif
 %if 0%{?suse_version}  0%{?suse_version}  
 %definelink_static_libs 1
+%else
+%definelink_static_libs 0
+%endif
+%if 0%{?suse_version}  0%{?suse_version}  
 # pre-11.2 doesn't know the python_* macros
 %define python_sitelib %py_sitedir
 %define python_sitearch %py_sitedir
-%else
-%definelink_static_libs 0
+%else (%if 0%{?centos_version}  0%{?centos_version}  600) || 
(0%{rhel_version}  0%{rhel_version}  600)
+# CentOS and RHEL pre-6 don't know them either
+%define python_sitelib %(%{__python} -c from distutils.sysconfig import 
get_python_lib; import sys; sys.stdout.write(get_python_lib()))
+%define python_sitearch %(%{__python} -c from distutils.sysconfig import 
get_python_lib; import sys; sys.stdout.write(get_python_lib(1)))
 %endif
 # Define some global directories
 
@@ -264,7 +273,9 @@
 %endif
 #ln -s m4/aclocal.m4 aclocal.m4
 #autoreconf --force --install -I. -Im4 -I../lib/replace
+%if 0%{?centos_version}  599 || 0%{?fedora_version}  11 || 
0%{?mandriva_version}  2009 || 0%{?rhel_version}  599 || 0%{?suse_version}  0
 ./autogen.sh
+%endif
 CONFIGURE_OPTIONS=\
--prefix=%{_prefix} \
--localstatedir=%{LOCKDIR} \
@@ -437,7 +448,7 @@
 
 The Samba Team sa...@samba.org
 
-Source Timestamp: 2761
+Source Timestamp: 2769
 Branch  : trunk
 
 %changelog

++ samba.spec ++
--- /var/tmp/diff_new_pack.DFM7B5/_old  2012-03-09 21:27:56.0 +0100
+++ /var/tmp/diff_new_pack.DFM7B5/_new  2012-03-09 21:27:56.0 +0100
@@ -26,6 +26,9 @@
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  fam-devel
 BuildRequires:  libacl-devel
+%if 0%{?centos_version}  599 ||0%{?fedora_version}  11 || 
0%{?mandriva_version}  2009 || 0%{?rhel_version}  599 || 0%{?suse_version}  
1100
+BuildRequires:  libuuid-devel
+%endif
 BuildRequires:  pam-devel
 BuildRequires:  popt-devel
 BuildRequires:  readline-devel
@@ -146,11 +149,17 @@
 %endif
 %if 0%{?suse_version}  0%{?suse_version}  
 %definelink_static_libs 1
+%else
+%definelink_static_libs 0
+%endif
+%if 0%{?suse_version}  0%{?suse_version}  
 # pre-11.2 doesn't know the python_* macros
 %define python_sitelib %py_sitedir
 %define python_sitearch %py_sitedir
-%else
-%definelink_static_libs 0
+%else (%if 0%{?centos_version}  0%{?centos_version}  600) || 
(0%{rhel_version}  0%{rhel_version}  600)
+# CentOS and RHEL pre-6 don't know them either
+%define python_sitelib %(%{__python} -c from distutils.sysconfig import 
get_python_lib; import sys; sys.stdout.write(get_python_lib()))
+%define python_sitearch %(%{__python} -c from distutils.sysconfig import 
get_python_lib; import sys; sys.stdout.write(get_python_lib(1)))
 %endif
 # Define some global directories
 
@@ -208,7 +217,7 @@
 The Samba Team sa...@samba.org
 
 
-Source Timestamp: 2761
+Source Timestamp: 2769
 Branch  : trunk
 
 %package client
@@ -223,8 +232,10 @@
 %ifarch ppc64
 

commit sblim-cmpi-devel for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package sblim-cmpi-devel for 
openSUSE:Factory checked in at 2012-03-09 21:27:59

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


Package is sblim-cmpi-devel, Maintainer is bwhite...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/sblim-cmpi-devel/sblim-cmpi-devel.changes
2012-03-05 14:03:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.sblim-cmpi-devel.new/sblim-cmpi-devel.changes   
2012-03-09 21:28:02.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 28 17:34:35 UTC 2012 - kkae...@suse.com
+
+- Conflict only with pre-2.11 versions of tog-pegasus
+
+---



Other differences:
--
++ sblim-cmpi-devel.spec ++
--- /var/tmp/diff_new_pack.tzwaeP/_old  2012-03-09 21:28:03.0 +0100
+++ /var/tmp/diff_new_pack.tzwaeP/_new  2012-03-09 21:28:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sblim-cmpi-devel
 #
-# 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,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   sblim-cmpi-devel
 Version:2.0.2
 Release:0
@@ -23,7 +25,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 Provides:   cmpi-devel
-Conflicts:  tog-pegasus
+Conflicts:  tog-pegasus  2.11
 Source0:
http://prdownloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
 Source1:Doxyfile
 %if 0%{?mandriva_version}

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



commit sudo for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package sudo for openSUSE:Factory checked in 
at 2012-03-09 21:28:11

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


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

Changes:

--- /work/SRC/openSUSE:Factory/sudo/sudo.changes2012-02-01 
13:17:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.sudo.new/sudo.changes   2012-03-09 
21:28:13.0 +0100
@@ -1,0 +2,26 @@
+Fri Mar  9 14:19:44 UTC 2012 - vci...@suse.com
+
+- update to 1.8.4p2
+  Some of the changes:
+  * The -D flag in sudo has been replaced with a more general
+debugging framework that is configured in sudo.conf.
+  * Fixed a crash with sudo -i when a runas group was specified
+without a runas user.
+  * New Serbian and Spanish translations for sudo from translationproject.org.
+LDAP-based sudoers may now access by group ID in addition to group name.
+  * visudo will now fix the mode on the sudoers file even if no
+changes are made unless the -f option is specified.
+  * On systems that use login.conf, sudo -i now sets environment
+variables based on login.conf
+  * values in the LDAP search expression are now escaped as per RFC 4515
+  * The deprecated noexec_file sudoers option is no longer supported.
+  * Fixed a race condition when I/O logging is not enabled that could
+result in tty-generated signals (e.g. control-C) being received
+by the command twice.
+  * visudo -c will now list any include files that were checked in
+addition to the main sudoers file when everything parses OK.
+  * Users that only have read-only access to the sudoers file may
+now run visudo -c. Previously, write permissions were required
+even though no writing is down in check-only mode.
+
+---

Old:

  sudo-1.8.3p2.tar.gz

New:

  sudo-1.8.4p2.tar.gz



Other differences:
--
++ sudo.spec ++
--- /var/tmp/diff_new_pack.WRrzsv/_old  2012-03-09 21:28:15.0 +0100
+++ /var/tmp/diff_new_pack.WRrzsv/_new  2012-03-09 21:28:15.0 +0100
@@ -16,8 +16,9 @@
 #
 
 
+
 Name:   sudo
-Version:1.8.3p2
+Version:1.8.4p2
 Release:0
 Summary:Execute some commands as root
 License:BSD-3-Clause

++ sudo-1.8.3p1-sesh-cflags.patch ++
--- /var/tmp/diff_new_pack.WRrzsv/_old  2012-03-09 21:28:15.0 +0100
+++ /var/tmp/diff_new_pack.WRrzsv/_new  2012-03-09 21:28:15.0 +0100
@@ -1,13 +1,25 @@
-Index: sudo-1.8.3p1/src/Makefile.in
+Index: sudo-1.8.4p2/src/Makefile.in
 ===
 sudo-1.8.3p1.orig/src/Makefile.in  2011-10-21 15:01:26.0 +0200
-+++ sudo-1.8.3p1/src/Makefile.in   2012-01-25 16:02:52.488970711 +0100
-@@ -101,7 +101,7 @@
+--- sudo-1.8.4p2.orig/src/Makefile.in  2012-02-10 18:46:59.0 +0100
 sudo-1.8.4p2/src/Makefile.in   2012-03-09 15:27:43.370138126 +0100
+@@ -100,7 +100,7 @@
$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) $(LTLDFLAGS) -o $@ 
sudo_noexec.lo -avoid-version -rpath $(noexecdir)
  
- sesh: sesh.o
--  $(CC) -o $@ sesh.o
-+  $(CC) $(CFLAGS) $(LDFLAGS) -o $@ sesh.o
+ sesh: sesh.o error.o exec_common.o @LIBINTL@ $(LT_LIBS)
+-  $(LIBTOOL) --mode=link $(CC) -o $@ sesh.o error.o exec_common.o 
@LIBINTL@ $(LIBS) -static-libtool-libs
++  $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@ sesh.o error.o 
exec_common.o @LIBINTL@ $(LIBS) -static-libtool-libs
  
  pre-install:
  
+Index: sudo-1.8.4p2/src/sesh.c
+===
+--- sudo-1.8.4p2.orig/src/sesh.c   2012-01-25 20:58:28.0 +0100
 sudo-1.8.4p2/src/sesh.c2012-03-09 15:41:52.261671165 +0100
+@@ -40,6 +40,7 @@
+ #include sudo_debug.h
+ #include sudo_exec.h
+ #include sudo_plugin.h
++#include alloc.h
+ 
+ sudo_conv_t sudo_conv;  /* NULL in non-plugin */
+ 

++ sudo-1.8.3p2.tar.gz - sudo-1.8.4p2.tar.gz ++
 49163 lines of diff (skipped)

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



commit syslogd for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package syslogd for openSUSE:Factory checked 
in at 2012-03-09 21:28:22

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


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

Changes:

--- /work/SRC/openSUSE:Factory/syslogd/syslogd.changes  2012-02-24 
12:06:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.syslogd.new/syslogd.changes 2012-03-09 
21:28:29.0 +0100
@@ -1,0 +2,12 @@
+Wed Mar  7 14:22:13 UTC 2012 - wer...@suse.de
+
+- Restart the syslog service only from post of the klogd package if
+  the needed script is available (bnc#750478) Thanks to Lars Müller.
+- Some cleanup due rpm lint warnings
+
+---
+Tue Mar  6 12:33:27 UTC 2012 - wer...@suse.de
+
+- Add `su news news' to logrotate entry for news log file (bnc#750263) 
+
+---



Other differences:
--
++ syslogd.spec ++
--- /var/tmp/diff_new_pack.JRdl9E/_old  2012-03-09 21:28:33.0 +0100
+++ /var/tmp/diff_new_pack.JRdl9E/_new  2012-03-09 21:28:33.0 +0100
@@ -24,8 +24,14 @@
 License:GPL-2.0+
 Group:  System/Daemons
 BuildRequires:  pkg-config systemd-devel
-PreReq: coreutils %fillup_prereq sed
-PreReq: klogd syslog-service
+Requires(post): %fillup_prereq
+Requires(post):   %insserv_prereq
+Requires(post): permissions
+Requires(postun): %insserv_prereq
+Requires(prereq): coreutils
+Requires(prereq): klogd
+Requires(prereq): sed
+Requires(prereq): syslog-service
 Provides:   syslog
 Provides:   sysklogd
 AutoReqProv:on
@@ -95,7 +101,9 @@
 %package -n klogd
 License:GPL-2.0+
 Provides:   klogd:/sbin/klogd
-PreReq: %insserv_prereq  %fillup_prereq
+Requires(post): %fillup_prereq
+Requires(post):   %insserv_prereq
+Requires(postun): %insserv_prereq
 Summary:The kernel log daemon
 Group:  System/Daemons
 AutoReqProv:on
@@ -118,7 +126,9 @@
 
 %package -n syslog-service
 License:GPL-2.0+
-PreReq: %insserv_prereq  %fillup_prereq
+Requires(post): %fillup_prereq
+Requires(post): %insserv_prereq
+Requires(postun): %insserv_prereq
 Provides:   klogd:/etc/init.d/syslog
 Requires:   /etc/init.d/network logrotate
 Summary:Syslog service files  scripts
@@ -204,7 +214,13 @@
 $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.syslog
 %endif
 
+%if %{defined verify_permissions}
+%verifyscript
+%verify_permissions -e /etc/syslog.conf
+%endif
+
 %post
+%set_permissions /etc/syslog.conf
 # 
 # add syslog variables provided by syslogd if needed
 #
@@ -245,7 +261,9 @@
 chown news:news var/log/news/news.notice
 
 %postun
-%restart_on_update syslog
+if test -x /etc/init.d/syslog ; then
+   %restart_on_update syslog
+fi
 %{insserv_cleanup}
 # reset SYSLOG_DAEMON variable
 if test -f etc/sysconfig/syslog ; then
@@ -266,10 +284,14 @@
 mkdir -p -m 0755 var/run/syslog-ng
 
 %preun -n syslog-service
-%stop_on_removal syslog
+if test -x /etc/init.d/syslog ; then
+%stop_on_removal syslog
+fi
 
 %postun -n syslog-service
-%restart_on_update syslog
+if test -x /etc/init.d/syslog ; then
+   %restart_on_update syslog
+fi
 %{insserv_cleanup}
 
 %post -n klogd
@@ -277,13 +299,19 @@
 # add syslog variables provided by klogd if needed
 #
 %{fillup_only -ns syslog klogd}
-%restart_on_update syslog
+if test -x /etc/init.d/syslog ; then
+   %restart_on_update syslog
+fi
 
 %preun -n klogd
-%restart_on_update syslog
+if test -x /etc/init.d/syslog ; then
+   %restart_on_update syslog
+fi
 
 %postun -n klogd
-%restart_on_update syslog
+if test -x /etc/init.d/syslog ; then
+   %restart_on_update syslog
+fi
 %{insserv_cleanup}
 
 %files

++ logrotate.syslog ++
--- /var/tmp/diff_new_pack.JRdl9E/_old  2012-03-09 21:28:33.0 +0100
+++ /var/tmp/diff_new_pack.JRdl9E/_new  2012-03-09 21:28:33.0 +0100
@@ -49,6 +49,7 @@
 missingok
 notifempty
 size +4096k
+su news news
 create 640 news news
 sharedscripts
 postrotate


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



commit taglib for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package taglib for openSUSE:Factory checked 
in at 2012-03-09 21:28:45

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


Package is taglib, Maintainer is crrodrig...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/taglib/taglib.changes2011-09-23 
12:47:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.taglib.new/taglib.changes   2012-03-09 
21:28:46.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar  8 01:01:13 YEKT 2012 - avm-xan...@yandex.ru
+
+- Add rusxmms patch to be fixed https://features.opensuse.org/313273
+
+---

New:

  taglib-1.6-ds-rusxmms.patch



Other differences:
--
++ taglib.spec ++
--- /var/tmp/diff_new_pack.qCUGpY/_old  2012-03-09 21:28:47.0 +0100
+++ /var/tmp/diff_new_pack.qCUGpY/_new  2012-03-09 21:28:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package taglib
 #
-# 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,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   taglib
 Version:1.7
-Release:6
-License:LGPL-2.1+ ; MPL-1.1
+Release:0
 Summary:Audio Meta-Data Library
-Url:http://ktown.kde.org/~wheeler/taglib/
+License:LGPL-2.1+ ; MPL-1.1
 Group:  System/Libraries
+Url:http://ktown.kde.org/~wheeler/taglib/
 # http://ktown.kde.org/~wheeler/files/src/taglib-1.7.tar.gz
 Source0:%{name}-%{version}.tar.bz2
 Source1:%{name}.desktop
 Source100:  baselibs.conf
+Patch1: taglib-1.6-ds-rusxmms.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  doxygen
@@ -40,6 +39,7 @@
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
+BuildRequires:  librcc-devel
 BuildRequires:  zlib-devel
 Requires:   libtag1 = %{version}
 Requires:   libtag_c0 = %{version}
@@ -51,8 +51,8 @@
 TrueAudio, WAV, AIFF, MP4 and ASF files.
 
 %package -n libtag1
-License:LGPL-2.1+
 Summary:Audio Meta-Data Library
+License:LGPL-2.1+
 Group:  System/Libraries
 # Without this the old taglib package containing the libraries isn't removed 
when this package is installed.
 # The only alternative is for the libraries to Require: taglib 
version-release, badness 440
@@ -65,8 +65,8 @@
 TrueAudio, WAV, AIFF, MP4 and ASF files.
 
 %package -n libtag_c0
-License:LGPL-2.1+
 Summary:Audio Meta-Data Library
+License:LGPL-2.1+
 Group:  System/Libraries
 # Without this the old taglib package containing the libraries isn't removed 
when this package is installed.
 # The only alternative is for the libraries to Require: taglib 
version-release, badness 440
@@ -79,12 +79,12 @@
 TrueAudio, WAV, AIFF, MP4 and ASF files.
 
 %package -n libtag-devel
-License:LGPL-2.1+
 Summary:Development files for taglib
+License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Requires:   libstdc++-devel
-Requires:   libtag_c0 = %{version}-%{release}
 Requires:   libtag1 = %{version}-%{release}
+Requires:   libtag_c0 = %{version}-%{release}
 # taglib-devel was last used in openSUSE 11.4 (taglib-devel-1.6.2)
 # The last taglib-devel used was version 1.6.3 from multimedia:libs.
 Provides:   taglib-devel = %{version}
@@ -95,6 +95,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 mkdir build

++ taglib-1.6-ds-rusxmms.patch ++
diff -dPNur taglib-1.6/config-taglib.h.cmake taglib-1.6-ds/config-taglib.h.cmake
--- taglib-1.6/config-taglib.h.cmake2008-11-12 09:17:11.0 +0100
+++ taglib-1.6-ds/config-taglib.h.cmake 2009-10-02 17:53:08.0 +0200
@@ -6,6 +6,8 @@
 /* Define if you have libz */
 #cmakedefine   HAVE_ZLIB 1
 
+#cmakedefine   HAVE_LIBRCC 1
+
 #cmakedefine   NO_ITUNES_HACKS 1
 #cmakedefine   WITH_ASF 1
 #cmakedefine   WITH_MP4 1
diff -dPNur taglib-1.6/ConfigureChecks.cmake taglib-1.6-ds/ConfigureChecks.cmake
--- taglib-1.6/ConfigureChecks.cmake2008-12-21 22:46:41.0 +0100
+++ taglib-1.6-ds/ConfigureChecks.cmake 2009-10-02 17:53:08.0 +0200
@@ -14,6 +14,8 @@
 #check for libz using the cmake supplied FindZLIB.cmake
 FIND_PACKAGE(ZLIB)
 
+SET(HAVE_LIBRCC 1)
+
 IF(ZLIB_FOUND)
SET(HAVE_ZLIB 1)
 ELSE(ZLIB_FOUND)
diff -dPNur taglib-1.6/taglib/CMakeLists.txt 

commit usbredir for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package usbredir for openSUSE:Factory 
checked in at 2012-03-09 21:28:57

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


Package is usbredir, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/usbredir/usbredir.changes2012-02-01 
10:00:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.usbredir.new/usbredir.changes   2012-03-09 
21:29:06.0 +0100
@@ -1,0 +2,27 @@
+Fri Mar  9 12:40:38 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.4.2:
+  + Add usb_redir_babble status code
+  + usbredirparser:
+- extend the usb_redir_ep_info packet header with a
+  max_packet_size field
+  + usbredirhost:
+- Ensure we always re-attach kernel drivers on cleanup
+- Make set_config handling more robust
+- A set_config or a reset can cause us to loose access to the
+  device
+- Changes from version 0.4.1:
+  + Brown paper bag release, fix a return without value in a non
+void function
+- Changes from version 0.4:
+  + Add usb_redir_filter_reject and usb_redir_filter_filter
+packets and an usb_redir_cap_filter capability flag
+  + Add an usb_redir_device_disconnect_ack packet and an
+usb_redir_cap_device_disconnect_ack capability flag
+  + usbredirparser:
+- Add an usbredirparser_have_peer_caps function
+  + usbredirhost:
+- Allow re-using a host instance with multiple devices
+- Quite a few bugfixes
+
+---

Old:

  usbredir-0.3.3.tar.bz2

New:

  usbredir-0.4.2.tar.bz2



Other differences:
--
++ usbredir.spec ++
--- /var/tmp/diff_new_pack.I8ZO1y/_old  2012-03-09 21:29:08.0 +0100
+++ /var/tmp/diff_new_pack.I8ZO1y/_new  2012-03-09 21:29:08.0 +0100
@@ -17,14 +17,15 @@
 #
 
 
+
 Name:   usbredir
-Version:0.3.3
+Version:0.4.2
 Release:0
 Summary:A protocol for redirection USB traffic
 License:GPL-2.0+ ; LGPL-2.1+
 Group:  System/Libraries
 Url:http://spice-space.org/page/UsbRedir
-Source: 
http://people.fedoraproject.org/~jwrdegoede/%{name}-%{version}.tar.bz2
+Source: 
http://spice-space.org/download/usbredir/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libusb-1.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ usbredir-0.3.3.tar.bz2 - usbredir-0.4.2.tar.bz2 ++
 3901 lines of diff (skipped)

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



commit virtualbox for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

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

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


Package is virtualbox, Maintainer is mkudlv...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes2011-12-30 
08:46:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes   
2012-03-09 21:29:11.0 +0100
@@ -1,0 +2,11 @@
+Thu Mar  8 15:16:01 UTC 2012 - idon...@suse.com
+
+- Drop unnecessary xorg-x11-libs-32bit buildrequires
+- Fix build with linux kernel 3.3 
+
+---
+Tue Feb 21 07:49:52 UTC 2012 - seife+...@b1-systems.com
+
+- remove build date from VBoxSVC
+
+---

New:

  kernel-3.3.patch



Other differences:
--
++ virtualbox.spec ++
--- /var/tmp/diff_new_pack.HaqOF1/_old  2012-03-09 21:29:14.0 +0100
+++ /var/tmp/diff_new_pack.HaqOF1/_new  2012-03-09 21:29:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package virtualbox
 #
-# 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
@@ -29,46 +29,45 @@
 %if %suse_version = 1210
 BuildRequires:  glibc-devel-static
 %endif
+BuildRequires:  LibVNCServer-devel
+BuildRequires:  SDL-devel
 BuildRequires:  bin86
+BuildRequires:  boost-devel
 BuildRequires:  dev86
+BuildRequires:  e2fsprogs-devel
+BuildRequires:  gcc
+BuildRequires:  gcc-c++
+BuildRequires:  kbuild
+BuildRequires:  kernel-syms
+BuildRequires:  libcap-devel
+BuildRequires:  libcurl-devel
 BuildRequires:  libidl-devel
 BuildRequires:  libqt4-devel
 BuildRequires:  libxslt-devel
-BuildRequires:  yasm
-BuildRequires:  SDL-devel
-BuildRequires:  kernel-syms
 BuildRequires:  module-init-tools
-BuildRequires:  e2fsprogs-devel
-BuildRequires:  libcap-devel
-BuildRequires:  libcurl-devel
+BuildRequires:  pam-devel
+BuildRequires:  pulseaudio-devel
 BuildRequires:  python-devel
+BuildRequires:  quilt
+BuildRequires:  udev
 BuildRequires:  update-desktop-files
-BuildRequires:  pulseaudio-devel
 BuildRequires:  xorg-x11
 BuildRequires:  xorg-x11-devel
 BuildRequires:  xorg-x11-server
 BuildRequires:  xorg-x11-server-sdk
-BuildRequires:  LibVNCServer-devel
-BuildRequires:  gcc
-BuildRequires:  gcc-c++
-BuildRequires:  kbuild
-BuildRequires:  pam-devel
-BuildRequires:  quilt
-BuildRequires:  udev
-BuildRequires:  boost-devel
+BuildRequires:  yasm
 BuildRequires:  zlib-devel-static
 %ifarch amd64 x86_64 ia32e em64t
 #drop hal dependency
 %if %suse_version  1210
 BuildRequires:  hal-32bit
 %endif 
+BuildRequires:  gcc-32bit
+BuildRequires:  gcc-c++-32bit
 BuildRequires:  xorg-x11-libX11-devel-32bit
-BuildRequires:  xorg-x11-libXt-devel-32bit
-BuildRequires:  xorg-x11-libs-32bit
 BuildRequires:  xorg-x11-libXext-devel-32bit
 BuildRequires:  xorg-x11-libXmu-devel-32bit
-BuildRequires:  gcc-32bit
-BuildRequires:  gcc-c++-32bit
+BuildRequires:  xorg-x11-libXt-devel-32bit
 %endif
 #
 ExclusiveArch:  %ix86 x86_64
@@ -120,8 +119,10 @@
 #PATCH-FIX-OPENSUSE Do not include build dates on binaries, makes 
build-compare happier
 Patch100:   vbox-no-build-dates.diff
 Patch101:   vbox-default-os-type.diff
+# PATCH-FIX-UPSTREAM Compile with 3.3.0 kernel
+Patch102:   kernel-3.3.patch
 #disable update in vbox gui
-Patch102:   vbox-disable-updates.diff
+Patch103:   vbox-disable-updates.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: pwdutils permissions
 Requires:   %{name}-host-kmp = %version
@@ -233,7 +234,8 @@
 %patch99 -p1
 %patch100 
 %patch101
-%patch102 
+%patch102 -p1
+%patch103
 #copy user manual
 %__cp %{S:1} ./UserManual.pdf
 

++ kernel-3.3.patch ++
Index: VirtualBox-4.1.8_OSE/src/VBox/Additions/linux/drm/vboxvideo_drm.c
===
--- VirtualBox-4.1.8_OSE.orig/src/VBox/Additions/linux/drm/vboxvideo_drm.c
+++ VirtualBox-4.1.8_OSE/src/VBox/Additions/linux/drm/vboxvideo_drm.c
@@ -86,6 +86,20 @@ int vboxvideo_driver_load(struct drm_dev
 #endif
 }
 
+#if LINUX_VERSION_CODE = KERNEL_VERSION(3,3,0)
+/* since linux-3.3.0-rc1 drm_driver::fops is pointer */
+static struct file_operations driver_fops =
+{
+.owner = THIS_MODULE,
+.open = drm_open,
+.release = drm_release,
+.unlocked_ioctl = drm_ioctl,
+.mmap = drm_mmap,
+.poll = drm_poll,

commit wine for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2012-03-09 21:29:25

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


Package is wine, Maintainer is meiss...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2012-02-20 
16:19:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2012-03-09 
21:29:29.0 +0100
@@ -1,0 +2,9 @@
+Wed Mar  7 17:35:05 CET 2012 - meiss...@suse.de
+
+- Wine 1.4 final release
+  This release represents 20 months of development effort and over
+  16,000 individual changes. The main highlights are the new DIB
+  graphics engine, a redesigned audio stack, and full support for
+  bidirectional text and character shaping.
+
+---

Old:

  wine-1.4-rc4.tar.bz2

New:

  wine-1.4.tar.bz2



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.vVy128/_old  2012-03-09 21:29:33.0 +0100
+++ /var/tmp/diff_new_pack.vVy128/_new  2012-03-09 21:29:33.0 +0100
@@ -57,15 +57,13 @@
 %if 0%{?suse_version}  1130
 BuildRequires:  gstreamer-0_10-plugins-base-devel
 %endif
-Version:1.3.38_1.4rc4
+Version:1.4
 Release:0
 Summary:An MS Windows Emulator
 License:LGPL-2.1+
 Group:  System/Emulators/PC
 Url:http://www.winehq.com
-# vanilla Wine release
-%define winever 1.4-rc4
-Source0:wine-%{winever}.tar.bz2
+Source0:%name-%version.tar.bz2
 Source1:http://kegel.com/wine/winetricks
 Source2:http://kegel.com/wine/wisotool
 Source3:README.SuSE
@@ -84,19 +82,8 @@
 Requires:   wine-32bit = %version
 %endif
 # for winetricks:
-Requires:   unzip cabextract
-%ifarch x86_64
-Requires:   libX11.so.6()(64bit) libXext.so.6()(64bit) 
libXcursor.so.1()(64bit) libXi.so.6()(64bit) libXxf86vm.so.1()(64bit) 
libXrender.so.1()(64bit) libXrandr.so.2()(64bit) libXinerama.so.1()(64bit) 
libXcomposite.so.1()(64bit) libGL.so.1()(64bit) libGLU.so.1()(64bit) 
libxslt.so.1()(64bit) libncurses.so.6()(64bit) libfreetype.so.6()(64bit) 
libfontconfig.so.1()(64bit) libcups.so.2()(64bit)
-%else
-%ifarch %ix86
-Requires:   libXcursor.so.1 libXi.so.6 libXxf86vm.so.1 libXrender.so.1 
libXrandr.so.2 libXinerama.so.1 libXcomposite.so.1 libxslt.so.1 libncurses.so.6 
libfreetype.so.6 libcrypto.so.1.0.0 libssl.so.1.0.0 libfontconfig.so.1 
libcups.so.2 libpng14.so.14
-%if 0%{?suse_version}  1210
-Requires:   libgnutls.so.26 
-%else
-Requires:   libgnutls.so.28
-%endif
-%endif
-%endif
+Requires:   cabextract
+Requires:   unzip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -124,7 +111,7 @@
 libraries.
 
 %prep
-%setup -q -n %name-%winever
+%setup -q
 #%patch0 -p1
 #
 cp %{S:3} .
@@ -194,6 +181,21 @@
 install -c -m 644 *.svg 
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
 cd ..
 
+# find the implicit dependencies
+%define winedir %_builddir/%name-%version/
+cat %winedir/my-find-requires.sh EOF
+#!/bin/bash
+%{__find_requires}
+%ifarch x86_64
+grep SONAME_ %winedir/config.log|grep -v 'so'|sed -e 
's/^.*\(.*\).*$/\1()(64bit)/;'|sort -u
+%else
+grep SONAME_ %winedir/config.log|grep -v 'so'|sed -e 
's/^.*\(.*\).*$/\1/;'|sort -u
+%endif
+EOF
+chmod 755 %winedir/my-find-requires.sh
+%define _use_internal_dependency_generator 0
+%define __find_requires %winedir/my-find-requires.sh
+
 # breaks btrfs installation, see bnc#723402
 # %fdupes -s %{buildroot}
 

++ wine-1.4-rc4.tar.bz2 - wine-1.4.tar.bz2 ++
/work/SRC/openSUSE:Factory/wine/wine-1.4-rc4.tar.bz2 
/work/SRC/openSUSE:Factory/.wine.new/wine-1.4.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 words for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package words for openSUSE:Factory checked 
in at 2012-03-09 21:29:32

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


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

Changes:

--- /work/SRC/openSUSE:Factory/words/words.changes  2012-02-15 
16:19:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.words.new/words.changes 2012-03-09 
21:29:34.0 +0100
@@ -1,0 +2,6 @@
+Thu Mar  8 13:46:34 UTC 2012 - wer...@suse.de
+
+- Fix sorting as the look(1) command expect sort option -f and -d
+  also convert Latin-1 umlauts into UTF-8 based (bnc#742812)
+
+---



Other differences:
--
++ words.spec ++
--- /var/tmp/diff_new_pack.DARYgQ/_old  2012-03-09 21:29:37.0 +0100
+++ /var/tmp/diff_new_pack.DARYgQ/_new  2012-03-09 21:29:37.0 +0100
@@ -73,11 +73,42 @@
 %setup -q -n scowl-%{version}
 
 %build
+spellings=american british canadian
+LANG=POSIX
+export POSIX
+set +o posix
+#
+# Do resorting for look(1) command
+#
 test -d result/ || mkdir result
-chmod +x mk-list
-LC_CTYPE=en_US LC_CTYPE=en_US ./mk-list -v2 american 80  result/american
-LC_CTYPE=en_GB LC_CTYPE=en_GB ./mk-list -v2 british  80  result/british
-LC_CTYPE=en_CA LC_CTYPE=en_CA ./mk-list -v2 canadian 80  result/canadian
+chmod u+x mk-list
+for s in $spellings
+do
+case $s in
+american*) LC_CTYPE=en_US.UTF-8 ;;
+british*)  LC_CTYPE=en_GB.UTF-8 ;;
+canadian*) LC_CTYPE=en_CA.UTF-8 ;;
+esac
+LC_COLLATE=$LC_CTYPE
+export LC_CYPTE LC_COLLATE
+ result/${s}.todo
+#
+# Fix sorting as the look(1) command expect sort option -f
+# and -d. also convert Latin-1 umlauts into UTF-8 based.
+#
+./mk-list -v2 ${s} 80 | iconv -f latin1 -t utf8  (sort -fdu -S10M -o 
result/${s} ; rm result/${s}.todo)
+done
+#
+# Wait on sorting FIFOs
+#
+for s in $spellings
+do
+while test -e result/${s}.todo
+do
+   usleep 5
+done
+fsync result/${s}
+done
 
 %install
 mkdir -p %{buildroot}%{_datadir}/dict

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



commit yast2-ncurses-pkg for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package yast2-ncurses-pkg for 
openSUSE:Factory checked in at 2012-03-09 21:29:41

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


Package is yast2-ncurses-pkg, Maintainer is g...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ncurses-pkg/yast2-ncurses-pkg.changes  
2012-03-02 13:50:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-ncurses-pkg.new/yast2-ncurses-pkg.changes 
2012-03-09 21:29:47.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar  6 13:25:45 CET 2012 - g...@suse.de
+
+- Better formatting also for notify messages (bnc #746876)
+- 2.22.2 
+
+---
@@ -4 +10 @@
-- Better formatting of package and patch descriptions
+- Better formatting of package and patch descriptions (bnc #691572)

Old:

  yast2-ncurses-pkg-2.22.1.tar.bz2

New:

  yast2-ncurses-pkg-2.22.2.tar.bz2



Other differences:
--
++ yast2-ncurses-pkg.spec ++
--- /var/tmp/diff_new_pack.GB81Ph/_old  2012-03-09 21:29:51.0 +0100
+++ /var/tmp/diff_new_pack.GB81Ph/_new  2012-03-09 21:29:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-ncurses-pkg
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,17 @@
 
 
 Name:   yast2-ncurses-pkg
-Version:2.22.1
+Version:2.22.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-ncurses-pkg-%{version}.tar.bz2
 
+
 Group:  System/YaST
 License:GPL-2.0
-BuildRequires:  dejagnu doxygen gcc-c++ libtool yast2-core-devel yast2-devtools
-BuildRequires:  blocxx-devel libxcrypt-devel ncurses-devel yast2-ncurses-devel
+BuildRequires: doxygen dejagnu gcc-c++ yast2-core-devel yast2-devtools libtool
+BuildRequires: libxcrypt-devel blocxx-devel ncurses-devel yast2-ncurses-devel
 
 Summary:YaST2 - Character Based Package Manager Frontend
 Provides:   yast2-ncurses:%{_libdir}/YaST2/plugin/libpy2ncurses.so

++ yast2-ncurses-pkg-2.22.1.tar.bz2 - yast2-ncurses-pkg-2.22.2.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ncurses-pkg-2.22.1/VERSION 
new/yast2-ncurses-pkg-2.22.2/VERSION
--- old/yast2-ncurses-pkg-2.22.1/VERSION2012-03-01 14:34:03.0 
+0100
+++ new/yast2-ncurses-pkg-2.22.2/VERSION2012-03-07 12:19:59.0 
+0100
@@ -1 +1 @@
-2.22.1
+2.22.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ncurses-pkg-2.22.1/configure 
new/yast2-ncurses-pkg-2.22.2/configure
--- old/yast2-ncurses-pkg-2.22.1/configure  2012-03-01 14:36:23.0 
+0100
+++ new/yast2-ncurses-pkg-2.22.2/configure  2012-03-07 12:20:50.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-ncurses-pkg 2.22.1.
+# Generated by GNU Autoconf 2.68 for yast2-ncurses-pkg 2.22.2.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -709,8 +709,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-ncurses-pkg'
 PACKAGE_TARNAME='yast2-ncurses-pkg'
-PACKAGE_VERSION='2.22.1'
-PACKAGE_STRING='yast2-ncurses-pkg 2.22.1'
+PACKAGE_VERSION='2.22.2'
+PACKAGE_STRING='yast2-ncurses-pkg 2.22.2'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1492,7 +1492,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2-ncurses-pkg 2.22.1 to adapt to many kinds of 
systems.
+\`configure' configures yast2-ncurses-pkg 2.22.2 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1564,7 +1564,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-ncurses-pkg 2.22.1:;;
+ short | recursive ) echo Configuration of yast2-ncurses-pkg 2.22.2:;;
esac
   cat \_ACEOF
 
@@ -1680,7 +1680,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-ncurses-pkg configure 2.22.1
+yast2-ncurses-pkg configure 2.22.2
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2224,7 +2224,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes